diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-02 20:58:23 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-02 20:58:23 +0000 |
commit | c8f2ddf584c51dbdf47b7850e18b73bc51376120 (patch) | |
tree | cf7572b672864ee48101672814bb605650b9e6a6 /security | |
parent | Update 4.9-RELEASE INDEX with recent tag slippage. (diff) |
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')
-rw-r--r-- | security/pf/Makefile | 2 | ||||
-rw-r--r-- | security/pf/distinfo | 2 | ||||
-rw-r--r-- | security/pf/files/patch-ac | 24 |
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__ */ |