[Glibc-bsd-commits] r4085 - in trunk: kfreebsd-10/debian kfreebsd-10/debian/arch/amd64 kfreebsd-10/debian/arch/i386 kfreebsd-10/debian/arch/mipsel kfreebsd-8/debian kfreebsd-8/debian/arch/amd64 kfreebsd-8/debian/arch/i386 kfreebsd-8/debian/arch/mipsel kfreebsd-9/debian kfreebsd-9/debian/arch/amd64 kfreebsd-9/debian/arch/i386 kfreebsd-9/debian/arch/mipsel

Robert Millan rmh at alioth.debian.org
Fri Feb 10 22:42:17 UTC 2012


Author: rmh
Date: 2012-02-10 22:42:17 +0000 (Fri, 10 Feb 2012)
New Revision: 4085

Modified:
   trunk/kfreebsd-10/debian/arch/amd64/amd64.config
   trunk/kfreebsd-10/debian/arch/i386/486.config
   trunk/kfreebsd-10/debian/arch/i386/686.config
   trunk/kfreebsd-10/debian/arch/i386/xen.config
   trunk/kfreebsd-10/debian/arch/mipsel/malta.config
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-8/debian/arch/amd64/amd64.config
   trunk/kfreebsd-8/debian/arch/i386/486.config
   trunk/kfreebsd-8/debian/arch/i386/686.config
   trunk/kfreebsd-8/debian/arch/i386/xen.config
   trunk/kfreebsd-8/debian/arch/mipsel/malta.config
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-9/debian/arch/amd64/amd64.config
   trunk/kfreebsd-9/debian/arch/i386/486.config
   trunk/kfreebsd-9/debian/arch/i386/686.config
   trunk/kfreebsd-9/debian/arch/i386/xen.config
   trunk/kfreebsd-9/debian/arch/mipsel/malta.config
   trunk/kfreebsd-9/debian/changelog
Log:
Enable pflog.  (Closes: #658677)

Modified: trunk/kfreebsd-10/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/amd64/amd64.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-10/debian/arch/amd64/amd64.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -25,6 +25,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 include         GENERIC
 

Modified: trunk/kfreebsd-10/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/486.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-10/debian/arch/i386/486.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -22,6 +22,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-10/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-10/debian/arch/i386/686.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -23,6 +23,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-10/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/xen.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-10/debian/arch/i386/xen.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -39,6 +39,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Disable binary blobs
 include		WITHOUT_SOURCELESS

Modified: trunk/kfreebsd-10/debian/arch/mipsel/malta.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/mipsel/malta.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-10/debian/arch/mipsel/malta.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -18,3 +18,4 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-10/debian/changelog	2012-02-10 22:42:17 UTC (rev 4085)
@@ -3,8 +3,9 @@
   * Disable adw via in WITHOUT_SOURCELESS_UCODE rather than in GENERIC.
   * Build by GCC 4.6.
   * Lower libc0.1 requirement to 2.11.3-1.
+  * Enable pflog.  (Closes: #658677)
 
- -- Robert Millan <rmh at debian.org>  Sun, 05 Feb 2012 14:15:46 +0100
+ -- Robert Millan <rmh at debian.org>  Fri, 10 Feb 2012 23:40:16 +0100
 
 kfreebsd-10 (10.0~svn230972-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-8/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -23,5 +23,6 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 include         GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/486.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-8/debian/arch/i386/486.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -23,6 +23,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -24,6 +24,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-8/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/xen.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-8/debian/arch/i386/xen.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -40,3 +40,4 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog

Modified: trunk/kfreebsd-8/debian/arch/mipsel/malta.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/mipsel/malta.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-8/debian/arch/mipsel/malta.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -18,3 +18,4 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-8/debian/changelog	2012-02-10 22:42:17 UTC (rev 4085)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.3~svn230343-2) UNRELEASED; urgency=low
+
+  * Enable pflog.  (Closes: #658677)
+
+ -- Robert Millan <rmh at debian.org>  Fri, 10 Feb 2012 23:39:57 +0100
+
 kfreebsd-8 (8.3~svn230343-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-9/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/amd64/amd64.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-9/debian/arch/amd64/amd64.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -25,5 +25,6 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 include         GENERIC

Modified: trunk/kfreebsd-9/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/486.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-9/debian/arch/i386/486.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -22,6 +22,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-9/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/686.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-9/debian/arch/i386/686.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -23,6 +23,7 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-9/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/xen.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-9/debian/arch/i386/xen.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -39,3 +39,4 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog

Modified: trunk/kfreebsd-9/debian/arch/mipsel/malta.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/mipsel/malta.config	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-9/debian/arch/mipsel/malta.config	2012-02-10 22:42:17 UTC (rev 4085)
@@ -18,3 +18,4 @@
 device		carp
 device		pf
 device		pfsync
+device		pflog

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2012-02-05 14:29:42 UTC (rev 4084)
+++ trunk/kfreebsd-9/debian/changelog	2012-02-10 22:42:17 UTC (rev 4085)
@@ -5,8 +5,9 @@
   * Build with GCC 4.6.  (Closes: #654739)
   * 904_dev_full.diff: Small bugfix affecting destruction of /dev/full.
   * Lower libc0.1 requirement to 2.11.3-1.
+  * Enable pflog.  (Closes: #658677)
 
- -- Robert Millan <rmh at debian.org>  Sun, 05 Feb 2012 14:14:26 +0100
+ -- Robert Millan <rmh at debian.org>  Fri, 10 Feb 2012 23:40:09 +0100
 
 kfreebsd-9 (9.0-1) unstable; urgency=low
 




More information about the Glibc-bsd-commits mailing list