* [Buildroot] [PATCH] package/stunnel: update download site
@ 2026-07-05 17:01 Waldemar Brodkorb
2026-07-14 9:46 ` Julien Olivain via buildroot
2026-07-17 15:47 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2026-07-05 17:01 UTC (permalink / raw)
To: buildroot
Fix the download site, which seems to be changed after
a new release. Use the more permanent /archive.
Fixes:
- https://autobuild.buildroot.net/results/a1a/a1a88bea6fdf5ae28d813f0a12d08e504b2fad06/
- https://autobuild.buildroot.net/results/b3d/b3d0588fbc02ede6d5f82fb5d2fefcf610a69299/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/stunnel/stunnel.hash | 2 +-
package/stunnel/stunnel.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index dc61f6d5b9..572f226861 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,4 +1,4 @@
-# From https://www.stunnel.org/downloads/stunnel-5.78.tar.gz.sha256
+# From https://www.stunnel.org/archive/5.x/stunnel-5.78.tar.gz.sha256
sha256 8727e53bb8b7528f850327a2a149158422c02183bc120d1d733cc65b1e2c349d stunnel-5.78.tar.gz
# Locally calculated
sha256 716f18b10eac3f1875ea2205418dd1b0084bd210bd17d615df6b180cfc4d65b6 COPYING.md
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index 59321f910a..ef93dc6073 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@
################################################################################
STUNNEL_VERSION = 5.78
-STUNNEL_SITE = https://www.stunnel.org/downloads
+STUNNEL_SITE = https://www.stunnel.org/archive/5.x
STUNNEL_DEPENDENCIES = host-pkgconf openssl
STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
--disable-libwrap
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/stunnel: update download site
2026-07-05 17:01 [Buildroot] [PATCH] package/stunnel: update download site Waldemar Brodkorb
@ 2026-07-14 9:46 ` Julien Olivain via buildroot
2026-07-17 15:47 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-14 9:46 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: buildroot
On 05/07/2026 19:01, Waldemar Brodkorb wrote:
> Fix the download site, which seems to be changed after
> a new release. Use the more permanent /archive.
>
> Fixes:
> -
> https://autobuild.buildroot.net/results/a1a/a1a88bea6fdf5ae28d813f0a12d08e504b2fad06/
> -
> https://autobuild.buildroot.net/results/b3d/b3d0588fbc02ede6d5f82fb5d2fefcf610a69299/
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/stunnel: update download site
2026-07-05 17:01 [Buildroot] [PATCH] package/stunnel: update download site Waldemar Brodkorb
2026-07-14 9:46 ` Julien Olivain via buildroot
@ 2026-07-17 15:47 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-17 15:47 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: Thomas Perale, buildroot
In reply of:
> Fix the download site, which seems to be changed after
> a new release. Use the more permanent /archive.
>
> Fixes:
> - https://autobuild.buildroot.net/results/a1a/a1a88bea6fdf5ae28d813f0a12d08e504b2fad06/
> - https://autobuild.buildroot.net/results/b3d/b3d0588fbc02ede6d5f82fb5d2fefcf610a69299/
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/stunnel/stunnel.hash | 2 +-
> package/stunnel/stunnel.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
> index dc61f6d5b9..572f226861 100644
> --- a/package/stunnel/stunnel.hash
> +++ b/package/stunnel/stunnel.hash
> @@ -1,4 +1,4 @@
> -# From https://www.stunnel.org/downloads/stunnel-5.78.tar.gz.sha256
> +# From https://www.stunnel.org/archive/5.x/stunnel-5.78.tar.gz.sha256
> sha256 8727e53bb8b7528f850327a2a149158422c02183bc120d1d733cc65b1e2c349d stunnel-5.78.tar.gz
> # Locally calculated
> sha256 716f18b10eac3f1875ea2205418dd1b0084bd210bd17d615df6b180cfc4d65b6 COPYING.md
> diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
> index 59321f910a..ef93dc6073 100644
> --- a/package/stunnel/stunnel.mk
> +++ b/package/stunnel/stunnel.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> STUNNEL_VERSION = 5.78
> -STUNNEL_SITE = https://www.stunnel.org/downloads
> +STUNNEL_SITE = https://www.stunnel.org/archive/5.x
> STUNNEL_DEPENDENCIES = host-pkgconf openssl
> STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
> --disable-libwrap
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-17 15:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 17:01 [Buildroot] [PATCH] package/stunnel: update download site Waldemar Brodkorb
2026-07-14 9:46 ` Julien Olivain via buildroot
2026-07-17 15:47 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox