ports/57812: [Maintainer Update:] security/pf - Fix build error w/ NOINET6

Max Laier max at love2party.net
Thu Oct 9 18:10:13 UTC 2003


>Number:         57812
>Category:       ports
>Synopsis:       [Maintainer Update:] security/pf - Fix build error w/ NOINET6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 09 11:10:09 PDT 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:
	Adds patch-ac to fix a build problem with NOINET6 defined.
	Bump PORTREVISION to 1.

	Submitted by: Michael O. Boev <mike at tric.tomsk.gov.ru>
	Reviewed by: maintainer
>How-To-Repeat:
	
>Fix:

	

--- pf_1.66_1.diff begins here ---
diff -ruN pf.orig/Makefile pf/Makefile
--- pf.orig/Makefile	Thu Oct  9 19:53:46 2003
+++ pf/Makefile	Thu Oct  9 20:01:04 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	pf_freebsd
 PORTVERSION=	1.66
+PORTREVISION=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://pf4freebsd.love2party.net/
 .if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
diff -ruN pf.orig/files/patch-ac pf/files/patch-ac
--- pf.orig/files/patch-ac	Thu Jan  1 01:00:00 1970
+++ pf/files/patch-ac	Thu Oct  9 19:57:09 2003
@@ -0,0 +1,14 @@
+--- 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;
--- pf_1.66_1.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list