From 1114808b082fe66e42e739fe409c2fc76bd42eb4 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 26 Feb 2021 22:06:39 +0100 Subject: [PATCH] upgrading package: privoxy 3.0.31 -> 3.0.32 --- privoxy/privoxy.patch | 24 ++++++++++++------------ privoxy/privoxy.spec | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/privoxy/privoxy.patch b/privoxy/privoxy.patch index b57ed3af07..4e0f2ceb7b 100644 --- a/privoxy/privoxy.patch +++ b/privoxy/privoxy.patch @@ -1,9 +1,9 @@ Index: GNUmakefile.in ---- GNUmakefile.in.orig 2007-12-11 22:29:25 +0100 -+++ GNUmakefile.in 2008-01-21 18:58:55 +0100 +--- GNUmakefile.in.orig 2021-02-25 18:54:13.000000000 +0100 ++++ GNUmakefile.in 2021-02-26 21:35:57.223065000 +0100 @@ -62,9 +62,9 @@ - MAN_DIR = @mandir@ - MAN_DEST = $(MAN_DIR)/man1 + MAN_DEST = $(MAN_DIR)/man8 + MAN_PAGE = privoxy.8 SHARE_DEST = @datadir@ -DOC_DEST = $(SHARE_DEST)/doc/privoxy +DOC_DEST = $(SHARE_DEST)/doc @@ -12,16 +12,16 @@ Index: GNUmakefile.in +LOGS_DEST = $(VAR_DEST)/log PIDS_DEST = $(VAR_DEST)/run - # if $prefix = /usr/local then the default CONFDEST change from + # if $prefix = /usr/local then the default CONFDEST change from Index: configure.in ---- configure.in.orig 2008-01-20 15:07:09 +0100 -+++ configure.in 2008-01-21 18:58:55 +0100 -@@ -1357,7 +1357,7 @@ +--- configure.in.orig 2021-02-26 21:35:57.223353000 +0100 ++++ configure.in 2021-02-26 21:40:13.763495000 +0100 +@@ -1085,7 +1085,7 @@ + if test $have_pcre = "yes"; then echo "using libpcre" - pcre_dyn=yes STATIC_PCRE_ONLY=# - LIBS="$LIBS -lpcre -lpcreposix" + LIBS="$LIBS -lpcreposix -lpcre" - else - echo "using built-in static pcre" - pcre_dyn=no + if test "$use_static_pcre" = "yes"; then + pcre_dyn=no + AC_DEFINE(PCRE_STATIC,1,[Define to statically link to pcre library on Windows.]) diff --git a/privoxy/privoxy.spec b/privoxy/privoxy.spec index 497a991d78..8b536a6c77 100644 --- a/privoxy/privoxy.spec +++ b/privoxy/privoxy.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: PLUS Group: Web License: GPL -Version: 3.0.31 -Release: 20210130 +Version: 3.0.32 +Release: 20210226 # list of sources Source0: http://download.sourceforge.net/ijbswa/privoxy-%{version}-stable-src.tar.gz