correct use of unitialized memory in the bundled libdb (Arjan)
This commit is contained in:
parent
5bff7931b7
commit
393c65daca
@ -11,7 +11,7 @@
|
|||||||
Summary: The Cyrus SASL library.
|
Summary: The Cyrus SASL library.
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.21
|
Version: 2.1.21
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Freely Distributable
|
License: Freely Distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
||||||
@ -49,6 +49,7 @@ Patch14: cyrus-sasl-2.1.20-conflict.patch
|
|||||||
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
||||||
Patch17: cyrus-sasl-2.1.21-builddir.patch
|
Patch17: cyrus-sasl-2.1.21-builddir.patch
|
||||||
Patch18: cyrus-sasl-2.1.21-linksrcs.patch
|
Patch18: cyrus-sasl-2.1.21-linksrcs.patch
|
||||||
|
Patch50: db-4.3.27-initmem.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
%if %{includev1}
|
%if %{includev1}
|
||||||
BuildPrereq: gdbm-devel
|
BuildPrereq: gdbm-devel
|
||||||
@ -133,6 +134,10 @@ using a RDBMS for storing shared secrets.
|
|||||||
%setup -q -c -a 6
|
%setup -q -c -a 6
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
pushd db-%{db_version}
|
||||||
|
%patch50 -p2 -b .initmem
|
||||||
|
popd
|
||||||
|
|
||||||
%if %{includev1}
|
%if %{includev1}
|
||||||
pushd cyrus-sasl-%{cs1_version}
|
pushd cyrus-sasl-%{cs1_version}
|
||||||
%patch0 -p1 -b .rpath
|
%patch0 -p1 -b .rpath
|
||||||
@ -550,6 +555,9 @@ fi
|
|||||||
#%{_sbindir}/saslauthd2-checkpass
|
#%{_sbindir}/saslauthd2-checkpass
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-3
|
||||||
|
- correct a use of uninitialized memory in the bundled libdb (Arjan van de Ven)
|
||||||
|
|
||||||
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-2
|
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-2
|
||||||
- move the ANONYMOUS mech plugin to the -lib subpackage so that multilib
|
- move the ANONYMOUS mech plugin to the -lib subpackage so that multilib
|
||||||
systems can use it without installing the main package
|
systems can use it without installing the main package
|
||||||
|
Loading…
Reference in New Issue
Block a user