diff mbox series

[1/1] package/libogg: switch back to http

Message ID 20210728060636.3482091-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libogg: switch back to http | expand

Commit Message

Fabrice Fontaine July 28, 2021, 6:06 a.m. UTC
LIBOGG_SITE has been switched to https since commit
c8dd578b135041eed639c06810e67b8b018402d4 resulting in the following
download failure:

Connecting to downloads.xiph.org (downloads.xiph.org)|2001:470:eb26:42::1|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

So switch back to http

Fixes:
 - http://autobuild.buildroot.org/results/56225b5daa471668d25cbe3b794e83c75c6724f7

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

Comments

Thomas Petazzoni July 28, 2021, 7:13 p.m. UTC | #1
On Wed, 28 Jul 2021 08:06:36 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> LIBOGG_SITE has been switched to https since commit
> c8dd578b135041eed639c06810e67b8b018402d4 resulting in the following
> download failure:
> 
> Connecting to downloads.xiph.org (downloads.xiph.org)|2001:470:eb26:42::1|:443... connected.
> OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
> 
> So switch back to http
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/56225b5daa471668d25cbe3b794e83c75c6724f7
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libogg/libogg.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/libogg/libogg.mk b/package/libogg/libogg.mk
index 3faf1b7357..49f9c7b6ac 100644
--- a/package/libogg/libogg.mk
+++ b/package/libogg/libogg.mk
@@ -6,7 +6,7 @@ 
 
 LIBOGG_VERSION = 1.3.5
 LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.xz
-LIBOGG_SITE = https://downloads.xiph.org/releases/ogg
+LIBOGG_SITE = http://downloads.xiph.org/releases/ogg
 LIBOGG_LICENSE = BSD-3-Clause
 LIBOGG_LICENSE_FILES = COPYING