diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2021-06-10 13:48:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2021-06-10 13:48:47 +0000 |
commit | dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 (patch) | |
tree | bed50bb224e92849eaa86b4616e2db7cbacf9f5d /audio/ezstream | |
parent | e6319f5a31a7ee6afa779cca02abae7694063215 (diff) | |
download | ports-dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6.tar.gz ports-dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6.zip |
*/*: 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
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |