- fix following h2k9 PF changes. ok sturm, benoit
- take maintainer
This commit is contained in:
parent
8979378bb6
commit
08d697c35b
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2009/11/30 09:55:57 sthen Exp $
|
||||
|
||||
COMMENT= automagic packet filter configurator for FTP
|
||||
|
||||
DISTNAME= ftpsesame-0.95
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.sentia.org/projects/ftpsesame/
|
||||
|
||||
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
12
net/ftpsesame/patches/patch-filter_c
Normal file
12
net/ftpsesame/patches/patch-filter_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-filter_c,v 1.1 2009/11/30 09:55:57 sthen Exp $
|
||||
--- filter.c.orig Tue Oct 5 13:12:22 2004
|
||||
+++ filter.c Sun Nov 29 22:49:34 2009
|
||||
@@ -65,7 +65,7 @@ filter_init(char *qname, char *tagname)
|
||||
pft.size = 1;
|
||||
pft.esize = sizeof pfte;
|
||||
pft.array = &pfte;
|
||||
- pfte.rs_num = PF_RULESET_FILTER;
|
||||
+ pfte.type = PF_TRANS_RULESET;
|
||||
|
||||
/*
|
||||
* pass [quick] log inet proto tcp \
|
Loading…
Reference in New Issue
Block a user