- update privoxy to 3.0.12
- update & remove patch - regen plist ok ajacoutot@, merdely@
This commit is contained in:
parent
77d933c19c
commit
10fb3da7b3
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2009/03/26 18:58:03 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2009/10/04 19:27:21 benoit Exp $
|
||||
|
||||
COMMENT= web proxy with advanced filtering capabilities
|
||||
|
||||
V= 3.0.10
|
||||
V= 3.0.12
|
||||
DISTNAME= privoxy-${V}-stable
|
||||
PKGNAME= privoxy-${V}p0
|
||||
PKGNAME= privoxy-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.privoxy.org/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (privoxy-3.0.10-stable-src.tar.gz) = ASgQF/KL4scTMSTRdo2jZA==
|
||||
RMD160 (privoxy-3.0.10-stable-src.tar.gz) = kcjVa3GlxgZVS/UJgnGX1onY/BA=
|
||||
SHA1 (privoxy-3.0.10-stable-src.tar.gz) = DOUajck4/mQS2qf27fFZuY/WbVQ=
|
||||
SHA256 (privoxy-3.0.10-stable-src.tar.gz) = PZ+fVkggEt2rOWyvc/TEAXRqTu69bHY7BPYQjkipCU8=
|
||||
SIZE (privoxy-3.0.10-stable-src.tar.gz) = 1957465
|
||||
MD5 (privoxy-3.0.12-stable-src.tar.gz) = yXPmCNJ7JI71Z7R2ZDCNoQ==
|
||||
RMD160 (privoxy-3.0.12-stable-src.tar.gz) = MlCbiX4HPxzBALikoVfRmiGbUc0=
|
||||
SHA1 (privoxy-3.0.12-stable-src.tar.gz) = ERjWp7SYDybJrQkCwOavWqrxpkA=
|
||||
SHA256 (privoxy-3.0.12-stable-src.tar.gz) = yRDaf91R3Bl7fNZpVVXH3QEkuPxEywPR/GRdckONz5o=
|
||||
SIZE (privoxy-3.0.12-stable-src.tar.gz) = 1811124
|
||||
|
@ -1,18 +1,6 @@
|
||||
$OpenBSD: patch-config,v 1.5 2009/03/26 18:58:03 merdely Exp $
|
||||
--- config.orig Sat Aug 16 06:48:27 2008
|
||||
+++ config Thu Mar 26 14:23:35 2009
|
||||
@@ -166,8 +166,8 @@
|
||||
# don't end up locked out from the information on why they were
|
||||
# locked out in the first place!
|
||||
#
|
||||
-trust-info-url http://www.example.com/why_we_block.html
|
||||
-trust-info-url http://www.example.com/what_we_allow.html
|
||||
+#trust-info-url http://www.example.com/why_we_block.html
|
||||
+#trust-info-url http://www.example.com/what_we_allow.html
|
||||
#
|
||||
#
|
||||
# 1.3. admin-address
|
||||
@@ -267,7 +267,7 @@ trust-info-url http://www.example.com/what_we_allow.h
|
||||
--- config~ Sat Mar 21 12:51:51 2009
|
||||
+++ config Sat Oct 3 16:12:45 2009
|
||||
@@ -267,7 +267,7 @@
|
||||
#
|
||||
# No trailing "/", please.
|
||||
#
|
||||
@ -21,7 +9,7 @@ $OpenBSD: patch-config,v 1.5 2009/03/26 18:58:03 merdely Exp $
|
||||
#
|
||||
#
|
||||
# 2.2. templdir
|
||||
@@ -324,7 +324,7 @@ confdir .
|
||||
@@ -324,7 +324,7 @@
|
||||
#
|
||||
# No trailing "/", please.
|
||||
#
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-errlog_c,v 1.5 2009/03/26 18:58:03 merdely Exp $
|
||||
|
||||
silence useless startup notice
|
||||
|
||||
--- errlog.c.orig Wed Aug 6 14:33:36 2008
|
||||
+++ errlog.c Thu Mar 26 14:23:35 2009
|
||||
@@ -547,7 +547,6 @@ void init_log_module(const char *prog_name)
|
||||
logfp = stderr;
|
||||
unlock_logfile();
|
||||
set_debug_level(debug);
|
||||
- show_version(prog_name);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/01/21 13:54:52 merdely Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/10/04 19:27:27 benoit Exp $
|
||||
@newgroup _privoxy:516
|
||||
@newuser _privoxy:516:_privoxy:daemon:Privoxy Account:/nonexistent:/sbin/nologin
|
||||
@man man/man1/privoxy.1
|
||||
@ -25,18 +25,18 @@ share/examples/privoxy/default.filter
|
||||
@sample ${SYSCONFDIR}/privoxy/default.filter
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/match-all.action
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
@sample ${SYSCONFDIR}/privoxy/match-all.action
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/regression-tests.action
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
@sample ${SYSCONFDIR}/privoxy/regression-tests.action
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/standard.action
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
@sample ${SYSCONFDIR}/privoxy/standard.action
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/templates/
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
|
Loading…
Reference in New Issue
Block a user