summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2020-06-21 12:02:22 +0200
committerFlorian Franzmann2020-06-21 15:35:07 +0200
commitd690ba87c9d507fd8165105ea1492dba05f48e26 (patch)
treee76a65badb5da74bf1c50b2b681a4b9e889596b2
parent3084329daa00fe35090600223461155ac369f74f (diff)
ftp/rsync: version 3.2.0
-rwxr-xr-xftp/rsync/DEPENDS5
-rwxr-xr-xftp/rsync/DETAILS2
-rw-r--r--ftp/rsync/HISTORY4
3 files changed, 10 insertions, 1 deletions
diff --git a/ftp/rsync/DEPENDS b/ftp/rsync/DEPENDS
index 714589c4ed..6d9aab368c 100755
--- a/ftp/rsync/DEPENDS
+++ b/ftp/rsync/DEPENDS
@@ -12,3 +12,8 @@ optional_depends attr \
"--enable-xattr-support" \
"--disable-xattr-support" \
"for extended attributes support"
+
+optional_depends xxhash \
+ "--enable-xxhash" \
+ "--disable-xxhash" \
+ "to enable xxhash checksums"
diff --git a/ftp/rsync/DETAILS b/ftp/rsync/DETAILS
index 75a46e1c13..a6a5a8a8dd 100755
--- a/ftp/rsync/DETAILS
+++ b/ftp/rsync/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=3.1.3
+ VERSION=3.2.0
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY
index c929f00eef..7e550e63e6 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,7 @@
+2020-06-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.2.0
+ * DEPENDS: add dependency on xxhash
+
2018-02-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.1.3, SECURITY_PATCH++