summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-09 16:00:18 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-09 16:00:18 +0000
commitb0044f05e0b7816903a441c83bf9d81e0e484187 (patch)
treeec1f077930a83538a42e95dd1c36e5abdced759f /security
parent Point release fixes an incompatibility between hotwayd and (diff)
Bump port version to 2.00:
- Build again with FreeBSD_version > 501113 (if_xname) - Fix some byte order problems with route-to rules - Stable release PR: 589037 Submitted By: MAINTAINER
Notes
Notes: svn path=/head/; revision=93550
Diffstat (limited to 'security')
-rw-r--r--security/pf/Makefile3
-rw-r--r--security/pf/distinfo2
-rw-r--r--security/pf/files/patch-ac14
-rw-r--r--security/pf/pkg-descr2
4 files changed, 4 insertions, 17 deletions
diff --git a/security/pf/Makefile b/security/pf/Makefile
index 09f7b54eac21..e4f9c551c42d 100644
--- a/security/pf/Makefile
+++ b/security/pf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pf_freebsd
-PORTVERSION= 1.66
-PORTREVISION= 1
+PORTVERSION= 2.00
CATEGORIES= security ipv6
MASTER_SITES= http://pf4freebsd.love2party.net/
.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
diff --git a/security/pf/distinfo b/security/pf/distinfo
index 66d363f5139d..b32961316280 100644
--- a/security/pf/distinfo
+++ b/security/pf/distinfo
@@ -1 +1 @@
-MD5 (pf_freebsd_1.66.tar.gz) = e14526765cb23f2b8ff5fb0cc6bccc8a
+MD5 (pf_freebsd_2.00.tar.gz) = e55504a934a232a0030dc746f0bf96d0
diff --git a/security/pf/files/patch-ac b/security/pf/files/patch-ac
deleted file mode 100644
index 419153765ace..000000000000
--- a/security/pf/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- freebsd_tcpdump/print-tcp.c.orig Thu Oct 9 19:55:02 2003
-+++ freebsd_tcpdump/print-tcp.c Thu Oct 9 19:56:28 2003
-@@ -406,7 +406,11 @@
- }
-
- /* OS Fingerprint */
-+#ifdef INET6
- if (oflag && ip6 == NULL && (flags & (TH_SYN|TH_ACK)) == TH_SYN) {
-+#else
-+ if (oflag && (flags & (TH_SYN|TH_ACK)) == TH_SYN) {
-+#endif
- struct pf_osfp_enlist *head = NULL;
- struct pf_osfp_entry *fp;
- unsigned long left;
diff --git a/security/pf/pkg-descr b/security/pf/pkg-descr
index 5c07b5310fa5..d17d60fb15c2 100644
--- a/security/pf/pkg-descr
+++ b/security/pf/pkg-descr
@@ -3,6 +3,8 @@ 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.
+Version 2.00 of this port has the same function set as found in OpenBSD 3.4
+
Information about pf can be found at the website of Daniel Hartmeier, the
original author of PF: http://www.benzedrine.cx/pf.html and OpenBSD PF FAQ: