X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from relay.mailchannels.net (si-002-i27.relay.mailchannels.net [184.154.112.192]) by mail.alpinelinux.org (Postfix) with ESMTP id DEB8DDC034F for ; Thu, 3 Apr 2014 23:28:14 +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 33FFB60259 for ; Thu, 3 Apr 2014 23:28:10 +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); Thu, 03 Apr 2014 23:28:13 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=56011 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1WVr3G-003GHu-4y; Fri, 04 Apr 2014 00:28:06 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] /testing/openvswitch - version bump to 2.1.0 Date: Thu, 3 Apr 2014 23:28:00 +0000 Message-Id: <1396567680-12181-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: Openvswitch version bump to 2.1.0 (from 2.0.1) Removed 8 byte patch no longer needed --- testing/openvswitch/APKBUILD | 17 ++++-------- testing/openvswitch/remove-test-atomic-8byte.patch | 31 ---------------------- 2 files changed, 5 insertions(+), 43 deletions(-) delete mode 100644 testing/openvswitch/remove-test-atomic-8byte.patch diff --git a/testing/openvswitch/APKBUILD b/testing/openvswitch/APKBUILD index 9b83d02..2bee405 100644 --- a/testing/openvswitch/APKBUILD +++ b/testing/openvswitch/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=openvswitch -pkgver=2.0.1 -pkgrel=1 +pkgver=2.1.0 +pkgrel=0 pkgdesc="A production quality, multilayer virtual switch - includes Kernel Modules for best performance." url="http://openvswitch.org/" arch="all" @@ -19,7 +19,6 @@ source="http://openvswitch.org/releases/$pkgname-$pkgver.tar.gz ovs-vswitchd.initd ovs-vswitchd.confd ovs-modules.initd - remove-test-atomic-8byte.patch musl-if_packet.patch " @@ -29,9 +28,6 @@ prepare() { local i cd "$_builddir" - # remove-test-atomic-8byte.patch not needed after v2.0.1 - # https://www.mail-archive.com/dev@openvswitch.org/msg25840.html - for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; @@ -72,27 +68,24 @@ package() { install -Dm644 "$srcdir"/ovs-vswitchd.confd "$pkgdir"/etc/conf.d/ovs-vswitchd } -md5sums="a2122b1c293c8d05dc0c673d42a9da08 openvswitch-2.0.1.tar.gz +md5sums="7c5861b0ef7f3002c15c61be6f5066f2 openvswitch-2.1.0.tar.gz 464eafc0e07aada01495470f5f816f36 ovsdb-server.initd f10a8ac784654bec359bda52779f16fe ovsdb-server.confd 003297c9ec93877508812332101c2bf5 ovs-vswitchd.initd 2d1e0111ea62779f49e14d62678294b2 ovs-vswitchd.confd ae128e5c349710c0fb3849b2d3b3aa40 ovs-modules.initd -a839a2350c9413649c8e7882c7a7da48 remove-test-atomic-8byte.patch 6e17032bd6e7caf6e6e844b5a84d7080 musl-if_packet.patch" -sha256sums="014907bcf2f98228dfa4472ea1547871d24b8fb8192dcfff3ead1af93c433a67 openvswitch-2.0.1.tar.gz +sha256sums="a032fcc3becd98802b4816488cb3a2441b6b88b510ec28a929e756f948eb48c0 openvswitch-2.1.0.tar.gz b58a4bdab9ca035a9271067edadb19598985c55820f020d8aefe71b516a3e7f6 ovsdb-server.initd d0d8a6a7256f4cc47ab1b9f9f7657202388133bcfff3668e7c1d4adbcc572261 ovsdb-server.confd 591d8c10080ba2fa2ddf5bf8da281d931421c95ff728f56fbaa10be7c3d8431c ovs-vswitchd.initd cc189d5ca24708ff775a4de312df3f611c65714724b8901ec6527c9e3f22e14a ovs-vswitchd.confd 94f4dba5e2ddedb9c91911b02dbfc41a5114e8a5066a8db3ef4444ebb5400173 ovs-modules.initd -99e43d8ac26692b87129e9b911f66b3981182c616fdd89295b7d7932b2118ada remove-test-atomic-8byte.patch d0e9e3e30b2943b10e7efa59c41c3bf8d5b599d55fc99198146bf4761df4d8ae musl-if_packet.patch" -sha512sums="4207cac887c9e2dad234d1e2b70d5309e51b8d10dbe994f125ff9e967935f3674574651c9fb297cf59dbc355830f2947cd98e4f5d28aaf495b9b950a9f603eeb openvswitch-2.0.1.tar.gz +sha512sums="46302e397723a4da3e274a60eecf8f85dfff3a095222b3ace65537aa9b953391f7ed9bd77886e03085ab10d96531d10ecda0f0e02285ca6afe60d7a40ab550a4 openvswitch-2.1.0.tar.gz 6d660c986666b3f3b052d5ff6a8555c8bf5234fee8c4740d70974b1ac00ee2a0711e931494556290e18fce820ce8f2d4a5f25e40e9c863da9b639c18c0515763 ovsdb-server.initd b1588d076bbfc7ef2dd46fce8e46186f40cbbc4667697f7ac13ddc68e34568fdab315fde47838de7f6d32916853190336cfe3735f672ad7cb624ae14dbff55a5 ovsdb-server.confd 3d493047a6729b7e0742438de828a2530acbcdac9c1c410786bf1eefb5e9f09850fb479f45245f550d1077146d4545fb91a845ae79f673b6c1c2902220920e33 ovs-vswitchd.initd 346aea099f51707d2b4fc9fdc8c1502582723fb4e00c4d5d1624b0378c94dfb76674fa95e2af894f36169df52109dbe441ee6a45aa744584d9e4c74d15a46c1d ovs-vswitchd.confd e1f88ff11cd1d5a4025626acad49411e8a2d5d7caa20d0a63ef0422a9b1bb55b070843327d8bb209e1e915d2a3f1c3bcae911acf40e0a419bc6cce6250239232 ovs-modules.initd -6598ccabe27922d68e415e16ad5e3d0b9abd26aeb6dd1793ad91f9cf32dc3e8f7a7c36cc607512b05b873afb7d87cb220f62f85b587917cf91992295991a0465 remove-test-atomic-8byte.patch 1ebfb2629081cc0b34383e6c2f163f3c1d43da3a399b8ba8745871b77029d3b8fc21a287ff859a6a9cca2cb4885715458d4e4086cb6c17765ff7c898d4004850 musl-if_packet.patch" diff --git a/testing/openvswitch/remove-test-atomic-8byte.patch b/testing/openvswitch/remove-test-atomic-8byte.patch deleted file mode 100644 index dcff9b9..0000000 --- a/testing/openvswitch/remove-test-atomic-8byte.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- openvswitch-2.0.0/tests/test-atomic.c -+++ openvswitch-2.0.0.alpine/tests/test-atomic.c -@@ -83,22 +83,26 @@ - TEST_ATOMIC_TYPE(atomic_uint, unsigned int); - TEST_ATOMIC_TYPE(atomic_long, long int); - TEST_ATOMIC_TYPE(atomic_ulong, unsigned long int); -+#if 0 - TEST_ATOMIC_TYPE(atomic_llong, long long int); - TEST_ATOMIC_TYPE(atomic_ullong, unsigned long long int); -+#endif - TEST_ATOMIC_TYPE(atomic_size_t, size_t); - TEST_ATOMIC_TYPE(atomic_ptrdiff_t, ptrdiff_t); -+#if 0 - TEST_ATOMIC_TYPE(atomic_intmax_t, intmax_t); - TEST_ATOMIC_TYPE(atomic_uintmax_t, uintmax_t); -+#endif - TEST_ATOMIC_TYPE(atomic_intptr_t, intptr_t); - TEST_ATOMIC_TYPE(atomic_uintptr_t, uintptr_t); -- TEST_ATOMIC_TYPE(atomic_uint8_t, uint8_t); -- TEST_ATOMIC_TYPE(atomic_int8_t, int8_t); - TEST_ATOMIC_TYPE(atomic_uint16_t, uint16_t); - TEST_ATOMIC_TYPE(atomic_int16_t, int16_t); - TEST_ATOMIC_TYPE(atomic_uint32_t, uint32_t); - TEST_ATOMIC_TYPE(atomic_int32_t, int32_t); -+#if 0 - TEST_ATOMIC_TYPE(atomic_uint64_t, uint64_t); - TEST_ATOMIC_TYPE(atomic_int64_t, int64_t); -+#endif - - test_atomic_flag(); - -- 1.9.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---