Update pfflowd port from 0.4 to 0.5 Fix: ---------------------------------------------------------------------- This e-mail message has been scanned and cleared by MailMarshal http://www.fire.org.nz ------------------------------------------------------------------------DbsrX6HhG6VUlbllYBPJkYILw1HEPDYj6Jemudpn2LfGfkop Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" 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); How-To-Repeat: Apply diff
State Changed From-To: open->closed Committed, thanks!