Browse Source

upgrading package: privoxy 3.0.31 -> 3.0.32

master
parent
commit
1114808b08
  1. 20
      privoxy/privoxy.patch
  2. 4
      privoxy/privoxy.spec

20
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
@ -14,14 +14,14 @@ Index: GNUmakefile.in
# 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"
if test "$use_static_pcre" = "yes"; then
pcre_dyn=no
AC_DEFINE(PCRE_STATIC,1,[Define to statically link to pcre library on Windows.])

4
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

Loading…
Cancel
Save