Date: Thu, 10 Jun 2021 13:53:01 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dcf17d14a7bd - main - */*: Add a backup master site to all Xiph.org ports Message-ID: <202106101353.15ADr1SN079551@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 commit dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2021-06-10 13:48:47 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2021-06-10 13:48:47 +0000 */*: Add a backup master site to all Xiph.org ports The downloads.xiph.org master site requires TLS1.3, which is not supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org as a backup to all Xiph.org ports. PR: 256515 Reported by: Daniel Engberg --- audio/ezstream/Makefile | 4 ++-- audio/flac/Makefile | 3 ++- audio/icecast/Makefile | 2 +- audio/ices/Makefile | 2 +- audio/libao/Makefile | 3 ++- audio/libfishsound/Makefile | 3 ++- audio/libogg/Makefile | 2 +- audio/liboggz/Makefile | 4 ++-- audio/libshout/Makefile | 2 +- audio/libvorbis/Makefile | 2 +- audio/opusfile/Makefile | 3 ++- audio/vorbis-tools/Makefile | 3 ++- multimedia/libkate/Makefile | 3 ++- multimedia/libtheora/Makefile | 2 +- 14 files changed, 22 insertions(+), 16 deletions(-) diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 639d22e3fc64..789935d1bbbd 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -4,8 +4,8 @@ PORTNAME= ezstream PORTVERSION= 0.5.6 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \ - http://svn.xiph.org/releases/ezstream/ +MASTER_SITES= https://downloads.xiph.org/releases/ezstream/ \ + https://ftp.osuosl.org/pub/xiph/releases/ezstream/ MAINTAINER= ayu@commun.jp COMMENT= Command line utility for streaming to icecast servers diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 7ff50f5804a5..c28a7ae51763 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -4,7 +4,8 @@ PORTNAME= flac PORTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/flac/ +MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ + https://ftp.osuosl.org/pub/xiph/releases/flac/ MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index e4ddf39e03f2..915bfbea46d3 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 2.4.4 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/icecast/:source \ - https://svn.xiph.org/releases/icecast/:source \ + https://ftp.osuosl.org/pub/xiph/releases/icecast/:source \ LOCAL/sunpoet/icecast:icon,source \ https://github.com/xiph/Icecast-Server/raw/master/web/:icon DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ diff --git a/audio/ices/Makefile b/audio/ices/Makefile index d3bb4737cce9..3daa56354927 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 2.0.3 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/ices/ \ - https://svn.xiph.org/releases/ices/ + https://ftp.osuosl.org/pub/xiph/releases/ices/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Vorbis streaming source client for icecast 2 diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 1f3ba8aa4b98..a78a2471019a 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -4,7 +4,8 @@ PORTNAME= libao PORTVERSION= 1.2.0 PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/ao/ +MASTER_SITES= https://downloads.xiph.org/releases/ao/ \ + https://ftp.osuosl.org/pub/xiph/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index fa7ebf7981bf..ce35733d3349 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -4,7 +4,8 @@ PORTNAME= libfishsound PORTVERSION= 1.0.0 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \ +MASTER_SITES= https://downloads.xiph.org/releases/libfishsound/ \ + https://ftp.osuosl.org/pub/xiph/releases/libfishsound/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index afdd66b31aec..f158af746691 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.3.5 PORTEPOCH= 4 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \ - https://download.videolan.org/videolan/testing/contrib/ogg/ + https://ftp.osuosl.org/pub/xiph/releases/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index f3faf2888e45..d1f9dfe19f56 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -2,8 +2,8 @@ PORTNAME= liboggz PORTVERSION= 1.1.1 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \ - http://wickedmachine.net/mirror/ +MASTER_SITES= https://downloads.xiph.org/releases/liboggz/ \ + https://ftp.osuosl.org/pub/xiph/releases/liboggz/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ogg API diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index d999f4725a3e..e4950f7b4eaa 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -4,7 +4,7 @@ PORTNAME= libshout PORTVERSION= 2.4.5 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ - https://svn.xiph.org/releases/libshout/ \ + https://ftp.osuosl.org/pub/xiph/releases/libshout/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 991dcd51723a..a341f3ed4d9f 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ - https://download.videolan.org/videolan/testing/contrib/vorbis/ + https://ftp.osuosl.org/pub/xiph/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index 3973e11615df..1f9aebea53d9 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -1,7 +1,8 @@ PORTNAME= opusfile PORTVERSION= 0.12 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/opus/ +MASTER_SITES= https://downloads.xiph.org/releases/opus/ \ + https://ftp.osuosl.org/pub/xiph/releases/opus/ MAINTAINER= liangtai.s16@gmail.com COMMENT= Opus playback library diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 09dcbf75121a..0ceb60ba3349 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -4,7 +4,8 @@ PORTNAME= vorbis-tools PORTVERSION= 1.4.2 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ + https://ftp.osuosl.org/pub/xiph/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index 63283ddb95e3..461e9defd9e0 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -4,7 +4,8 @@ PORTNAME= libkate PORTVERSION= 0.4.1 PORTREVISION= 11 CATEGORIES= multimedia -MASTER_SITES= http://downloads.xiph.org/releases/kate/ +MASTER_SITES= https://downloads.xiph.org/releases/kate/ \ + https://ftp.osuosl.org/pub/xiph/releases/kate/ MAINTAINER= bar@FreeBSD.org COMMENT= Codec for karaoke and text encapsulation for Ogg diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 0456a608d6a4..038ffe67fe1c 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.1.1 PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= https://downloads.xiph.org/releases/theora/ \ - https://repo.turris.cz/downloads/ + https://ftp.osuosl.org/pub/xiph/releases/theora/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101353.15ADr1SN079551>