[Glibc-bsd-commits] r3864 - trunk/freebsd-utils/debian

Robert Millan rmh at alioth.debian.org
Wed Nov 16 18:47:46 UTC 2011


Author: rmh
Date: 2011-11-16 18:47:46 +0000 (Wed, 16 Nov 2011)
New Revision: 3864

Added:
   trunk/freebsd-utils/debian/pf.install
   trunk/freebsd-utils/debian/pf.manpages
Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/control
   trunk/freebsd-utils/debian/freebsd-net-tools.install
   trunk/freebsd-utils/debian/freebsd-net-tools.manpages
Log:
Split PF into its own package.

Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2011-11-16 18:46:49 UTC (rev 3863)
+++ trunk/freebsd-utils/debian/changelog	2011-11-16 18:47:46 UTC (rev 3864)
@@ -1,3 +1,9 @@
+freebsd-utils (8.2+ds2-12) UNRELEASED; urgency=low
+
+  * Split PF into its own package.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 16 Nov 2011 19:05:27 +0100
+
 freebsd-utils (8.2+ds2-11) UNRELEASED; urgency=low
 
   * Unify all __unused fixes into a single patch.

Modified: trunk/freebsd-utils/debian/control
===================================================================
--- trunk/freebsd-utils/debian/control	2011-11-16 18:46:49 UTC (rev 3863)
+++ trunk/freebsd-utils/debian/control	2011-11-16 18:47:46 UTC (rev 3864)
@@ -138,7 +138,9 @@
 Section: net
 Priority: important
 Architecture: kfreebsd-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+# just to handle upgrades, maybe remove this after wheezy?
+ pf,
 Replaces: freebsd-utils (<< 5.4), freebsd-hackedutils (<< 7), net-tools
 Provides: net-tools
 Description: FreeBSD networking tools
@@ -230,6 +232,18 @@
  interface. A close examination of this boundary is very useful for bug
  isolation, sanity checking and attempting to capture race conditions.
 
-# FIXME:
-# - add pf (pfctl + authpf + /etc stuff + init.d script)
-# - add ipfw (???)
+Package: pf
+Section: net
+Priority: important
+Architecture: kfreebsd-any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: freebsd-utils (<< 8.2+ds2-10)
+Homepage: http://www.openbsd.org/faq/pf/
+Description: The OpenBSD Packet Filter
+ Packet Filter (from here on referred to as PF) is OpenBSD's system for
+ filtering TCP/IP traffic and doing Network Address Translation. PF is also
+ capable of normalizing and conditioning TCP/IP traffic and providing
+ bandwidth control and packet prioritization.
+ .
+ This version of PF has been ported to FreeBSD by the FreeBSD project, and
+ subsequently to GNU/kFreeBSD by the Debian project.

Modified: trunk/freebsd-utils/debian/freebsd-net-tools.install
===================================================================
--- trunk/freebsd-utils/debian/freebsd-net-tools.install	2011-11-16 18:46:49 UTC (rev 3863)
+++ trunk/freebsd-utils/debian/freebsd-net-tools.install	2011-11-16 18:47:46 UTC (rev 3864)
@@ -1,8 +1,5 @@
-etc/pf.os			/etc
 etc/regdomain.xml		/etc
 sbin/ifconfig/ifconfig		/sbin
 sbin/route/route		/lib/freebsd
 debian/local/scripts/sbin/route	/sbin
-sbin/pfctl/pfctl		/sbin
-usr.sbin/authpf/authpf		/usr/sbin/
 usr.sbin/arp/arp                /usr/sbin/

Modified: trunk/freebsd-utils/debian/freebsd-net-tools.manpages
===================================================================
--- trunk/freebsd-utils/debian/freebsd-net-tools.manpages	2011-11-16 18:46:49 UTC (rev 3863)
+++ trunk/freebsd-utils/debian/freebsd-net-tools.manpages	2011-11-16 18:47:46 UTC (rev 3864)
@@ -1,7 +1,4 @@
 sbin/ifconfig/ifconfig.8
 sbin/route/route.8
-contrib/pf/authpf/authpf.8
-contrib/pf/pfctl/pfctl.8
-contrib/pf/man/*.5
 usr.bin/netstat/netstat.1
 usr.sbin/arp/arp.8

Added: trunk/freebsd-utils/debian/pf.install
===================================================================
--- trunk/freebsd-utils/debian/pf.install	                        (rev 0)
+++ trunk/freebsd-utils/debian/pf.install	2011-11-16 18:47:46 UTC (rev 3864)
@@ -0,0 +1,3 @@
+etc/pf.os			/etc
+sbin/pfctl/pfctl		/sbin
+usr.sbin/authpf/authpf		/usr/sbin/

Added: trunk/freebsd-utils/debian/pf.manpages
===================================================================
--- trunk/freebsd-utils/debian/pf.manpages	                        (rev 0)
+++ trunk/freebsd-utils/debian/pf.manpages	2011-11-16 18:47:46 UTC (rev 3864)
@@ -0,0 +1,3 @@
+contrib/pf/authpf/authpf.8
+contrib/pf/pfctl/pfctl.8
+contrib/pf/man/*.5




More information about the Glibc-bsd-commits mailing list