7809d0
%define __soversion_major 5
7809d0
%define __soversion %{__soversion_major}.3
7809d0
7809d0
Summary: The Berkeley DB database library for C
7809d0
Name: libdb
7809d0
Version: 5.3.28
f1b4cc
Release: 42%{?dist}
7809d0
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
7809d0
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
7809d0
# For mt19937db.c
7809d0
Source2: http://www.gnu.org/licenses/lgpl-2.1.txt
7809d0
# libdb man pages generated from the 5.3.28 documentation
7809d0
Source3: libdb-5.3.28-manpages.tar.gz
7809d0
Patch0: libdb-multiarch.patch
7809d0
# db-1.85 upstream patches
7809d0
Patch10: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.1
7809d0
Patch11: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.2
7809d0
Patch12: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.3
7809d0
Patch13: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.4
7809d0
# other patches
7809d0
Patch20: db-1.85-errno.patch
7809d0
Patch22: db-4.6.21-1.85-compat.patch
7809d0
Patch24: db-4.5.20-jni-include-dir.patch
7809d0
# License clarification patch
7809d0
# http://devel.trisquel.info/gitweb/?p=package-helpers.git;a=blob;f=helpers/DATA/db4.8/007-mt19937db.c_license.patch;h=1036db4d337ce4c60984380b89afcaa63b2ef88f;hb=df48d40d3544088338759e8bea2e7f832a564d48
7809d0
Patch25: 007-mt19937db.c_license.patch
7809d0
#Adds missing constant to Optcodes.java and changes ClassReader.java to use it. This makes package to build with Java 8. 
7809d0
Patch26: java8-fix.patch
7809d0
# memp_stat fix provided by upstream (rhbz#1211871)
7809d0
Patch27: db-5.3.21-memp_stat-upstream-fix.patch
7809d0
# fix for mutexes not being released provided by upstream (rhbz#1277887)
7809d0
Patch28: db-5.3.21-mutex_leak.patch
7809d0
# fix for overflowing hash variable inside bundled lemon
7809d0
Patch29: db-5.3.28-lemon_hash.patch
7809d0
# upstream patch adding the ability to recreate libdb's environment on version mismatch
7809d0
# or when libpthread.so is modified (rhbz#1394862)
7809d0
Patch30: db-5.3.28-condition_variable.patch
7809d0
# additional changes to the upstream patch to address rhbz#1460003
7809d0
Patch31: db-5.3.28-condition-variable-ppc.patch
7809d0
# downstream patch that adds a check for rpm transaction lock in order to be able to update libdb
7809d0
# FIXME: remove when able
7809d0
Patch32: db-5.3.28-rpm-lock-check.patch
7809d0
# downstream patch to hotfix rhbz#1464033, sent upstream
7809d0
Patch33: db-5.3.28-cwd-db_config.patch
7809d0
Patch34: libdb-5.3.21-region-size-check.patch
7809d0
# Patch sent upstream
7809d0
Patch35: checkpoint-opd-deadlock.patch
7809d0
Patch36: db-5.3.28-atomic_compare_exchange.patch
7809d0
# CDB race (rhbz #1616259)
7809d0
Patch37: libdb-cbd-race.patch
7809d0
7809d0
# Use AES from openssl
7809d0
Patch38: db-5.3.28-openssl.patch
7809d0
# Limit concurrency to max 1024 CPUs (rhbz#1245410)
7809d0
# A fix for the issue should be in an upstream release already
7809d0
# https://community.oracle.com/message/13274780#13274780
7809d0
Patch39: libdb-limit-cpu.patch
7809d0
060a3e
# rhbz#1670768 Patch sent upstream
060a3e
# Expects libdb-5.3.21-mutex_leak.patch applied
060a3e
Patch40: libdb-5.3.21-trickle_cpu.patch
060a3e
3c5119
Patch41: db-5.3.28_cve-2019-2708.patch
3c5119
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def182
b706b1
Patch200: db-5.3.28-add_getopt_h.patch
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def1
b706b1
Patch201: db-5.3.28-add_stdio_h.patch
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def141
b706b1
Patch202: db-5.3.28-add_sys_file_h.patch
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def41
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def42
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def44
b706b1
# https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def45
b706b1
Patch203: db-5.3.28-wbool_compare.patch
f1b4cc
Patch42: db-5.3.28-mmap-high-cpu-usage.patch
b706b1
7809d0
URL: http://www.oracle.com/database/berkeley-db/
7809d0
License: BSD and LGPLv2 and Sleepycat
7809d0
Group: System Environment/Libraries
7809d0
BuildRequires: perl-interpreter libtool
7809d0
BuildRequires: tcl-devel >= 8.5.2-3
7809d0
BuildRequires: java-devel >= 1:1.6.0
7809d0
BuildRequires: chrpath
7809d0
BuildRequires: zlib-devel
7809d0
BuildRequires: openssl-devel
7809d0
Conflicts: filesystem < 3
7809d0
7809d0
%description
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. The Berkeley DB includes B+tree, Extended
7809d0
Linear Hashing, Fixed and Variable-length record access methods,
7809d0
transactions, locking, logging, shared memory caching, and database
7809d0
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
7809d0
used by many applications, including Python and Perl, so this should
7809d0
be installed on all systems.
7809d0
7809d0
%package utils
7809d0
Summary: Command line tools for managing Berkeley DB databases
7809d0
Group: Applications/Databases
7809d0
Requires: %{name}%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description utils
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. Berkeley DB includes B+tree, Extended
7809d0
Linear Hashing, Fixed and Variable-length record access methods,
7809d0
transactions, locking, logging, shared memory caching, and database
7809d0
recovery. DB supports C, C++, Java and Perl APIs.
7809d0
7809d0
%package devel
7809d0
Summary: C development files for the Berkeley DB library
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description devel
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the header files,
7809d0
libraries, and documentation for building programs which use the
7809d0
Berkeley DB.
7809d0
7809d0
%package devel-doc
7809d0
Summary: C development documentation files for the Berkeley DB library
7809d0
Group: Documentation
7809d0
Requires: %{name} = %{version}-%{release}
7809d0
Requires: %{name}-devel = %{version}-%{release}
7809d0
BuildArch: noarch
7809d0
7809d0
%description devel-doc
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the header files,
7809d0
libraries, and documentation for building programs which use the
7809d0
Berkeley DB.
7809d0
7809d0
%package devel-static
7809d0
Summary: Berkeley DB static libraries
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description devel-static
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains static libraries
7809d0
needed for applications that require static linking of
7809d0
Berkeley DB.
7809d0
7809d0
%package cxx
7809d0
Summary: The Berkeley DB database library for C++
7809d0
Group: System Environment/Libraries
7809d0
Requires: %{name}%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description cxx
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. The Berkeley DB includes B+tree, Extended
7809d0
Linear Hashing, Fixed and Variable-length record access methods,
7809d0
transactions, locking, logging, shared memory caching, and database
7809d0
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
7809d0
used by many applications, including Python and Perl, so this should
7809d0
be installed on all systems.
7809d0
7809d0
%package cxx-devel
7809d0
Summary: The Berkeley DB database library for C++
7809d0
Group: System Environment/Libraries
7809d0
Requires: %{name}-cxx%{?_isa} = %{version}-%{release}
7809d0
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description cxx-devel
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. The Berkeley DB includes B+tree, Extended
7809d0
Linear Hashing, Fixed and Variable-length record access methods,
7809d0
transactions, locking, logging, shared memory caching, and database
7809d0
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
7809d0
used by many applications, including Python and Perl, so this should
7809d0
be installed on all systems.
7809d0
7809d0
%package tcl
7809d0
Summary: Development files for using the Berkeley DB with tcl
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description tcl
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the libraries
7809d0
for building programs which use the Berkeley DB in Tcl.
7809d0
7809d0
%package tcl-devel
7809d0
Summary: Development files for using the Berkeley DB with tcl
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}-tcl%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description tcl-devel
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the libraries
7809d0
for building programs which use the Berkeley DB in Tcl.
7809d0
7809d0
%package sql
7809d0
Summary: Development files for using the Berkeley DB with sql
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description sql
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the libraries
7809d0
for building programs which use the Berkeley DB in SQL.
7809d0
7809d0
%package sql-devel
7809d0
Summary: Development files for using the Berkeley DB with sql
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}-sql%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description sql-devel
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the libraries
7809d0
for building programs which use the Berkeley DB in SQL.
7809d0
7809d0
%package java
7809d0
Summary: Development files for using the Berkeley DB with Java
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description java
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the libraries
7809d0
for building programs which use the Berkeley DB in Java.
7809d0
7809d0
%package java-devel
7809d0
Summary: Development files for using the Berkeley DB with Java
7809d0
Group: Development/Libraries
7809d0
Requires: %{name}-java%{?_isa} = %{version}-%{release}
7809d0
7809d0
%description java-devel
7809d0
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
7809d0
provides embedded database support for both traditional and
7809d0
client/server applications. This package contains the libraries
7809d0
for building programs which use the Berkeley DB in Java.
7809d0
7809d0
%prep
7809d0
%setup -q -n db-%{version} -a 1
7809d0
cp %{SOURCE2} .
7809d0
tar -xf %{SOURCE3}
7809d0
7809d0
%patch0 -p1
7809d0
pushd db.1.85/PORT/linux
7809d0
%patch10 -p0
7809d0
popd
7809d0
pushd db.1.85
7809d0
%patch11 -p0
7809d0
%patch12 -p0
7809d0
%patch13 -p0
7809d0
%patch20 -p1
7809d0
popd
7809d0
7809d0
%patch22 -p1
7809d0
%patch24 -p1
7809d0
%patch25 -p1
7809d0
%patch26 -p1
7809d0
%patch27 -p1
7809d0
%patch28 -p1
7809d0
%patch29 -p1
7809d0
%patch30 -p1
7809d0
%patch31 -p1
7809d0
%patch32 -p1
7809d0
%patch33 -p1
7809d0
%patch34 -p1
7809d0
%patch35 -p1
7809d0
%patch36 -p1
7809d0
%patch37 -p1
7809d0
%patch38 -p1 -b .openssl
7809d0
%patch39 -p1
060a3e
%patch40 -p1
3c5119
%patch41 -p1 -b .cve-2019-2708
b706b1
%patch200 -p1
b706b1
%patch201 -p1
b706b1
%patch202 -p1
b706b1
%patch203 -p1
f1b4cc
%patch42 -p1
b706b1
7809d0
7809d0
# Delete internal AES implementation
7809d0
rm -rf src/crypto/rijndael
7809d0
7809d0
cd dist
7809d0
./s_include
7809d0
./s_config
7809d0
cd ..
7809d0
7809d0
%build
7809d0
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
7809d0
CFLAGS="$CFLAGS -DSHAREDSTATEDIR='\"%{_sharedstatedir}\"' -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -I../../../lang/sql/sqlite/ext/fts3/"
7809d0
export CFLAGS
7809d0
7809d0
# building with PIE
7809d0
LDFLAGS="$LDFLAGS $RPM_LD_FLAGS"
7809d0
export LDFLAGS
7809d0
7809d0
# Build the old db-185 libraries.
7809d0
make -C db.1.85/PORT/%{_os} OORG="$CFLAGS"
7809d0
7809d0
test -d dist/dist-tls || mkdir dist/dist-tls
7809d0
# Static link db_dump185 with old db-185 libraries.
7809d0
/bin/sh libtool --tag=CC --mode=compile	%{__cc} $RPM_OPT_FLAGS -Idb.1.85/PORT/%{_os}/include -D_REENTRANT -c util/db_dump185.c -o dist/dist-tls/db_dump185.lo
7809d0
/bin/sh libtool --tag=CC --mode=link %{__cc} $RPM_LD_FLAGS -o dist/dist-tls/db_dump185 dist/dist-tls/db_dump185.lo db.1.85/PORT/%{_os}/libdb.a
7809d0
7809d0
# Update config files to understand aarch64
7809d0
for dir in dist lang/sql/sqlite lang/sql/jdbc lang/sql/odbc; do
7809d0
  cp /usr/lib/rpm/redhat/config.{guess,sub} "$dir"
7809d0
done
7809d0
7809d0
pushd dist/dist-tls
7809d0
%define _configure ../configure
7809d0
%configure -C \
7809d0
	--enable-compat185 --enable-dump185 \
7809d0
	--enable-shared --enable-static \
7809d0
	--enable-tcl --with-tcl=%{_libdir} \
7809d0
	--enable-cxx --enable-sql \
7809d0
	--enable-java \
7809d0
	--enable-test \
7809d0
    --with-cryptography=openssl \
7809d0
	--disable-rpath \
7809d0
  --with-tcl=%{_libdir}/tcl8.6
7809d0
7809d0
# Remove libtool predep_objects and postdep_objects wonkiness so that
7809d0
# building without -nostdlib doesn't include them twice.  Because we
7809d0
# already link with g++, weird stuff happens if you don't let the
7809d0
# compiler handle this.
7809d0
perl -pi -e 's/^predep_objects=".*$/predep_objects=""/' libtool
7809d0
perl -pi -e 's/^postdep_objects=".*$/postdep_objects=""/' libtool
7809d0
perl -pi -e 's/-shared -nostdlib/-shared/' libtool
7809d0
7809d0
make %{?_smp_mflags}
7809d0
7809d0
# XXX hack around libtool not creating ./libs/libdb_java-X.Y.lai
7809d0
LDBJ=./.libs/libdb_java-%{__soversion}.la
7809d0
if test -f ${LDBJ} -a ! -f ${LDBJ}i; then
7809d0
	sed -e 's,^installed=no,installed=yes,' < ${LDBJ} > ${LDBJ}i
7809d0
fi
7809d0
7809d0
# Run some quick subsystem checks
7809d0
echo "source ../../test/tcl/test.tcl; r env; r mut; r memp" | tclsh
7809d0
popd
7809d0
7809d0
%install
7809d0
rm -rf ${RPM_BUILD_ROOT}
7809d0
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
7809d0
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
7809d0
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
7809d0
7809d0
%makeinstall STRIP=/bin/true -C dist/dist-tls
7809d0
7809d0
# XXX Nuke non-versioned archives and symlinks
7809d0
rm -f ${RPM_BUILD_ROOT}%{_libdir}/{libdb.a,libdb_cxx.a,libdb_tcl.a,libdb_sql.a}
7809d0
7809d0
chmod +x ${RPM_BUILD_ROOT}%{_libdir}/*.so*
7809d0
7809d0
# Move the header files to a subdirectory, in case we're deploying on a
7809d0
# system with multiple versions of DB installed.
7809d0
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/%{name}
7809d0
mv ${RPM_BUILD_ROOT}%{_includedir}/*.h ${RPM_BUILD_ROOT}%{_includedir}/%{name}/
7809d0
7809d0
# Create symlinks to includes so that "use <db.h> and link with -ldb" works.
7809d0
for i in db.h db_cxx.h db_185.h; do
7809d0
	ln -s %{name}/$i ${RPM_BUILD_ROOT}%{_includedir}
7809d0
done
7809d0
7809d0
# Move java jar file to the correct place
7809d0
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/java
7809d0
mv ${RPM_BUILD_ROOT}%{_libdir}/*.jar ${RPM_BUILD_ROOT}%{_datadir}/java
7809d0
7809d0
# Eliminate installed doco
7809d0
rm -rf ${RPM_BUILD_ROOT}%{_prefix}/docs
7809d0
7809d0
# XXX Avoid Permission denied. strip when building as non-root.
7809d0
chmod u+w ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_bindir}/*
7809d0
7809d0
# remove unneeded .la files (#225675)
7809d0
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
7809d0
7809d0
# remove RPATHs
7809d0
chrpath -d ${RPM_BUILD_ROOT}%{_libdir}/*.so ${RPM_BUILD_ROOT}%{_bindir}/*
7809d0
7809d0
# unify documentation and examples, remove stuff we don't need
7809d0
rm -rf docs/csharp
7809d0
rm -rf examples/csharp
7809d0
rm -rf docs/installation
7809d0
mv examples docs
7809d0
mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1
7809d0
7809d0
%clean
7809d0
rm -rf ${RPM_BUILD_ROOT}
7809d0
7809d0
%post -p /sbin/ldconfig
7809d0
7809d0
%postun -p /sbin/ldconfig
7809d0
7809d0
%post -p /sbin/ldconfig cxx
7809d0
7809d0
%postun -p /sbin/ldconfig cxx
7809d0
7809d0
%post -p /sbin/ldconfig sql
7809d0
7809d0
%postun -p /sbin/ldconfig sql
7809d0
7809d0
%post -p /sbin/ldconfig tcl
7809d0
7809d0
%postun -p /sbin/ldconfig tcl
7809d0
7809d0
%post -p /sbin/ldconfig java
7809d0
7809d0
%postun -p /sbin/ldconfig java
7809d0
7809d0
%files
7809d0
%defattr(-,root,root,-)
7809d0
%{!?_licensedir:%global license %%doc}
7809d0
%license LICENSE lgpl-2.1.txt
7809d0
%doc README
7809d0
%{_libdir}/libdb-%{__soversion}.so
7809d0
%{_libdir}/libdb-%{__soversion_major}.so
7809d0
7809d0
%files devel
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb.so
7809d0
%dir %{_includedir}/%{name}
7809d0
%{_includedir}/%{name}/db.h
7809d0
%{_includedir}/%{name}/db_185.h
7809d0
%{_includedir}/db.h
7809d0
%{_includedir}/db_185.h
7809d0
7809d0
%files devel-doc
7809d0
%defattr(-,root,root,-)
7809d0
%doc	docs/*
7809d0
7809d0
%files devel-static
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb-%{__soversion}.a
7809d0
%{_libdir}/libdb_cxx-%{__soversion}.a
7809d0
%{_libdir}/libdb_tcl-%{__soversion}.a
7809d0
%{_libdir}/libdb_sql-%{__soversion}.a
7809d0
%{_libdir}/libdb_java-%{__soversion}.a
7809d0
7809d0
%files utils
7809d0
%defattr(-,root,root,-)
7809d0
%{_bindir}/db*_archive
7809d0
%{_bindir}/db*_checkpoint
7809d0
%{_bindir}/db*_deadlock
7809d0
%{_bindir}/db*_dump*
7809d0
%{_bindir}/db*_hotbackup
7809d0
%{_bindir}/db*_load
7809d0
%{_bindir}/db*_printlog
7809d0
%{_bindir}/db*_recover
7809d0
%{_bindir}/db*_replicate
7809d0
%{_bindir}/db*_stat
7809d0
%{_bindir}/db*_upgrade
7809d0
%{_bindir}/db*_verify
7809d0
%{_bindir}/db*_tuner
7809d0
%{_mandir}/man1/db_*
7809d0
7809d0
%files cxx
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb_cxx-%{__soversion}.so
7809d0
%{_libdir}/libdb_cxx-%{__soversion_major}.so
7809d0
7809d0
%files cxx-devel
7809d0
%defattr(-,root,root,-)
7809d0
%{_includedir}/%{name}/db_cxx.h
7809d0
%{_includedir}/db_cxx.h
7809d0
%{_libdir}/libdb_cxx.so
7809d0
7809d0
%files tcl
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb_tcl-%{__soversion}.so
7809d0
%{_libdir}/libdb_tcl-%{__soversion_major}.so
7809d0
7809d0
%files tcl-devel
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb_tcl.so
7809d0
7809d0
%files sql
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb_sql-%{__soversion}.so
7809d0
%{_libdir}/libdb_sql-%{__soversion_major}.so
7809d0
7809d0
%files sql-devel
7809d0
%defattr(-,root,root,-)
7809d0
%{_bindir}/dbsql
7809d0
%{_libdir}/libdb_sql.so
7809d0
%{_includedir}/%{name}/dbsql.h
7809d0
7809d0
%files java
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb_java-%{__soversion_major}*.so
7809d0
%{_datadir}/java/*.jar
7809d0
7809d0
%files java-devel
7809d0
%defattr(-,root,root,-)
7809d0
%{_libdir}/libdb_java.so
7809d0
7809d0
%changelog
f1b4cc
* Wed Sep 8 2021 Filip Januš <fjanus@redhat.com> 5.3.28-42
f1b4cc
- Apply the previous change only on aarch64 to limit the risk of unwanted impact
f1b4cc
- Resolves: #1992402
f1b4cc
f1b4cc
* Mon Sep 6 2021 Filip Januš <fjanus@redhat.com> 5.3.28-41
f1b4cc
- Bad order of sys calls cause high CPU usage
f1b4cc
- Resolves: #1992402
f1b4cc
- Patch no. 42 was added
f1b4cc
3c5119
* Mon Jul 27 2020 Matej Mužila <mmuzila@redhat.com> 5.3.28-40
3c5119
- Resolves: CVE-2019-2708
3c5119
- Resolves: #1856237
3c5119
060a3e
* Thu Jun 18 2020 Petr Kubat <pkubat@redhat.com> 5.3.28-39
060a3e
- Rebuild for rhel 8.3.0
060a3e
060a3e
* Thu Dec 12 2019 Petr Kubat <pkubat@redhat.com> 5.3.28-38
060a3e
- Optimize trickle thread CPU usage (#1670768)
060a3e
3c5119
* Mon Jun 03 2019 Matej Mužila <mmzuila@redhat.com> - 5.3.28-37
b706b1
- Fixed flaws found by coverity
b706b1
- Resolves: #1606978
b706b1
7809d0
* Tue Jan 22 2019 Petr Kubat <pkubat@redhat.com> - 5.3.28-36
7809d0
- Add patch to workaround issues on large systems (>1024 CPU)
7809d0
  Resolves: #1664031
7809d0
7809d0
* Tue Nov 27 2018 Matej Mužila <mmuzila@redhat.com> - 5.3.28-35
7809d0
- Use AES from OpenSSL for encryption
7809d0
- Resolves: #1618640
7809d0
7809d0
* Mon Oct 08 2018 Matej Mužila <mmuzila@redhat.com> - 5.3.28-33
7809d0
- Link db_dump185 with RPM_LD_FLAGS (#1624127)
7809d0
7809d0
* Wed Sep 05 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-32
7809d0
- Add patch for CDB race issue (#1616259)
7809d0
7809d0
* Wed May 23 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-31
7809d0
- Rename __atomic_compare_exchange to not clash with gcc built-in (#1580756)
7809d0
7809d0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-30
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7809d0
7809d0
* Tue Oct 31 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-29
7809d0
- Fix deadlocks when reading/writing off-page duplicate tree (#1349779)
7809d0
7809d0
* Tue Oct 24 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-28
7809d0
- Run a number of quick subsystem checks on build
7809d0
7809d0
* Thu Sep 07 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-27
7809d0
- Fail properly when encountering removed or 0-byte regions (#1471011)
7809d0
7809d0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-26
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7809d0
7809d0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-25
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7809d0
7809d0
* Mon Jun 26 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-24
7809d0
- Fix some defects found by covscan
7809d0
7809d0
* Mon Jun 26 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-23
7809d0
- Try looking at env lock via /proc/locks during env_attach (#1460003)
7809d0
- Check rpm's transaction lock via /proc/locks
7809d0
- Do not access DB_CONFIG when db_home is not set (#1464033)
7809d0
7809d0
* Tue Jun 13 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-23
7809d0
- Reintroduce patches removed in 5.3.28-22
7809d0
- Modify upstream patch to fail on pthread version mismatch (#1460003)
7809d0
7809d0
* Fri Jun 09 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-22
7809d0
- Drop rhbz#1394862 patches again, DB corruption still being reported
7809d0
7809d0
* Thu Jun 01 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-21
7809d0
- Reintroduce upstream patch for rhbz#1394862
7809d0
- Do not rebuild rpm's environment during a rpm transaction
7809d0
7809d0
* Fri May 26 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-20
7809d0
- Drop rhbz#1394862 patch for now, it has serious issues
7809d0
7809d0
* Wed May 24 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-19
7809d0
- Fix some issues present in the upstream patch for rhbz#1394862
7809d0
7809d0
* Tue May 23 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-18
7809d0
- Fix issue causing RPM to hang when glibc/libpthread change (#1394862)
7809d0
7809d0
* Wed Feb 22 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-17
7809d0
- Fix overflowing integer in bundled-in lemon.c (#1423842)
7809d0
7809d0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-17
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7809d0
7809d0
* Thu Dec 08 2016 Petr Kubat <pkubat@redhat.com> 5.3.28-16
7809d0
- Add man pages for libdb-utils
7809d0
7809d0
* Mon Nov 14 2016 Petr Kubat <pkubat@redhat.com> 5.3.28-15
7809d0
- Fix mutexes not being released properly (#1272680)
7809d0
7809d0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-14
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7809d0
7809d0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-13
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7809d0
7809d0
* Tue May 19 2015 Jan Stanek <jstanek@redhat.com> - 5.3.28-12
7809d0
- Add upstream patch for a memp_stat issue.
7809d0
- Resolves: rhbz#1211871
7809d0
7809d0
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.3.28-11
7809d0
- Rebuilt for GCC 5 C++11 ABI change
7809d0
7809d0
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.3.28-10
7809d0
- Rebuilt for Fedora 23 Change
7809d0
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
7809d0
7809d0
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-9
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7809d0
7809d0
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 5.3.28-8
7809d0
- fix license handling
7809d0
7809d0
* Mon Jul 14 2014 Jakub ÄŒajka <jcajka@redhat.com> - 5.3.28-7
7809d0
- Fixed build with Java 8
7809d0
7809d0
* Tue Jun 10 2014 Jan Stanek <jstanek@redhat.com> - 5.3.28-6
7809d0
- Fixed search path for new tcl, new BuildRequires for zlib
7809d0
7809d0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-5
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7809d0
7809d0
* Sat Feb 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.3.28-4
7809d0
- Add some of the previous aarch64 bits back as the sub configure don't use the macro
7809d0
7809d0
* Sun Jan 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.3.28-3
7809d0
- Fix configure macro usage for better aarch64 build fix
7809d0
7809d0
* Wed Nov 06 2013 Jan Stanek <jstanek@redhat.com> - 5.3.28-2
7809d0
- Updated config files to allow build on aarch64 (#1022970)
7809d0
7809d0
* Tue Oct 08 2013 Jan Stanek <jstanek@redhat.com> - 5.3.28-1
7809d0
- Added Sleepycat to the license list (#1013841)
7809d0
- Updated to 5.3.28 (#1013233)
7809d0
7809d0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-13
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7809d0
7809d0
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-12
7809d0
- add copy of lgpl-2.1.txt
7809d0
7809d0
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-11
7809d0
- Fix missing debuginfo issue for utils subpackage
7809d0
7809d0
* Thu May  9 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-10
7809d0
- add license clarification fix
7809d0
7809d0
* Wed Apr 03 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-9
7809d0
- Added sqlite compability CFLAGS (#788496)
7809d0
7809d0
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-8
7809d0
- Cleaning the specfile - removed gcc-java dependecy other way
7809d0
7809d0
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-7
7809d0
- Removed dependency on obsolete gcc-java package (#927742)
7809d0
7809d0
* Thu Mar  7 2013 Jindrich Novy <jnovy@redhat.com> 5.3.21-6
7809d0
- add LGPLv2+ and remove Sleepycat in license tag (#886838)
7809d0
7809d0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-5
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7809d0
7809d0
* Tue Nov 27 2012 Tom Callaway <spot@fedoraproject.org> - 5.3.21-4
7809d0
- fix license tag
7809d0
7809d0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-3
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7809d0
7809d0
* Sat Jul 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 5.3.21-2
7809d0
- Specify tag for libtool (fixes FTBFS # 838334 )
7809d0
7809d0
* Thu Jul  5 2012 Jindrich Novy <jnovy@redhat.com> 5.3.21-1
7809d0
- update to 5.3.21
7809d0
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
7809d0
7809d0
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-5
7809d0
- move C++ header files to cxx-devel
7809d0
7809d0
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-4
7809d0
- fix -devel packages dependencies yet more (#832225)
7809d0
7809d0
* Sun May  6 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-3
7809d0
- package -devel packages correctly
7809d0
7809d0
* Sat Apr 21 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-2
7809d0
- fix multiarch conflict in libdb-devel (#812901)
7809d0
- remove unneeded dos2unix BR
7809d0
7809d0
* Thu Mar 15 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-1
7809d0
- update to 5.3.15
7809d0
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
7809d0
7809d0
* Fri Feb 17 2012 Deepak Bhole <dbhole@redhat.com> 5.2.36-5
7809d0
- Resolves rhbz#794472
7809d0
- Patch from Omair Majid <omajid@redhat.com> to remove explicit Java 6 req.
7809d0
7809d0
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-4
7809d0
- add filesystem guard
7809d0
7809d0
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-3
7809d0
- install everything in /usr
7809d0
  https://fedoraproject.org/wiki/Features/UsrMove
7809d0
7809d0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.36-2
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7809d0
7809d0
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.36-1
7809d0
- update to 5.2.36,
7809d0
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#id3647664
7809d0
7809d0
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-2
7809d0
- move development documentation to devel-doc subpackage (#705386)
7809d0
7809d0
* Tue Jun 14 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-1
7809d0
- update to 5.2.28
7809d0
7809d0
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.25-2
7809d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7809d0
7809d0
* Thu Feb  3 2011 Jindrich Novy <jnovy@redhat.com> 5.1.25-1
7809d0
- update to 5.1.25
7809d0
7809d0
* Wed Sep 29 2010 jkeating - 5.1.19-2
7809d0
- Rebuilt for gcc bug 634757
7809d0
7809d0
* Fri Sep 10 2010 Jindrich Novy <jnovy@redhat.com> 5.1.19-1
7809d0
- update to 5.1.19
7809d0
- rename -devel-static to -static subpackage (#617800)
7809d0
- build java on all arches
7809d0
7809d0
* Wed Jul  7 2010 Jindrich Novy <jnovy@redhat.com> 5.0.26-1
7809d0
- update to 5.0.26
7809d0
- drop BR: ed
7809d0
7809d0
* Thu Jun 17 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-2
7809d0
- add Requires: libdb-cxx to libdb-devel
7809d0
7809d0
* Wed Apr 21 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-1
7809d0
- initial build
7809d0
7809d0
* Thu Apr 15 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.2
7809d0
- remove C# documentation
7809d0
- disable/remove rpath
7809d0
- fix description
7809d0
- tighten dependencies
7809d0
- run ldconfig for cxx and sql subpackages
7809d0
7809d0
* Fri Apr  9 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.1
7809d0
- enable sql
7809d0
- package 5.0.21