From d51068d78a85e8550e4a762279b7b88a3384e007 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 23 Apr 2013 09:17:09 +0000 Subject: [PATCH] packages: Privoxy: version bump 3.0.21 Version bump Privoxy to 3.0.21. Addresses bug #13350. Signed-off-by: Ian Leonard git-svn-id: svn://svn.openwrt.org/openwrt/packages@36391 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/privoxy/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index 8539ed74a..b19456a60 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy -PKG_VERSION:=3.0.19 -PKG_RELEASE:=2 +PKG_VERSION:=3.0.21 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa -PKG_MD5SUM:=57acc79059565cc42eda67982842785d +PKG_MD5SUM:=79558f2545cfcf9731f7de611646d837 + +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-stable PKG_FIXUP:=autoreconf