svn commit: r321592 - in head/security/expiretable: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Jun 22 21:11:41 UTC 2013
Author: rakuco
Date: Sat Jun 22 21:11:40 2013
New Revision: 321592
URL: http://svnweb.freebsd.org/changeset/ports/321592
Log:
Make the port work with FreeBSD 9.x and later.
Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x.
PR: ports/175527
Submitted by: Cristiano Deana <cris at gufi.org> (maintainer)
Added:
head/security/expiretable/files/patch-expiretable (contents, props changed)
Modified:
head/security/expiretable/Makefile
Modified: head/security/expiretable/Makefile
==============================================================================
--- head/security/expiretable/Makefile Sat Jun 22 21:05:04 2013 (r321591)
+++ head/security/expiretable/Makefile Sat Jun 22 21:11:40 2013 (r321592)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: expiretable
-# Date created: 7 January 2006
-# Whom: Cristiano Deana <cris at gufi.org>
-#
+# Created by: Cristiano Deana <cris at gufi.org>
# $FreeBSD$
-#
PORTNAME= expiretable
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://expiretable.fnord.se/
Added: head/security/expiretable/files/patch-expiretable
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/expiretable/files/patch-expiretable Sat Jun 22 21:11:40 2013 (r321592)
@@ -0,0 +1,10 @@
+--- expiretable.c.orig 2013-01-23 11:56:08.000000000 +0100
++++ expiretable.c 2013-01-23 11:56:26.000000000 +0100
+@@ -290,6 +290,7 @@
+ for (i = 0; i < astats_count; i++) {
+ if (astats[i].pfras_tzero <= min_timestamp) {
+ del_addrs_list[del_addrs_count] = astats[i].pfras_a;
++ del_addrs_list[del_addrs_count].pfra_fback = 0;
+ del_addrs_count++;
+ }
+ }
More information about the svn-ports-head
mailing list