diff options
author | mat <mat@FreeBSD.org> | 2018-02-27 21:03:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-27 21:03:48 +0800 |
commit | d661fedbff92466ddffd2dd556eae2e77c5037f4 (patch) | |
tree | 7d7433c119fb6f464d0701eb1974bfbd9be57df7 /dns | |
parent | 5b7bda3942aae33ed970b238af56093caab8f55a (diff) | |
download | freebsd-ports-gnome-d661fedbff92466ddffd2dd556eae2e77c5037f4.tar.gz freebsd-ports-gnome-d661fedbff92466ddffd2dd556eae2e77c5037f4.tar.zst freebsd-ports-gnome-d661fedbff92466ddffd2dd556eae2e77c5037f4.zip |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldns/Makefile | 2 | ||||
-rw-r--r-- | dns/unbound/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index b260226fb940..e137d6337ae5 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -5,7 +5,7 @@ PORTNAME= ldns PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ +MASTER_SITES= https://www.nlnetlabs.nl/downloads/ldns/ \ LOCAL/ehaupt MAINTAINER= jaap@NLnetLabs.nl diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index c3188c7c9f1d..26bc8e237f6d 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -5,7 +5,8 @@ PORTNAME= unbound PORTVERSION= 1.6.8 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= http://unbound.net/downloads/ +MASTER_SITES= https://unbound.net/downloads/ \ + https://distfiles.crux.guru/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Validating, recursive, and caching DNS resolver |