aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAge
* rsync: update to 3.1.2Maxim Storchak2015-12-22
| | | | | | | | | | | | https://rsync.samba.org/security.html#s3_1_2: If you're using a version of rsync older than 3.1.2 as a client and receiving files from an rsync server that you might not fully trust, this version adds extra checking to the file list to prevent the sender from tweaking the paths and/or the transfer requests in a way that could cause a file to be received outside the transfer destination. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: patch CVE-2014-9512Maxim Storchak2015-02-15
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: add license fileMaxim Storchak2014-12-14
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: enable selecting bundled or system zlibIan Leonard2014-09-04
| | | | | | | | | | | | | | rsync, by default, includes a patched zlib within its source tarball. The patch enables a better compression ratio for rsync streams. However, the client and server need the same featureset in their zlib in order to understand the compression stream, or the server will abort the transfer. Older versions have no understanding of the new compression standard used. This patch allows the builder to choose whether to use the bundled or system zlib. It defautls to using the system zlib, as is the default before this patch. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rsyncd: add default logfile to globalsIan Leonard2014-09-03
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Merge branch 'master' into license-updatesIan Leonard2014-08-10
|\ | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| * Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | | | | | | | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | rsync: add licensing information.Ian Leonard2014-07-31
|/ | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rsync: add support for ACL and XATTRMaxim Storchak2014-06-27
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: update to the latest, add myself as a maintainterMaxim Storchak2014-06-27
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: import from packagesMaxim Storchak2014-06-27
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>