ports/67949: Maintainer update: pfflowd to 0.5
Andrew Thompson
andy at fud.org.nz
Mon Jun 14 22:10:23 UTC 2004
>Number: 67949
>Category: ports
>Synopsis: Maintainer update: pfflowd to 0.5
>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: Mon Jun 14 22:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Andrew Thompson
>Release: FreeBSD 5.2-CURRENT
>Organization:
>Environment:
System: FreeBSD hudson.fire.org.nz 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu May 27 20:05:36 NZST 2004 thompsa at hudson.fire.org.nz:/usr/obj/usr/src/sys/HUDSON i386
>Description:
Update pfflowd port from 0.4 to 0.5
>How-To-Repeat:
Apply diff
>Fix:
diff -urN net/pfflowd.orig/Makefile net/pfflowd/Makefile
--- net/pfflowd.orig/Makefile Tue Mar 9 20:10:55 2004
+++ net/pfflowd/Makefile Tue Jun 15 09:01:16 2004
@@ -6,7 +6,7 @@
#
PORTNAME= pfflowd
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= net
MASTER_SITES= http://www.mindrot.org/files/pfflowd/
diff -urN net/pfflowd.orig/distinfo net/pfflowd/distinfo
--- net/pfflowd.orig/distinfo Thu Feb 26 05:02:15 2004
+++ net/pfflowd/distinfo Tue Jun 15 09:02:31 2004
@@ -1,2 +1,2 @@
-MD5 (pfflowd-0.4.tar.gz) = 5aef03a6df6286c24aae1490612d86fe
-SIZE (pfflowd-0.4.tar.gz) = 11199
+MD5 (pfflowd-0.5.tar.gz) = d25ea182952c6da381e81be05a81475f
+SIZE (pfflowd-0.5.tar.gz) = 12001
diff -urN net/pfflowd.orig/files/patch-pfflowd.c net/pfflowd/files/patch-pfflowd.c
--- net/pfflowd.orig/files/patch-pfflowd.c Thu Feb 26 05:02:15 2004
+++ net/pfflowd/files/patch-pfflowd.c Tue Jun 15 09:43:07 2004
@@ -1,6 +1,6 @@
---- pfflowd.c Wed Feb 25 16:16:35 2004
-+++ pfflowd.c Wed Feb 25 16:22:57 2004
-@@ -49,7 +49,11 @@
+--- pfflowd.c Thu May 6 16:06:45 2004
++++ pfflowd.c Tue Jun 15 09:40:46 2004
+@@ -43,7 +43,11 @@
#include <syslog.h>
#include <time.h>
#include <unistd.h>
@@ -11,8 +11,8 @@
+#endif
#define PROGNAME "pfflowd"
- #define PROGVER "0.3"
-@@ -185,6 +189,9 @@
+ #define PROGVER "0.5"
+@@ -189,6 +193,9 @@
parse_hostport(const char *s, struct sockaddr_in *addr)
{
char *host, *port;
@@ -22,7 +22,7 @@
if ((host = strdup(s)) == NULL) {
fprintf(stderr, "Out of memory\n");
-@@ -197,12 +204,22 @@
+@@ -201,12 +208,22 @@
}
*(port - 1) = '\0';
addr->sin_family = AF_INET;
@@ -45,3 +45,13 @@
addr->sin_port = htons(addr->sin_port);
if (inet_aton(host, &addr->sin_addr) == 0) {
fprintf(stderr, "Invalid -n host.\n");
+@@ -425,7 +442,9 @@
+ strlcat(dst_s, pbuf, sizeof(dst_s));
+ }
+
++#ifndef OLD_PFSYNC
+ syslog(LOG_DEBUG, "IFACE %s\n", st->ifname);
++#endif
+ syslog(LOG_DEBUG, "GWY %s\n", rt_s);
+ syslog(LOG_DEBUG, "FLOW proto %d direction %d",
+ st->proto, st->direction);
----------------------------------------------------------------------
This e-mail message has been scanned and cleared by MailMarshal
http://www.fire.org.nz
----------------------------------------------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list