From: Wayne Davison Date: Fri, 12 Jun 2020 03:32:44 +0000 (-0700) Subject: Add packaging notes to NEWS. X-Git-Tag: v3.2.0pre1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34141954c7179438f3b3c5e11f55089e5aee5a8e;p=thirdparty%2Frsync.git Add packaging notes to NEWS. --- diff --git a/NEWS.md b/NEWS.md index effccdfd..755275f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -132,6 +132,32 @@ Protocol: 31 (unchanged) - Made -V the short option for --version. +### PACKAGING RELATED: + + - Add installed binary: /usr/bin/rsync-sll + + - Add installed man page: /usr/man/man1/rsync-ssl.1 + + - The rsync-ssl script wants to run either openssl or stunnel4, so consider + adding a dependency for openssl (though it's probably fine to just let it + complain about being unable to find either program and let the user decide + if they want to install one or the other). + + - If you packaged rsync + rsync-ssl + rsync-ssl-daemon as separate packages, + the rsync-ssl package is now gone (along with its install-ssl-client make + target -- rsync-ssl should be considered to be mainstream now that Samba + requires SSL for its rsync daemon). + + - Add _build_ dependency for liblz4-devel, libxxhash-devel, & libzstd-devel. + These development libraries will give rsync extra compression and checksum + algorithms. + + - Remove yodl _build_ dependency (if you listed it). + + - Add _build_ dependency for _either_ python3-cmarkcfm or python3-commonmark + to allow for patching of man pages or building a git release. Note that + cmarkcfm is faster than commonmark, but they generate the same data. + ### DEVELOPER RELATED: - Silenced some annoying warnings about major()|minor() due to the autoconf