X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 63ADBDC00C9 for ; Thu, 27 Nov 2014 04:46:18 +0000 (UTC) Received: from [81.4.121.188] (port=50941 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1Xtqy7-004Icc-W2; Thu, 27 Nov 2014 04:46:16 +0000 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] testing/fwknopd: update to 2.6.4 Date: Thu, 27 Nov 2014 04:45:59 +0000 Message-Id: <1417063559-5559-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.1.3 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/fwknop/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD index 37fa2bf..20d9d14 100644 --- a/testing/fwknop/APKBUILD +++ b/testing/fwknop/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=fwknop -pkgver=2.6.2 +pkgver=2.6.4 pkgrel=0 pkgdesc="A Single Packet Authorization (SPA) implementation" url="http://www.cipherdyne.org/fwknop/" @@ -36,6 +36,7 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --with-gpgme \ + --enable-afl-fuzzing \ || return 1 make || return 1 } @@ -58,9 +59,9 @@ server() { && mv "$pkgdir"/etc "$subpkgdir"/ } -md5sums="c0c3f32d425576c9f78dea29e3c89dec fwknop-2.6.2.tar.gz +md5sums="e122e22cf77dc4aa79b26bc343b4a04a fwknop-2.6.4.tar.gz 6921ba05a6b672c0994d005c4c4771ef fwknopd.initd" -sha256sums="92311a25dae68122806d37929790c2408098f3c43731bd5ab23095b364530af8 fwknop-2.6.2.tar.gz +sha256sums="17d4345d3e61adaa10c443fde75200dc8279ba7180a7f5276fadd5dba3e82f11 fwknop-2.6.4.tar.gz 07083bba79ada87a46fb4559b7b1ec79109e941ab299bf44de9ae318b9dac040 fwknopd.initd" -sha512sums="4a1b5ca66a68ad577c5cca58c89dd2b89a4b7d8e35f5f85cbbd3080c53dbe61e1e15d462ed8436c90c7a1177e2a0c453917474ad2ecfd8823936e39157790420 fwknop-2.6.2.tar.gz +sha512sums="8ebf47370a70bef9c4655d2ef87d86b5c3cf533cafbd14570a1cd3908ec58833c622893689314dce0d8491cedc945421311a223504dbb0e9f9c59e0f7d78ec82 fwknop-2.6.4.tar.gz d782eca76f036cf1eccfe4296e0e169c13ca15f191eddffc65bd696a551e8e1dec0b3c146ce0dfb19ed812fe36409620cb5d259ceb5a000adb64ceaa0f7825f8 fwknopd.initd" -- 2.1.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---