*/*: 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
This commit is contained in:
parent
e6319f5a31
commit
dcf17d14a7
14 changed files with 22 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue