aboutsummaryrefslogtreecommitdiff
path: root/security/pf
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-10-02 20:58:23 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-10-02 20:58:23 +0000
commitc8f2ddf584c51dbdf47b7850e18b73bc51376120 (patch)
treecf7572b672864ee48101672814bb605650b9e6a6 /security/pf
parent141049c1d265ecce3c7593fe56e09bb6bc1d2b99 (diff)
downloadports-c8f2ddf584c51dbdf47b7850e18b73bc51376120.tar.gz
ports-c8f2ddf584c51dbdf47b7850e18b73bc51376120.zip
Update to 1.66
PR: ports/57452 Submitted by Max Laier <max@love2party.net> (maintainer)
Notes
Notes: svn path=/head/; revision=90065
Diffstat (limited to 'security/pf')
-rw-r--r--security/pf/Makefile2
-rw-r--r--security/pf/distinfo2
-rw-r--r--security/pf/files/patch-ac24
3 files changed, 2 insertions, 26 deletions
diff --git a/security/pf/Makefile b/security/pf/Makefile
index c1498e873e5a..cf2b6ac8bfdc 100644
--- a/security/pf/Makefile
+++ b/security/pf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pf_freebsd
-PORTVERSION= 1.65
+PORTVERSION= 1.66
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 fa00347b1c11..66d363f5139d 100644
--- a/security/pf/distinfo
+++ b/security/pf/distinfo
@@ -1 +1 @@
-MD5 (pf_freebsd_1.65.tar.gz) = 6956f275a7b971ab07f4ee8e0bdd83e0
+MD5 (pf_freebsd_1.66.tar.gz) = e14526765cb23f2b8ff5fb0cc6bccc8a
diff --git a/security/pf/files/patch-ac b/security/pf/files/patch-ac
index f3860bda7b1d..e69de29bb2d1 100644
--- a/security/pf/files/patch-ac
+++ b/security/pf/files/patch-ac
@@ -1,24 +0,0 @@
---- pf/pf_ioctl.c.orig Sun Sep 28 15:00:08 2003
-+++ pf/pf_ioctl.c Sun Sep 28 15:00:16 2003
-@@ -201,7 +201,7 @@
- /* psize */ nopsize,
- /* flags */ 0,
- /* kqfilter */ nokqfilter,
--#else
-+#elif (__FreeBSD_version < 501109)
- .d_open = pfopen,
- .d_close = pfclose,
- .d_read = noread,
-@@ -215,6 +215,12 @@
- .d_dump = nodump,
- .d_flags = 0,
- .d_kqfilter = nokqfilter,
-+#else
-+ .d_open = pfopen,
-+ .d_close = pfclose,
-+ .d_ioctl = pfioctl,
-+ .d_name = PF_NAME,
-+ .d_flags = 0,
- #endif
- };
- #endif /* __FreeBSD__ */