From 6079f708412b7d76c1968b1c2787908a31343cab Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Tue, 26 Feb 2019 21:42:20 +0100 Subject: system/zsh: The source tarball can be at domain/pub/ or domain/pub/old/ --- system/zsh/APKBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/system/zsh/APKBUILD b/system/zsh/APKBUILD index 32c86b7df..e1e54c0f5 100644 --- a/system/zsh/APKBUILD +++ b/system/zsh/APKBUILD @@ -6,13 +6,14 @@ pkgname=zsh pkgver=5.6.2 pkgrel=1 pkgdesc="A very advanced and programmable command interpreter (shell)" -url="http://www.zsh.org/" +url="https://www.zsh.org/" arch="all" license="Zsh AND BSD-3-Clause AND GPL-2.0+ AND GPL-2.0-only AND Artistic-1.0-Perl AND MIT AND GPL-1.0+" depends="debianutils" # add-shell makedepends_host="ncurses-dev pcre-dev utmps-dev" install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall" -source="http://www.zsh.org/pub/$pkgname-$pkgver.tar.xz +# Note the custom fetch() function +source="https://www.zsh.org/pub/$pkgname-$pkgver.tar.xz zprofile zshrc " @@ -21,7 +22,6 @@ subpackages="$pkgname-doc $pkgname-vcs::noarch $pkgname-tcp::noarch" [ "$CBUILD" != "$CHOST" ] || subpackages="$subpackages $pkgname-zftp" -builddir="$srcdir/$pkgname-$pkgver" # secfixes: # 5.6.2-r0: @@ -52,6 +52,11 @@ for _i in $_comps; do subpackages="$subpackages ${_i%%:*}-zsh-completion:_completion:noarch" done +fetch() { + uri_fetch_mirror "https://www.zsh.org/pub/old/$pkgname-$pkgver.tar.xz" || true + default_fetch +} + prepare() { cd "$builddir" -- cgit v1.2.3-60-g2f50 From 5ab52bb7070b585368574493fcaf20f16bc38b8c Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Tue, 26 Feb 2019 21:43:48 +0100 Subject: system/libgcrypt: Use https: url --- system/libgcrypt/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/libgcrypt/APKBUILD b/system/libgcrypt/APKBUILD index c1c637f33..13797a615 100644 --- a/system/libgcrypt/APKBUILD +++ b/system/libgcrypt/APKBUILD @@ -3,14 +3,14 @@ pkgname=libgcrypt pkgver=1.8.4 pkgrel=0 pkgdesc="GnuPG cryptography library" -url="http://www.gnupg.org" +url="https://www.gnupg.org" arch="all" license="LGPL-2.1+" depends="" depends_dev="libgpg-error-dev" makedepends="$depends_dev texinfo" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.gnupg.org/ftp/gcrypt/libgcrypt/$pkgname-$pkgver.tar.bz2" +source="https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" -- cgit v1.2.3-60-g2f50 From 9085eb9a0e2ff7a0068f54f1788673de71027e61 Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Wed, 27 Feb 2019 00:22:33 +0100 Subject: system/*: Change source urls to https:// wherever possible --- system/apk-tools/APKBUILD | 2 +- system/attr/APKBUILD | 2 +- system/autoconf/APKBUILD | 4 +-- system/automake/APKBUILD | 3 +-- system/bash/APKBUILD | 6 ++--- system/binutils/APKBUILD | 4 +-- system/bison/APKBUILD | 2 +- system/coreutils/APKBUILD | 12 ++++----- system/cvs/APKBUILD | 4 +-- system/db/APKBUILD | 2 +- system/diffutils/APKBUILD | 4 +-- system/expat/APKBUILD | 2 +- system/expect/APKBUILD | 2 +- system/findutils/APKBUILD | 2 +- system/grep/APKBUILD | 2 +- system/groff/APKBUILD | 2 +- system/help2man/APKBUILD | 2 +- system/icu/APKBUILD | 4 +-- system/libarchive/APKBUILD | 4 +-- system/libcap-ng/APKBUILD | 4 +-- system/libedit/APKBUILD | 4 +-- system/libexecinfo/APKBUILD | 2 +- system/libffi/APKBUILD | 4 +-- system/libgpg-error/APKBUILD | 3 +-- system/libidn/APKBUILD | 2 +- system/libmnl/APKBUILD | 4 +-- system/libpipeline/APKBUILD | 4 +-- system/libssh2/APKBUILD | 2 +- system/libtool/APKBUILD | 5 ++-- system/libtool/libtool.patch | 41 ------------------------------ system/linux-pam/APKBUILD | 2 +- system/lzip/APKBUILD | 4 +-- system/m4/APKBUILD | 2 +- system/mailx/APKBUILD | 2 +- system/make/APKBUILD | 2 +- system/man-db/APKBUILD | 4 +-- system/mpc1/APKBUILD | 2 +- system/mpfr3/APKBUILD | 2 +- system/musl/APKBUILD | 4 +-- system/nspr/APKBUILD | 2 +- system/nss/APKBUILD | 2 +- system/openssh/APKBUILD | 4 +-- system/openssl/APKBUILD | 2 +- system/patch/APKBUILD | 2 +- system/pax-utils/APKBUILD | 2 +- system/perl-authen-sasl/APKBUILD | 2 +- system/perl-cpanel-json-xs/APKBUILD | 2 +- system/perl-dbd-sqlite/APKBUILD | 2 +- system/perl-dbi/APKBUILD | 2 +- system/perl-digest-hmac/APKBUILD | 2 +- system/perl-digest-sha1/APKBUILD | 2 +- system/perl-encode-locale/APKBUILD | 2 +- system/perl-error/APKBUILD | 2 +- system/perl-extutils-config/APKBUILD | 2 +- system/perl-extutils-helpers/APKBUILD | 2 +- system/perl-extutils-installpaths/APKBUILD | 2 +- system/perl-file-listing/APKBUILD | 2 +- system/perl-file-remove/APKBUILD | 2 +- system/perl-html-parser/APKBUILD | 2 +- system/perl-html-tagset/APKBUILD | 2 +- system/perl-http-cookies/APKBUILD | 2 +- system/perl-http-daemon/APKBUILD | 2 +- system/perl-http-date/APKBUILD | 2 +- system/perl-http-message/APKBUILD | 2 +- system/perl-http-negotiate/APKBUILD | 2 +- system/perl-io-html/APKBUILD | 2 +- system/perl-io-socket-ssl/APKBUILD | 2 +- system/perl-json-maybexs/APKBUILD | 2 +- system/perl-json/APKBUILD | 2 +- system/perl-lwp-mediatypes/APKBUILD | 2 +- system/perl-module-build-tiny/APKBUILD | 2 +- system/perl-module-build/APKBUILD | 2 +- system/perl-module-install/APKBUILD | 2 +- system/perl-module-scandeps/APKBUILD | 2 +- system/perl-net-http/APKBUILD | 2 +- system/perl-net-libidn/APKBUILD | 4 +-- system/perl-net-smtp-ssl/APKBUILD | 2 +- system/perl-net-ssleay/APKBUILD | 2 +- system/perl-sgmls/APKBUILD | 2 +- system/perl-sub-uplevel/APKBUILD | 2 +- system/perl-test-exception/APKBUILD | 2 +- system/perl-test-fatal/APKBUILD | 2 +- system/perl-test-harness/APKBUILD | 2 +- system/perl-test-leaktrace/APKBUILD | 2 +- system/perl-test-nowarnings/APKBUILD | 2 +- system/perl-test-pod/APKBUILD | 2 +- system/perl-test-requires/APKBUILD | 2 +- system/perl-test-requiresinternet/APKBUILD | 2 +- system/perl-test-simple/APKBUILD | 2 +- system/perl-test-warn/APKBUILD | 2 +- system/perl-test-without-module/APKBUILD | 2 +- system/perl-try-tiny/APKBUILD | 2 +- system/perl-unicode-linebreak/APKBUILD | 4 +-- system/perl-www-robotrules/APKBUILD | 2 +- system/perl-yaml-tiny/APKBUILD | 2 +- system/perl/APKBUILD | 4 +-- system/python3/APKBUILD | 4 +-- system/rhash/APKBUILD | 4 +-- system/sed/APKBUILD | 4 +-- system/ssmtp/APKBUILD | 6 +---- system/sysvinit/APKBUILD | 2 +- system/tcl/APKBUILD | 4 +-- system/texinfo/APKBUILD | 2 +- system/tzdata/APKBUILD | 6 ++--- system/util-linux/APKBUILD | 4 +-- system/uucp/APKBUILD | 2 +- system/yaml/APKBUILD | 2 +- system/zlib/APKBUILD | 4 +-- 108 files changed, 140 insertions(+), 190 deletions(-) delete mode 100644 system/libtool/libtool.patch diff --git a/system/apk-tools/APKBUILD b/system/apk-tools/APKBUILD index 40dfcb272..c6b0b479a 100644 --- a/system/apk-tools/APKBUILD +++ b/system/apk-tools/APKBUILD @@ -12,7 +12,7 @@ makedepends_build="" makedepends_host="zlib-dev openssl openssl-dev linux-headers" makedepends="$makedepends_build $makedepends_host" subpackages="$pkgname-static" -source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz +source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz pmmx.patch " diff --git a/system/attr/APKBUILD b/system/attr/APKBUILD index ac91b0e12..29c13d522 100644 --- a/system/attr/APKBUILD +++ b/system/attr/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="libtool autoconf automake bash gettext-tiny gettext-tiny-dev" checkdepends="perl" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang libattr" -source="http://download.savannah.nongnu.org/releases/attr/attr-$pkgver.tar.gz +source="https://download.savannah.nongnu.org/releases/attr/attr-$pkgver.tar.gz test-runner-musl.patch test-runner-perl.patch " diff --git a/system/autoconf/APKBUILD b/system/autoconf/APKBUILD index cd40635f5..262087d79 100644 --- a/system/autoconf/APKBUILD +++ b/system/autoconf/APKBUILD @@ -5,10 +5,10 @@ pkgrel=2 pkgdesc="A GNU tool for automatically configuring source code" arch="noarch" license="GPL-2.0+" -url="http://www.gnu.org/software/autoconf" +url="https://www.gnu.org/software/autoconf" depends="m4 perl" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz autoconf-2.69-fix-perl-regex.patch " diff --git a/system/automake/APKBUILD b/system/automake/APKBUILD index c37d64456..6612e9e19 100644 --- a/system/automake/APKBUILD +++ b/system/automake/APKBUILD @@ -11,8 +11,7 @@ depends="perl" makedepends="autoconf" #checkdepends="bash gzip coreutils diffutils" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" build() { cd "$builddir" diff --git a/system/bash/APKBUILD b/system/bash/APKBUILD index 9e01ae6fe..70b82d7a0 100644 --- a/system/bash/APKBUILD +++ b/system/bash/APKBUILD @@ -8,7 +8,7 @@ _myver=${pkgver%.*} _patchbase=${_myver/./} pkgrel=1 pkgdesc="The GNU Bourne Again shell" -url="http://www.gnu.org/software/bash/bash.html" +url="https://www.gnu.org/software/bash/bash.html" arch="all" license="GPL-3.0+" makedepends_build="byacc flex" @@ -18,7 +18,7 @@ options="!checkroot" install="$pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-binsh:binsh:noarch" -source="http://ftp.gnu.org/gnu/bash/bash-${_myver}.tar.gz +source="https://ftp.gnu.org/gnu/bash/bash-${_myver}.tar.gz bash-noinfo.patch bash44-sensible-defaults.patch bashrc @@ -29,7 +29,7 @@ _pad="00" while [ $_i -le $_patchlevel ]; do [ $_i -ge 10 ] && _pad="0" [ $_i -ge 100 ] && _pad= - source="$source http://ftp.gnu.org/gnu/bash/bash-$_myver-patches/bash$_patchbase-$_pad$_i" + source="$source https://ftp.gnu.org/gnu/bash/bash-$_myver-patches/bash$_patchbase-$_pad$_i" _i=$(( $_i + 1)) done diff --git a/system/binutils/APKBUILD b/system/binutils/APKBUILD index 44fefa99e..fb077c41e 100644 --- a/system/binutils/APKBUILD +++ b/system/binutils/APKBUILD @@ -3,7 +3,7 @@ pkgname=binutils pkgver=2.32 pkgrel=0 pkgdesc="Tools necessary to build programs" -url="http://www.gnu.org/software/binutils/" +url="https://www.gnu.org/software/binutils/" depends="" makedepends_build="byacc flex texinfo" makedepends_host="zlib-dev" @@ -14,7 +14,7 @@ license="GPL-2.0+ AND GPL-3.0+ AND LGPL-2.0+ AND LGPL-2.1+ AND LGPL-3.0+ AND BSD subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs" # non-PIC is unsupported by musl/ppc [ "${CARCH}" != "ppc" ] || options='!check' -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz binutils-ld-fix-static-linking.patch disable-gnu-mbind.patch disable-ifunc-tests.patch diff --git a/system/bison/APKBUILD b/system/bison/APKBUILD index a0a27f08f..37d5fcba7 100644 --- a/system/bison/APKBUILD +++ b/system/bison/APKBUILD @@ -13,7 +13,7 @@ checkdepends="bison flex" makedepends="perl" provider_priority=1 subpackages="$pkgname-doc $pkgname-lang" -source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz" +source="https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz" build() { cd "$builddir" diff --git a/system/coreutils/APKBUILD b/system/coreutils/APKBUILD index 840c55421..0557cd5d0 100644 --- a/system/coreutils/APKBUILD +++ b/system/coreutils/APKBUILD @@ -5,7 +5,7 @@ pkgname=coreutils pkgver=8.30 pkgrel=0 pkgdesc="Basic file, shell, and text manipulation utilities" -url="http://www.gnu.org/software/coreutils/" +url="https://www.gnu.org/software/coreutils/" arch="all" license="GPL-3.0+" options="!checkroot" @@ -15,7 +15,7 @@ makedepends="bash acl-dev attr-dev" subpackages="$pkgname-doc" [ ${CBUILD} == ${CHOST} ] && subpackages="$subpackages $pkgname-lang" install="$pkgname.post-deinstall" -source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.xz +source="https://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.xz disable-csplit-io-err-test.patch disable-mbrtowc-test.patch localename-test-fix.patch @@ -76,12 +76,10 @@ package() { ln -s ../bin/coreutils "$pkgdir"/usr/sbin/chroot } +bae804f057252c25452ac178c545dc2c4b4775cbfbdcfd4775edd1a4ed6507882bfac39e2b11ad01b74230ca48d761bf62f11bde5bcbc35a6e5a61cbe4a46e36 051_all_coreutils-mangen.patch +" +return 0 sha512sums="25bc132c0d89ce71c33e417f04649c9fcfce6c5ef8b19f093b2e9e2851bfde9b5a31e20499d9c427332228ba54b88d445ddb445551e1944bb8f5cbff5ffa4eda coreutils-8.30.tar.xz bd8b5cecba59eba30458c8afa895877d39a987b989bc06b70cd6836e0ef684677aaadcb4949b58a713779fe1df1e15e3903e9be14e306671b86b69018b75de8b disable-csplit-io-err-test.patch 532ef8210261437855ba3e2fc72ec57b0e0252b2b0f7817990c9629613ece2cdd86cf30aa049f3cff6fbda12ed3bb9a0db3a3642475378ae44ce319bdf005d9b disable-mbrtowc-test.patch 86944e9ea5493c5b21ab62562a63aa134952738297b21cfb2e8f751db4a695ff25ee1592eb231ed1bb80999bc31f7504c7feffde2e93b4e068c05c44ac83cbdf localename-test-fix.patch" - -[ ${CBUILD} != ${CHOST} ] && sha512sums="$sha512sums -bae804f057252c25452ac178c545dc2c4b4775cbfbdcfd4775edd1a4ed6507882bfac39e2b11ad01b74230ca48d761bf62f11bde5bcbc35a6e5a61cbe4a46e36 051_all_coreutils-mangen.patch -" -return 0 diff --git a/system/cvs/APKBUILD b/system/cvs/APKBUILD index bbf6fe4e9..8dfcca172 100644 --- a/system/cvs/APKBUILD +++ b/system/cvs/APKBUILD @@ -4,7 +4,7 @@ pkgname=cvs pkgver=1.11.23 pkgrel=1 pkgdesc="Concurrent Versions System" -url="http://www.nongnu.org/cvs/" +url="https://www.nongnu.org/cvs/" arch="all" options="!check" # "Note that the test can take an hour or more to run" license="GPL-2.0+" @@ -12,7 +12,7 @@ depends="" makedepends="zlib-dev" install= subpackages="$pkgname-doc" -source="http://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.gz +source="https://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.gz cvs-musl.patch " diff --git a/system/db/APKBUILD b/system/db/APKBUILD index dabaa80cd..a9beb8acb 100644 --- a/system/db/APKBUILD +++ b/system/db/APKBUILD @@ -10,7 +10,7 @@ options="!check" # "check target not available" depends= makedepends= subpackages="$pkgname-dev $pkgname-doc $pkgname-utils $pkgname-c++:cxx" -source="http://download.oracle.com/berkeley-db/db-$pkgver.tar.gz +source="https://download.oracle.com/berkeley-db/db-$pkgver.tar.gz atomics.patch " diff --git a/system/diffutils/APKBUILD b/system/diffutils/APKBUILD index 65d7bfde8..01e40cedc 100644 --- a/system/diffutils/APKBUILD +++ b/system/diffutils/APKBUILD @@ -4,10 +4,10 @@ pkgver=3.6 pkgrel=2 pkgdesc="Show differences among files" subpackages="$pkgname-doc $pkgname-lang" -url="http://www.gnu.org/software/diffutils/" +url="https://www.gnu.org/software/diffutils/" arch="all" license="GPL-3.0+" -source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz disable-mbrtowc-test.patch gnulib-tests-dont-require-gpg-passphrase.patch " diff --git a/system/expat/APKBUILD b/system/expat/APKBUILD index f57096314..9ec053fcc 100644 --- a/system/expat/APKBUILD +++ b/system/expat/APKBUILD @@ -7,7 +7,7 @@ url="https://libexpat.github.io/" arch="all" license="MIT" checkdepends="bash" -source="http://downloads.sourceforge.net/project/expat/expat/$pkgver/expat-$pkgver.tar.bz2" +source="https://downloads.sourceforge.net/project/expat/expat/$pkgver/expat-$pkgver.tar.bz2" subpackages="$pkgname-dev $pkgname-doc" builddir="$srcdir/$pkgname-$pkgver" diff --git a/system/expect/APKBUILD b/system/expect/APKBUILD index 3abcd610e..aa52a2e81 100644 --- a/system/expect/APKBUILD +++ b/system/expect/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="Public-Domain" makedepends="tcl-dev" subpackages="$pkgname-dev $pkgname-doc" -source="http://downloads.sourceforge.net/project/expect/Expect/$pkgver/$pkgname$pkgver.tar.gz" +source="https://downloads.sourceforge.net/project/expect/Expect/$pkgver/$pkgname$pkgver.tar.gz" builddir="$srcdir"/$pkgname$pkgver prepare() { diff --git a/system/findutils/APKBUILD b/system/findutils/APKBUILD index 71b3ecdb5..5415a21fb 100644 --- a/system/findutils/APKBUILD +++ b/system/findutils/APKBUILD @@ -13,7 +13,7 @@ makedepends="" checkdepends="coreutils diffutils dejagnu" install= subpackages="$pkgname-doc $pkgname-lang" -source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz localename-test-fix.patch gnulib-tests-dont-require-gpg-passphrase.patch " diff --git a/system/grep/APKBUILD b/system/grep/APKBUILD index 442d666a6..e96085b29 100644 --- a/system/grep/APKBUILD +++ b/system/grep/APKBUILD @@ -11,7 +11,7 @@ license="GPL-3.0+" makedepends="pcre-dev autoconf automake" checkdepends="coreutils bash diffutils" subpackages="$pkgname-doc $pkgname-lang" -source="http://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz +source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz gnulib-tests-dont-require-gpg-passphrase.patch fix-tests.patch" diff --git a/system/groff/APKBUILD b/system/groff/APKBUILD index ddb83a4b2..0b5d6c332 100644 --- a/system/groff/APKBUILD +++ b/system/groff/APKBUILD @@ -10,7 +10,7 @@ license="GPL-3.0+" depends= makedepends="perl texinfo" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" build () { cd "$builddir" diff --git a/system/help2man/APKBUILD b/system/help2man/APKBUILD index b021f7f88..f3c238fc6 100644 --- a/system/help2man/APKBUILD +++ b/system/help2man/APKBUILD @@ -10,7 +10,7 @@ license="GPL-3.0+" depends="perl" makedepends="gettext-tiny" subpackages="$pkgname-doc" -source="ftp://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/system/icu/APKBUILD b/system/icu/APKBUILD index 1c7c7fb34..fa49774df 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -8,14 +8,14 @@ _ver=${pkgver//./_} pkgrel=1 pkgdesc="International Components for Unicode library" -url="http://www.icu-project.org/" +url="https://www.icu-project.org/" arch="all" license="ICU" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" depends="" checkdepends="diffutils" makedepends="" -source="http://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz +source="https://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz icu-60.2-always-use-utf8.patch checkimpl.patch " diff --git a/system/libarchive/APKBUILD b/system/libarchive/APKBUILD index c3f3ceef6..02e845f81 100644 --- a/system/libarchive/APKBUILD +++ b/system/libarchive/APKBUILD @@ -4,14 +4,14 @@ pkgname=libarchive pkgver=3.3.3 pkgrel=0 pkgdesc="Library for creating and reading streaming archives" -url="http://libarchive.org/" +url="https://libarchive.org/" arch="all" options="!check" # needs EUC-JP and KOI8R support in iconv license="BSD-2-Clause AND BSD-3-Clause AND Public-Domain" makedepends="zlib-dev bzip2-dev xz-dev lz4-dev acl-dev openssl-dev expat-dev attr-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" -source="http://www.libarchive.org/downloads/$pkgname-$pkgver.tar.gz +source="https://www.libarchive.org/downloads/$pkgname-$pkgver.tar.gz seek-error.patch" builddir="$srcdir/$pkgname-$pkgver" diff --git a/system/libcap-ng/APKBUILD b/system/libcap-ng/APKBUILD index 7cb3a0db0..5bf8dc29d 100644 --- a/system/libcap-ng/APKBUILD +++ b/system/libcap-ng/APKBUILD @@ -3,14 +3,14 @@ pkgname=libcap-ng pkgver=0.7.9 pkgrel=0 pkgdesc="POSIX capabilities library" -url="http://people.redhat.com/sgrubb/libcap-ng/index.html" +url="https://people.redhat.com/sgrubb/libcap-ng/index.html" arch="all" license="LGPL-2.1+" depends_dev="linux-headers" makedepends="python3 $depends_dev" makedepends_host="$depends_dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" -source="http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-$pkgver.tar.gz +source="https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-$pkgver.tar.gz fix-includes.patch " diff --git a/system/libedit/APKBUILD b/system/libedit/APKBUILD index bd5362f82..ba1faf9ab 100644 --- a/system/libedit/APKBUILD +++ b/system/libedit/APKBUILD @@ -5,14 +5,14 @@ pkgver=20180525.3.1 _realver=${pkgver/.3.1/-3.1} pkgrel=0 pkgdesc="Library providing line editing, history, and tokenisation functions" -url="http://thrysoee.dk/editline/" +url="https://thrysoee.dk/editline/" arch="all" license="BSD-2-Clause" depends="" depends_dev="ncurses-dev" # XXX is this always unconditionally needed? makedepends="$depends_dev autoconf automake" subpackages="$pkgname-dev $pkgname-doc" -source="http://thrysoee.dk/editline/libedit-$_realver.tar.gz +source="https://thrysoee.dk/editline/libedit-$_realver.tar.gz tinfo.patch " builddir="$srcdir/$pkgname-$_realver" diff --git a/system/libexecinfo/APKBUILD b/system/libexecinfo/APKBUILD index 351913d6d..e2f261689 100644 --- a/system/libexecinfo/APKBUILD +++ b/system/libexecinfo/APKBUILD @@ -12,7 +12,7 @@ depends= makedepends= install= subpackages="${pkgname}-dev" -source="http://distcache.freebsd.org/local-distfiles/itetcu/$pkgname-$pkgver.tar.bz2 +source="https://distcache.freebsd.org/local-distfiles/itetcu/$pkgname-$pkgver.tar.bz2 10-execinfo.patch 20-define-gnu-source.patch 30-linux-makefile.patch diff --git a/system/libffi/APKBUILD b/system/libffi/APKBUILD index c5ac35baa..b37b6226c 100644 --- a/system/libffi/APKBUILD +++ b/system/libffi/APKBUILD @@ -3,7 +3,7 @@ pkgname=libffi pkgver=3.2.1 pkgrel=4 pkgdesc="A portable, high level programming interface to various calling conventions." -url="http://sourceware.org/libffi" +url="https://sourceware.org/libffi" arch="all" license="MIT" depends= @@ -11,7 +11,7 @@ makedepends="texinfo" checkdepends="dejagnu" install= subpackages="$pkgname-dev $pkgname-doc" -source="ftp://sourceware.org/pub/$pkgname/$pkgname-$pkgver.tar.gz +source="https://sourceware.org/pub/$pkgname/$pkgname-$pkgver.tar.gz disable-ppc-ldvariant.patch fix-testsuite-longdouble.patch gnu-linux-define.patch diff --git a/system/libgpg-error/APKBUILD b/system/libgpg-error/APKBUILD index 803410a29..5fb7b02cf 100644 --- a/system/libgpg-error/APKBUILD +++ b/system/libgpg-error/APKBUILD @@ -10,8 +10,7 @@ license="LGPL-2.1+" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-lisp:lisp:noarch" -source="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 - " +source="https://gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" diff --git a/system/libidn/APKBUILD b/system/libidn/APKBUILD index 5edbabdb2..1222c499e 100644 --- a/system/libidn/APKBUILD +++ b/system/libidn/APKBUILD @@ -12,7 +12,7 @@ makedepends= checkdepends="diffutils" install= subpackages="$pkgname-doc $pkgname-dev $pkgname-lang" -source="http://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz +source="https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz localename-test-fix.patch gnulib-tests-dont-require-gpg-passphrase.patch " diff --git a/system/libmnl/APKBUILD b/system/libmnl/APKBUILD index cb26c05e9..2826275b1 100644 --- a/system/libmnl/APKBUILD +++ b/system/libmnl/APKBUILD @@ -4,7 +4,7 @@ pkgname=libmnl pkgver=1.0.4 pkgrel=0 pkgdesc="Minimalistic library for Netlink operations" -url="http://www.netfilter.org/projects/libmnl/" +url="https://www.netfilter.org/projects/libmnl/" arch="all" options="!check" # this package doesn't actually run any tests, just builds them license="LGPL-2.0+" @@ -14,7 +14,7 @@ makedepends="$depends_dev" checkdepends="bsd-compat-headers" install="" subpackages="$pkgname-dev" -source="http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2 +source="https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2 test-include-sysselect.patch" build() { diff --git a/system/libpipeline/APKBUILD b/system/libpipeline/APKBUILD index 8dd830f0e..4b92d22cf 100644 --- a/system/libpipeline/APKBUILD +++ b/system/libpipeline/APKBUILD @@ -4,12 +4,12 @@ pkgname=libpipeline pkgver=1.5.0 pkgrel=0 pkgdesc="C pipeline manipulation library" -url="http://libpipeline.nongnu.org/" +url="https://libpipeline.nongnu.org/" arch="all" license="GPL-3.0+" checkdepends="check-dev" subpackages="$pkgname-dev $pkgname-doc" -source="http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz" +source="https://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz" build() { cd "$builddir" diff --git a/system/libssh2/APKBUILD b/system/libssh2/APKBUILD index d4d562edc..2f8ee1c5a 100644 --- a/system/libssh2/APKBUILD +++ b/system/libssh2/APKBUILD @@ -10,7 +10,7 @@ options="!checkroot" license="BSD-3-Clause" makedepends="openssl-dev zlib-dev" subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc" -source="http://www.libssh2.org/download/libssh2-$pkgver.tar.gz" +source="https://www.libssh2.org/download/libssh2-$pkgver.tar.gz" prepare() { cd "$builddir" diff --git a/system/libtool/APKBUILD b/system/libtool/APKBUILD index 23084d371..c4a3348f9 100644 --- a/system/libtool/APKBUILD +++ b/system/libtool/APKBUILD @@ -6,14 +6,13 @@ pkgdesc="A generic library support script" arch="all" license="GPL-2.0+" url="http://www.gnu.org/software/libtool" -source="ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.gz - libtool-fix-cross-compile.patch - " depends="bash libltdl" makedepends="m4 help2man" checkdepends="autoconf automake gzip" subpackages="libltdl $pkgname-doc" options="libtool" +source="https://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.gz + libtool-fix-cross-compile.patch" build() { cd "$builddir" diff --git a/system/libtool/libtool.patch b/system/libtool/libtool.patch deleted file mode 100644 index 4302b7e07..000000000 --- a/system/libtool/libtool.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD -index de86f2aeb7..3a7d137533 100644 ---- a/main/libtool/APKBUILD -+++ b/main/libtool/APKBUILD -@@ -4,13 +4,14 @@ pkgver=2.4.6 - pkgrel=1 - pkgdesc="A generic library support script" - arch="all" --license='GPL' -+license="GPL" - url="http://www.gnu.org/software/libtool" - source="ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.gz - libtool-fix-cross-compile.patch - " - depends="bash libltdl" - makedepends="m4 help2man" -+checkdepends="mawk autoconf automake gzip" - subpackages="libltdl $pkgname-doc" - options="libtool" - -@@ -23,7 +24,7 @@ build() { - --host=$CHOST \ - --prefix=/usr \ - --disable-static \ -- || return 1 -+ lt_cv_shlibpath_overrides_runpath=yes - make - } - -@@ -32,6 +33,11 @@ package() { - make DESTDIR="$pkgdir" install - } - -+check() { -+ cd "$builddir" -+ make check -+} -+ - libltdl() { - pkgdesc="Runtime libraries for GNU Libtool Dynamic Module Loader" - depends= diff --git a/system/linux-pam/APKBUILD b/system/linux-pam/APKBUILD index 2e4b0bb15..431478d7f 100644 --- a/system/linux-pam/APKBUILD +++ b/system/linux-pam/APKBUILD @@ -4,7 +4,7 @@ pkgname=linux-pam pkgver=1.3.1 pkgrel=1 pkgdesc="Pluggable Authentication Modules" -url="http://www.kernel.org/pub/linux/libs/pam" +url="https://www.kernel.org/pub/linux/libs/pam" arch="all" license="BSD-3-Clause" depends_dev="gettext-tiny-dev" diff --git a/system/lzip/APKBUILD b/system/lzip/APKBUILD index d6f4ccec4..04bf0f148 100644 --- a/system/lzip/APKBUILD +++ b/system/lzip/APKBUILD @@ -4,11 +4,11 @@ pkgname=lzip pkgver=1.20 pkgrel=0 pkgdesc="Lzip is a lossless data compressor" -url="http://www.nongnu.org/lzip/lzip.html" +url="https://www.nongnu.org/lzip/lzip.html" arch="all" license="GPL-2.0+" subpackages="$pkgname-doc" -source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { diff --git a/system/m4/APKBUILD b/system/m4/APKBUILD index 9c712662d..861b1671f 100644 --- a/system/m4/APKBUILD +++ b/system/m4/APKBUILD @@ -10,7 +10,7 @@ depends= makedepends="texinfo" checkdepends="diffutils" 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 gnulib-tests-dont-require-gpg-passphrase.patch diff --git a/system/mailx/APKBUILD b/system/mailx/APKBUILD index 062b40286..b2e4af92e 100644 --- a/system/mailx/APKBUILD +++ b/system/mailx/APKBUILD @@ -11,7 +11,7 @@ license="BSD-4-Clause AND MIT AND MPL-1.1" depends="" makedepends="openssl-dev" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/heirloom/$pkgname-$pkgver.tar.bz2 +source="https://downloads.sourceforge.net/heirloom/$pkgname-$pkgver.tar.bz2 Mail mailx-12.4-openssl.patch mailx-12.4-cve.patch" diff --git a/system/make/APKBUILD b/system/make/APKBUILD index 6aee8945d..725ce49ae 100644 --- a/system/make/APKBUILD +++ b/system/make/APKBUILD @@ -10,7 +10,7 @@ license="GPL-3.0+" depends="" checkdepends="perl" subpackages="$pkgname-doc $pkgname-lang" -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 " diff --git a/system/man-db/APKBUILD b/system/man-db/APKBUILD index 0e0aa9724..341e124e1 100644 --- a/system/man-db/APKBUILD +++ b/system/man-db/APKBUILD @@ -4,14 +4,14 @@ pkgname=man-db pkgver=2.8.4 pkgrel=1 pkgdesc="The man command and related utilities for examining on-line help files" -url="http://www.nongnu.org/man-db/" +url="https://www.nongnu.org/man-db/" arch="all" license="GPL-2.0+" depends="groff gzip less" makedepends_host="db-dev libpipeline-dev zlib-dev" subpackages="$pkgname-doc $pkgname-lang" options="!check" # requires //IGNORE in iconv -source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz +source="https://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz man-db-2.8.3-iconv.patch" triggers="man-db.trigger=/usr/share/man" diff --git a/system/mpc1/APKBUILD b/system/mpc1/APKBUILD index 45f98238f..a0c516857 100644 --- a/system/mpc1/APKBUILD +++ b/system/mpc1/APKBUILD @@ -11,7 +11,7 @@ makedepends_host="gmp-dev mpfr-dev" makedepends="$makedepends_host" install= subpackages="$pkgname-dev $pkgname-doc" -source="http://ftp.gnu.org/gnu/mpc/mpc-$pkgver.tar.gz" +source="https://ftp.gnu.org/gnu/mpc/mpc-$pkgver.tar.gz" builddir="$srcdir"/mpc-$pkgver diff --git a/system/mpfr3/APKBUILD b/system/mpfr3/APKBUILD index 851326216..0e490bcd2 100644 --- a/system/mpfr3/APKBUILD +++ b/system/mpfr3/APKBUILD @@ -11,7 +11,7 @@ depends_dev="gmp-dev" makedepends_build="texinfo" makedepends_host="gmp-dev" makedepends="$makedepends_build $makedepends_host" -source="http://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" +source="https://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" subpackages="$pkgname-doc mpfr-dev" builddir="$srcdir/mpfr-$pkgver" diff --git a/system/musl/APKBUILD b/system/musl/APKBUILD index bffa25154..0b6d3a959 100644 --- a/system/musl/APKBUILD +++ b/system/musl/APKBUILD @@ -3,7 +3,7 @@ pkgname=musl pkgver=1.1.21 pkgrel=3 pkgdesc="System library (libc) implementation" -url="http://www.musl-libc.org/" +url="https://www.musl-libc.org/" arch="all" options="!check" license="MIT" @@ -21,7 +21,7 @@ nolibc) ;; triggers="$pkgname-utils.trigger=/etc/ld.so.conf.d" ;; esac -source="http://www.musl-libc.org/releases/musl-$pkgver.tar.gz +source="https://www.musl-libc.org/releases/musl-$pkgver.tar.gz amalgamation.patch 3001-make-real-lastlog-h.patch handle-aux-at_base.patch diff --git a/system/nspr/APKBUILD b/system/nspr/APKBUILD index bf0c907e8..5cfd50b44 100644 --- a/system/nspr/APKBUILD +++ b/system/nspr/APKBUILD @@ -12,7 +12,7 @@ depends="" depends_dev="nspr" makedepends="autoconf automake" subpackages="$pkgname-dev" -source="http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$pkgver/src/nspr-$pkgver.tar.gz +source="https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$pkgver/src/nspr-$pkgver.tar.gz fix-getproto.patch stacksize.patch " diff --git a/system/nss/APKBUILD b/system/nss/APKBUILD index 806441d20..7630b0482 100644 --- a/system/nss/APKBUILD +++ b/system/nss/APKBUILD @@ -13,7 +13,7 @@ depends="" depends_dev="nspr-dev" makedepends="nspr-dev sqlite-dev zlib-dev perl bsd-compat-headers" subpackages="$pkgname-static $pkgname-dev $pkgname-tools" -source="http://ftp.mozilla.org/pub/security/$pkgname/releases/NSS_${pkgver//./_}_RTM/src/$pkgname-$pkgver.tar.gz +source="https://ftp.mozilla.org/pub/security/$pkgname/releases/NSS_${pkgver//./_}_RTM/src/$pkgname-$pkgver.tar.gz nss.pc.in nss-util.pc.in nss-softokn.pc.in diff --git a/system/openssh/APKBUILD b/system/openssh/APKBUILD index 145fc5c86..af1bc23f4 100644 --- a/system/openssh/APKBUILD +++ b/system/openssh/APKBUILD @@ -6,7 +6,7 @@ pkgver=7.9_p1 _myver=${pkgver%_*}${pkgver#*_} pkgrel=2 pkgdesc="Port of OpenBSD's free SSH release" -url="http://www.openssh.org/portable.html" +url="https://www.openssh.com/portable.html" arch="all" license="BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause" options="suid !check" @@ -24,7 +24,7 @@ subpackages="$pkgname-doc $pkgname-openrc " -source="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$_myver.tar.gz +source="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$_myver.tar.gz bsd-compatible-realpath.patch CVE-2018-20685.patch disable-forwarding-by-default.patch diff --git a/system/openssl/APKBUILD b/system/openssl/APKBUILD index d6c3b979a..6763620d7 100644 --- a/system/openssl/APKBUILD +++ b/system/openssl/APKBUILD @@ -16,7 +16,7 @@ checkdepends="perl" subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc libcrypto1.0:libcrypto libssl1.0:libssl" -source="http://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz +source="https://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz 0003-use-termios.patch 0004-fix-default-ca-path-for-apps.patch 0005-fix-parallel-build.patch diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD index 808152cf2..175bb7a67 100644 --- a/system/patch/APKBUILD +++ b/system/patch/APKBUILD @@ -11,7 +11,7 @@ makedepends="" checkdepends="bash ed" install="" 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 allow-missing.patch CVE-2018-1000156.patch diff --git a/system/pax-utils/APKBUILD b/system/pax-utils/APKBUILD index c239da2bf..e3f4e7601 100644 --- a/system/pax-utils/APKBUILD +++ b/system/pax-utils/APKBUILD @@ -12,7 +12,7 @@ depends="scanelf" makedepends_build="" makedepends_host="linux-headers libcap-dev" makedepends="$makedepends_build $makedepends_host" -source="http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz +source="https://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz fix-eitype.patch" subpackages="$pkgname-doc scanelf:_scanelf" diff --git a/system/perl-authen-sasl/APKBUILD b/system/perl-authen-sasl/APKBUILD index ad6f196ca..b894d9dee 100644 --- a/system/perl-authen-sasl/APKBUILD +++ b/system/perl-authen-sasl/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-digest-hmac" makedepends="perl-dev perl-module-install" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { diff --git a/system/perl-cpanel-json-xs/APKBUILD b/system/perl-cpanel-json-xs/APKBUILD index 3792720b6..6caa3779d 100644 --- a/system/perl-cpanel-json-xs/APKBUILD +++ b/system/perl-cpanel-json-xs/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="perl-json perl-test-leaktrace" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-dbd-sqlite/APKBUILD b/system/perl-dbd-sqlite/APKBUILD index 066b7b4b8..4e41bd18f 100644 --- a/system/perl-dbd-sqlite/APKBUILD +++ b/system/perl-dbd-sqlite/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl-dbi" makedepends="perl perl-dev sqlite-dev" -source="http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/${_pkgname}-$pkgver.tar.gz +source="https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/${_pkgname}-$pkgver.tar.gz perl-DBD-SQLite-bz543982.patch " subpackages="$pkgname-dev $pkgname-doc" diff --git a/system/perl-dbi/APKBUILD b/system/perl-dbi/APKBUILD index 0b54d1d49..39f2718f5 100644 --- a/system/perl-dbi/APKBUILD +++ b/system/perl-dbi/APKBUILD @@ -11,7 +11,7 @@ license="GPL-2.0-only OR Artistic-1.0-Perl" depends= makedepends="perl perl-dev" subpackages="$pkgname-doc" -source="http://www.cpan.org/authors/id/T/TI/TIMB/${_realpkgname}-$pkgver.tar.gz" +source="https://www.cpan.org/authors/id/T/TI/TIMB/${_realpkgname}-$pkgver.tar.gz" builddir="$srcdir"/${_realpkgname}-$pkgver build() { diff --git a/system/perl-digest-hmac/APKBUILD b/system/perl-digest-hmac/APKBUILD index 3bca43d37..411445654 100644 --- a/system/perl-digest-hmac/APKBUILD +++ b/system/perl-digest-hmac/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-digest-sha1" makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" builddir="$srcdir"/$_realname-$pkgver build() { diff --git a/system/perl-digest-sha1/APKBUILD b/system/perl-digest-sha1/APKBUILD index a9f19e206..9d4155ce1 100644 --- a/system/perl-digest-sha1/APKBUILD +++ b/system/perl-digest-sha1/APKBUILD @@ -12,7 +12,7 @@ depends="perl" makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz perl-digest-sha1-check-object.patch " builddir="$srcdir/$_realname-$pkgver" diff --git a/system/perl-encode-locale/APKBUILD b/system/perl-encode-locale/APKBUILD index a4dccf27c..0bcfd0c88 100644 --- a/system/perl-encode-locale/APKBUILD +++ b/system/perl-encode-locale/APKBUILD @@ -12,7 +12,7 @@ depends="perl" makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" diff --git a/system/perl-error/APKBUILD b/system/perl-error/APKBUILD index 935dd46c8..5fe1529d4 100644 --- a/system/perl-error/APKBUILD +++ b/system/perl-error/APKBUILD @@ -11,7 +11,7 @@ depends="perl" makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_realname-$pkgver.tar.gz" builddir="$srcdir"/$_realname-$pkgver prepare() { diff --git a/system/perl-extutils-config/APKBUILD b/system/perl-extutils-config/APKBUILD index 2c42337c2..7c0f1978b 100644 --- a/system/perl-extutils-config/APKBUILD +++ b/system/perl-extutils-config/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-extutils-helpers/APKBUILD b/system/perl-extutils-helpers/APKBUILD index 310875cf2..4070b7137 100644 --- a/system/perl-extutils-helpers/APKBUILD +++ b/system/perl-extutils-helpers/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-extutils-installpaths/APKBUILD b/system/perl-extutils-installpaths/APKBUILD index 57d3ba2e5..df8d7dcf0 100644 --- a/system/perl-extutils-installpaths/APKBUILD +++ b/system/perl-extutils-installpaths/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-file-listing/APKBUILD b/system/perl-file-listing/APKBUILD index 89464b395..db9ea786a 100644 --- a/system/perl-file-listing/APKBUILD +++ b/system/perl-file-listing/APKBUILD @@ -12,7 +12,7 @@ makedepends="perl-dev" install="" replaces="perl-libwww" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-$pkgver.tar.gz" builddir="$srcdir"/File-Listing-$pkgver diff --git a/system/perl-file-remove/APKBUILD b/system/perl-file-remove/APKBUILD index 6f626bd08..43ea8ff9a 100644 --- a/system/perl-file-remove/APKBUILD +++ b/system/perl-file-remove/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-html-parser/APKBUILD b/system/perl-html-parser/APKBUILD index 60aede3a0..227948e5c 100644 --- a/system/perl-html-parser/APKBUILD +++ b/system/perl-html-parser/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-html-tagset/APKBUILD b/system/perl-html-tagset/APKBUILD index 0427a8a5e..9fe51281f 100644 --- a/system/perl-html-tagset/APKBUILD +++ b/system/perl-html-tagset/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-http-cookies/APKBUILD b/system/perl-http-cookies/APKBUILD index f6b751771..5515f1057 100644 --- a/system/perl-http-cookies/APKBUILD +++ b/system/perl-http-cookies/APKBUILD @@ -12,7 +12,7 @@ depends="perl perl-http-date perl-http-message" makedepends="perl-dev" replaces="perl-libwww" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { diff --git a/system/perl-http-daemon/APKBUILD b/system/perl-http-daemon/APKBUILD index b85717256..835404dd1 100644 --- a/system/perl-http-daemon/APKBUILD +++ b/system/perl-http-daemon/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-http-date perl-http-message" makedepends="perl-dev" replaces="perl-libwww" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-$pkgver.tar.gz" builddir="$srcdir"/HTTP-Daemon-$pkgver build() { diff --git a/system/perl-http-date/APKBUILD b/system/perl-http-date/APKBUILD index b4a3f7829..4cfb54549 100644 --- a/system/perl-http-date/APKBUILD +++ b/system/perl-http-date/APKBUILD @@ -13,7 +13,7 @@ makedepends="perl-dev" replaces="perl-libwww" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" diff --git a/system/perl-http-message/APKBUILD b/system/perl-http-message/APKBUILD index 26fae9ff0..0cc720442 100644 --- a/system/perl-http-message/APKBUILD +++ b/system/perl-http-message/APKBUILD @@ -15,7 +15,7 @@ depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" checkdepends="perl-try-tiny" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-http-negotiate/APKBUILD b/system/perl-http-negotiate/APKBUILD index 98ebfb1da..f0cc5d77c 100644 --- a/system/perl-http-negotiate/APKBUILD +++ b/system/perl-http-negotiate/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-http-message" makedepends="perl-dev" install="" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-$pkgver.tar.gz" builddir="$srcdir"/HTTP-Negotiate-$pkgver build() { diff --git a/system/perl-io-html/APKBUILD b/system/perl-io-html/APKBUILD index b5e2c6c6e..7d32a8dbd 100644 --- a/system/perl-io-html/APKBUILD +++ b/system/perl-io-html/APKBUILD @@ -13,7 +13,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/C/CJ/CJM/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-io-socket-ssl/APKBUILD b/system/perl-io-socket-ssl/APKBUILD index 939f97174..225ffb38d 100644 --- a/system/perl-io-socket-ssl/APKBUILD +++ b/system/perl-io-socket-ssl/APKBUILD @@ -11,7 +11,7 @@ license="GPL-2.0-only OR Artistic-1.0-Perl" depends="ca-certificates perl-net-libidn perl-net-ssleay" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-json-maybexs/APKBUILD b/system/perl-json-maybexs/APKBUILD index cbea4a6d2..92a37e687 100644 --- a/system/perl-json-maybexs/APKBUILD +++ b/system/perl-json-maybexs/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="perl-test-without-module" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-json/APKBUILD b/system/perl-json/APKBUILD index 68819a602..1c5f62674 100644 --- a/system/perl-json/APKBUILD +++ b/system/perl-json/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-lwp-mediatypes/APKBUILD b/system/perl-lwp-mediatypes/APKBUILD index 51778d258..6b4868091 100644 --- a/system/perl-lwp-mediatypes/APKBUILD +++ b/system/perl-lwp-mediatypes/APKBUILD @@ -13,7 +13,7 @@ makedepends="perl-dev" install= replaces="perl-libwww" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { diff --git a/system/perl-module-build-tiny/APKBUILD b/system/perl-module-build-tiny/APKBUILD index 05d2e73da..765e79051 100644 --- a/system/perl-module-build-tiny/APKBUILD +++ b/system/perl-module-build-tiny/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-module-build/APKBUILD b/system/perl-module-build/APKBUILD index ddc802076..6a13e68e3 100644 --- a/system/perl-module-build/APKBUILD +++ b/system/perl-module-build/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-module-install/APKBUILD b/system/perl-module-install/APKBUILD index 38b38df74..b610f057c 100644 --- a/system/perl-module-install/APKBUILD +++ b/system/perl-module-install/APKBUILD @@ -13,7 +13,7 @@ cpanmakedepends="perl-file-remove perl-module-build perl-module-scandeps perl-ya depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-module-scandeps/APKBUILD b/system/perl-module-scandeps/APKBUILD index e94e31579..e9940d7cb 100644 --- a/system/perl-module-scandeps/APKBUILD +++ b/system/perl-module-scandeps/APKBUILD @@ -12,7 +12,7 @@ license="GPL-2.0-only OR Artistic-1.0-Perl" cpanmakedepends="perl-test-requires" makedepends="perl-dev $cpanmakedepends perl-test-pod" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-net-http/APKBUILD b/system/perl-net-http/APKBUILD index 879c5f966..435372b19 100644 --- a/system/perl-net-http/APKBUILD +++ b/system/perl-net-http/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-uri" makedepends="perl-dev" replaces="perl-libwww" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz" builddir="$srcdir"/Net-HTTP-$pkgver build() { diff --git a/system/perl-net-libidn/APKBUILD b/system/perl-net-libidn/APKBUILD index d8bac5b15..147252aa3 100644 --- a/system/perl-net-libidn/APKBUILD +++ b/system/perl-net-libidn/APKBUILD @@ -5,13 +5,13 @@ _realname=Net-LibIDN pkgver=0.12 pkgrel=4 pkgdesc="Perl bindings for libidn" -url="http://www.net-dns.org/" +url="https://www.net-dns.org/" arch="all" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl" makedepends="libidn-dev perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/T/TH/THOR/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/T/TH/THOR/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { diff --git a/system/perl-net-smtp-ssl/APKBUILD b/system/perl-net-smtp-ssl/APKBUILD index 05e7f7a05..3be9c4aef 100644 --- a/system/perl-net-smtp-ssl/APKBUILD +++ b/system/perl-net-smtp-ssl/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-net-ssleay/APKBUILD b/system/perl-net-ssleay/APKBUILD index f39c464b7..ae01038ca 100644 --- a/system/perl-net-ssleay/APKBUILD +++ b/system/perl-net-ssleay/APKBUILD @@ -12,7 +12,7 @@ depends="perl" makedepends="perl-dev openssl-dev zlib-dev" checkdepends="perl-test-exception perl-test-warn perl-test-nowarnings" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { diff --git a/system/perl-sgmls/APKBUILD b/system/perl-sgmls/APKBUILD index 110fdbd99..1874fb094 100644 --- a/system/perl-sgmls/APKBUILD +++ b/system/perl-sgmls/APKBUILD @@ -10,7 +10,6 @@ license="GPL-2.0-only" depends="perl" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-$pkgver.tar.gz" -sha512sums="0ca3f0f3265f20661ae88ad4764fbf82f226382f79f62c01653265cc7372524dfdf30ce5abffc0344624f5e6138e483952471f8c18d59794b40035af0b7526bc SGMLSpm-1.1.tar.gz" builddir="$srcdir/SGMLSpm-$pkgver" prepare() { @@ -36,3 +35,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } +sha512sums="0ca3f0f3265f20661ae88ad4764fbf82f226382f79f62c01653265cc7372524dfdf30ce5abffc0344624f5e6138e483952471f8c18d59794b40035af0b7526bc SGMLSpm-1.1.tar.gz" diff --git a/system/perl-sub-uplevel/APKBUILD b/system/perl-sub-uplevel/APKBUILD index 035f67670..6c3954811 100644 --- a/system/perl-sub-uplevel/APKBUILD +++ b/system/perl-sub-uplevel/APKBUILD @@ -11,7 +11,7 @@ license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { diff --git a/system/perl-test-exception/APKBUILD b/system/perl-test-exception/APKBUILD index 4c1acf79c..a02e25ed0 100644 --- a/system/perl-test-exception/APKBUILD +++ b/system/perl-test-exception/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { diff --git a/system/perl-test-fatal/APKBUILD b/system/perl-test-fatal/APKBUILD index f9c0bbfd5..f767bfb56 100644 --- a/system/perl-test-fatal/APKBUILD +++ b/system/perl-test-fatal/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-test-harness/APKBUILD b/system/perl-test-harness/APKBUILD index 082ee0e68..4bc0b88a5 100644 --- a/system/perl-test-harness/APKBUILD +++ b/system/perl-test-harness/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc $pkgname-utils" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-test-leaktrace/APKBUILD b/system/perl-test-leaktrace/APKBUILD index 5ba02bf89..36a7c4294 100644 --- a/system/perl-test-leaktrace/APKBUILD +++ b/system/perl-test-leaktrace/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/$_pkgreal-$pkgver.tar.gz +source="https://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/$_pkgreal-$pkgver.tar.gz " builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-test-nowarnings/APKBUILD b/system/perl-test-nowarnings/APKBUILD index f8ab7e3d2..283bdde62 100644 --- a/system/perl-test-nowarnings/APKBUILD +++ b/system/perl-test-nowarnings/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-test-simple" makedepends="perl-dev" install="" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-$pkgver.tar.gz" builddir="$srcdir"/Test-NoWarnings-$pkgver build() { diff --git a/system/perl-test-pod/APKBUILD b/system/perl-test-pod/APKBUILD index e2c3ae3c3..9385c2c1c 100644 --- a/system/perl-test-pod/APKBUILD +++ b/system/perl-test-pod/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-test-requires/APKBUILD b/system/perl-test-requires/APKBUILD index a849fab33..a352f8aed 100644 --- a/system/perl-test-requires/APKBUILD +++ b/system/perl-test-requires/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-test-requiresinternet/APKBUILD b/system/perl-test-requiresinternet/APKBUILD index 6a7dea85e..4121966e5 100644 --- a/system/perl-test-requiresinternet/APKBUILD +++ b/system/perl-test-requiresinternet/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MA/MALLEN/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/M/MA/MALLEN/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-test-simple/APKBUILD b/system/perl-test-simple/APKBUILD index ac80247c5..dce6203e2 100644 --- a/system/perl-test-simple/APKBUILD +++ b/system/perl-test-simple/APKBUILD @@ -13,7 +13,7 @@ provides="perl-test-tester" depends="" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-test-warn/APKBUILD b/system/perl-test-warn/APKBUILD index 0ae630515..30fab337c 100644 --- a/system/perl-test-warn/APKBUILD +++ b/system/perl-test-warn/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl-test-without-module/APKBUILD b/system/perl-test-without-module/APKBUILD index ce250cbbe..b39692dc2 100644 --- a/system/perl-test-without-module/APKBUILD +++ b/system/perl-test-without-module/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-$pkgver.tar.gz" builddir="$srcdir"/$_pkgreal-$pkgver build() { diff --git a/system/perl-try-tiny/APKBUILD b/system/perl-try-tiny/APKBUILD index 957139162..0ce6d0cfb 100644 --- a/system/perl-try-tiny/APKBUILD +++ b/system/perl-try-tiny/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" diff --git a/system/perl-unicode-linebreak/APKBUILD b/system/perl-unicode-linebreak/APKBUILD index cea969562..5d7d91ea3 100644 --- a/system/perl-unicode-linebreak/APKBUILD +++ b/system/perl-unicode-linebreak/APKBUILD @@ -12,8 +12,8 @@ depends="perl perl-mime-charset" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-$pkgver.tar.gz - ftp://unicode.org/Public/$_univer/ucd/auxiliary/GraphemeBreakTest.txt - ftp://unicode.org/Public/$_univer/ucd/auxiliary/LineBreakTest.txt" + https://www.unicode.org/Public/$_univer/ucd/auxiliary/GraphemeBreakTest.txt + https://www.unicode.org/Public/$_univer/ucd/auxiliary/LineBreakTest.txt" builddir="$srcdir/Unicode-LineBreak-$pkgver" prepare() { diff --git a/system/perl-www-robotrules/APKBUILD b/system/perl-www-robotrules/APKBUILD index dba5d1b34..9911f3670 100644 --- a/system/perl-www-robotrules/APKBUILD +++ b/system/perl-www-robotrules/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-uri" makedepends="perl-dev" replaces="perl-libwww" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$pkgver.tar.gz" builddir="$srcdir"/WWW-RobotRules-$pkgver build() { diff --git a/system/perl-yaml-tiny/APKBUILD b/system/perl-yaml-tiny/APKBUILD index 466fcbe98..4570c5fb0 100644 --- a/system/perl-yaml-tiny/APKBUILD +++ b/system/perl-yaml-tiny/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends="perl-json-maybexs" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { diff --git a/system/perl/APKBUILD b/system/perl/APKBUILD index be47ade30..b16bdfa56 100644 --- a/system/perl/APKBUILD +++ b/system/perl/APKBUILD @@ -7,7 +7,7 @@ pkgname=perl pkgver=5.26.3 pkgrel=0 pkgdesc="Larry Wall's Practical Extraction and Report Language" -url="http://www.perl.org/" +url="https://www.perl.org/" arch="all" license="Artistic-1.0-Perl GPL-2.0" # remove !check when tests pass. @@ -15,7 +15,7 @@ options="!check !fhs" depends="" makedepends="bzip2-dev zlib-dev" subpackages="$pkgname-doc $pkgname-dev" -source="http://www.cpan.org/src/5.0/perl-$pkgver.tar.gz +source="https://www.cpan.org/src/5.0/perl-$pkgver.tar.gz " # secfixes: diff --git a/system/python3/APKBUILD b/system/python3/APKBUILD index db6326d40..511f73430 100644 --- a/system/python3/APKBUILD +++ b/system/python3/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.5 _basever="${pkgver%.*}" pkgrel=0 pkgdesc="A high-level scripting language" -url="http://www.python.org" +url="https://www.python.org" arch="all" license="Python-2.0" provides="py3-pip" @@ -37,7 +37,7 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-tests::noarch # Packages Are Actually Buildable. makedepends="expat-dev openssl-dev zlib-dev ncurses-dev bzip2-dev xz-dev sqlite-dev libffi-dev tcl-dev linux-headers !python3" -source="http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz +source="https://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz musl-find_library.patch fix-xattrs-glibc.patch " diff --git a/system/rhash/APKBUILD b/system/rhash/APKBUILD index 60f016aae..098e601a6 100644 --- a/system/rhash/APKBUILD +++ b/system/rhash/APKBUILD @@ -4,12 +4,12 @@ pkgname=rhash pkgver=1.3.6 pkgrel=0 pkgdesc="Utility for calculation and verification of hash sums and magnet links" -url="http://rhash.anz.ru/" +url="http://rhash.sourceforge.net/" arch="all" license="MIT" makedepends="openssl-dev" subpackages="$pkgname-doc $pkgname-dev $pkgname-lang $pkgname-libs" -source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.gz" builddir="$srcdir/RHash-$pkgver" build() { diff --git a/system/sed/APKBUILD b/system/sed/APKBUILD index bd20a4f6b..f4f144b84 100644 --- a/system/sed/APKBUILD +++ b/system/sed/APKBUILD @@ -4,14 +4,14 @@ pkgname=sed pkgver=4.7 pkgrel=0 pkgdesc="GNU stream editor" -url="http://www.gnu.org/software/sed" +url="https://www.gnu.org/software/sed" arch="all" options="!checkroot" license="GPL-3.0+" makedepends="perl" subpackages="$pkgname-doc $pkgname-lang" install="$pkgname.post-deinstall" -source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz disable-mbrtowc-test.patch gnulib-tests-dont-require-gpg-passphrase.patch " diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD index 944f6505f..8e2fb16d6 100644 --- a/system/ssmtp/APKBUILD +++ b/system/ssmtp/APKBUILD @@ -12,7 +12,7 @@ provides=/usr/sbin/sendmail depends= makedepends="openssl-dev autoconf" subpackages="$pkgname-doc" -source="http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2 +source="https://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2 generate_config.patch libcrypto-underlinking.patch inet6-getaddrinfo.patch @@ -43,7 +43,3 @@ package() { ln -s ssmtp "$pkgdir"/usr/sbin/sendmail } -sha512sums="911752e744420adf58552b9cf3a6e558d8b39103e5ad33a9ed4429b9a3a2091f7674aac11fe9bbd66747a61cdabe6bd638b80efcaadc86b057c12e2e235cca72 ssmtp_2.64.orig.tar.bz2 -a4273d7c5b50984994b35de052c450a872f0014c45c1d3bfe36f2edd4f224281aacea234be61c6e966da2c4d3e033042628b79b2216340001487e6bb3a55b6cd generate_config.patch -9da89ec5ea66dae8b7a22ffcf196c45005c0403e6505162dba05003feac38eb397f8aff4f140d720f826ea057f92e47302ec3c24bddf5786c10b214ec906e82f libcrypto-underlinking.patch -92dc128b2f6ce234843e8f1e6ddb72653825652544cd68f693457b3fdc4ee22b0f9861feec0dfd123d012c294c7083dd8d24a9a589a3c2ae5bcdde697d30a290 inet6-getaddrinfo.patch" diff --git a/system/sysvinit/APKBUILD b/system/sysvinit/APKBUILD index 7b0b0cee5..d282e1e01 100644 --- a/system/sysvinit/APKBUILD +++ b/system/sysvinit/APKBUILD @@ -13,7 +13,7 @@ install="sysvinit.post-upgrade" options="!check" provides="/sbin/init" subpackages="$pkgname-doc" -source="http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-${pkgver}dsf.tar.bz2 +source="https://download.savannah.nongnu.org/releases/sysvinit/sysvinit-${pkgver}dsf.tar.bz2 inittab-2.88 sysvinit-2.88-posix-header.patch utmpx.patch diff --git a/system/tcl/APKBUILD b/system/tcl/APKBUILD index 854222be1..d3a124ae5 100644 --- a/system/tcl/APKBUILD +++ b/system/tcl/APKBUILD @@ -4,14 +4,14 @@ pkgname=tcl pkgver=8.6.9 pkgrel=0 pkgdesc="The Tcl scripting language" -url="http://tcl.sourceforge.net/" +url="https://tcl.sourceforge.net/" arch="all" license="TCL" depends="" depends_dev="tcl" makedepends="zlib-dev sqlite-dev" subpackages="$pkgname-doc $pkgname-dev" -source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname$pkgver-src.tar.gz +source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname$pkgver-src.tar.gz tcl-stat64.patch " diff --git a/system/texinfo/APKBUILD b/system/texinfo/APKBUILD index c701bae60..9b44ac59f 100644 --- a/system/texinfo/APKBUILD +++ b/system/texinfo/APKBUILD @@ -9,7 +9,7 @@ license="GPL-3.0+" depends="perl" makedepends="ncurses-dev perl-dev" subpackages="$pkgname-doc $pkgname-lang" -source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" build() { cd "$builddir" diff --git a/system/tzdata/APKBUILD b/system/tzdata/APKBUILD index 99b416c59..89e8d2fb0 100644 --- a/system/tzdata/APKBUILD +++ b/system/tzdata/APKBUILD @@ -14,9 +14,9 @@ depends="" makedepends="" checkdepends="sp" subpackages="$pkgname-doc" -source="http://www.iana.org/time-zones/repository/releases/tzcode$_tzcodever.tar.gz - http://www.iana.org/time-zones/repository/releases/tzdata$pkgver.tar.gz - http://dev.alpinelinux.org/archive/posixtz/posixtz-$_ptzver.tar.xz +source="https://www.iana.org/time-zones/repository/releases/tzcode$_tzcodever.tar.gz + https://www.iana.org/time-zones/repository/releases/tzdata$pkgver.tar.gz + https://dev.alpinelinux.org/archive/posixtz/posixtz-$_ptzver.tar.xz 0001-posixtz-fix-up-lseek.patch" builddir="$srcdir" diff --git a/system/util-linux/APKBUILD b/system/util-linux/APKBUILD index 138d6f402..7b629fb0e 100644 --- a/system/util-linux/APKBUILD +++ b/system/util-linux/APKBUILD @@ -11,7 +11,7 @@ esac pkgrel=1 pkgdesc="Official Linux system management utilities" -url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git" +url="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" arch="all" options="!check suid" # multibyte input fails because of musl locale stuff license="GPL-2.0-only AND GPL-2.0+ AND LGPL-2.1+ AND Public-Domain" @@ -26,7 +26,7 @@ replaces="e2fsprogs util-linux-ng sfdisk cfdisk findmnt mcookie blkid setpriv provides="sfdisk=$pkgver-$pkgrel cfdisk=$pkgver-$pkgrel findmnt=$pkgver-$pkgrel mcookie=$pkgver-$pkgrel blkid=$pkgver-$pkgrel libblkid=$pkgver-$pkgrel libmount=$pkgver-$pkgrel libsmartcols=$pkgver-$pkgrel" -source="http://www.kernel.org/pub/linux/utils/$pkgname/v${_v}/$pkgname-$pkgver.tar.xz +source="https://www.kernel.org/pub/linux/utils/$pkgname/v${_v}/$pkgname-$pkgver.tar.xz ttydefaults.h " diff --git a/system/uucp/APKBUILD b/system/uucp/APKBUILD index cb21a3360..3106cb083 100644 --- a/system/uucp/APKBUILD +++ b/system/uucp/APKBUILD @@ -11,7 +11,7 @@ license="GPL-2.0+ AND GPL-2.0-only AND LGPL-2.0+ AND Public-Domain" depends="" makedepends="" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/pub/gnu/uucp/uucp-$pkgver.tar.gz" +source="https://ftp.gnu.org/gnu/uucp/uucp-$pkgver.tar.gz" build() { cd "$builddir" diff --git a/system/yaml/APKBUILD b/system/yaml/APKBUILD index 4dfac01b3..f6e0dfd63 100644 --- a/system/yaml/APKBUILD +++ b/system/yaml/APKBUILD @@ -10,7 +10,7 @@ license="MIT" depends="" makedepends="" subpackages="$pkgname-dev" -source="http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz +source="https://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz fix-emitter-$pkgver.patch skip-trailing-doc-term-$pkgver.patch" diff --git a/system/zlib/APKBUILD b/system/zlib/APKBUILD index aeb0582d2..72d63357d 100644 --- a/system/zlib/APKBUILD +++ b/system/zlib/APKBUILD @@ -5,10 +5,10 @@ pkgrel=1 pkgdesc="A compression/decompression Library" arch="all" license="Zlib" -url="http://zlib.net" +url="https://zlib.net" depends="" subpackages="$pkgname-dev $pkgname-doc" -source="http://zlib.net/$pkgname-$pkgver.tar.gz" +source="https://zlib.net/$pkgname-$pkgver.tar.gz" build() { cd "$builddir" -- cgit v1.2.3-60-g2f50 From 2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53 Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Wed, 27 Feb 2019 00:28:10 +0100 Subject: system/*: Change remaining url='*'s to https:// wherever possible --- system/gettys-openrc/APKBUILD | 2 +- system/kmod/APKBUILD | 2 +- system/libcap/APKBUILD | 2 +- system/libuv/APKBUILD | 2 +- system/lvm2/APKBUILD | 2 +- system/parted/APKBUILD | 2 +- system/ruby/APKBUILD | 2 +- system/vim/APKBUILD | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/system/gettys-openrc/APKBUILD b/system/gettys-openrc/APKBUILD index c976cd275..31a646011 100644 --- a/system/gettys-openrc/APKBUILD +++ b/system/gettys-openrc/APKBUILD @@ -4,7 +4,7 @@ pkgname=gettys-openrc pkgver=0.0.1.0 pkgrel=3 pkgdesc="Dynamic getty services" -url="http://adelielinux.org/" +url="https://adelielinux.org/" arch="noarch" options="!check" # No test suite. license="NCSA" diff --git a/system/kmod/APKBUILD b/system/kmod/APKBUILD index 2499dcdd6..19f374a18 100644 --- a/system/kmod/APKBUILD +++ b/system/kmod/APKBUILD @@ -4,7 +4,7 @@ pkgname=kmod pkgver=25 pkgrel=0 pkgdesc="Linux kernel module management utilities" -url="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary" +url="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary" arch="all" options="!check" # https://bugs.gentoo.org/408915#c3 license="GPL-2.0+" diff --git a/system/libcap/APKBUILD b/system/libcap/APKBUILD index 64763b21b..517b30609 100644 --- a/system/libcap/APKBUILD +++ b/system/libcap/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="POSIX 1003.1e capabilities" arch="all" options="!check" license="BSD-3-Clause OR GPL-2.0-only" -url="http://www.friedhoff.org/posixfilecaps.html" +url="https://www.friedhoff.org/posixfilecaps.html" depends="" depends_dev="linux-headers" makedepends_build="linux-headers perl !gperf" diff --git a/system/libuv/APKBUILD b/system/libuv/APKBUILD index acbf16d8d..e6e7316fd 100644 --- a/system/libuv/APKBUILD +++ b/system/libuv/APKBUILD @@ -5,7 +5,7 @@ pkgname=libuv pkgver=1.23.2 pkgrel=0 pkgdesc="Cross-platform asychronous I/O" -url="http://libuv.org" +url="https://libuv.org" arch="all" license="MIT AND BSD-2-Clause AND BSD-3-Clause AND ISC" makedepends="automake autoconf libtool linux-headers" diff --git a/system/lvm2/APKBUILD b/system/lvm2/APKBUILD index 0b9d4428d..94319c098 100644 --- a/system/lvm2/APKBUILD +++ b/system/lvm2/APKBUILD @@ -4,7 +4,7 @@ pkgname=lvm2 pkgver=2.02.181 pkgrel=0 pkgdesc="Logical Volume Manager 2 utilities" -url="http://sourceware.org/lvm2/" +url="https://sourceware.org/lvm2/" arch="all" options="!check" # Test tries to use real /dev/mapper/control. license="GPL-2.0+ AND LGPL-2.1-only" diff --git a/system/parted/APKBUILD b/system/parted/APKBUILD index d5a18131c..081de8bf2 100644 --- a/system/parted/APKBUILD +++ b/system/parted/APKBUILD @@ -4,7 +4,7 @@ pkgname=parted pkgver=3.2 pkgrel=8 pkgdesc="Utility to create, destroy, resize, check and copy partitions" -url="http://www.gnu.org/software/parted/parted.html" +url="https://www.gnu.org/software/parted/parted.html" arch="all" options="!checkroot" license="GPL-3.0+" diff --git a/system/ruby/APKBUILD b/system/ruby/APKBUILD index 1ed293793..18d9bf8d8 100644 --- a/system/ruby/APKBUILD +++ b/system/ruby/APKBUILD @@ -30,7 +30,7 @@ pkgver=2.5.3 _abiver="${pkgver%.*}.0" pkgrel=1 pkgdesc="An object-oriented language for quick and easy programming" -url="http://www.ruby-lang.org/" +url="https://www.ruby-lang.org/" arch="all" license="Ruby AND BSD-2-Clause" depends="ca-certificates" diff --git a/system/vim/APKBUILD b/system/vim/APKBUILD index 9c75b2621..bf29cc167 100644 --- a/system/vim/APKBUILD +++ b/system/vim/APKBUILD @@ -7,7 +7,7 @@ pkgname=vim pkgver=8.1.0952 pkgrel=0 pkgdesc="advanced text editor" -url="http://www.vim.org" +url="https://www.vim.org" arch="all" options="!check" # requires controlling TTY, and fails with musl locales license="Vim" -- cgit v1.2.3-60-g2f50