rsync: Update to 3.2.4
This commit is contained in:
parent
b8d0b396b4
commit
e01a3d406a
@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/
|
||||
TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=3.2.3
|
||||
TERMUX_PKG_REVISION=3
|
||||
TERMUX_PKG_VERSION=3.2.4
|
||||
TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e
|
||||
TERMUX_PKG_SHA256=6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1
|
||||
TERMUX_PKG_DEPENDS="libiconv, liblz4, libpopt, openssh | dropbear, openssl, openssl-tool, zlib, zstd"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -uNr rsync-3.1.3/configure.ac rsync-3.1.3.mod/configure.ac
|
||||
--- rsync-3.1.3/configure.ac 2020-07-31 01:33:58.000000000 +0000
|
||||
+++ rsync-3.1.3.mod/configure.ac 2021-04-11 01:45:27.000000000 +0000
|
||||
@@ -380,7 +380,7 @@
|
||||
# http://www.v6.linux.or.jp/
|
||||
AC_EGREP_CPP(yes, [
|
||||
#include <features.h>
|
||||
-#if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
|
||||
+#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(__ANDROID__)
|
||||
yes
|
||||
#endif],
|
||||
[ipv6type=$i;
|
@ -1,12 +0,0 @@
|
||||
diff -uNr rsync-3.1.3/configure.sh rsync-3.1.3.mod/configure.sh
|
||||
--- rsync-3.1.3/configure.sh 2020-08-07 03:48:27.000000000 +0000
|
||||
+++ rsync-3.1.3.mod/configure.sh 2021-04-11 01:45:27.000000000 +0000
|
||||
@@ -5420,7 +5420,7 @@
|
||||
/* end confdefs.h. */
|
||||
|
||||
#include <features.h>
|
||||
-#if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
|
||||
+#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(__ANDROID__)
|
||||
yes
|
||||
#endif
|
||||
_ACEOF
|
Loading…
Reference in New Issue
Block a user