rpms/autofs/F-7 autofs.spec,1.220,1.221

Ian Kent (iankent) fedora-extras-commits at redhat.com
Fri Dec 21 10:21:56 UTC 2007


Author: iankent

Update of /cvs/pkgs/rpms/autofs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12212

Modified Files:
	autofs.spec 
Log Message:
* Fri Dec 21 2007 Ian Kent <ikent at redhat.com> - 5.0.1-31
- Bug 426399: CVE-2007-6285 autofs default doesn't set nodev in /net [f7]
  - use mount option "nodev" for "-hosts" map unless "dev" is explicily specified.



Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/F-7/autofs.spec,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- autofs.spec	18 Dec 2007 03:00:42 -0000	1.220
+++ autofs.spec	21 Dec 2007 10:21:18 -0000	1.221
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.1
-Release: 30
+Release: 31
 Epoch: 1
 License: GPL
 Group: System Environment/Daemons
@@ -48,6 +48,7 @@
 Patch36: autofs-5.0.1-add-ldap-schema-discovery.patch
 Patch37: autofs-5.0.2-hosts-nosuid-default.patch
 Patch38: autofs-5.0.1-fd-close-on-exec-mutex.patch
+Patch39: autofs-5.0.2-hosts-nodev-default.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs
 Conflicts: kernel < 2.6.17
@@ -127,6 +128,7 @@
 %patch36 -p1
 %patch37 -p1
 %patch38 -p1
+%patch39 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -179,6 +181,10 @@
 %{_libdir}/autofs/
 
 %changelog
+* Fri Dec 21 2007 Ian Kent <ikent at redhat.com> - 5.0.1-31
+- Bug 426399: CVE-2007-6285 autofs default doesn't set nodev in /net [f7]
+  - use mount option "nodev" for "-hosts" map unless "dev" is explicily specified.
+
 * Tue Dec 18 2007 Ian Kent <ikent at redhat.com> - 5.0.1-30
 - Bug 397591 SELinux is preventing /sbin/rpc.statd (rpcd_t) "search" to <Unknown> (sysctl_fs_t).
   - prevent fork between fd open and setting of FD_CLOEXEC.




More information about the fedora-extras-commits mailing list