ports/59037: [Maintainer-update:] security/pf - Bump to version 2.00

Max Laier max at love2party.net
Fri Nov 7 13:30:10 UTC 2003


>Number:         59037
>Category:       ports
>Synopsis:       [Maintainer-update:] security/pf - Bump to version 2.00
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 07 05:30:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Max Laier
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD router.laiers.local 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #1: Sun Oct 5 17:38:55 CEST 2003 root at router.laiers.local:/usr/obj/usr/src/sys/ALTQ i386


	
>Description:
	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
>How-To-Repeat:
>Fix:
	Apply diff!
	N.B.: patch-ac will be empty and should be removed!

--- pf.diff begins here ---
diff -ruN pf.orig/Makefile pf/Makefile
--- pf.orig/Makefile	Fri Nov  7 14:13:50 2003
+++ pf/Makefile	Fri Nov  7 14:15:15 2003
@@ -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 -ruN pf.orig/distinfo pf/distinfo
--- pf.orig/distinfo	Fri Nov  7 14:13:50 2003
+++ pf/distinfo	Fri Nov  7 14:17:19 2003
@@ -1 +1 @@
-MD5 (pf_freebsd_1.66.tar.gz) = e14526765cb23f2b8ff5fb0cc6bccc8a
+MD5 (pf_freebsd_2.00.tar.gz) = e55504a934a232a0030dc746f0bf96d0
diff -ruN pf.orig/files/patch-ac pf/files/patch-ac
--- pf.orig/files/patch-ac	Fri Nov  7 14:13:50 2003
+++ pf/files/patch-ac	Thu Jan  1 01:00:00 1970
@@ -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 -ruN pf.orig/pkg-descr pf/pkg-descr
--- pf.orig/pkg-descr	Fri Nov  7 14:13:50 2003
+++ pf/pkg-descr	Fri Nov  7 14:22:17 2003
@@ -3,6 +3,8 @@
 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: 
 
--- pf.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list