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 F23C9DC0CCA for ; Fri, 21 Aug 2015 12:51:48 +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 BC266DC029F for ; Fri, 21 Aug 2015 12:51:48 +0000 (UTC) Received: from [81.4.121.188] (port=55966 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZSlnM-003Gq9-Uq; Fri, 21 Aug 2015 13:51:45 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/libteam: update to 1.18 Date: Fri, 21 Aug 2015 12:51:40 +0000 Message-Id: <1440161500-42363-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.5.0 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/libteam/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/libteam/APKBUILD b/testing/libteam/APKBUILD index 177e5a6..342e2ae 100644 --- a/testing/libteam/APKBUILD +++ b/testing/libteam/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=libteam -pkgver=1.17 +pkgver=1.18 pkgrel=0 pkgdesc="Library for controlling team network device" url="http://libteam.org" @@ -59,12 +59,12 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="4d0730fce6c9423c376e7db126ea6782 libteam-1.17.tar.gz +md5sums="75b62e7a808e846dcb5642512e379a0b libteam-1.18.tar.gz ea78f0a9b84eb87747ddfbcfa582a122 fix-fd_set.patch fb6662bced494fd24a107e3f7f7dc5e8 memcpy-memset-implicit-declaration.patch" -sha256sums="be11e670eee47653a80be7ed0c261085b0c610e34b3c336a82e29602b5bbad39 libteam-1.17.tar.gz +sha256sums="65a2bcceca911210627400d09dbe57a6153993b4d706c2239eda44d991c53c86 libteam-1.18.tar.gz 43bff56cfd3d293ecae58b3a77e55e7a740ddcf188d6516097fbd93b13a82ac8 fix-fd_set.patch a2982cbd9bce4367d1a6e20bfedcc24cab452538e2e0ec1af0d8a3515cf21077 memcpy-memset-implicit-declaration.patch" -sha512sums="431359fb4ae8e67d9d3499d965c4c9ac321e8e720714996533d0e3e2f534899e6d8aa29e0ee3a0a2e3d1c9f3e2858bac4a214e02bf2a3d5d730d3811d61a7283 libteam-1.17.tar.gz +sha512sums="b3e4b2789e2119c1cfbb67f8b3c35eaf5b510dea7ef3f84b20416d7e6fcc3681bfbe202163f223f7952323f1725c97a32bd8b93edee09cb7d10c3cdb31d769e1 libteam-1.18.tar.gz 83f8dd77cfed0f815bc0cb2aa4af25883a02567dbb35b59016d7f3a30f162e63155996d21216424f0ea4efa8e92f8f9526a018a892533c3c7dd7c7ba12b46a44 fix-fd_set.patch 1279c164960b6215e9bb9f3ee161ef9ac6a38b8066d4a1031996b8067031b9b19404681ebecf3492a26b1215ec2eaaddecae3370ec25e2593dc3ca7dc5f8ead7 memcpy-memset-implicit-declaration.patch" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---