update to 1.6, from new maintainer johan fredin
This commit is contained in:
parent
ea6a0b98c0
commit
a98d4b19d4
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2004/12/11 13:29:21 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/03/09 06:09:47 jolan Exp $
|
||||
|
||||
COMMENT= "filtering HTTP proxy server"
|
||||
DISTNAME= ffproxy-1.5.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= ffproxy-1.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://faith.eu.org/ffproxy/
|
||||
|
||||
HOMEPAGE= http://faith.eu.org/programs.html\#ffproxy
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
MAINTAINER= Johan Fredin <griffin@legonet.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -17,7 +16,10 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
NO_REGRESS= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --datadir=/var
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffproxy
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (ffproxy-1.5.1.tar.gz) = 6a663ed4f67b0bfee8a124fca76cdee6
|
||||
RMD160 (ffproxy-1.5.1.tar.gz) = 1fc899799370487f436860a7f4a2d4fac38fa663
|
||||
SHA1 (ffproxy-1.5.1.tar.gz) = ef39e42269dde67b9118d214d4e594ee5cf80b1e
|
||||
SIZE (ffproxy-1.5.1.tar.gz) = 35696
|
||||
MD5 (ffproxy-1.6.tar.gz) = 5711082dba1e87a3673a8f0429eb0741
|
||||
RMD160 (ffproxy-1.6.tar.gz) = ee04548d22a5d9dd12d6ffc6a36a638b59dc46a5
|
||||
SHA1 (ffproxy-1.6.tar.gz) = 89c78f47f38caf8f88e9cfd0c4d71c81284f0f24
|
||||
SIZE (ffproxy-1.6.tar.gz) = 77535
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-sample_config,v 1.2 2003/08/15 14:44:05 jolan Exp $
|
||||
--- sample.config.orig 2003-08-09 07:14:52.000000000 -0500
|
||||
+++ sample.config 2003-08-15 09:28:34.000000000 -0500
|
||||
@@ -57,8 +57,8 @@
|
||||
#
|
||||
# to use, both uid and gid must be set
|
||||
# (disabled by default)
|
||||
-#uid proxy
|
||||
-#gid proxy
|
||||
+uid _ffproxy
|
||||
+gid _ffproxy
|
||||
#uid 37
|
||||
#gid 38
|
||||
|
14
www/ffproxy/patches/patch-sample_config_s
Normal file
14
www/ffproxy/patches/patch-sample_config_s
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-sample_config_s,v 1.1 2005/03/09 06:09:47 jolan Exp $
|
||||
--- sample.config.s.orig Sat Feb 12 21:46:52 2005
|
||||
+++ sample.config.s Sat Feb 12 21:47:04 2005
|
||||
@@ -57,8 +57,8 @@
|
||||
#
|
||||
# to use, both uid and gid must be set
|
||||
# (disabled by default)
|
||||
-#uid proxy
|
||||
-#gid proxy
|
||||
+uid _ffproxy
|
||||
+gid _ffproxy
|
||||
#uid 37
|
||||
#gid 38
|
||||
|
@ -1,4 +1,4 @@
|
||||
ffproxy is a filtering HTTP proxy server. It is able to filter by host,
|
||||
ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by host,
|
||||
URL, and header. Custom header entries can be filtered and added.
|
||||
Contacting IPv6 servers is supported and allows transparent IPv6 over
|
||||
IPv4 browsing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user