diff mbox series

[1/1] package/privoxy: bump to version 3.0.34

Message ID 20230610172553.1102096-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/privoxy: bump to version 3.0.34 | expand

Commit Message

Bernd Kuhls June 10, 2023, 5:25 p.m. UTC
Removed md5 hash, switched _SITE to https.

Release notes: https://www.privoxy.org/announce.txt

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/privoxy/privoxy.hash | 7 +++----
 package/privoxy/privoxy.mk   | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

Comments

Peter Korsgaard June 27, 2023, 5:50 a.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Removed md5 hash, switched _SITE to https.
 > Release notes: https://www.privoxy.org/announce.txt

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/privoxy/privoxy.hash b/package/privoxy/privoxy.hash
index cf1056ecc4..67a44f2c94 100644
--- a/package/privoxy/privoxy.hash
+++ b/package/privoxy/privoxy.hash
@@ -1,6 +1,5 @@ 
-# From https://sourceforge.net/projects/ijbswa/files/Sources/3.0.33%20%28stable%29/
-md5  d6caf3eaad4812f0658b68d5b3ba3a06  privoxy-3.0.33-stable-src.tar.gz
-sha1  688da305077d8ecbcf6423e02201f01f7a7098f4  privoxy-3.0.33-stable-src.tar.gz
+# From https://sourceforge.net/projects/ijbswa/files/Sources/3.0.34%20%28stable%29/
+sha1  e65298c4ee235320ea9ddfb689187bda29a63bbb  privoxy-3.0.34-stable-src.tar.gz
 # Locally computed
-sha256  04b104e70dac61561b9dd110684b250fafc8c13dbe437a60fae18ddd9a881fae  privoxy-3.0.33-stable-src.tar.gz
+sha256  e6ccbca1656f4e616b4657f8514e33a70f6697e9d7294356577839322a3c5d2c  privoxy-3.0.34-stable-src.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
diff --git a/package/privoxy/privoxy.mk b/package/privoxy/privoxy.mk
index 06642200df..e1353ef0c7 100644
--- a/package/privoxy/privoxy.mk
+++ b/package/privoxy/privoxy.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-PRIVOXY_VERSION = 3.0.33
-PRIVOXY_SITE = http://downloads.sourceforge.net/project/ijbswa/Sources/$(PRIVOXY_VERSION)%20%28stable%29
+PRIVOXY_VERSION = 3.0.34
+PRIVOXY_SITE = https://downloads.sourceforge.net/project/ijbswa/Sources/$(PRIVOXY_VERSION)%20%28stable%29
 PRIVOXY_SOURCE = privoxy-$(PRIVOXY_VERSION)-stable-src.tar.gz
 # configure not shipped
 PRIVOXY_AUTORECONF = YES