Update to privoxy-3.0.26
From semarie
This commit is contained in:
parent
34e39ab71f
commit
e88e25a770
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2016/03/28 14:25:02 semarie Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2017/01/21 22:55:01 danj Exp $
|
||||
|
||||
COMMENT= web proxy with advanced filtering capabilities
|
||||
|
||||
V= 3.0.24
|
||||
V= 3.0.26
|
||||
DISTNAME= privoxy-${V}-stable
|
||||
PKGNAME= privoxy-${V}
|
||||
CATEGORIES= www
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.privoxy.org/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (privoxy-3.0.24-stable-src.tar.gz) = o4H23HjwjeDUojQtR6WUmmYIBzraNLkzE3GE88qfsBI=
|
||||
SIZE (privoxy-3.0.24-stable-src.tar.gz) = 1728265
|
||||
SHA256 (privoxy-3.0.26-stable-src.tar.gz) = V+QVtD7l39ynRoXMA0BT6q6WKVL9q9CGFxVRqGq/nNg=
|
||||
SIZE (privoxy-3.0.26-stable-src.tar.gz) = 1741772
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-GNUmakefile_in,v 1.8 2015/01/07 02:10:50 bcallah Exp $
|
||||
--- GNUmakefile.in.orig Tue Oct 21 11:31:16 2014
|
||||
+++ GNUmakefile.in Sat Jan 3 00:24:39 2015
|
||||
@@ -224,7 +224,7 @@ PTHREAD_LIB = @PTHREAD_ONLY@@PTHREAD_LIB@
|
||||
SRCS = $(C_SRC) $(W32_SRC) $(PCRS_SRC) $(PCRE_SRC) $(REGEX_SRC)
|
||||
OBJS = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
|
||||
$OpenBSD: patch-GNUmakefile_in,v 1.9 2017/01/21 22:55:01 danj Exp $
|
||||
--- GNUmakefile.in.orig Thu Jul 28 10:16:04 2016
|
||||
+++ GNUmakefile.in Fri Jan 20 17:52:05 2017
|
||||
@@ -231,7 +231,7 @@ PTHREAD_LIB = @PTHREAD_ONLY@@PTHREAD_LIB@
|
||||
SRCS = $(C_SRC) $(CLIENT_TAG_SRC) $(W32_SRC) $(PCRS_SRC) $(PCRE_SRC) $(REGEX_SRC)
|
||||
OBJS = $(C_OBJS) $(CLIENT_TAG_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
|
||||
HDRS = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
|
||||
-LIBS = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
|
||||
+LIBS = @LDFLAGS@ @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure_in,v 1.7 2015/01/07 02:10:50 bcallah Exp $
|
||||
--- configure.in.orig Fri Nov 14 06:30:59 2014
|
||||
+++ configure.in Sat Jan 3 00:24:41 2015
|
||||
$OpenBSD: patch-configure_in,v 1.8 2017/01/21 22:55:01 danj Exp $
|
||||
--- configure.in.orig Fri Aug 26 14:26:43 2016
|
||||
+++ configure.in Fri Jan 20 17:52:07 2017
|
||||
@@ -333,24 +333,6 @@ fi
|
||||
AC_SUBST(W3M)
|
||||
AC_SUBST(DB2HTML)
|
||||
@ -26,7 +26,7 @@ $OpenBSD: patch-configure_in,v 1.7 2015/01/07 02:10:50 bcallah Exp $
|
||||
dnl Set doc status flag for conditional content inclusions
|
||||
DOC_STATUS=p-not-stable
|
||||
if test $CODE_STATUS = stable; then
|
||||
@@ -1042,7 +1024,7 @@ if test $have_pcre = "yes"; then
|
||||
@@ -1077,7 +1059,7 @@ if test $have_pcre = "yes"; then
|
||||
pcre_dyn=yes
|
||||
AC_DEFINE(FEATURE_DYNAMIC_PCRE,1,[Define to dynamically link to pcre.])
|
||||
STATIC_PCRE_ONLY=#
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2016/03/28 14:25:02 semarie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2017/01/21 22:55:01 danj Exp $
|
||||
@newgroup _privoxy:516
|
||||
@newuser _privoxy:516:_privoxy:daemon:Privoxy Account:/var/privoxy:/sbin/nologin
|
||||
bin/privoxy-log-parser.pl
|
||||
@ -104,6 +104,12 @@ share/examples/privoxy/templates/cgi-style.css
|
||||
@sample ${SYSCONFDIR}/privoxy/templates/cgi-style.css
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/templates/client-tags
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
@sample ${SYSCONFDIR}/privoxy/templates/client-tags
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/templates/connect-failed
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
|
Loading…
x
Reference in New Issue
Block a user