X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from relay.mailchannels.net (si-002-i45.relay.mailchannels.net [184.154.112.210]) by mail.alpinelinux.org (Postfix) with ESMTP id 5BA11DC00B4 for ; Sat, 19 Apr 2014 05:03:13 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com (ip-10-227-128-69.us-west-2.compute.internal [10.227.128.69]) by relay.mailchannels.net (Postfix) with ESMTPA id E646B61292 for ; Sat, 19 Apr 2014 05:03:06 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com ([UNAVAILABLE]. [10.248.1.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.0.19); Sat, 19 Apr 2014 05:03:07 GMT X-MC-Relay: Neutral X-MailChannels-SenderId: thewebhostserver%7Cx-authuser%7Cdeveloper%2540it-offshore.co.uk X-MailChannels-Auth-Id: thewebhostserver Received: from [198.46.142.32] (port=51905 helo=[10.8.0.10]) by apollo.thewebhostserver.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WbNQd-002x5M-ES for alpine-devel@lists.alpinelinux.org; Sat, 19 Apr 2014 06:03:03 +0100 Message-ID: <53520386.2050406@it-offshore.co.uk> Date: Sat, 19 Apr 2014 06:03:02 +0100 From: IT Developer Reply-To: developer@it-offshore.co.uk Organization: IT Offshore User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Re: [PATCH] testing/miniupnpc: upgrade to 1.9 client release (do not apply 1.9.20140401) References: <1397871731-17601-1-git-send-email-developer@it-offshore.co.uk> In-Reply-To: <1397871731-17601-1-git-send-email-developer@it-offshore.co.uk> X-Enigmail-Version: 1.5.2 Content-Type: multipart/alternative; boundary="------------050101050805060402050004" X-AuthUser: developer@it-offshore.co.uk This is a multi-part message in MIME format. --------------050101050805060402050004 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ignore the miniupnpc 1.9 client release - the latest 20140401 package you have already pushed works ok - I've successfully built namecoind against it. Stuart. On 04/19/2014 02:42 AM, Stuart Cardall wrote: > It is recommended to run the stable miniupnpc client release (not 1.x.date) > --- > testing/miniupnpc/APKBUILD | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/testing/miniupnpc/APKBUILD b/testing/miniupnpc/APKBUILD > index 6929f46..9c46022 100644 > --- a/testing/miniupnpc/APKBUILD > +++ b/testing/miniupnpc/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: > # Maintainer: > pkgname=miniupnpc > -pkgver=1.8 > +pkgver=1.9 > pkgrel=0 > pkgdesc="Library and tool to control NAT in UPnP-enabled routers" > url="http://miniupnp.free.fr/" > @@ -36,6 +36,6 @@ package() { > rm -f "$pkgdir"/usr/lib/*.la > } > > -md5sums="065bf20a20ebe605c675b7a5aaef340a miniupnpc-1.8.tar.gz" > -sha256sums="bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c miniupnpc-1.8.tar.gz" > -sha512sums="8eedac9ad473fc952ca8896fe534d6da6b1b234e8b6f35f721394d4c71aca84ed287ca6c4f0455b50d97a45e4cd34e27d99a6813386e0864781364aa607e13d4 miniupnpc-1.8.tar.gz" > +md5sums="5ef3ba321e6df72d6519b728b292073e miniupnpc-1.9.tar.gz" > +sha256sums="2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464 miniupnpc-1.9.tar.gz" > +sha512sums="7994749fa92e6478285dada191f4ad0d15fdce6cf281ee4d1d3d5615548338d68be3b9ce96a04ef4b81c697589689398060cc6f610101fa1d0e6f9e24b7850a9 miniupnpc-1.9.tar.gz" --------------050101050805060402050004 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ignore the miniupnpc 1.9 client release - the latest 20140401 package you have already pushed works ok - I've successfully built namecoind against it.

Stuart.

On 04/19/2014 02:42 AM, Stuart Cardall wrote:
It is recommended to run the stable miniupnpc client release (not 1.x.date)
---
 testing/miniupnpc/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/miniupnpc/APKBUILD b/testing/miniupnpc/APKBUILD
index 6929f46..9c46022 100644
--- a/testing/miniupnpc/APKBUILD
+++ b/testing/miniupnpc/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor:
 # Maintainer:
 pkgname=miniupnpc
-pkgver=1.8
+pkgver=1.9
 pkgrel=0
 pkgdesc="Library and tool to control NAT in UPnP-enabled routers"
 url="http://miniupnp.free.fr/"
@@ -36,6 +36,6 @@ package() {
 	rm -f "$pkgdir"/usr/lib/*.la
 }
 
-md5sums="065bf20a20ebe605c675b7a5aaef340a  miniupnpc-1.8.tar.gz"
-sha256sums="bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c  miniupnpc-1.8.tar.gz"
-sha512sums="8eedac9ad473fc952ca8896fe534d6da6b1b234e8b6f35f721394d4c71aca84ed287ca6c4f0455b50d97a45e4cd34e27d99a6813386e0864781364aa607e13d4  miniupnpc-1.8.tar.gz"
+md5sums="5ef3ba321e6df72d6519b728b292073e  miniupnpc-1.9.tar.gz"
+sha256sums="2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464  miniupnpc-1.9.tar.gz"
+sha512sums="7994749fa92e6478285dada191f4ad0d15fdce6cf281ee4d1d3d5615548338d68be3b9ce96a04ef4b81c697589689398060cc6f610101fa1d0e6f9e24b7850a9  miniupnpc-1.9.tar.gz"

--------------050101050805060402050004-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---