From 16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64 Mon Sep 17 00:00:00 2001 From: J0WI Date: Sat, 6 Oct 2018 14:15:24 +0200 Subject: testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel --- testing/fwknop/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/fwknop') 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 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 -- cgit v1.2.3