From fcd743263a8dabb2c8b30c06d6ec175382ee5e44 Mon Sep 17 00:00:00 2001 From: extrowerk <5569059+extrowerk@users.noreply.github.com> Date: Sat, 27 Aug 2022 09:21:13 +0000 Subject: [PATCH] libuv: bump (#6805) --- dev-libs/libuv/{libuv-1.42.0.recipe => libuv-1.44.1.recipe} | 2 +- .../{libuv-1.42.0.patchset => libuv-1.44.1.patchset} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-libs/libuv/{libuv-1.42.0.recipe => libuv-1.44.1.recipe} (95%) rename dev-libs/libuv/patches/{libuv-1.42.0.patchset => libuv-1.44.1.patchset} (77%) diff --git a/dev-libs/libuv/libuv-1.42.0.recipe b/dev-libs/libuv/libuv-1.44.1.recipe similarity index 95% rename from dev-libs/libuv/libuv-1.42.0.recipe rename to dev-libs/libuv/libuv-1.44.1.recipe index eeb9a6b77..1dd7138af 100644 --- a/dev-libs/libuv/libuv-1.42.0.recipe +++ b/dev-libs/libuv/libuv-1.44.1.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2015-present libuv project contributors" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/libuv/libuv/archive/v$portVersion/libuv-$portVersion.tar.gz" -CHECKSUM_SHA256="371e5419708f6aaeb8656671f89400b92a9bba6443369af1bb70bcd6e4b3c764" +CHECKSUM_SHA256="e91614e6dc2dd0bfdd140ceace49438882206b7a6fb00b8750914e67a9ed6d6b" PATCHES="libuv-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2 ?x86" diff --git a/dev-libs/libuv/patches/libuv-1.42.0.patchset b/dev-libs/libuv/patches/libuv-1.44.1.patchset similarity index 77% rename from dev-libs/libuv/patches/libuv-1.42.0.patchset rename to dev-libs/libuv/patches/libuv-1.44.1.patchset index 9541d0bdd..6395129a1 100644 --- a/dev-libs/libuv/patches/libuv-1.42.0.patchset +++ b/dev-libs/libuv/patches/libuv-1.44.1.patchset @@ -1,14 +1,14 @@ -From a65c2e1eabc6c369ebe69180b26c4b35124086d3 Mon Sep 17 00:00:00 2001 +From d4858566363d1633af60f15081f196fab18c80ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 29 Oct 2020 07:40:26 +0100 Subject: Test will not run as root diff --git a/test/run-tests.c b/test/run-tests.c -index 5e53aaa..7229dd9 100644 +index 86b0359..f1d3919 100644 --- a/test/run-tests.c +++ b/test/run-tests.c -@@ -66,7 +66,7 @@ typedef BOOL (WINAPI *sCompareObjectHandles)(_In_ HANDLE, _In_ HANDLE); +@@ -65,7 +65,7 @@ typedef BOOL (WINAPI *sCompareObjectHandles)(_In_ HANDLE, _In_ HANDLE); int main(int argc, char **argv) {