aboutsummaryrefslogtreecommitdiff
path: root/security/pf/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-07-04 01:28:53 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-07-04 01:28:53 +0000
commitcb8530724e0f7dc15f809e9bf6d492b6796569df (patch)
tree55beaf767653ba86b1d44432fc9aea53883f8ef1 /security/pf/Makefile
parent849fb596d5d0f0eaa56b99e26c6de9f026ce9189 (diff)
downloadports-cb8530724e0f7dc15f809e9bf6d492b6796569df.tar.gz
ports-cb8530724e0f7dc15f809e9bf6d492b6796569df.zip
PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Add a critical patch to fix a problem with normalization, which does not cause problems in normal operation but might lead to a pagefault => crash. Submitted by: Pyun YongHyeon <yongari@kt-is.co.kr> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=84176
Diffstat (limited to 'security/pf/Makefile')
-rw-r--r--security/pf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pf/Makefile b/security/pf/Makefile
index cea8652d3ab1..cbe8f9623a67 100644
--- a/security/pf/Makefile
+++ b/security/pf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pf_freebsd
PORTVERSION= 1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security ipv6
MASTER_SITES= http://pf4freebsd.love2party.net/
.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")