- correct semantics of "-null" map handling (bzs 214800, 208091).

This commit is contained in:
ikent 2006-12-06 05:31:45 +00:00
parent dbac671e01
commit 2c9759961d

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.1
%define release 0.rc2.26
%define release 0.rc2.29
Version: %{version}
Release: %{release}
Epoch: 1
@ -50,6 +50,7 @@ Patch35: autofs-5.0.1-rc2-fix-incorrect-return-from-spawn.patch
Patch36: autofs-5.0.1-rc2-parse-bad-master-map-mountpoint.patch
Patch37: autofs-5.0.1-rc2-fix-use-after-free.patch
Patch38: autofs-5.0.1-rc2-use-task-done.patch
Patch39: autofs-5.0.1-rc2-fix-null-map-semantics.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -128,6 +129,7 @@ echo %{version}-%{release} > .version
%patch36 -p1
%patch37 -p1
%patch38 -p1
%patch39 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -184,6 +186,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
- correct semantics of "-null" map handling (bzs 214800, 208091).
* Sat Nov 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.26
- fix parsing of bad mount mount point in master map (bz 215620).
- fix use after free memory access in cache.c and lookup_yp.c (bz 208091).