Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libshout: move site to https
@ 2019-07-31  8:24 Fabrice Fontaine
  2019-07-31  8:24 ` [Buildroot] [PATCH 2/2] package/libshout: bump to version 2.4.3 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-07-31  8:24 UTC (permalink / raw)
  To: buildroot

Move site from http to https as HTTP URL now returns
"301 Moved Permanently"

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libshout/libshout.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libshout/libshout.mk b/package/libshout/libshout.mk
index 4f209081a4..375ce05b4b 100644
--- a/package/libshout/libshout.mk
+++ b/package/libshout/libshout.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBSHOUT_VERSION = 2.4.1
-LIBSHOUT_SITE = http://downloads.xiph.org/releases/libshout
+LIBSHOUT_SITE = https://downloads.xiph.org/releases/libshout
 LIBSHOUT_LICENSE = LGPL-2.0+
 LIBSHOUT_LICENSE_FILES = COPYING
 LIBSHOUT_INSTALL_STAGING = YES
-- 
2.20.1

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

end of thread, other threads:[~2019-08-20 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-31  8:24 [Buildroot] [PATCH 1/2] package/libshout: move site to https Fabrice Fontaine
2019-07-31  8:24 ` [Buildroot] [PATCH 2/2] package/libshout: bump to version 2.4.3 Fabrice Fontaine
2019-07-31 22:42   ` Peter Korsgaard
2019-07-31 22:42 ` [Buildroot] [PATCH 1/2] package/libshout: move site to https Peter Korsgaard
2019-08-20 14:32 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox