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 AD9C3DC025E for ; Thu, 30 Apr 2015 08:35:33 +0000 (UTC) Received: from karif.server-speed.net (karif.server-speed.net [78.46.56.141]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 72174DC0127 for ; Thu, 30 Apr 2015 08:35:28 +0000 (UTC) Received: from karif.server-speed.net (karif.server-speed.net [127.0.0.1]) by karif.server-speed.net (Postfix) with ESMTP id 31632143CC5; Thu, 30 Apr 2015 10:35:25 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on karif.server-speed.net X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Virus: No Received: from webmail.server-speed.net (karif.server-speed.net [IPv6:2a01:4f8:201:2446::2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: barthalion) by karif.server-speed.net (Postfix) with ESMTPSA; Thu, 30 Apr 2015 10:35:24 +0200 (CEST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 30 Apr 2015 10:35:24 +0200 From: =?UTF-8?Q?Bart=C5=82omiej_Piotrowski?= To: Stuart Cardall Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/fwknop: update to 2.6.6 In-Reply-To: <1430346461-8661-1-git-send-email-developer@it-offshore.co.uk> References: <1430346461-8661-1-git-send-email-developer@it-offshore.co.uk> Message-ID: <3b1adfae31fce9aa59c4a723d3028f11@server-speed.net> X-Sender: b@bpiotrowski.pl User-Agent: Roundcube Webmail X-Virus-Scanned: ClamAV using ClamSMTP On 2015-04-30 00:27, Stuart Cardall wrote: > --- > 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 Applied, thanks. BP --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---