aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorTom Parker-Shemilt <palfrey@tevp.net>2019-11-14 15:52:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-27 07:29:16 +0000
commit2c843fd6dacfbad67368e3332b6024fae41b897c (patch)
tree7f487cc44b81a85b7ecb5252f0b53b324be75783 /main
parent94af33d74e484fad53f8bafc36b5ecbf29c5e792 (diff)
downloadaports-2c843fd6dacfbad67368e3332b6024fae41b897c.tar.bz2
aports-2c843fd6dacfbad67368e3332b6024fae41b897c.tar.xz
Stop using ftp://ftp.gnu.org and http://ftp.gnu.org in favour of the HTTPS variant
Diffstat (limited to 'main')
-rw-r--r--main/aspell-fr/APKBUILD2
-rw-r--r--main/autoconf/APKBUILD2
-rw-r--r--main/gnuchess/APKBUILD2
-rw-r--r--main/gperf/APKBUILD2
-rw-r--r--main/groff/APKBUILD2
-rw-r--r--main/guile/APKBUILD2
-rw-r--r--main/help2man/APKBUILD2
-rw-r--r--main/libmicrohttpd/APKBUILD2
-rw-r--r--main/libtasn1/APKBUILD2
-rw-r--r--main/libtool/APKBUILD2
-rw-r--r--main/m4/APKBUILD2
-rw-r--r--main/make/APKBUILD2
-rw-r--r--main/mtools/APKBUILD2
-rw-r--r--main/parted/APKBUILD2
-rw-r--r--main/patch/APKBUILD2
-rw-r--r--main/pth/APKBUILD2
-rw-r--r--main/screen/APKBUILD2
-rw-r--r--main/texinfo/APKBUILD2
18 files changed, 18 insertions, 18 deletions
diff --git a/main/aspell-fr/APKBUILD b/main/aspell-fr/APKBUILD
index e7a35f9aec..669c45b160 100644
--- a/main/aspell-fr/APKBUILD
+++ b/main/aspell-fr/APKBUILD
@@ -9,7 +9,7 @@ arch="noarch"
license="GPL-2.0"
depends=""
makedepends="aspell-dev"
-source="ftp://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-$_ver.tar.bz2"
+source="https://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-$_ver.tar.bz2"
_builddir="$srcdir"/aspell-fr-$_ver
build () {
diff --git a/main/autoconf/APKBUILD b/main/autoconf/APKBUILD
index 7437c28c21..26f54d9601 100644
--- a/main/autoconf/APKBUILD
+++ b/main/autoconf/APKBUILD
@@ -9,7 +9,7 @@ url="https://www.gnu.org/software/autoconf"
depends="m4 perl"
subpackages="$pkgname-doc"
options="!check"
-source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
autoconf-2.69-fix-perl-regex.patch
autoconf-2.69-backport-runstatedir.patch
"
diff --git a/main/gnuchess/APKBUILD b/main/gnuchess/APKBUILD
index c068a04bbb..128aea8afd 100644
--- a/main/gnuchess/APKBUILD
+++ b/main/gnuchess/APKBUILD
@@ -8,7 +8,7 @@ url="https://www.gnu.org/software/chess/"
arch="all"
license="GPL-3.0-or-later"
subpackages="$pkgname-doc"
-source="ftp://ftp.gnu.org/pub/gnu/chess/gnuchess-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/chess/gnuchess-$pkgver.tar.gz
uclibc.patch
"
builddir="$srcdir/$pkgname-$pkgver"
diff --git a/main/gperf/APKBUILD b/main/gperf/APKBUILD
index 19f5909f61..cb08f86fbd 100644
--- a/main/gperf/APKBUILD
+++ b/main/gperf/APKBUILD
@@ -9,7 +9,7 @@ license="GPL-3.0+"
subpackages="$pkgname-doc"
depends=
makedepends=
-source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
build ()
{
diff --git a/main/groff/APKBUILD b/main/groff/APKBUILD
index e9d903dfd7..2b6aad06e6 100644
--- a/main/groff/APKBUILD
+++ b/main/groff/APKBUILD
@@ -9,7 +9,7 @@ license="GPL-3.0-or-later"
makedepends="perl bison zlib-dev texinfo"
checkdepends="diffutils"
subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
site.tmac
"
diff --git a/main/guile/APKBUILD b/main/guile/APKBUILD
index 50bffe2633..9193fa1a97 100644
--- a/main/guile/APKBUILD
+++ b/main/guile/APKBUILD
@@ -18,7 +18,7 @@ makedepends="gmp-dev libtool ncurses-dev texinfo libunistring-dev libffi-dev
depends=
depends_dev="guile gc-dev"
install=
-source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
"
diff --git a/main/help2man/APKBUILD b/main/help2man/APKBUILD
index a4ce2d9b6c..ae83933d13 100644
--- a/main/help2man/APKBUILD
+++ b/main/help2man/APKBUILD
@@ -9,7 +9,7 @@ license="GPL-3.0-or-later"
depends="perl"
options="!check" # No test suite
subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz"
+source="https://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz"
build() {
cd "$builddir"
diff --git a/main/libmicrohttpd/APKBUILD b/main/libmicrohttpd/APKBUILD
index c59939ed8c..64e7eb7773 100644
--- a/main/libmicrohttpd/APKBUILD
+++ b/main/libmicrohttpd/APKBUILD
@@ -11,7 +11,7 @@ arch="all"
license="LGPL-2.1-or-later"
makedepends="curl-dev libgcrypt-dev gnutls-dev automake autoconf libtool"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
-source="http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz
disable-test_options.patch"
build() {
diff --git a/main/libtasn1/APKBUILD b/main/libtasn1/APKBUILD
index a679643f69..d03369f696 100644
--- a/main/libtasn1/APKBUILD
+++ b/main/libtasn1/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-3.0 LGPL"
makedepends="texinfo"
checkdepends="diffutils"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnu.org/gnu/libtasn1/libtasn1-$pkgver.tar.gz"
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
# secfixes:
# 4.14-r0:
diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD
index 8bda02eeaf..6f12105728 100644
--- a/main/libtool/APKBUILD
+++ b/main/libtool/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="A generic library support script"
arch="all"
license="LGPL-2.0+"
url="https://www.gnu.org/software/libtool"
-source="ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.gz
+source="https://ftp.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.gz
libtool-fix-cross-compile.patch
"
depends="bash libltdl"
diff --git a/main/m4/APKBUILD b/main/m4/APKBUILD
index af6db8b8d2..4b9fdf0472 100644
--- a/main/m4/APKBUILD
+++ b/main/m4/APKBUILD
@@ -10,7 +10,7 @@ checkdepends=diffutils
arch="all"
license="GPL-3.0+"
subpackages="m4-doc"
-source="ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz
disable-mbrtowc-test.patch
localename-test-fix.patch
"
diff --git a/main/make/APKBUILD b/main/make/APKBUILD
index aca1b9293c..4f5fef6999 100644
--- a/main/make/APKBUILD
+++ b/main/make/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
license="GPL-3.0-or-later"
depends=""
subpackages="$pkgname-doc"
-source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2
fix-atexit-exit.patch
fix-glob-dtype.patch
"
diff --git a/main/mtools/APKBUILD b/main/mtools/APKBUILD
index b9c189d8f0..acf58eaee1 100644
--- a/main/mtools/APKBUILD
+++ b/main/mtools/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
license="GPL"
depends=
makedepends="texinfo"
-source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2"
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2"
subpackages="$pkgname-doc"
builddir="$srcdir/$pkgname-$pkgver"
diff --git a/main/parted/APKBUILD b/main/parted/APKBUILD
index 6843735386..1d8fbbc5c1 100644
--- a/main/parted/APKBUILD
+++ b/main/parted/APKBUILD
@@ -9,7 +9,7 @@ license="GPL-3.0-or-later"
subpackages="$pkgname-dev $pkgname-doc"
checkdepends="perl eudev util-linux"
makedepends="readline-dev ncurses-dev lvm2-dev bash util-linux-dev"
-source="ftp://ftp.gnu.org/pub/gnu/parted/parted-$pkgver.tar.xz
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
fix-includes.patch
fix-libintl-header-s390x.patch
parted-include-sysmacros.patch
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD
index 0e02115e46..ac8c05c93b 100644
--- a/main/patch/APKBUILD
+++ b/main/patch/APKBUILD
@@ -13,7 +13,7 @@ makedepends="autoconf automake"
# http://lists.busybox.net/pipermail/busybox/2018-April/086401.html
checkdepends="coreutils bash ed"
subpackages="$pkgname-doc"
-source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
CVE-2018-6951.patch
CVE-2018-6952.patch
0001-Allow-input-files-to-be-missing-for-ed-style-patches.patch
diff --git a/main/pth/APKBUILD b/main/pth/APKBUILD
index 3befc6bd69..9bf7814ba0 100644
--- a/main/pth/APKBUILD
+++ b/main/pth/APKBUILD
@@ -9,7 +9,7 @@ license="LGPL-2.1"
depends=""
subpackages="$pkgname-dev $pkgname-doc"
options="!libc_musl"
-source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
pth-2.0.5-parallelfix.patch
pth-2.0.6-ldflags.patch
pth-2.0.6-sigstack.patch
diff --git a/main/screen/APKBUILD b/main/screen/APKBUILD
index 61b1ce721b..048cf24d64 100644
--- a/main/screen/APKBUILD
+++ b/main/screen/APKBUILD
@@ -4,7 +4,7 @@ pkgname=screen
pkgver=4.7.0
pkgrel=0
pkgdesc="A window manager that multiplexes a physical terminal"
-url="http://ftp.gnu.org/gnu/screen/"
+url="https://ftp.gnu.org/gnu/screen/"
arch="all"
license="GPL-3.0-or-later"
options="!check" # No test suite.
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD
index 2620c8aff9..ee7fed953c 100644
--- a/main/texinfo/APKBUILD
+++ b/main/texinfo/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
depends="perl"
makedepends="ncurses-dev perl-dev"
subpackages="$pkgname-doc"
-source="ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-$pkgver.tar.xz
+source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz
fix-build-without-NLS.patch"
build() {