libuv: bump (#6805)

This commit is contained in:
extrowerk
2022-08-27 09:21:13 +00:00
committed by GitHub
parent 3becf86c9c
commit fcd743263a
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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?= <zmizsei@extrowerk.com>
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) {