From 335289b7358b099972ac780513c5d47d8667ed1b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 5 Sep 2018 19:11:28 +0000 Subject: system/libuv: bump to 1.23.0 --- system/libuv/APKBUILD | 6 ++++-- system/libuv/disable-process-priority.patch | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 system/libuv/disable-process-priority.patch (limited to 'system') diff --git a/system/libuv/APKBUILD b/system/libuv/APKBUILD index 3ccba6e53..30dfc1ed6 100644 --- a/system/libuv/APKBUILD +++ b/system/libuv/APKBUILD @@ -2,7 +2,7 @@ # Conttributor: Sören Tempel # Maintainer: A. Wilcox pkgname=libuv -pkgver=1.19.1 +pkgver=1.23.0 pkgrel=0 pkgdesc="Cross-platform asychronous I/O" url="http://libuv.org" @@ -11,6 +11,7 @@ license="MIT AND BSD-2-Clause AND BSD-3-Clause AND ISC" makedepends="automake autoconf libtool linux-headers" subpackages="$pkgname-dev" source="https://dist.libuv.org/dist/v$pkgver/$pkgname-v$pkgver.tar.gz + disable-process-priority.patch disable-setuid-test.patch " builddir="$srcdir/$pkgname-v$pkgver" @@ -46,5 +47,6 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="516b17afe5ea12f5c53abe68ea5fac9853f20c89fff754c054c041bb9d88a55e5a691842e509348617444f6080311c963707dd272c91c7ff7baf2c4d516b2d7f libuv-v1.19.1.tar.gz +sha512sums="1fe36cf285bdcfee485633e095e731999485ea156f07769c0ff277df5e4e1314c434021b4b697cef8e7e7e4299b24b7ee837f3f6348b27b300feb6e6c2781e4d libuv-v1.23.0.tar.gz +58bc259a0f703fa6b8dda14909f718e14dfb9ddc9039ae13378f7e32e0ff7096774cbfb2964a0abb06f8a64a71cf298cc77b7475927df0fb50ce3f0e414a7787 disable-process-priority.patch 478d25c8905cd393b9ced0f1b16e70794a7ef20fb9eb212fd74e50beca3f5a33a6a5267616abecf470426ed3d00efec51df468745ff43c0de05c0ad8234f1eb3 disable-setuid-test.patch" diff --git a/system/libuv/disable-process-priority.patch b/system/libuv/disable-process-priority.patch new file mode 100644 index 000000000..f0f41fc95 --- /dev/null +++ b/system/libuv/disable-process-priority.patch @@ -0,0 +1,22 @@ +--- libuv-v1.23.0/test/test-list.h.old 2018-08-17 02:05:34.000000000 +0000 ++++ libuv-v1.23.0/test/test-list.h 2018-09-05 19:06:26.360000000 +0000 +@@ -214,7 +214,9 @@ + TEST_DECLARE (pipe_set_non_blocking) + TEST_DECLARE (pipe_set_chmod) + TEST_DECLARE (process_ref) ++#if 0 + TEST_DECLARE (process_priority) ++#endif + TEST_DECLARE (has_ref) + TEST_DECLARE (active) + TEST_DECLARE (embed) +@@ -690,7 +692,9 @@ + TEST_ENTRY (pipe_ref4) + TEST_HELPER (pipe_ref4, pipe_echo_server) + TEST_ENTRY (process_ref) ++#if 0 + TEST_ENTRY (process_priority) ++#endif + TEST_ENTRY (has_ref) + + TEST_ENTRY (loop_handles) -- cgit v1.2.3-70-g09d2