1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 00:46:38 +00:00

libuv: Update from 1.33.1 to 1.34.0

This commit is contained in:
Fredrik Fornwall 2020-01-02 20:45:57 +01:00
parent cea6466116
commit ff0328798e
2 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,19 @@
diff -u -r ../libuv-v1.34.0/Makefile.am ./Makefile.am
--- ../libuv-v1.34.0/Makefile.am 2019-12-04 03:11:28.000000000 +0000
+++ ./Makefile.am 2020-01-02 19:24:23.274396000 +0000
@@ -387,14 +387,7 @@
if ANDROID
uvinclude_HEADERS += include/uv/android-ifaddrs.h
libuv_la_SOURCES += src/unix/android-ifaddrs.c \
- src/unix/linux-core.c \
- src/unix/linux-inotify.c \
- src/unix/linux-syscalls.c \
- src/unix/procfs-exepath.c \
- src/unix/pthread-fixes.c \
- src/unix/random-getrandom.c \
- src/unix/random-sysctl-linux.c \
- src/unix/sysinfo-loadavg.c
+ src/unix/pthread-fixes.c
endif
if CYGWIN

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://libuv.org
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=1.33.1
TERMUX_PKG_VERSION=1.34.0
TERMUX_PKG_SRCURL=https://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b4b5dc15103f7bbfecb81a0a9575841fdb7217b9f709634be8118972c1c8ce27
TERMUX_PKG_SHA256=a23cece721fe169c0fa8afa399abbbcb7015c6d8dc0dab6381cf5c8646378148
TERMUX_PKG_BREAKS="libuv-dev"
TERMUX_PKG_REPLACES="libuv-dev"