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 9C86FDC0080 for ; Sun, 2 Feb 2014 22:07:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:Cc:To:From; bh=04xCo4vTYW0a9P5dBa7hA8Qej95FeKwQitVcA868Dgg=; b=nmaQH6IKetIVZ7ImOS0YcQ4XkMGSfeyyCujKnzoCpxYKOLXMJPBWbIpkW/LXfw0d6EBuq8mrbWNCEm2oyM3ejqkt8TkHUrFGdRUhi471qSOuIcJdN9azq5CmBdIosviz; Received: from a95-93-2-88.cpe.netcabo.pt ([95.93.2.88]:46612 helo=alpine.my.domain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1WA5C1-0026MS-VV; Sun, 02 Feb 2014 22:07:10 +0000 From: IT Offshore To: alpine-devel@lists.alpinelinux.org Cc: IT Offshore Subject: [alpine-devel] [PATCH] testing/FWKNOP - version bump to 2.6.0 Date: Sun, 2 Feb 2014 22:06:50 +0000 Message-Id: <1391378810-6617-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.8.4.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: FWKNOP version bump to 2.6.0 --- testing/fwknop/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD index 8890d1b..3450b0d 100644 --- a/testing/fwknop/APKBUILD +++ b/testing/fwknop/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=fwknop -pkgver=2.5.1 +pkgver=2.6.0 pkgrel=1 pkgdesc="A Single Packet Authorization (SPA) implementation" url="http://www.cipherdyne.org/fwknop/" @@ -58,9 +58,9 @@ server() { && mv "$pkgdir"/etc "$subpkgdir"/ } -md5sums="6d7fc04b7a94570485d184b183e6c272 fwknop-2.5.1.tar.gz +md5sums="9cce1fe4ef577179ebdf4715fd92946d fwknop-2.6.0.tar.gz 6921ba05a6b672c0994d005c4c4771ef fwknopd.initd" -sha256sums="6c364875431542e3f00b8c2fc0e354e4ddf333ed282f83e28a0d6a79326572d5 fwknop-2.5.1.tar.gz +sha256sums="350866d7e9b2a739edb1f5bda89100ca631d5ea5f23995da2c005bed14cba47e fwknop-2.6.0.tar.gz 07083bba79ada87a46fb4559b7b1ec79109e941ab299bf44de9ae318b9dac040 fwknopd.initd" -sha512sums="c3c4fa65817fb64c67f36b9e47651cc70b424009c70abf7f24f9716c7d43d607bb35a8fdfbb3ba28916176acede7e762bc164538a2444926aa3a754d3cc4a847 fwknop-2.5.1.tar.gz +sha512sums="9e068526c088edb2e11ab77306c735eb197335c5e590a3cdf492d92fc472ec2b847400deadd778e2706bd2c5e9b4bfe42f915be6313755bec14723f4c0bbcbd7 fwknop-2.6.0.tar.gz d782eca76f036cf1eccfe4296e0e169c13ca15f191eddffc65bd696a551e8e1dec0b3c146ce0dfb19ed812fe36409620cb5d259ceb5a000adb64ceaa0f7825f8 fwknopd.initd" -- 1.8.4.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---