Blame SPECS/libdb.spec

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