f63ffc
f63ffc
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
f63ffc
%define dbdep db4-devel
f63ffc
%else
f63ffc
%define dbdep libdb-devel
f63ffc
%endif
f63ffc
f63ffc
%if 0%{?fedora} < 27 && 0%{?rhel} <= 7
f63ffc
%global with_nss 1
f63ffc
%else
f63ffc
%global with_nss 0
f63ffc
%endif
f63ffc
f63ffc
%define apuver 1
f63ffc
f63ffc
Summary: Apache Portable Runtime Utility library
f63ffc
Name: apr-util
f63ffc
Version: 1.6.1
3dbb84
Release: 6%{?dist}.1
f63ffc
License: ASL 2.0
f63ffc
Group: System Environment/Libraries
f63ffc
URL: http://apr.apache.org/
f63ffc
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
f63ffc
Patch1: apr-util-1.2.7-pkgconf.patch
f63ffc
Patch4: apr-util-1.4.1-private.patch
f63ffc
Patch5: apr-util-mariadb-upstream.patch
3dbb84
3dbb84
# Security patches:
3dbb84
# https://bugzilla.redhat.com/show_bug.cgi?id=2169652
3dbb84
Patch100: apr-util-1.6.1-CVE-2022-25147.patch
3dbb84
f63ffc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
f63ffc
BuildRequires: autoconf, apr-devel >= 1.3.0
f63ffc
BuildRequires: %{dbdep}, expat-devel, libuuid-devel
f63ffc
Recommends: apr-util-bdb%{?_isa} = %{version}-%{release}
f63ffc
Recommends: apr-util-openssl%{_isa} = %{version}-%{release}
f63ffc
f63ffc
%description
f63ffc
The mission of the Apache Portable Runtime (APR) is to provide a
f63ffc
free library of C data structures and routines.  This library
f63ffc
contains additional utility interfaces for APR; including support
f63ffc
for XML, LDAP, database interfaces, URI parsing and more.
f63ffc
f63ffc
%package devel
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library development kit
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}, apr-devel%{?_isa}, pkgconfig
f63ffc
Requires: %{dbdep}%{?_isa}, expat-devel%{?_isa}, openldap-devel%{?_isa}
f63ffc
f63ffc
%description devel
f63ffc
This package provides the support files which can be used to 
f63ffc
build applications using the APR utility library.  The mission 
f63ffc
of the Apache Portable Runtime (APR) is to provide a free 
f63ffc
library of C data structures and routines.
f63ffc
f63ffc
%package pgsql
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library PostgreSQL DBD driver
f63ffc
BuildRequires: postgresql-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description pgsql
f63ffc
This package provides the PostgreSQL driver for the apr-util
f63ffc
DBD (database abstraction) interface.
f63ffc
f63ffc
%package bdb
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library Berkeley DB driver
f63ffc
BuildRequires: postgresql-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description bdb
f63ffc
This package provides the Berkeley DB driver for the apr-util
f63ffc
DBM (database abstraction) interface.
f63ffc
f63ffc
%package mysql
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library MySQL DBD driver
f63ffc
BuildRequires: mariadb-connector-c-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description mysql
f63ffc
This package provides the MySQL driver for the apr-util DBD
f63ffc
(database abstraction) interface.
f63ffc
f63ffc
%package sqlite
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library SQLite DBD driver
f63ffc
BuildRequires: sqlite-devel >= 3.0.0
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description sqlite
f63ffc
This package provides the SQLite driver for the apr-util DBD
f63ffc
(database abstraction) interface.
f63ffc
f63ffc
%package odbc
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library ODBC DBD driver
f63ffc
BuildRequires: unixODBC-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description odbc
f63ffc
This package provides the ODBC driver for the apr-util DBD
f63ffc
(database abstraction) interface.
f63ffc
f63ffc
%package ldap
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library LDAP support
f63ffc
BuildRequires: openldap-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description ldap
f63ffc
This package provides the LDAP support for the apr-util.
f63ffc
f63ffc
%package openssl
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library OpenSSL crypto support
f63ffc
BuildRequires: openssl-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description openssl
f63ffc
This package provides the OpenSSL crypto support for the apr-util.
f63ffc
f63ffc
%if %{with_nss}
f63ffc
%package nss
f63ffc
Group: Development/Libraries
f63ffc
Summary: APR utility library NSS crypto support
f63ffc
BuildRequires: nss-devel
f63ffc
Requires: apr-util%{?_isa} = %{version}-%{release}
f63ffc
f63ffc
%description nss
f63ffc
This package provides the NSS crypto support for the apr-util.
f63ffc
%endif
f63ffc
f63ffc
%prep
f63ffc
%setup -q
f63ffc
%patch1 -p1 -b .pkgconf
f63ffc
%patch4 -p1 -b .private
f63ffc
%patch5 -p1 -b .maria
f63ffc
3dbb84
%patch100 -p1 -b .CVE-2022-25147
3dbb84
f63ffc
%build
f63ffc
autoheader && autoconf
f63ffc
# A fragile autoconf test which fails if the code trips
f63ffc
# any other warning; force correct result for OpenLDAP:
f63ffc
export ac_cv_ldap_set_rebind_proc_style=three
f63ffc
%configure --with-apr=%{_prefix} \
f63ffc
        --includedir=%{_includedir}/apr-%{apuver} \
f63ffc
        --with-ldap=ldap_r --without-gdbm \
f63ffc
        --with-sqlite3 --with-pgsql --with-mysql --with-odbc \
f63ffc
        --with-dbm=db5 --with-berkeley-db \
f63ffc
        --without-sqlite2 \
f63ffc
        --with-crypto --with-openssl \
f63ffc
%if %{with_nss}
f63ffc
        --with-nss
f63ffc
%else
f63ffc
        --without-nss
f63ffc
%endif
f63ffc
make %{?_smp_mflags}
f63ffc
f63ffc
%install
f63ffc
rm -rf $RPM_BUILD_ROOT
f63ffc
make install DESTDIR=$RPM_BUILD_ROOT
f63ffc
f63ffc
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal
f63ffc
install -m 644 build/find_apu.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
f63ffc
f63ffc
# Unpackaged files; remove the static libaprutil
f63ffc
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
f63ffc
      $RPM_BUILD_ROOT%{_libdir}/libapr*.a
f63ffc
f63ffc
# And remove the reference to the static libaprutil from the .la
f63ffc
# file.
f63ffc
sed -i '/^old_library/s,libapr.*\.a,,' \
f63ffc
      $RPM_BUILD_ROOT%{_libdir}/libapr*.la
f63ffc
f63ffc
# Remove unnecessary exports from dependency_libs
f63ffc
sed -ri '/^dependency_libs/{s,-l(pq|sqlite[0-9]|rt|dl|uuid) ,,g}' \
f63ffc
      $RPM_BUILD_ROOT%{_libdir}/libapr*.la
f63ffc
f63ffc
# Trim libtool DSO cruft
f63ffc
rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util-%{apuver}/*.*a
f63ffc
f63ffc
%check
f63ffc
# Run the less verbose test suites
f63ffc
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
f63ffc
cd test
f63ffc
make %{?_smp_mflags} testall
f63ffc
# testall breaks with DBD DSO; ignore
f63ffc
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}/apr-util-%{apuver}
f63ffc
./testall -v -q
f63ffc
f63ffc
%clean
f63ffc
rm -rf $RPM_BUILD_ROOT
f63ffc
f63ffc
%post -p /sbin/ldconfig
f63ffc
f63ffc
%postun -p /sbin/ldconfig
f63ffc
f63ffc
%files
f63ffc
%defattr(-,root,root,-)
f63ffc
%doc CHANGES LICENSE NOTICE
f63ffc
%{_libdir}/libaprutil-%{apuver}.so.*
f63ffc
%dir %{_libdir}/apr-util-%{apuver}
f63ffc
f63ffc
%files bdb
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_dbm_db*
f63ffc
f63ffc
%files pgsql
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_dbd_pgsql*
f63ffc
f63ffc
%files mysql
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_dbd_mysql*
f63ffc
f63ffc
%files sqlite
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_dbd_sqlite*
f63ffc
f63ffc
%files odbc
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_dbd_odbc*
f63ffc
f63ffc
%files ldap
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_ldap*
f63ffc
f63ffc
%files openssl
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_crypto_openssl*
f63ffc
f63ffc
%if %{with_nss}
f63ffc
%files nss
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_libdir}/apr-util-%{apuver}/apr_crypto_nss*
f63ffc
%endif
f63ffc
f63ffc
%files devel
f63ffc
%defattr(-,root,root,-)
f63ffc
%{_bindir}/apu-%{apuver}-config
f63ffc
%{_libdir}/libaprutil-%{apuver}.*a
f63ffc
%{_libdir}/libaprutil-%{apuver}.so
f63ffc
%{_includedir}/apr-%{apuver}/*.h
f63ffc
%{_libdir}/pkgconfig/*.pc
f63ffc
%{_datadir}/aclocal/*.m4
f63ffc
f63ffc
%changelog
3dbb84
* Tue May 09 2023 Luboš Uhliarik <luhliari@redhat.com> - 1.6.1-6.1
3dbb84
- Resolves: #2196572 - CVE-2022-25147 apr-util: out-of-bounds writes
3dbb84
  in the apr_base64
3dbb84
f63ffc
* Mon Oct  1 2018 Joe Orton <jorton@redhat.com> - 1.6.1-6
f63ffc
- Recommends: apr-util-openssl, apr-util-bdb (#1633973)
f63ffc
f63ffc
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f63ffc
f63ffc
* Fri Jan 26 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-4
f63ffc
- Rebuild with new build flags embedded in apr
f63ffc
f63ffc
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.6.1-3
f63ffc
- Rebuilt for switch to libxcrypt
f63ffc
f63ffc
* Tue Dec 19 2017 Honza Horak <hhorak@redhat.com> - 1.6.1-2
f63ffc
- Build with mariadb-connector-c
f63ffc
f63ffc
* Wed Oct 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.6.1-1
f63ffc
- new version 1.6.1
f63ffc
f63ffc
* Mon Aug 21 2017 Joe Orton <jorton@redhat.com> - 1.6.0-1
f63ffc
- update to 1.6.0 (#1460831)
f63ffc
- move bdb support to loadable DSO in apr-util-dbd subpackage
f63ffc
- drop NSS, freetds support
f63ffc
f63ffc
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-7
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f63ffc
f63ffc
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-6
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f63ffc
f63ffc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-5
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f63ffc
f63ffc
* Mon Nov 14 2016 Joe Orton <jorton@redhat.com> - 1.5.4-4
f63ffc
- update for OpenSSL 1.1.0
f63ffc
f63ffc
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f63ffc
f63ffc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-2
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f63ffc
f63ffc
* Mon Sep 22 2014 Jan Kaluza <jkaluza@redhat.com> - 1.5.4-1
f63ffc
- update to 1.5.4
f63ffc
f63ffc
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-3
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f63ffc
f63ffc
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f63ffc
f63ffc
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.5.3-1
f63ffc
- update to 1.5.3
f63ffc
f63ffc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-4
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f63ffc
f63ffc
* Thu May 09 2013 Jan Kaluza <jkaluza@redhat.com> - 1.5.2-3
f63ffc
- do not build with freetds when it is not available
f63ffc
f63ffc
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.5.2-2
f63ffc
- update for aarch64
f63ffc
f63ffc
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.5.2-1
f63ffc
- update to 1.5.2
f63ffc
f63ffc
* Thu Feb 07 2013 Jon Ciesla <limburgher@gmail.com> - 1.4.1-8
f63ffc
- Apply private patch from Merge Review BZ 225254.
f63ffc
f63ffc
* Wed Nov 07 2012 Jan Kaluza <jkaluza@redhat.com> - 1.4.1-7
f63ffc
- ensure we use latest libdb5 (not libdb4)
f63ffc
f63ffc
* Thu Oct 18 2012 Joe Orton <jorton@redhat.com> - 1.4.1-6
f63ffc
- use -lldap_r instead of -lldap
f63ffc
f63ffc
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f63ffc
f63ffc
* Wed Jun  6 2012 Joe Orton <jorton@redhat.com> - 1.4.1-4
f63ffc
- fix crypt_r failure modes (#819650)
f63ffc
f63ffc
* Tue Apr 24 2012 Joe Orton <jorton@redhat.com> - 1.4.1-3
f63ffc
- apply _isa to deps
f63ffc
f63ffc
* Mon Apr 23 2012 Joe Orton <jorton@redhat.com> - 1.4.1-2
f63ffc
- switch to libdb-devel
f63ffc
f63ffc
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f63ffc
f63ffc
* Thu Dec 15 2011 Bojan Smojver <bojan@rexursive.com> - 1.4.1-1
f63ffc
- bump up to 1.4.1
f63ffc
f63ffc
* Fri May 20 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.12-1
f63ffc
- bump up to 1.3.12
f63ffc
f63ffc
* Wed May 11 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.11-2
f63ffc
- fix crash in apr_ldap_rebind_init()
f63ffc
f63ffc
* Mon May  9 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.11-1
f63ffc
- bump up to 1.3.11
f63ffc
f63ffc
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1.3.10-7
f63ffc
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
f63ffc
f63ffc
* Wed Mar 23 2011 Joe Orton <jorton@redhat.com> - 1.3.10-6
f63ffc
- rebuild for MySQL soname bump
f63ffc
f63ffc
* Wed Mar  2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-5
f63ffc
- fix build
f63ffc
f63ffc
* Wed Mar  2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-4
f63ffc
- rebuild
f63ffc
f63ffc
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-3
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f63ffc
f63ffc
* Wed Dec 29 2010 Bojan Smojver <bojan@rexursive.com> - 1.3.10-2
f63ffc
- rebuild for MySQL 5.5.x
f63ffc
f63ffc
* Tue Oct  5 2010 Joe Orton <jorton@redhat.com> - 1.3.10-1
f63ffc
- update to 1.3.10
f63ffc
f63ffc
* Wed Nov 25 2009 Joe Orton <jorton@redhat.com> - 1.3.9-3
f63ffc
- rebuild for new BDB
f63ffc
f63ffc
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.3.9-2
f63ffc
- rebuilt with new openssl
f63ffc
f63ffc
* Thu Aug  6 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.9-1
f63ffc
- bump up to 1.3.9
f63ffc
- CVE-2009-2412
f63ffc
- allocator alignment fixes
f63ffc
f63ffc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-3
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f63ffc
f63ffc
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.8-2
f63ffc
- adjust apr-util-1.3.7-nodbmdso.patch
f63ffc
f63ffc
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.8-1
f63ffc
- bump up to 1.3.8
f63ffc
f63ffc
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.7-5
f63ffc
- BR: +libuuid-devel, -e2fsprogs-devel
f63ffc
f63ffc
* Tue Jun  9 2009 Joe Orton <jorton@redhat.com> 1.3.7-4
f63ffc
- disable DBM-drivers-as-DSO support
f63ffc
- backport r783046 from upstream
f63ffc
f63ffc
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-3
f63ffc
- make export of LD_LIBRARY_PATH simpler
f63ffc
f63ffc
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-2
f63ffc
- revert tests
f63ffc
f63ffc
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-1
f63ffc
- bump up to 1.3.7
f63ffc
- CVE-2009-0023
f63ffc
- "billion laughs" fix of apr_xml_* interface
f63ffc
f63ffc
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3
f63ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f63ffc
f63ffc
* Fri Jan 23 2009 Joe Orton <jorton@redhat.com> 1.3.4-2
f63ffc
- rebuild for new MySQL
f63ffc
f63ffc
* Sat Aug 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.4-1
f63ffc
- bump up to 1.3.4
f63ffc
- drop PostgreSQL patch, fixed upstream
f63ffc
f63ffc
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-8
f63ffc
- beat the fuzz, rework apr-util-1.2.7-pkgconf.patch
f63ffc
f63ffc
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-7
f63ffc
- ship find_apu.m4, fix bug #455189
f63ffc
f63ffc
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-6
f63ffc
- rebuild for new db4-4.7
f63ffc
f63ffc
* Tue Jul  8 2008 Joe Orton <jorton@redhat.com> 1.3.2-5
f63ffc
- restore requires for openldap-devel from -devel
f63ffc
f63ffc
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-4
f63ffc
- properly fix PostgreSQL detection
f63ffc
f63ffc
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-3
f63ffc
- revert build dependencies, change from -2 didn't help
f63ffc
- add apr-util-1.3.2-pgsql.patch (remove pgsql_LIBS during detection)
f63ffc
f63ffc
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-2
f63ffc
- try adding postgresql-server to build dependencies to pull some libs in
f63ffc
f63ffc
* Thu Jun 19 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-1
f63ffc
- bump up to 1.3.2
f63ffc
f63ffc
* Sun Jun  1 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.0-1
f63ffc
- bump up to 1.3.0
f63ffc
f63ffc
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.12-5
f63ffc
- Autorebuild for GCC 4.3
f63ffc
f63ffc
* Tue Dec  4 2007 Joe Orton <jorton@redhat.com> 1.2.12-4
f63ffc
- rebuild for OpenLDAP soname bump
f63ffc
f63ffc
* Mon Dec  3 2007 Bojan Smojver <bojan@rexursive.com> - 1.2.12-3
f63ffc
- remove all instances of MySQL flags being added to APRUTIL_LDFLAGS
f63ffc
f63ffc
* Tue Nov 27 2007 Bojan Smojver <bojan@rexursive.com> - 1.2.12-1
f63ffc
- bump up to 1.2.12
f63ffc
- drop MySQL DBD driver, shipped upstream
f63ffc
- adjust various patches to apply
f63ffc
- rework tests in %%check (1.2.x got tests from trunk)
f63ffc
f63ffc
* Mon Sep 24 2007 Jesse Keating <jkeating@redhat.com> - 1.2.10-2
f63ffc
- Rebuild for upgrade path (add dist since that's now on F-7 branch)
f63ffc
f63ffc
* Sun Sep  9 2007 Bojan Smojver <bojan@rexursive.com> 1.2.10-1
f63ffc
- bump up to 1.2.10
f63ffc
- pick up newly checked in MySQL DBD driver directly from ASF
f63ffc
- remove dbdopen patch (fixed upstream)
f63ffc
- remove xmlns patch (fixed upstream)
f63ffc
- remove autoexpat patch (fixed upstream)
f63ffc
f63ffc
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 1.2.8-12
f63ffc
- rebuild for fixed APR 32-bit ABI
f63ffc
- remove sqlite driver from main package (#274521)
f63ffc
f63ffc
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-11
f63ffc
- rebuild for expat soname bump
f63ffc
f63ffc
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 1.2.8-10
f63ffc
- fix License
f63ffc
f63ffc
* Wed Aug  8 2007 Joe Orton <jorton@redhat.com> 1.2.8-9
f63ffc
- add rewrite of expat autoconf code (upstream r493791)
f63ffc
- fix build for new glibc open()-as-macro
f63ffc
- split out sqlite subpackage
f63ffc
f63ffc
* Tue Jul  3 2007 Joe Orton <jorton@redhat.com> 1.2.8-8
f63ffc
- add fix for attribute namespace handling in apr_xml (PR 41908)
f63ffc
f63ffc
* Thu Apr  5 2007 Joe Orton <jorton@redhat.com> 1.2.8-7
f63ffc
- remove old Conflicts, doxygen BR (#225254)
f63ffc
f63ffc
* Fri Mar 23 2007 Joe Orton <jorton@redhat.com> 1.2.8-6
f63ffc
- add DBD DSO lifetime fix (r521327)
f63ffc
f63ffc
* Thu Mar 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-5
f63ffc
- drop doxygen documentation (which caused multilib conflicts)
f63ffc
f63ffc
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 1.2.8-4
f63ffc
- add mysql driver in -mysql subpackage (Bojan Smojver, #222237)
f63ffc
f63ffc
* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 1.2.8-3
f63ffc
- build DBD drivers as DSOs (w/Bojan Smojver, #192922)
f63ffc
- split out pgsql driver into -pgsql subpackage
f63ffc
f63ffc
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 1.2.8-2
f63ffc
- update to 1.2.8, pick up new libpq soname
f63ffc
f63ffc
* Fri Dec  1 2006 Joe Orton <jorton@redhat.com> 1.2.7-5
f63ffc
- really rebuild for db45
f63ffc
f63ffc
* Sat Nov 11 2006 Joe Orton <jorton@redhat.com> 1.2.7-4
f63ffc
- add support for BDB 4.5 from upstream, rebuild
f63ffc
f63ffc
* Wed Jul 19 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
f63ffc
- fix buildconf with autoconf 2.60
f63ffc
f63ffc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.7-2.1
f63ffc
- rebuild
f63ffc
f63ffc
* Tue May  2 2006 Joe Orton <jorton@redhat.com> 1.2.7-2
f63ffc
- update to 1.2.7
f63ffc
- use pkg-config in apu-1-config to make it libdir-agnostic
f63ffc
f63ffc
* Thu Apr  6 2006 Joe Orton <jorton@redhat.com> 1.2.6-2
f63ffc
- update to 1.2.6
f63ffc
- define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073)
f63ffc
f63ffc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.2
f63ffc
- bump again for double-long bug on ppc(64)
f63ffc
f63ffc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.1
f63ffc
- rebuilt for new gcc4.1 snapshot and glibc changes
f63ffc
f63ffc
* Mon Jan 30 2006 Joe Orton <jorton@redhat.com> 1.2.2-4
f63ffc
- rebuild to drop reference to libexpat.la
f63ffc
f63ffc
* Wed Jan 18 2006 Joe Orton <jorton@redhat.com> 1.2.2-3
f63ffc
- disable sqlite2 support
f63ffc
- BuildRequire e2fsprogs-devel
f63ffc
- enable malloc paranoia in %%check
f63ffc
f63ffc
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.2.2-2.2
f63ffc
- rebuilt again
f63ffc
f63ffc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f63ffc
- rebuilt
f63ffc
f63ffc
* Tue Dec  6 2005 Joe Orton <jorton@redhat.com> 1.2.2-2
f63ffc
- trim exports from .la file/--libs output (#174924)
f63ffc
f63ffc
* Fri Nov 25 2005 Joe Orton <jorton@redhat.com> 1.2.2-1
f63ffc
- update to 1.2.2
f63ffc
f63ffc
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-3
f63ffc
- fix epoch again
f63ffc
f63ffc
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-2
f63ffc
- update to 0.9.7
f63ffc
- drop static libs (#170051)
f63ffc
f63ffc
* Tue Jul 26 2005 Joe Orton <jorton@redhat.com> 0.9.6-3
f63ffc
- add FILE bucket fix for truncated files (#159191)
f63ffc
- add epoch to dependencies
f63ffc
f63ffc
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
f63ffc
- rebuild
f63ffc
f63ffc
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 0.9.6-1
f63ffc
- update to 0.9.6
f63ffc
f63ffc
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-3
f63ffc
- restore db-4.3 detection lost in 0.9.5 upgrade
f63ffc
f63ffc
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-2
f63ffc
- rebuild
f63ffc
f63ffc
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 0.9.5-1
f63ffc
- update to 0.9.5
f63ffc
f63ffc
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-19
f63ffc
- actually explicitly check for and detect db-4.3.
f63ffc
f63ffc
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-18
f63ffc
- rebuild against db-4.3.21.
f63ffc
f63ffc
* Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 0.9.4-17
f63ffc
- add security fix for CAN-2004-0786
f63ffc
f63ffc
* Sat Jun 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-16
f63ffc
- have -devel require matching release of apr-util
f63ffc
f63ffc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f63ffc
- rebuilt
f63ffc
f63ffc
* Thu Apr  1 2004 Joe Orton <jorton@redhat.com> 0.9.4-14
f63ffc
- fix use of SHA1 passwords (#119651)
f63ffc
f63ffc
* Tue Mar 30 2004 Joe Orton <jorton@redhat.com> 0.9.4-13
f63ffc
- remove fundamentally broken check_sbcs() from xlate code
f63ffc
f63ffc
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-12
f63ffc
- tweak xlate fix
f63ffc
f63ffc
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-11
f63ffc
- rebuild with xlate fixes and tests enabled
f63ffc
f63ffc
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-10.1
f63ffc
- rebuilt
f63ffc
f63ffc
* Tue Mar  2 2004 Joe Orton <jorton@redhat.com> 0.9.4-10
f63ffc
- rename sdbm_* symbols to apu__sdbm_*
f63ffc
f63ffc
* Mon Feb 16 2004 Joe Orton <jorton@redhat.com> 0.9.4-9
f63ffc
- fix sdbm apr_dbm_exists() on s390x/ppc64
f63ffc
f63ffc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-8
f63ffc
- rebuilt
f63ffc
f63ffc
* Thu Feb  5 2004 Joe Orton <jorton@redhat.com> 0.9.4-7
f63ffc
- fix warnings from use of apr_optional*.h with gcc 3.4
f63ffc
f63ffc
* Thu Jan 29 2004 Joe Orton <jorton@redhat.com> 0.9.4-6
f63ffc
- drop gdbm support
f63ffc
f63ffc
* Thu Jan  8 2004 Joe Orton <jorton@redhat.com> 0.9.4-5
f63ffc
- fix DB library detection
f63ffc
f63ffc
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-4
f63ffc
- rebuild against db-4.2.52.
f63ffc
f63ffc
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-3
f63ffc
- rebuild against db-4.2.42.
f63ffc
f63ffc
* Mon Oct  6 2003 Joe Orton <jorton@redhat.com> 0.9.4-2
f63ffc
- fix 'apu-config --apu-la-file' output
f63ffc
f63ffc
* Mon Oct  6 2003 Joe Orton <jorton@redhat.com> 0.9.4-1
f63ffc
- update to 0.9.4.
f63ffc
f63ffc
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.3-10
f63ffc
- rebuild
f63ffc
f63ffc
* Mon Jul  7 2003 Joe Orton <jorton@redhat.com> 0.9.3-9
f63ffc
- rebuild
f63ffc
- don't run testuuid test because of #98677
f63ffc
f63ffc
* Thu Jul  3 2003 Joe Orton <jorton@redhat.com> 0.9.3-8
f63ffc
- rebuild
f63ffc
f63ffc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
f63ffc
- rebuilt
f63ffc
f63ffc
* Tue May 20 2003 Joe Orton <jorton@redhat.com> 0.9.3-6
f63ffc
- fix to detect crypt_r correctly (CAN-2003-0195)
f63ffc
f63ffc
* Thu May 15 2003 Joe Orton <jorton@redhat.com> 0.9.3-5
f63ffc
- fix to try linking against -ldb first (#90917)
f63ffc
- depend on openldap, gdbm, db4, expat appropriately.
f63ffc
f63ffc
* Tue May 13 2003 Joe Orton <jorton@redhat.com> 0.9.3-4
f63ffc
- rebuild
f63ffc
f63ffc
* Wed May  7 2003 Joe Orton <jorton@redhat.com> 0.9.3-3
f63ffc
- make devel package conflict with old subversion-devel
f63ffc
- run the less crufty parts of the test suite
f63ffc
f63ffc
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.9.3-2
f63ffc
- run ldconfig in post/postun
f63ffc
f63ffc
* Mon Apr 28 2003 Joe Orton <jorton@redhat.com> 0.9.3-1
f63ffc
- initial build