Re: [OpenWrt-Devel] [PATCH] Privoxy: version bump 3.0.21

2013-04-23 Thread Jonas Gorski
On Mon, Apr 22, 2013 at 12:17 AM, Ian Leonard  wrote:
> Version bump Privoxy to 3.0.21. Addresses bug #13350.
>
> Signed-off-by: Ian Leonard 

Thanks, applied in r36391. Minor nitpick: include "packages:" or
"[packages]" in the subject if your patch is for the packages feed.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Privoxy: version bump 3.0.21

2013-04-21 Thread Ian Leonard
Version bump Privoxy to 3.0.21. Addresses bug #13350.

Signed-off-by: Ian Leonard 
---
Index: packages/net/privoxy/Makefile
===
--- packages/net/privoxy/Makefile   (revision 36354)
+++ packages/net/privoxy/Makefile   (working copy)
@@ -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,13 +8,16 @@
 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
 PKG_INSTALL:=1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel