[Glibc-bsd-commits] r4815 - in trunk/kfreebsd-8/debian: . patches

Robert Millan rmh at alioth.debian.org
Sun Jul 28 22:14:15 UTC 2013


Author: rmh
Date: 2013-07-28 22:14:15 +0000 (Sun, 28 Jul 2013)
New Revision: 4815

Added:
   trunk/kfreebsd-8/debian/patches/SA-13_08.nfsserver.diff
Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/series
Log:
Apply upstream SA-13_08.nfsserver patch (CVE-2013-4851).  (Closes: #717959)

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2013-07-28 22:09:45 UTC (rev 4814)
+++ trunk/kfreebsd-8/debian/changelog	2013-07-28 22:14:15 UTC (rev 4815)
@@ -1,6 +1,8 @@
 kfreebsd-8 (8.3-7) UNRELEASED; urgency=low
 
   * Disable CTF to fix FTBFS on newer buildutils. (Closes: #718162)
+  * Apply upstream SA-13_08.nfsserver patch (CVE-2013-4851).
+    (Closes: #717959)
 
  -- Robert Millan <rmh at debian.org>  Sun, 28 Jul 2013 18:32:37 +0200
 

Added: trunk/kfreebsd-8/debian/patches/SA-13_08.nfsserver.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/SA-13_08.nfsserver.diff	                        (rev 0)
+++ trunk/kfreebsd-8/debian/patches/SA-13_08.nfsserver.diff	2013-07-28 22:14:15 UTC (rev 4815)
@@ -0,0 +1,14 @@
+
+SVN rev 253694 from releng/8.3
+
+--- a/sys/kern/vfs_export.c
++++ b/sys/kern/vfs_export.c
+@@ -208,7 +208,7 @@
+ 	np->netc_anon = crget();
+ 	np->netc_anon->cr_uid = argp->ex_anon.cr_uid;
+ 	crsetgroups(np->netc_anon, argp->ex_anon.cr_ngroups,
+-	    np->netc_anon->cr_groups);
++	    argp->ex_anon.cr_groups);
+ 	np->netc_anon->cr_prison = &prison0;
+ 	prison_hold(np->netc_anon->cr_prison);
+ 	np->netc_numsecflavors = argp->ex_numsecflavors;

Modified: trunk/kfreebsd-8/debian/patches/series
===================================================================
--- trunk/kfreebsd-8/debian/patches/series	2013-07-28 22:09:45 UTC (rev 4814)
+++ trunk/kfreebsd-8/debian/patches/series	2013-07-28 22:14:15 UTC (rev 4815)
@@ -13,6 +13,7 @@
 EN-12_02.ipv6refcount.patch
 SCTP_DOS_svn239447.diff
 SA-12_08.linux.patch
+SA-13_08.nfsserver.diff
 
 # Other patches that might or might not be mergeable
 001_misc.diff




More information about the Glibc-bsd-commits mailing list