rpms/autofs/FC-6 autofs.spec,1.161,1.162

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 14 04:57:56 UTC 2006


Author: ikent

Update of /cvs/dist/rpms/autofs/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv9525

Modified Files:
	autofs.spec 
Log Message:
* Thu Dec 14 2006 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc2.36
- expand export access checks to include missing syntax options.
- make "-hosts" module try to be sensitive to exports list changes.
- change mount "device" from "automount" to the map name.
- check for buffer overflow in mount_afs.c.
- replace tempnam with mkdtemp.
- update master map tokenizer to admit "slasify-colons" option.
- update location validation to accept "_" (bz 219445).
- set close-on-exec flag on open sockets (bz 215757).
- Resolves: rhbz#219445 rhbz#215757



Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/FC-6/autofs.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- autofs.spec	7 Dec 2006 04:31:06 -0000	1.161
+++ autofs.spec	14 Dec 2006 04:57:54 -0000	1.162
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 5.0.1
-%define release 0.rc2.31
+%define release 0.rc2.36
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -53,6 +53,14 @@
 Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch
 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
+Patch47: autofs-5.0.1-rc2-admit-slashify-colons.patch
+Patch48: autofs-5.0.1-rc2-allow-underscore-in-hostname.patch
+Patch49: autofs-5.0.1-rc2-set-socket-close-on-exec.patch
 Buildroot: /var/tmp/autofs-tmp
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
 Prereq: chkconfig
@@ -134,6 +142,14 @@
 %patch39 -p1
 %patch40 -p1
 %patch41 -p1
+%patch42 -p1
+%patch43 -p1
+%patch44 -p1
+%patch45 -p1
+%patch46 -p1
+%patch47 -p1
+%patch48 -p1
+%patch49 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -190,6 +206,16 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Thu Dec 14 2006 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc2.36
+- expand export access checks to include missing syntax options.
+- make "-hosts" module try to be sensitive to exports list changes.
+- change mount "device" from "automount" to the map name.
+- check for buffer overflow in mount_afs.c.
+- replace tempnam with mkdtemp.
+- update master map tokenizer to admit "slasify-colons" option.
+- update location validation to accept "_" (bz 219445).
+- set close-on-exec flag on open sockets (bz 215757).
+
 * Wed Dec 6 2006 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc2.31
 - remove ability to use multiple indirect mount entries in master
   map (bz 218616).




More information about the fedora-cvs-commits mailing list