update privoxy to latest upstream version (patch from #1934)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7685 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a64e28885
commit
47cb527e38
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=privoxy
|
PKG_NAME:=privoxy
|
||||||
PKG_VERSION:=3.0.3
|
PKG_VERSION:=3.0.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/ijbswa
|
PKG_SOURCE_URL:=@SF/ijbswa
|
||||||
PKG_MD5SUM:=b0710be8af09409bfb03f52523a17010
|
PKG_MD5SUM:=c3b34c620e1174f0c0b91aa2a04ceae4
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-stable
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-stable
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
diff -Nur privoxy-3.0.3-stable/configure.in privoxy-3.0.3-stable.patched/configure.in
|
Index: privoxy-3.0.6-stable/configure.in
|
||||||
--- privoxy-3.0.3-stable/configure.in 2004-01-30 10:26:03.000000000 +0100
|
===================================================================
|
||||||
+++ privoxy-3.0.3-stable.patched/configure.in 2006-03-13 20:50:57.000000000 +0100
|
--- privoxy-3.0.6-stable.orig/configure.in 2007-06-21 14:51:38.000000000 +0200
|
||||||
@@ -1092,7 +1092,8 @@
|
+++ privoxy-3.0.6-stable/configure.in 2007-06-21 14:51:38.000000000 +0200
|
||||||
|
@@ -1125,7 +1125,8 @@
|
||||||
AC_PROG_GCC_TRADITIONAL
|
AC_PROG_GCC_TRADITIONAL
|
||||||
dnl uncommenting does not work for swa. suse linux
|
dnl uncommenting does not work for swa. suse linux
|
||||||
dnl AC_FUNC_MALLOC
|
dnl AC_FUNC_MALLOC
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
diff -Nur privoxy-3.0.3-stable/GNUmakefile.in privoxy-3.0.3-stable.patched/GNUmakefile.in
|
Index: privoxy-3.0.6-stable/GNUmakefile.in
|
||||||
--- privoxy-3.0.3-stable/GNUmakefile.in 2004-01-31 02:15:33.000000000 +0100
|
===================================================================
|
||||||
+++ privoxy-3.0.3-stable.patched/GNUmakefile.in 2006-03-13 21:39:29.000000000 +0100
|
--- privoxy-3.0.6-stable.orig/GNUmakefile.in 2007-06-21 14:51:38.000000000 +0200
|
||||||
|
+++ privoxy-3.0.6-stable/GNUmakefile.in 2007-06-21 14:51:38.000000000 +0200
|
||||||
@@ -55,15 +55,15 @@
|
@@ -55,15 +55,15 @@
|
||||||
USER = @USER@
|
USER = @USER@
|
||||||
GROUP = @GROUP@
|
GROUP = @GROUP@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user