[Glibc-bsd-commits] r1607 - in trunk/kfreebsd-6: . debian

Petr Salinger ps-guest at costa.debian.org
Sat Jun 24 18:07:18 UTC 2006


Author: ps-guest
Date: 2006-06-24 18:07:17 +0000 (Sat, 24 Jun 2006)
New Revision: 1607

Modified:
   trunk/kfreebsd-6/debian/changelog
   trunk/kfreebsd-6/debian/control.in
   trunk/kfreebsd-6/debian/rules
   trunk/kfreebsd-6/fetch
Log:
* prepare FreeBSD 6.1 packaging



Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog	2006-06-14 08:13:39 UTC (rev 1606)
+++ trunk/kfreebsd-6/debian/changelog	2006-06-24 18:07:17 UTC (rev 1607)
@@ -1,3 +1,15 @@
+kfreebsd-6 (6.1-0.1) UNRELEASED; urgency=low
+
+  [ Petr Salinger ]
+  * New upstream version (RELENG_6_1_0_RELEASE)
+     - drop 000_* patches (already in upstream)
+     - rework 010_ET_DYN.diff
+     - update remaining patches (with great help from quilt)
+     - add 018_genassym_MAXCPU.diff 
+  * Fix smbfs chroot escape (FreeBSD-SA-06:16.smbfs / CVE-2006-2654).
+
+ -- Robert Millan <rmh at aybabtu.com>  Sat, 24 Jun 2006 18:00:00 +0200
+
 kfreebsd-6 (6.0-0.4) unreleased; urgency=low
 
   * Re-enable atapi{fd,st}, ppc and psm, since they aren't being built

Modified: trunk/kfreebsd-6/debian/control.in
===================================================================
--- trunk/kfreebsd-6/debian/control.in	2006-06-14 08:13:39 UTC (rev 1606)
+++ trunk/kfreebsd-6/debian/control.in	2006-06-24 18:07:17 UTC (rev 1607)
@@ -17,7 +17,7 @@
  a GNU/kFreeBSD system.
 
 Package: kfreebsd-headers- at version@- at abiname@
-Architecture: kfreebsd-i386
+Architecture: kfreebsd-i386 kfreebsd-amd64
 Section: devel
 Depends: coreutils
 Description: Common architecture-specific header files for kernel of FreeBSD @version@

Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules	2006-06-14 08:13:39 UTC (rev 1606)
+++ trunk/kfreebsd-6/debian/rules	2006-06-24 18:07:17 UTC (rev 1607)
@@ -13,7 +13,7 @@
 major		:= $(shell dpkg-parsechangelog | grep ^Source: | sed -e 's/^.*-//g')
 ifeq (, $(findstring :$(major)., :$(version)))
 # Preliminar snapshot (e.g. 6.99+20060217).  Pretend this is the actual release.
-version		:= $(major).0
+version		:= $(major).1
 endif
 
 os		:= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)

Modified: trunk/kfreebsd-6/fetch
===================================================================
--- trunk/kfreebsd-6/fetch	2006-06-14 08:13:39 UTC (rev 1606)
+++ trunk/kfreebsd-6/fetch	2006-06-24 18:07:17 UTC (rev 1607)
@@ -11,7 +11,7 @@
 fi
 
 for i in src/{sys,usr.sbin/config} ; do
-  cvs -d freebsdanoncvs at anoncvs.freebsd.org:/home/ncvs ${action} -r RELENG_6_0_0_RELEASE $i
+  cvs -d freebsdanoncvs at anoncvs.freebsd.org:/home/ncvs ${action} -r RELENG_6_1_0_RELEASE $i
   test -e $i
 done
 




More information about the Glibc-bsd-commits mailing list