Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
perl-DBI.16626
perl-DBI.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-DBI.spec of Package perl-DBI.16626
# # spec file for package perl-DBI # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-DBI Version: 1.628 Release: 0 %define cpan_name DBI Summary: Database independent interface for Perl License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl URL: http://search.cpan.org/dist/DBI/ Source: http://www.cpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz Source1: perl-DBI.rpmlintrc #PATCH-FIX-UPSTREAM bsc#1176412 CVE-2020-14392 Memory corruption in XS functions Patch1: perl-DBI-CVE-2020-14392.patch #PATCH-FIX-UPSTREAM bsc#1176409 CVE-2020-14393 Buffer overflow on an overlong DBD class name Patch2: perl-DBI-CVE-2020-14393.patch #PATCH-FIX-UPSTREAM bsc#1176496 CVE-2013-7490 Using many arguments to methods for # Callbacks may lead to memory corruption Patch3: perl-DBI-CVE-2013-7490.patch #PATCH-FIX-UPSTREAM bsc#1176764 CVE-2019-20919 NULL profile de-reference in dbi_profile() Patch4: perl-DBI-CVE-2019-20919.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Simple) >= 0.90 #BuildRequires: perl(AnyEvent) #BuildRequires: perl(Apache) #BuildRequires: perl(Apache2::ServerUtil) #BuildRequires: perl(Cache::Memory) #BuildRequires: perl(Clone) #BuildRequires: perl(Coro) #BuildRequires: perl(Coro::Handle) #BuildRequires: perl(Coro::Select) #BuildRequires: perl(Data::Peek) #BuildRequires: perl(DBD::DBM) #BuildRequires: perl(DBD::File) #BuildRequires: perl(DBD::Gofer::Policy::Base) #BuildRequires: perl(DBD::Gofer::Transport::Base) #BuildRequires: perl(DBD::Gofer::Transport::pipeone) #BuildRequires: perl(DBD::Gofer::Transport::stream) #BuildRequires: perl(DBD::Proxy) #BuildRequires: perl(DBI) #BuildRequires: perl(DBI::Const::GetInfo::ANSI) #BuildRequires: perl(DBI::Const::GetInfo::ODBC) #BuildRequires: perl(DBI::Const::GetInfoType) #BuildRequires: perl(DBI::db) #BuildRequires: perl(DBI::DBD) #BuildRequires: perl(DBI::DBD::SqlEngine) #BuildRequires: perl(DBI::Gofer::Execute) #BuildRequires: perl(DBI::Gofer::Request) #BuildRequires: perl(DBI::Gofer::Response) #BuildRequires: perl(DBI::Gofer::Serializer::Base) #BuildRequires: perl(DBI::Gofer::Serializer::DataDumper) #BuildRequires: perl(DBI::Gofer::Serializer::Storable) #BuildRequires: perl(DBI::Gofer::Transport::Base) #BuildRequires: perl(DBI::Gofer::Transport::pipeone) #BuildRequires: perl(DBI::Profile) #BuildRequires: perl(DBI::ProfileDumper) #BuildRequires: perl(DBI::ProfileSubs) #BuildRequires: perl(DBI::ProxyServer) #BuildRequires: perl(DBI::PurePerl) #BuildRequires: perl(DBI::SQL::Nano) #BuildRequires: perl(DBI::st) #BuildRequires: perl(DBI::Util::_accessor) #BuildRequires: perl(DBI::Util::CacheMemory) #BuildRequires: perl(DBIx::ContextualFetch) #BuildRequires: perl(Devel::Leak) #BuildRequires: perl(JSON::XS) #BuildRequires: perl(List::MoreUtils) #BuildRequires: perl(MLDBM::Serializer::JSON) #BuildRequires: perl(MLDBM::Serializer::YAML) #BuildRequires: perl(My::DBI) #BuildRequires: perl(Net::Daemon::Test) #BuildRequires: perl(Params::Util) #BuildRequires: perl(RPC::PlClient) >= 0.2000 #BuildRequires: perl(RPC::PlServer) >= 0.2001 #BuildRequires: perl(SQL::Statement) #BuildRequires: perl(Win32API::File) #BuildRequires: perl(Win32::ODBC) Recommends: perl(Clone) >= 0.34 Recommends: perl(MLDBM) Recommends: perl(Net::Daemon) Recommends: perl(RPC::PlServer) >= 0.2001 Recommends: perl(SQL::Statement) >= 1.402 %{perl_requires} %description The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember that the DBI is just an interface. The DBI is a layer of "glue" between an application and one or more database _driver_ modules. It is the driver modules which do most of the real work. The DBI provides a standard interface and framework for the drivers to operate within. This document often uses terms like _references_, _objects_, _methods_. If you're not familiar with those terms then it would be a good idea to read at least the following perl manuals first: the perlreftut manpage, the perldsc manpage, the perllol manpage, and the perlboot manpage. %prep %setup -q -n %{cpan_name}-%{version} %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) %doc Changes Driver.xst README.md %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor