X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from relay.mailchannels.net (si-002-i26.relay.mailchannels.net [184.154.112.191]) by mail.alpinelinux.org (Postfix) with ESMTP id 42349DC1000 for ; Sat, 19 Apr 2014 01:42:32 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com (ip-10-244-196-74.us-west-2.compute.internal [10.244.196.74]) by relay.mailchannels.net (Postfix) with ESMTPA id 3703D1000EF for ; Sat, 19 Apr 2014 01:42:26 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com ([UNAVAILABLE]. [10.244.170.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.0.19); Sat, 19 Apr 2014 01:42:30 GMT X-MC-Relay: Neutral X-MailChannels-SenderId: thewebhostserver%7Cx-authuser%7Cdeveloper%2540it-offshore.co.uk X-MailChannels-Auth-Id: thewebhostserver Received: from [81.4.121.188] (port=61704 helo=uclibc.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1WbKIR-001c1b-Rs; Sat, 19 Apr 2014 02:42:24 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] testing/miniupnpc: upgrade to 1.9 client release (do not apply 1.9.20140401) Date: Sat, 19 Apr 2014 01:42:11 +0000 Message-Id: <1397871731-17601-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.9.1 X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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" -- 1.9.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---