Control: retitle -1 unblock: kfreebsd-9/9.0-10

Reverting the additional change as it breaks things on some
architectures and isn't really freeze-stuff.

Regards

    Christoph

New debdiff:

dpkg-source: warning: extracting unsigned source package 
(/home/christoph/debian/kfreebsd-9_9.0-10.dsc)
diff -Nru kfreebsd-9-9.0/debian/changelog kfreebsd-9-9.0/debian/changelog
--- kfreebsd-9-9.0/debian/changelog     2012-10-29 12:10:41.000000000 -0700
+++ kfreebsd-9-9.0/debian/changelog     2012-11-23 19:33:15.000000000 -0800
@@ -1,9 +1,25 @@
-kfreebsd-9 (9.0-8) unstable; urgency=low
+kfreebsd-9 (9.0-10) unstable; urgency=low
 
-  * Build source package on a kfreebsd system
-    * This should bring back the udebs lost in -7
+  * Revert "Touch conf/DEBIAN" causing build failures in "normal" mode
+
+ -- Christoph Egger <christ...@debian.org>  Fri, 23 Nov 2012 19:32:25 -0800
+
+kfreebsd-9 (9.0-9) unstable; urgency=medium
 
- -- Christoph Egger <christ...@debian.org>  Mon, 29 Oct 2012 12:04:47 -0700
+  * Apply patch for SA-12:08 / CVE-2012-4576:
+    memory access without proper validation in linux compat system
+    (Closes: #694097)
+  * Touch conf/DEBIAN to avoid build failures in case someone wants to build 
the
+    kernel with firmware included.
+
+ -- Christoph Egger <christ...@debian.org>  Fri, 23 Nov 2012 13:45:15 -0800
+
+kfreebsd-9 (9.0-8) unstable; urgency=low
+  
+  * Build source package on a kfreebsd system
+  * This should bring back the udebs lost in -7
+  
+ -- Christoph Egger <christ...@debian.org>  Mon, 29 Oct 2012 12:04:47 -0700 
 
 kfreebsd-9 (9.0-7) unstable; urgency=medium
 
diff -Nru kfreebsd-9-9.0/debian/patches/SA-12_08.linux.patch 
kfreebsd-9-9.0/debian/patches/SA-12_08.linux.patch
--- kfreebsd-9-9.0/debian/patches/SA-12_08.linux.patch  1969-12-31 
16:00:00.000000000 -0800
+++ kfreebsd-9-9.0/debian/patches/SA-12_08.linux.patch  2012-11-23 
13:48:51.000000000 -0800
@@ -0,0 +1,16 @@
+Index: sys/compat/linux/linux_ioctl.c
+===================================================================
+--- a/sys/compat/linux/linux_ioctl.c   (revision 242578)
++++ b/sys/compat/linux/linux_ioctl.c   (working copy)
+@@ -2260,8 +2260,9 @@ again:
+ 
+       ifc.ifc_len = valid_len; 
+       sbuf_finish(sb);
+-      memcpy(PTRIN(ifc.ifc_buf), sbuf_data(sb), ifc.ifc_len);
+-      error = copyout(&ifc, uifc, sizeof(ifc));
++      error = copyout(sbuf_data(sb), PTRIN(ifc.ifc_buf), ifc.ifc_len);
++      if (error == 0)
++              error = copyout(&ifc, uifc, sizeof(ifc));
+       sbuf_delete(sb);
+       CURVNET_RESTORE();
+ 
diff -Nru kfreebsd-9-9.0/debian/patches/series 
kfreebsd-9-9.0/debian/patches/series
--- kfreebsd-9-9.0/debian/patches/series        2012-10-29 12:03:47.000000000 
-0700
+++ kfreebsd-9-9.0/debian/patches/series        2012-11-23 13:44:03.000000000 
-0800
@@ -7,6 +7,7 @@
 fix_VOP_VPTOCNP_bypass_for_nullfs.diff
 pf_counter_initialization_SVN236364.diff
 svn239447_SCTP_DoS.patch
+SA-12_08.linux.patch
 
 # Other patches that might or might not be mergeable
 001_misc.diff


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vccvtwnn....@mitoraj.siccegge.de

Reply via email to