diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-06 14:15:24 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-06 17:19:31 +0000 |
commit | 16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64 (patch) | |
tree | 6af5c7ccab234fa9193f6e12dce1e600a711c966 /testing/fwknop | |
parent | 3da23936668d358170c12350b7fd53fc552e15d7 (diff) | |
download | aports-16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64.tar.bz2 aports-16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64.tar.xz |
testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel
Diffstat (limited to 'testing/fwknop')
-rw-r--r-- | testing/fwknop/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD index 6aada2e300..b4ba86fdcb 100644 --- a/testing/fwknop/APKBUILD +++ b/testing/fwknop/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fwknop pkgver=2.6.9 -pkgrel=1 +pkgrel=2 pkgdesc="A Single Packet Authorization (SPA) implementation" url="http://www.cipherdyne.org/fwknop/" arch="all" @@ -44,7 +44,7 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 install -Dm755 "$srcdir"/fwknopd.initd "$pkgdir"/etc/init.d/fwknopd - echo "# If using gnupg2 see http://www.gnupg.org/faq/GnuPG-FAQ.html#how-can-i-use-gnupg-in-an-automated-environment" >> "$pkgdir"/etc/fwknop/access.conf + echo "# If using gnupg2 see https://www.gnupg.org/faq/GnuPG-FAQ.html#how-can-i-use-gnupg-in-an-automated-environment" >> "$pkgdir"/etc/fwknop/access.conf echo "# & sign the client public key on the server with a normal key which has a password" >> "$pkgdir"/etc/fwknop/access.conf echo "# disable GPG_DECRYPT_PW & enable the following variable:" >> "$pkgdir"/etc/fwknop/access.conf echo "#GPG_ALLOW_NO_PW: Y;" >> "$pkgdir"/etc/fwknop/access.conf |