X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B9E82DCECF3 for ; Wed, 29 Apr 2015 22:28:07 +0000 (UTC) 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 7EF9EDCDD12 for ; Wed, 29 Apr 2015 22:28:02 +0000 (UTC) Received: from [90.198.88.249] (port=61694 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YnaSU-002Y8p-8k; Wed, 29 Apr 2015 23:27:58 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/fwknop: update to 2.6.6 Date: Wed, 29 Apr 2015 22:27:41 +0000 Message-Id: <1430346461-8661-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.3.6 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-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/fwknop/APKBUILD | 16 ++++++++-------- testing/fwknop/fwknopd.initd | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD index b6b43f0..aba8328 100644 --- a/testing/fwknop/APKBUILD +++ b/testing/fwknop/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=fwknop -pkgver=2.6.5 -pkgrel=1 +pkgver=2.6.6 +pkgrel=0 pkgdesc="A Single Packet Authorization (SPA) implementation" url="http://www.cipherdyne.org/fwknop/" arch="all" @@ -58,9 +58,9 @@ server() { && mv "$pkgdir"/etc "$subpkgdir"/ } -md5sums="91388d20885361a49fc58b51d1f80e15 fwknop-2.6.5.tar.gz -6921ba05a6b672c0994d005c4c4771ef fwknopd.initd" -sha256sums="ad431ad8aae28d22666eb7a12646328f564eae8e6cb70fd1d2d6506e44d82ab0 fwknop-2.6.5.tar.gz -07083bba79ada87a46fb4559b7b1ec79109e941ab299bf44de9ae318b9dac040 fwknopd.initd" -sha512sums="ae4ef04dca3ad502bd1eb644113482838f22ae8c132ffe3613a86d0fbc0b95f096a0974700a1b7219bb4433f51b1c1cd9bfcec56c04de4c74f92377e950f759d fwknop-2.6.5.tar.gz -d782eca76f036cf1eccfe4296e0e169c13ca15f191eddffc65bd696a551e8e1dec0b3c146ce0dfb19ed812fe36409620cb5d259ceb5a000adb64ceaa0f7825f8 fwknopd.initd" +md5sums="5f147499d7cb7df280f0ed1356f242f6 fwknop-2.6.6.tar.gz +f170179d2fb529c6828950c1bd842761 fwknopd.initd" +sha256sums="bb1d6613c5df7d0723b1a1100ed5cf195677a314d64b50433da90882a491b074 fwknop-2.6.6.tar.gz +cca70bcbe6132d717f6be960a8ebd7d12a29174a32099724a89ff4a0b5880f8b fwknopd.initd" +sha512sums="903866c646521f89307b817012bf89353ca5f2b858e34a8a6db5444e6c4cf3df31ff8ac8a08ec1a7d9e36a7fa71cfae9e231bb014499c237db19d4f8cf1ea9d7 fwknop-2.6.6.tar.gz +881bd2ead50a8ae52ad459a68844cf0f20f71900c64dab050ae4827ae99ec103f7044d4f893273a6d6c5dedd4bf7bb30e7c1cc55cdcb23bad19e21cf30b13e7b fwknopd.initd" diff --git a/testing/fwknop/fwknopd.initd b/testing/fwknop/fwknopd.initd index fe513f0..0dfb976 100644 --- a/testing/fwknop/fwknopd.initd +++ b/testing/fwknop/fwknopd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run pidfile="/var/run/fwknop/fwknopd.pid" command=/usr/sbin/fwknopd -- 2.3.6 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---