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