All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/squid: bump to version 5.3
@ 2022-01-08 18:32 Fabrice Fontaine
  2022-01-08 19:00 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-08 18:32 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

5.x is the latest stable version, 4.x is provided for archival purpose
only and is not intended for general use in new installations.

http://www.squid-cache.org/Versions/v5/squid-5.3-RELEASENOTES.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/squid/squid.hash | 8 ++++----
 package/squid/squid.mk   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/squid/squid.hash b/package/squid/squid.hash
index b1a8feb78e..e18ed8961e 100644
--- a/package/squid/squid.hash
+++ b/package/squid/squid.hash
@@ -1,6 +1,6 @@
-# From http://www.squid-cache.org/Versions/v4/squid-4.17.tar.xz.asc
-md5  47b94b2d27516f1764c9d5dc1b9645e5  squid-4.17.tar.xz
-sha1  f6bd15fabbd67b53a831fe9f67de3279868036c1  squid-4.17.tar.xz
+# From http://www.squid-cache.org/Versions/v5/squid-5.3.tar.xz.asc
+md5  9249f30169ab6600e53b4f9b8129b3b0  squid-5.3.tar.xz
+sha1  d3a8310c725616fa7565d60f3bf8fdf5fa20b15a  squid-5.3.tar.xz
 # Locally calculated
-sha256  cb928ac08c7c86b151b1c8f827abe1a84d83181a2a86e0d512286163e1e31418  squid-4.17.tar.xz
+sha256  45178588df1311ded41ebadd632840c4d93a8d7f5f60e38e74acf2f1ae2f1715  squid-5.3.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index a30a87e20d..3847fb49dc 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-SQUID_VERSION = 4.17
+SQUID_VERSION = 5.3
 SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
-SQUID_SITE = http://www.squid-cache.org/Versions/v4
+SQUID_SITE = http://www.squid-cache.org/Versions/v5
 SQUID_LICENSE = GPL-2.0+
 SQUID_LICENSE_FILES = COPYING
 SQUID_CPE_ID_VENDOR = squid-cache
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/squid: bump to version 5.3
  2022-01-08 18:32 [Buildroot] [PATCH 1/1] package/squid: bump to version 5.3 Fabrice Fontaine
@ 2022-01-08 19:00 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-01-08 19:00 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 08/01/2022 19:32, Fabrice Fontaine wrote:
> 5.x is the latest stable version, 4.x is provided for archival purpose
> only and is not intended for general use in new installations.
> 
> http://www.squid-cache.org/Versions/v5/squid-5.3-RELEASENOTES.html
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/squid/squid.hash | 8 ++++----
>   package/squid/squid.mk   | 4 ++--
>   2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/package/squid/squid.hash b/package/squid/squid.hash
> index b1a8feb78e..e18ed8961e 100644
> --- a/package/squid/squid.hash
> +++ b/package/squid/squid.hash
> @@ -1,6 +1,6 @@
> -# From http://www.squid-cache.org/Versions/v4/squid-4.17.tar.xz.asc
> -md5  47b94b2d27516f1764c9d5dc1b9645e5  squid-4.17.tar.xz
> -sha1  f6bd15fabbd67b53a831fe9f67de3279868036c1  squid-4.17.tar.xz
> +# From http://www.squid-cache.org/Versions/v5/squid-5.3.tar.xz.asc
> +md5  9249f30169ab6600e53b4f9b8129b3b0  squid-5.3.tar.xz
> +sha1  d3a8310c725616fa7565d60f3bf8fdf5fa20b15a  squid-5.3.tar.xz
>   # Locally calculated
> -sha256  cb928ac08c7c86b151b1c8f827abe1a84d83181a2a86e0d512286163e1e31418  squid-4.17.tar.xz
> +sha256  45178588df1311ded41ebadd632840c4d93a8d7f5f60e38e74acf2f1ae2f1715  squid-5.3.tar.xz
>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/squid/squid.mk b/package/squid/squid.mk
> index a30a87e20d..3847fb49dc 100644
> --- a/package/squid/squid.mk
> +++ b/package/squid/squid.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -SQUID_VERSION = 4.17
> +SQUID_VERSION = 5.3
>   SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
> -SQUID_SITE = http://www.squid-cache.org/Versions/v4
> +SQUID_SITE = http://www.squid-cache.org/Versions/v5
>   SQUID_LICENSE = GPL-2.0+
>   SQUID_LICENSE_FILES = COPYING
>   SQUID_CPE_ID_VENDOR = squid-cache
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-08 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 18:32 [Buildroot] [PATCH 1/1] package/squid: bump to version 5.3 Fabrice Fontaine
2022-01-08 19:00 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.