aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAge
* rsync: Add rrsync scriptMatt Reeve2021-05-14
| | | | | | | | | | | | | | | | | | | Rrsync is a perl script that is supplied as an extra with the rsync program. It must be used in conjunction with openssh-server or openssh-server-pam as it requires ~/.ssh/authorized_keys which is not supported by dropbear. Rrsync allows selective access to subdirectories in either read-only, write-only or read-write, depending on settings in authorized_keys. This allows for safe, restrictive access. It's particularly useful for automated backup purposes. An example usage would be this entry: command="/usr/bin/rrsync -ro /home" <public key here> This would allow a system connecting with this public key to be able to rsync FROM the /home directory tree only. It could not write to this directory, nor read from any other directory. Signed-off-by: Matt Reeve <matt@mreeve.com>
* rsync: enable iconv if NLS support is enabled globallyMaxim Storchak2021-01-02
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: add config option for zstd supportIan Leonard2020-10-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rsync: drop option for included zlibIan Leonard2020-10-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rsync: update to 3.2.3Maxim Storchak2020-08-11
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: update to 3.2.2Maxim Storchak2020-07-06
| | | | | | Force IPv6 support to according to the global CONFIG_IPV6, ignore compile time detection Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: fix ipv6 detectionMaxim Storchak2020-06-28
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: update to 3.2.1Rosen Penev2020-06-27
| | | | | | | | | | | | Disable several options to enable compilation. Simplified several configure options. Remove pointless configure var. Added ssh hinting patch. Some SSH incompatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* rsync: Fix compile with -Wimplicit-function-declarationRosen Penev2019-07-03
| | | | | | | | The configure test for gettimeofday does not include the proper header. Override the variable as all OpenWrt libc have two arguments for gettimeofday. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rsync: Add IPv6 functionalitySimon Tretter2018-07-06
| | | | Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
* rsync: update to 3.1.3Maxim Storchak2018-01-31
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: fix CVE-2017-17433 and CVE-2017-17434Maxim Storchak2017-12-30
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: Fix CVE-2017-15994 and CVE-2017-16548Maxim Storchak2017-12-08
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* rsync and cifs-utils: update download addressHannu Nyman2017-01-29
| | | | | | | samba.org has apparently started to enforce https-only downloads, so update the download links for rsync and cifs-utils. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* net/rsync: Make using ACL/XATTR the default if it's core defaultDaniel Dickinson2017-01-10
| | | | | | | Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* 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>