diff --git a/autofs.spec b/autofs.spec index 12f2979..6b48939 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 5.0.1 -%define release 0.rc2.33 +%define release 0.rc2.34 Version: %{version} Release: %{release} Epoch: 1 @@ -55,6 +55,9 @@ Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch Patch41: autofs-5.0.1-rc2-disallow-multiple-indirect-mounts.patch Patch42: autofs-5.0.1-rc2-add-export-syntax-checks.patch Patch43: autofs-5.0.1-rc2-hosts-check-exports-update.patch +Patch44: autofs-5.0.1-rc2-change-mount-device-to-map-name.patch +Patch45: autofs-5.0.1-rc2-afs-buffer-overflow-check.patch +Patch46: autofs-5.0.1-rc2-replace-tempnam.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -138,6 +141,9 @@ echo %{version}-%{release} > .version %patch41 -p1 %patch42 -p1 %patch43 -p1 +%patch44 -p1 +%patch45 -p1 +%patch46 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -194,6 +200,11 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Dec 11 2006 Ian Kent - 5.0.1-0.rc2.34 +- change mount "device" from "automount" to the map name. +- check for buffer overflow in mount_afs.c. +- replace tempnam with mkdtemp. + * Sun Dec 10 2006 Ian Kent - 5.0.1-0.rc2.33 - expand export access checks to include missing syntax options. - make "-hosts" module try to be sensitive to exports list changes.