summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-06 18:44:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-06 18:44:36 +0200
commit6134a835f4232c266172af77ad26afdf23ef584e (patch)
tree0141fd741f974c435289a1de41c20a8bdcf2b548
parent3a893c21707ffa71384d925e348b9d3045338ed1 (diff)
rsync: update to 3.2.2
-rw-r--r--package/rsync/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
index 0c0ddc8a3..78147b6bb 100644
--- a/package/rsync/Makefile
+++ b/package/rsync/Makefile
@@ -4,13 +4,14 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= rsync
-PKG_VERSION:= 3.1.3
+PKG_VERSION:= 3.2.2
PKG_RELEASE:= 1
-PKG_HASH:= 55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
+PKG_HASH:= 644bd3841779507665211fd7db8359c8a10670c57e305b4aab61b4e40037afa8
PKG_DESCR:= utility that provides fast incremental file transfer
PKG_SECTION:= net/misc
PKG_DEPENDS:= libpopt
-PKG_BUILDDEP:= popt
+PKG_BUILDDEP:= popt libressl
+HOST_BUILDDEP:= libressl-host
PKG_URL:= http://rsync.samba.org/
PKG_SITES:= http://rsync.samba.org/ftp/rsync/
@@ -22,6 +23,13 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call HOST_template,RSYNC,rsync,$(PKG_VERSION)-$(PKG_RELEASE)))
$(eval $(call PKG_template,RSYNC,rsync,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+HOST_CONFIGURE_ARGS:= --disable-xxhash \
+ --disable-zstd \
+ --disable-lz4
+CONFIGURE_ARGS:= --disable-xxhash \
+ --disable-zstd \
+ --disable-lz4
+
rsync-install:
${INSTALL_DIR} ${IDIR_RSYNC}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/rsync ${IDIR_RSYNC}/usr/bin