b30d9d
%define __soversion_major 5
b30d9d
%define __soversion %{__soversion_major}.3
b30d9d
%define __tclversion 8.6
b30d9d
b30d9d
Summary: The Berkeley DB database library for C
b30d9d
Name: libdb
b30d9d
Version: 5.3.28
b30d9d
Release: 53%{?dist}
b30d9d
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
b30d9d
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
b30d9d
# For mt19937db.c
b30d9d
Source2: http://www.gnu.org/licenses/lgpl-2.1.txt
b30d9d
# libdb man pages generated from the 5.3.28 documentation
b30d9d
Source3: libdb-5.3.28-manpages.tar.gz
b30d9d
Patch0: libdb-multiarch.patch
b30d9d
# db-1.85 upstream patches
b30d9d
Patch10: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.1
b30d9d
Patch11: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.2
b30d9d
Patch12: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.3
b30d9d
Patch13: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.4
b30d9d
# other patches
b30d9d
Patch20: db-1.85-errno.patch
b30d9d
Patch22: db-4.6.21-1.85-compat.patch
b30d9d
Patch24: db-4.5.20-jni-include-dir.patch
b30d9d
# License clarification patch
b30d9d
# 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
b30d9d
Patch25: 007-mt19937db.c_license.patch
b30d9d
# memp_stat fix provided by upstream (rhbz#1211871)
b30d9d
Patch27: db-5.3.21-memp_stat-upstream-fix.patch
b30d9d
# fix for mutexes not being released provided by upstream (rhbz#1277887)
b30d9d
Patch28: db-5.3.21-mutex_leak.patch
b30d9d
# fix for overflowing hash variable inside bundled lemon
b30d9d
Patch29: db-5.3.28-lemon_hash.patch
b30d9d
# upstream patch adding the ability to recreate libdb's environment on version mismatch
b30d9d
# or when libpthread.so is modified (rhbz#1394862)
b30d9d
Patch30: db-5.3.28-condition_variable.patch
b30d9d
# additional changes to the upstream patch to address rhbz#1460003
b30d9d
Patch31: db-5.3.28-condition-variable-ppc.patch
b30d9d
# downstream patch that adds a check for rpm transaction lock in order to be able to update libdb
b30d9d
# FIXME: remove when able
b30d9d
Patch32: db-5.3.28-rpm-lock-check.patch
b30d9d
# downstream patch to hotfix rhbz#1464033, sent upstream
b30d9d
Patch33: db-5.3.28-cwd-db_config.patch
b30d9d
Patch34: libdb-5.3.21-region-size-check.patch
b30d9d
# Patch sent upstream
b30d9d
Patch35: checkpoint-opd-deadlock.patch
b30d9d
Patch36: db-5.3.28-atomic_compare_exchange.patch
b30d9d
# CDB race (rhbz #1099509)
b30d9d
Patch37: libdb-cbd-race.patch
b30d9d
# Limit concurrency to max 1024 CPUs (rhbz#1245410)
b30d9d
# A fix for the issue should be in an upstream release already
b30d9d
# https://community.oracle.com/message/13274780#13274780
b30d9d
Patch38: libdb-limit-cpu.patch
b30d9d
# rhbz#1608749 Patch sent upstream
b30d9d
# Expects libdb-5.3.21-mutex_leak.patch applied
b30d9d
Patch39: libdb-5.3.21-trickle_cpu.patch
b30d9d
# cve-2019-2708 fixed by mmuzila
b30d9d
Patch40: db-5.3.28_cve-2019-2708.patch
b30d9d
# Downstream covscan patch
b30d9d
Patch41: db-5.3.28-fix-CWE-686-398.patch
b30d9d
Patch42: db-5.3.28-mmap-high-cpu-usage.patch
b30d9d
b30d9d
URL: http://www.oracle.com/database/berkeley-db/
b30d9d
License: BSD and LGPLv2 and Sleepycat
b30d9d
BuildRequires: gcc gcc-c++
b30d9d
BuildRequires: perl-interpreter libtool
b30d9d
BuildRequires: tcl-devel >= %{__tclversion}
b30d9d
BuildRequires: chrpath
b30d9d
BuildRequires: zlib-devel
b30d9d
BuildRequires: make
b30d9d
Conflicts: filesystem < 3
b30d9d
b30d9d
%description
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. The Berkeley DB includes B+tree, Extended
b30d9d
Linear Hashing, Fixed and Variable-length record access methods,
b30d9d
transactions, locking, logging, shared memory caching, and database
b30d9d
recovery. The Berkeley DB supports C, C++, and Perl APIs. It is
b30d9d
used by many applications, including Python and Perl, so this should
b30d9d
be installed on all systems.
b30d9d
b30d9d
%package utils
b30d9d
Summary: Command line tools for managing Berkeley DB databases
b30d9d
Requires: %{name}%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description utils
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. Berkeley DB includes B+tree, Extended
b30d9d
Linear Hashing, Fixed and Variable-length record access methods,
b30d9d
transactions, locking, logging, shared memory caching, and database
b30d9d
recovery. DB supports C, C++ and Perl APIs.
b30d9d
b30d9d
%package devel
b30d9d
Summary: C development files for the Berkeley DB library
b30d9d
Requires: %{name}%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description devel
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains the header files,
b30d9d
libraries, and documentation for building programs which use the
b30d9d
Berkeley DB.
b30d9d
b30d9d
%package devel-doc
b30d9d
Summary: C development documentation files for the Berkeley DB library
b30d9d
Requires: %{name} = %{version}-%{release}
b30d9d
Requires: %{name}-devel = %{version}-%{release}
b30d9d
BuildArch: noarch
b30d9d
b30d9d
%description devel-doc
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains the header files,
b30d9d
libraries, and documentation for building programs which use the
b30d9d
Berkeley DB.
b30d9d
b30d9d
%package devel-static
b30d9d
Summary: Berkeley DB static libraries
b30d9d
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description devel-static
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains static libraries
b30d9d
needed for applications that require static linking of
b30d9d
Berkeley DB.
b30d9d
b30d9d
%package cxx
b30d9d
Summary: The Berkeley DB database library for C++
b30d9d
Requires: %{name}%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description cxx
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. The Berkeley DB includes B+tree, Extended
b30d9d
Linear Hashing, Fixed and Variable-length record access methods,
b30d9d
transactions, locking, logging, shared memory caching, and database
b30d9d
recovery. The Berkeley DB supports C, C++, and Perl APIs. It is
b30d9d
used by many applications, including Python and Perl, so this should
b30d9d
be installed on all systems.
b30d9d
b30d9d
%package cxx-devel
b30d9d
Summary: The Berkeley DB database library for C++
b30d9d
Requires: %{name}-cxx%{?_isa} = %{version}-%{release}
b30d9d
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description cxx-devel
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. The Berkeley DB includes B+tree, Extended
b30d9d
Linear Hashing, Fixed and Variable-length record access methods,
b30d9d
transactions, locking, logging, shared memory caching, and database
b30d9d
recovery. The Berkeley DB supports C, C++, and Perl APIs. It is
b30d9d
used by many applications, including Python and Perl, so this should
b30d9d
be installed on all systems.
b30d9d
b30d9d
%package tcl
b30d9d
Summary: Development files for using the Berkeley DB with tcl
b30d9d
Requires: %{name}%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description tcl
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains the libraries
b30d9d
for building programs which use the Berkeley DB in Tcl.
b30d9d
b30d9d
%package tcl-devel
b30d9d
Summary: Development files for using the Berkeley DB with tcl
b30d9d
Requires: %{name}-tcl%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description tcl-devel
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains the libraries
b30d9d
for building programs which use the Berkeley DB in Tcl.
b30d9d
b30d9d
%package sql
b30d9d
Summary: Development files for using the Berkeley DB with sql
b30d9d
Requires: %{name}%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description sql
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains the libraries
b30d9d
for building programs which use the Berkeley DB in SQL.
b30d9d
b30d9d
%package sql-devel
b30d9d
Summary: Development files for using the Berkeley DB with sql
b30d9d
Requires: %{name}-sql%{?_isa} = %{version}-%{release}
b30d9d
b30d9d
%description sql-devel
b30d9d
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
b30d9d
provides embedded database support for both traditional and
b30d9d
client/server applications. This package contains the libraries
b30d9d
for building programs which use the Berkeley DB in SQL.
b30d9d
b30d9d
%prep
b30d9d
%setup -q -n db-%{version} -a 1
b30d9d
cp %{SOURCE2} .
b30d9d
tar -xf %{SOURCE3}
b30d9d
b30d9d
%patch0 -p1
b30d9d
pushd db.1.85/PORT/linux
b30d9d
%patch10 -p0
b30d9d
popd
b30d9d
pushd db.1.85
b30d9d
%patch11 -p0
b30d9d
%patch12 -p0
b30d9d
%patch13 -p0
b30d9d
%patch20 -p1
b30d9d
popd
b30d9d
b30d9d
%patch22 -p1
b30d9d
%patch24 -p1
b30d9d
%patch25 -p1
b30d9d
%patch27 -p1
b30d9d
%patch28 -p1
b30d9d
%patch29 -p1
b30d9d
%patch30 -p1
b30d9d
%patch31 -p1
b30d9d
%patch32 -p1
b30d9d
%patch33 -p1
b30d9d
%patch34 -p1
b30d9d
%patch35 -p1
b30d9d
%patch36 -p1
b30d9d
%patch37 -p1
b30d9d
%patch38 -p1
b30d9d
%patch39 -p1
b30d9d
%patch40 -p1 -b .cve-2019-2708
b30d9d
%patch41 -p1
b30d9d
%patch42 -p1
b30d9d
b30d9d
cd dist
b30d9d
./s_config
b30d9d
cd ..
b30d9d
b30d9d
%build
b30d9d
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
b30d9d
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/"
b30d9d
export CFLAGS
b30d9d
b30d9d
# Build the old db-185 libraries.
b30d9d
make -C db.1.85/PORT/%{_os} OORG="$CFLAGS"
b30d9d
b30d9d
test -d dist/dist-tls || mkdir dist/dist-tls
b30d9d
# Static link db_dump185 with old db-185 libraries.
b30d9d
/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
b30d9d
/bin/sh libtool --tag=LD --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
b30d9d
b30d9d
# Update config files to understand aarch64
b30d9d
for dir in dist lang/sql/sqlite lang/sql/jdbc lang/sql/odbc; do
b30d9d
  cp /usr/lib/rpm/redhat/config.{guess,sub} "$dir"
b30d9d
done
b30d9d
b30d9d
pushd dist/dist-tls
b30d9d
%define _configure ../configure
b30d9d
%configure -C \
b30d9d
	--enable-compat185 --enable-dump185 \
b30d9d
	--enable-shared --enable-static \
b30d9d
	--enable-tcl --with-tcl=%{_libdir} \
b30d9d
	--enable-cxx --enable-sql \
b30d9d
	--enable-test \
b30d9d
	--disable-rpath \
b30d9d
    --with-cryptography=no \
b30d9d
  --with-tcl=%{_libdir}/tcl%{__tclversion}
b30d9d
b30d9d
# Remove libtool predep_objects and postdep_objects wonkiness so that
b30d9d
# building without -nostdlib doesn't include them twice.  Because we
b30d9d
# already link with g++, weird stuff happens if you don't let the
b30d9d
# compiler handle this.
b30d9d
perl -pi -e 's/^predep_objects=".*$/predep_objects=""/' libtool
b30d9d
perl -pi -e 's/^postdep_objects=".*$/postdep_objects=""/' libtool
b30d9d
perl -pi -e 's/-shared -nostdlib/-shared/' libtool
b30d9d
b30d9d
%make_build
b30d9d
b30d9d
# Run some quick subsystem checks
b30d9d
echo "source ../../test/tcl/test.tcl; r env; r mut; r memp" | tclsh
b30d9d
popd
b30d9d
b30d9d
%install
b30d9d
rm -rf ${RPM_BUILD_ROOT}
b30d9d
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
b30d9d
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
b30d9d
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
b30d9d
b30d9d
%make_install STRIP=/bin/true -C dist/dist-tls
b30d9d
b30d9d
# XXX Nuke non-versioned archives and symlinks
b30d9d
rm -f ${RPM_BUILD_ROOT}%{_libdir}/{libdb.a,libdb_cxx.a,libdb_tcl.a,libdb_sql.a}
b30d9d
b30d9d
chmod +x ${RPM_BUILD_ROOT}%{_libdir}/*.so*
b30d9d
b30d9d
# Move the header files to a subdirectory, in case we're deploying on a
b30d9d
# system with multiple versions of DB installed.
b30d9d
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/%{name}
b30d9d
mv ${RPM_BUILD_ROOT}%{_includedir}/*.h ${RPM_BUILD_ROOT}%{_includedir}/%{name}/
b30d9d
b30d9d
# Create symlinks to includes so that "use <db.h> and link with -ldb" works.
b30d9d
for i in db.h db_cxx.h db_185.h; do
b30d9d
	ln -s %{name}/$i ${RPM_BUILD_ROOT}%{_includedir}
b30d9d
done
b30d9d
b30d9d
# Eliminate installed doco
b30d9d
rm -rf ${RPM_BUILD_ROOT}%{_prefix}/docs
b30d9d
b30d9d
# XXX Avoid Permission denied. strip when building as non-root.
b30d9d
chmod u+w ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_bindir}/*
b30d9d
b30d9d
# remove unneeded .la files (#225675)
b30d9d
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
b30d9d
b30d9d
# remove RPATHs
b30d9d
chrpath -d ${RPM_BUILD_ROOT}%{_libdir}/*.so ${RPM_BUILD_ROOT}%{_bindir}/*
b30d9d
b30d9d
# unify documentation and examples, remove stuff we don't need
b30d9d
rm -rf docs/csharp
b30d9d
rm -rf examples/csharp
b30d9d
rm -rf docs/installation
b30d9d
mv examples docs
b30d9d
mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1
b30d9d
b30d9d
%ldconfig_scriptlets
b30d9d
%ldconfig_scriptlets cxx
b30d9d
%ldconfig_scriptlets sql
b30d9d
%ldconfig_scriptlets tcl
b30d9d
b30d9d
%files
b30d9d
%license LICENSE lgpl-2.1.txt
b30d9d
%doc README
b30d9d
%{_libdir}/libdb-%{__soversion}.so
b30d9d
%{_libdir}/libdb-%{__soversion_major}.so
b30d9d
b30d9d
%files devel
b30d9d
%{_libdir}/libdb.so
b30d9d
%dir %{_includedir}/%{name}
b30d9d
%{_includedir}/%{name}/db.h
b30d9d
%{_includedir}/%{name}/db_185.h
b30d9d
%{_includedir}/db.h
b30d9d
%{_includedir}/db_185.h
b30d9d
b30d9d
%files devel-doc
b30d9d
%doc	docs/*
b30d9d
b30d9d
%files devel-static
b30d9d
%{_libdir}/libdb-%{__soversion}.a
b30d9d
%{_libdir}/libdb_cxx-%{__soversion}.a
b30d9d
%{_libdir}/libdb_tcl-%{__soversion}.a
b30d9d
%{_libdir}/libdb_sql-%{__soversion}.a
b30d9d
b30d9d
%files utils
b30d9d
%{_bindir}/db*_archive
b30d9d
%{_bindir}/db*_checkpoint
b30d9d
%{_bindir}/db*_deadlock
b30d9d
%{_bindir}/db*_dump*
b30d9d
%{_bindir}/db*_hotbackup
b30d9d
%{_bindir}/db*_load
b30d9d
%{_bindir}/db*_printlog
b30d9d
%{_bindir}/db*_recover
b30d9d
%{_bindir}/db*_replicate
b30d9d
%{_bindir}/db*_stat
b30d9d
%{_bindir}/db*_upgrade
b30d9d
%{_bindir}/db*_verify
b30d9d
%{_bindir}/db*_tuner
b30d9d
%{_mandir}/man1/db_*
b30d9d
b30d9d
%files cxx
b30d9d
%{_libdir}/libdb_cxx-%{__soversion}.so
b30d9d
%{_libdir}/libdb_cxx-%{__soversion_major}.so
b30d9d
b30d9d
%files cxx-devel
b30d9d
%{_includedir}/%{name}/db_cxx.h
b30d9d
%{_includedir}/db_cxx.h
b30d9d
%{_libdir}/libdb_cxx.so
b30d9d
b30d9d
%files tcl
b30d9d
%{_libdir}/libdb_tcl-%{__soversion}.so
b30d9d
%{_libdir}/libdb_tcl-%{__soversion_major}.so
b30d9d
b30d9d
%files tcl-devel
b30d9d
%{_libdir}/libdb_tcl.so
b30d9d
b30d9d
%files sql
b30d9d
%{_libdir}/libdb_sql-%{__soversion}.so
b30d9d
%{_libdir}/libdb_sql-%{__soversion_major}.so
b30d9d
b30d9d
%files sql-devel
b30d9d
%{_bindir}/dbsql
b30d9d
%{_libdir}/libdb_sql.so
b30d9d
%{_includedir}/%{name}/dbsql.h
b30d9d
b30d9d
%changelog
b30d9d
* Wed Nov 24 2021 Filip Januš <fjanus@redhat.com> - 5.3.28-53
b30d9d
- Add missing RPM_LD_FLAGS for db_dump185
b30d9d
- Resolves: #2026417
b30d9d
b30d9d
* Mon Sep 13 2021 Filip Januš <fjanus@redhat.com> - 5.3.28-52
b30d9d
- Bad order of sys calls cause high CPU usage
b30d9d
- Related: #2002186
b30d9d
- Patch no. 42 was added
b30d9d
b30d9d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.3.28-51
b30d9d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b30d9d
  Related: rhbz#1991688
b30d9d
b30d9d
* Thu Aug 05 2021 Filip Januš <fjanus@redhat.com> - 5.3.28-50
b30d9d
- fix static analyzer issues CWE-686-398
b30d9d
- Resolves: #1938760
b30d9d
b30d9d
* Mon Jul 12 2021 Filip Januš <fjanus@redhat.com> - 5.3.28-49
b30d9d
- Rebuild due to glibc
b30d9d
- Resolves: #1980975
b30d9d
b30d9d
* Fri Jun 25 2021 Filip Januš <fjanus@redhat.com> - 5.3.28-48
b30d9d
- Disable crypto support
b30d9d
- Resolves: #1974657
b30d9d
b30d9d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.3.28-47
b30d9d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b30d9d
b30d9d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-46
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b30d9d
b30d9d
* Wed Dec 02 2020 Matej Mužila <mmuzila@redhat.com> 5.3.28-45
b30d9d
- Resolves: CVE-2019-2708 (#1853243)
b30d9d
b30d9d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-44
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b30d9d
b30d9d
* Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 5.3.28-43
b30d9d
- Use make macros
b30d9d
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
b30d9d
b30d9d
* Tue Jul 14 2020 Ondrej Dubaj <odubaj@redhat.com> - 5.3.28-42
b30d9d
- Remove java subpackage due to jdk-11 (#1846398)
b30d9d
b30d9d
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 5.3.28-41
b30d9d
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
b30d9d
b30d9d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-40
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b30d9d
b30d9d
* Thu Aug 22 2019 Petr Kubat <pkubat@redhat.com> 5.3.28-39
b30d9d
- Set correct tcl-devel version for BuildRequires (#1712532)
b30d9d
b30d9d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-38
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b30d9d
b30d9d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-37
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b30d9d
b30d9d
* Wed Jan 30 2019 Petr Kubat <pkubat@redhat.com> 5.3.28-36
b30d9d
- Optimize trickle thread CPU usage (#1608749)
b30d9d
b30d9d
* Wed Jan 16 2019 Petr Kubat <pkubat@redhat.com> - 5.3.28-35
b30d9d
- Add patch to workaround issues on large systems (>1024 CPU)
b30d9d
  Resolves: #1245410
b30d9d
b30d9d
* Wed Sep 05 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-34
b30d9d
- Add patch for CDB race issue (#1099509)
b30d9d
b30d9d
* Tue Jul 24 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-33
b30d9d
- Add BuildRequires for gcc and gcc-c++ (#1604566)
b30d9d
b30d9d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-32
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b30d9d
b30d9d
* Wed May 23 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-31
b30d9d
- Rename __atomic_compare_exchange to not clash with gcc built-in
b30d9d
b30d9d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-30
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b30d9d
b30d9d
* Tue Oct 31 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-29
b30d9d
- Fix deadlocks when reading/writing off-page duplicate tree (#1349779)
b30d9d
b30d9d
* Tue Oct 24 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-28
b30d9d
- Run a number of quick subsystem checks on build
b30d9d
b30d9d
* Thu Sep 07 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-27
b30d9d
- Fail properly when encountering removed or 0-byte regions (#1471011)
b30d9d
b30d9d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-26
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b30d9d
b30d9d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-25
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b30d9d
b30d9d
* Mon Jun 26 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-24
b30d9d
- Fix some defects found by covscan
b30d9d
b30d9d
* Mon Jun 26 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-23
b30d9d
- Try looking at env lock via /proc/locks during env_attach (#1460003)
b30d9d
- Check rpm's transaction lock via /proc/locks
b30d9d
- Do not access DB_CONFIG when db_home is not set (#1464033)
b30d9d
b30d9d
* Tue Jun 13 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-23
b30d9d
- Reintroduce patches removed in 5.3.28-22
b30d9d
- Modify upstream patch to fail on pthread version mismatch (#1460003)
b30d9d
b30d9d
* Fri Jun 09 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-22
b30d9d
- Drop rhbz#1394862 patches again, DB corruption still being reported
b30d9d
b30d9d
* Thu Jun 01 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-21
b30d9d
- Reintroduce upstream patch for rhbz#1394862
b30d9d
- Do not rebuild rpm's environment during a rpm transaction
b30d9d
b30d9d
* Fri May 26 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-20
b30d9d
- Drop rhbz#1394862 patch for now, it has serious issues
b30d9d
b30d9d
* Wed May 24 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-19
b30d9d
- Fix some issues present in the upstream patch for rhbz#1394862
b30d9d
b30d9d
* Tue May 23 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-18
b30d9d
- Fix issue causing RPM to hang when glibc/libpthread change (#1394862)
b30d9d
b30d9d
* Wed Feb 22 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-17
b30d9d
- Fix overflowing integer in bundled-in lemon.c (#1423842)
b30d9d
b30d9d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-17
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b30d9d
b30d9d
* Thu Dec 08 2016 Petr Kubat <pkubat@redhat.com> 5.3.28-16
b30d9d
- Add man pages for libdb-utils
b30d9d
b30d9d
* Mon Nov 14 2016 Petr Kubat <pkubat@redhat.com> 5.3.28-15
b30d9d
- Fix mutexes not being released properly (#1272680)
b30d9d
b30d9d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-14
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b30d9d
b30d9d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-13
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b30d9d
b30d9d
* Tue May 19 2015 Jan Stanek <jstanek@redhat.com> - 5.3.28-12
b30d9d
- Add upstream patch for a memp_stat issue.
b30d9d
- Resolves: rhbz#1211871
b30d9d
b30d9d
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.3.28-11
b30d9d
- Rebuilt for GCC 5 C++11 ABI change
b30d9d
b30d9d
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.3.28-10
b30d9d
- Rebuilt for Fedora 23 Change
b30d9d
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
b30d9d
b30d9d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-9
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b30d9d
b30d9d
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 5.3.28-8
b30d9d
- fix license handling
b30d9d
b30d9d
* Mon Jul 14 2014 Jakub ÄŒajka <jcajka@redhat.com> - 5.3.28-7
b30d9d
- Fixed build with Java 8
b30d9d
b30d9d
* Tue Jun 10 2014 Jan Stanek <jstanek@redhat.com> - 5.3.28-6
b30d9d
- Fixed search path for new tcl, new BuildRequires for zlib
b30d9d
b30d9d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-5
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b30d9d
b30d9d
* Sat Feb 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.3.28-4
b30d9d
- Add some of the previous aarch64 bits back as the sub configure don't use the macro
b30d9d
b30d9d
* Sun Jan 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.3.28-3
b30d9d
- Fix configure macro usage for better aarch64 build fix
b30d9d
b30d9d
* Wed Nov 06 2013 Jan Stanek <jstanek@redhat.com> - 5.3.28-2
b30d9d
- Updated config files to allow build on aarch64 (#1022970)
b30d9d
b30d9d
* Tue Oct 08 2013 Jan Stanek <jstanek@redhat.com> - 5.3.28-1
b30d9d
- Added Sleepycat to the license list (#1013841)
b30d9d
- Updated to 5.3.28 (#1013233)
b30d9d
b30d9d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-13
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b30d9d
b30d9d
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-12
b30d9d
- add copy of lgpl-2.1.txt
b30d9d
b30d9d
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-11
b30d9d
- Fix missing debuginfo issue for utils subpackage
b30d9d
b30d9d
* Thu May  9 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-10
b30d9d
- add license clarification fix
b30d9d
b30d9d
* Wed Apr 03 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-9
b30d9d
- Added sqlite compability CFLAGS (#788496)
b30d9d
b30d9d
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-8
b30d9d
- Cleaning the specfile - removed gcc-java dependecy other way
b30d9d
b30d9d
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-7
b30d9d
- Removed dependency on obsolete gcc-java package (#927742)
b30d9d
b30d9d
* Thu Mar  7 2013 Jindrich Novy <jnovy@redhat.com> 5.3.21-6
b30d9d
- add LGPLv2+ and remove Sleepycat in license tag (#886838)
b30d9d
b30d9d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-5
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b30d9d
b30d9d
* Tue Nov 27 2012 Tom Callaway <spot@fedoraproject.org> - 5.3.21-4
b30d9d
- fix license tag
b30d9d
b30d9d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-3
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b30d9d
b30d9d
* Sat Jul 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 5.3.21-2
b30d9d
- Specify tag for libtool (fixes FTBFS # 838334 )
b30d9d
b30d9d
* Thu Jul  5 2012 Jindrich Novy <jnovy@redhat.com> 5.3.21-1
b30d9d
- update to 5.3.21
b30d9d
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
b30d9d
b30d9d
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-5
b30d9d
- move C++ header files to cxx-devel
b30d9d
b30d9d
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-4
b30d9d
- fix -devel packages dependencies yet more (#832225)
b30d9d
b30d9d
* Sun May  6 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-3
b30d9d
- package -devel packages correctly
b30d9d
b30d9d
* Sat Apr 21 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-2
b30d9d
- fix multiarch conflict in libdb-devel (#812901)
b30d9d
- remove unneeded dos2unix BR
b30d9d
b30d9d
* Thu Mar 15 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-1
b30d9d
- update to 5.3.15
b30d9d
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
b30d9d
b30d9d
* Fri Feb 17 2012 Deepak Bhole <dbhole@redhat.com> 5.2.36-5
b30d9d
- Resolves rhbz#794472
b30d9d
- Patch from Omair Majid <omajid@redhat.com> to remove explicit Java 6 req.
b30d9d
b30d9d
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-4
b30d9d
- add filesystem guard
b30d9d
b30d9d
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-3
b30d9d
- install everything in /usr
b30d9d
  https://fedoraproject.org/wiki/Features/UsrMove
b30d9d
b30d9d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.36-2
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b30d9d
b30d9d
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.36-1
b30d9d
- update to 5.2.36,
b30d9d
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#id3647664
b30d9d
b30d9d
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-2
b30d9d
- move development documentation to devel-doc subpackage (#705386)
b30d9d
b30d9d
* Tue Jun 14 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-1
b30d9d
- update to 5.2.28
b30d9d
b30d9d
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.25-2
b30d9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b30d9d
b30d9d
* Thu Feb  3 2011 Jindrich Novy <jnovy@redhat.com> 5.1.25-1
b30d9d
- update to 5.1.25
b30d9d
b30d9d
* Wed Sep 29 2010 jkeating - 5.1.19-2
b30d9d
- Rebuilt for gcc bug 634757
b30d9d
b30d9d
* Fri Sep 10 2010 Jindrich Novy <jnovy@redhat.com> 5.1.19-1
b30d9d
- update to 5.1.19
b30d9d
- rename -devel-static to -static subpackage (#617800)
b30d9d
- build java on all arches
b30d9d
b30d9d
* Wed Jul  7 2010 Jindrich Novy <jnovy@redhat.com> 5.0.26-1
b30d9d
- update to 5.0.26
b30d9d
- drop BR: ed
b30d9d
b30d9d
* Thu Jun 17 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-2
b30d9d
- add Requires: libdb-cxx to libdb-devel
b30d9d
b30d9d
* Wed Apr 21 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-1
b30d9d
- initial build
b30d9d
b30d9d
* Thu Apr 15 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.2
b30d9d
- remove C# documentation
b30d9d
- disable/remove rpath
b30d9d
- fix description
b30d9d
- tighten dependencies
b30d9d
- run ldconfig for cxx and sql subpackages
b30d9d
b30d9d
* Fri Apr  9 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.1
b30d9d
- enable sql
b30d9d
- package 5.0.21