* [Buildroot] [PATCH] package/libzlib: Switch to using HTTPS
@ 2023-10-03 23:47 Andrew Donnellan
2023-11-04 20:42 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Donnellan @ 2023-10-03 23:47 UTC (permalink / raw)
To: buildroot
Switch to using HTTPS for downloading libzlib from zlib.net.
(zlib.net doesn't default to HTTPS but does suggest HTTPS in the permalink
for the latest zlib release. Also works better with some corporate firewalls
that get suspicious about zlib for some reason.)
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
---
package/libzlib/libzlib.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libzlib/libzlib.mk b/package/libzlib/libzlib.mk
index da452af8e9..e0a4e454e1 100644
--- a/package/libzlib/libzlib.mk
+++ b/package/libzlib/libzlib.mk
@@ -6,7 +6,7 @@
LIBZLIB_VERSION = 1.3
LIBZLIB_SOURCE = zlib-$(LIBZLIB_VERSION).tar.xz
-LIBZLIB_SITE = http://www.zlib.net
+LIBZLIB_SITE = https://www.zlib.net
LIBZLIB_LICENSE = Zlib
LIBZLIB_LICENSE_FILES = LICENSE
LIBZLIB_INSTALL_STAGING = YES
--
2.25.1
_______________________________________________
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/libzlib: Switch to using HTTPS
2023-10-03 23:47 [Buildroot] [PATCH] package/libzlib: Switch to using HTTPS Andrew Donnellan
@ 2023-11-04 20:42 ` Thomas Petazzoni via buildroot
2023-11-09 12:48 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-04 20:42 UTC (permalink / raw)
To: Andrew Donnellan; +Cc: buildroot
On Wed, 4 Oct 2023 10:47:34 +1100
Andrew Donnellan <ajd@linux.ibm.com> wrote:
> Switch to using HTTPS for downloading libzlib from zlib.net.
>
> (zlib.net doesn't default to HTTPS but does suggest HTTPS in the permalink
> for the latest zlib release. Also works better with some corporate firewalls
> that get suspicious about zlib for some reason.)
>
> Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
> ---
> package/libzlib/libzlib.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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/libzlib: Switch to using HTTPS
2023-11-04 20:42 ` Thomas Petazzoni via buildroot
@ 2023-11-09 12:48 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-11-09 12:48 UTC (permalink / raw)
To: Thomas Petazzoni via buildroot; +Cc: Andrew Donnellan, Thomas Petazzoni
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:
> On Wed, 4 Oct 2023 10:47:34 +1100
> Andrew Donnellan <ajd@linux.ibm.com> wrote:
>> Switch to using HTTPS for downloading libzlib from zlib.net.
>>
>> (zlib.net doesn't default to HTTPS but does suggest HTTPS in the permalink
>> for the latest zlib release. Also works better with some corporate firewalls
>> that get suspicious about zlib for some reason.)
>>
>> Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
>> ---
>> package/libzlib/libzlib.mk | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
> Applied to master, thanks.
Committed to 2023.02.x and 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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:[~2023-11-09 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 23:47 [Buildroot] [PATCH] package/libzlib: Switch to using HTTPS Andrew Donnellan
2023-11-04 20:42 ` Thomas Petazzoni via buildroot
2023-11-09 12:48 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox