From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Waldemar Brodkorb <wbx@openadk.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/squid: update to 6.13
Date: Sun, 02 Feb 2025 20:12:35 +0200 [thread overview]
Message-ID: <87frkwz04s.fsf@tarshish> (raw)
In-Reply-To: <Z5+uE18qBlzcrWQC@waldemar-brodkorb.de> (Waldemar Brodkorb's message of "Sun, 2 Feb 2025 18:40:35 +0100")
Hi Waldemar,
On Sun, Feb 02 2025, Waldemar Brodkorb wrote:
> See here for changes:
> https://github.com/squid-cache/squid/releases/tag/SQUID_6_11
> https://github.com/squid-cache/squid/releases/tag/SQUID_6_12
> https://github.com/squid-cache/squid/releases/tag/SQUID_6_13
>
> Download URL moved to Github.
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> package/squid/squid.hash | 5 +----
> package/squid/squid.mk | 4 ++--
> 2 files changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/package/squid/squid.hash b/package/squid/squid.hash
> index e0dede862a..df52a3be16 100644
> --- a/package/squid/squid.hash
> +++ b/package/squid/squid.hash
> @@ -1,6 +1,3 @@
> -# From http://www.squid-cache.org/Versions/v6/squid-6.10.tar.xz.asc
> -md5 86deefa7282c4388be95260aa4d4cf6a squid-6.10.tar.xz
> -sha1 70e90865df0e4e9ba7765b622da40bda9bb8fc5d squid-6.10.tar.xz
> # Locally calculated
> -sha256 0b07b187e723f04770dd25beb89aec12030a158696aa8892d87c8b26853408a7 squid-6.10.tar.xz
> +sha256 232e0567946ccc0115653c3c18f01e83f2d9cc49c43d9dead8b319af0b35ad52 squid-6.13.tar.xz
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
> diff --git a/package/squid/squid.mk b/package/squid/squid.mk
> index bfb3664082..021d21430d 100644
> --- a/package/squid/squid.mk
> +++ b/package/squid/squid.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -SQUID_VERSION = 6.10
> +SQUID_VERSION = 6.13
> SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
> -SQUID_SITE = http://www.squid-cache.org/Versions/v6
> +SQUID_SITE = https://github.com/squid-cache/squid/releases/download/SQUID_6_13
You can use the subst macro to avoid version number duplication (untested):
SQUID_SITE = https://github.com/squid-cache/squid/releases/download/SQUID_$(subst .,_,$(SQUID_VERSION))
baruch
> SQUID_LICENSE = GPL-2.0+
> SQUID_LICENSE_FILES = COPYING
> SQUID_CPE_ID_VENDOR = squid-cache
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-02-02 18:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-02 17:40 [Buildroot] [PATCH] package/squid: update to 6.13 Waldemar Brodkorb
2025-02-02 18:12 ` Baruch Siach via buildroot [this message]
2025-02-02 22:21 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87frkwz04s.fsf@tarshish \
--to=buildroot@buildroot.org \
--cc=baruch@tkos.co.il \
--cc=wbx@openadk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.