* [Buildroot] [PATCH 1/1] package/privoxy: bump to version 3.0.34
@ 2023-06-10 17:25 Bernd Kuhls
2023-06-27 5:50 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-06-10 17:25 UTC (permalink / raw)
To: buildroot
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(-)
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
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-27 5:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 17:25 [Buildroot] [PATCH 1/1] package/privoxy: bump to version 3.0.34 Bernd Kuhls
2023-06-27 5:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox