All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/3] package/libsigc: switch to https download
@ 2023-01-09  8:52 Lang Daniel via buildroot
  2023-01-12 19:25 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Lang Daniel via buildroot @ 2023-01-09  8:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Daniel Lang <d.lang@abatec.at>
---
 package/libsigc/libsigc.hash | 2 +-
 package/libsigc/libsigc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libsigc/libsigc.hash b/package/libsigc/libsigc.hash
index a358732faa..6becfb19ce 100644
--- a/package/libsigc/libsigc.hash
+++ b/package/libsigc/libsigc.hash
@@ -1,4 +1,4 @@
-# From http://ftp.gnome.org/pub/gnome/sources/libsigc++/3.4/libsigc++-3.4.0.sha256sum
+# From https://download.gnome.org/sources/libsigc++/3.4/libsigc++-3.4.0.sha256sum
 sha256  02e2630ffb5ce93cd52c38423521dfe7063328863a6e96d41d765a6116b8707e  libsigc++-3.4.0.tar.xz
 
 # Locally calculated
diff --git a/package/libsigc/libsigc.mk b/package/libsigc/libsigc.mk
index 2de49a0c1c..c054575ea6 100644
--- a/package/libsigc/libsigc.mk
+++ b/package/libsigc/libsigc.mk
@@ -7,7 +7,7 @@
 LIBSIGC_VERSION_MAJOR = 3.4
 LIBSIGC_VERSION = $(LIBSIGC_VERSION_MAJOR).0
 LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.xz
-LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/$(LIBSIGC_VERSION_MAJOR)
+LIBSIGC_SITE = https://download.gnome.org/sources/libsigc++/$(LIBSIGC_VERSION_MAJOR)
 LIBSIGC_INSTALL_STAGING = YES
 LIBSIGC_LICENSE = LGPL-3.0+
 LIBSIGC_LICENSE_FILES = COPYING
-- 
2.25.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 2/3] package/libsigc: switch to https download
  2023-01-09  8:52 [Buildroot] [PATCH 2/3] package/libsigc: switch to https download Lang Daniel via buildroot
@ 2023-01-12 19:25 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-01-12 19:25 UTC (permalink / raw)
  To: Lang Daniel via buildroot; +Cc: Lang Daniel

>>>>> "Lang" == Lang Daniel via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Daniel Lang <d.lang@abatec.at>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2023-01-12 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09  8:52 [Buildroot] [PATCH 2/3] package/libsigc: switch to https download Lang Daniel via buildroot
2023-01-12 19:25 ` Peter Korsgaard

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.