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