aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/patches
Commit message (Collapse)AuthorAge
* rsync: update to 3.2.7John Audia2022-10-28
| | | | | | Bump to latest upstream release. Signed-off-by: John Audia <therealgraysky@proton.me>
* rsync: incorporate upstream fixesJohn Audia2022-09-25
| | | | | | | | | Upstream is requesting that packagers cherry-pick two commits to fix the current release.[1] 1. https://www.mail-archive.com/rsync@lists.samba.org/msg33576.html Signed-off-by: John Audia <therealgraysky@proton.me>
* rsync: bump to 3.2.5John Audia2022-08-15
| | | | | | | | With the new OW release approaching, it might be better to get an officially tagged upstream release in as PR#19087 just contained a fix for CVE-2022-29154 which itself introduced a few bugs. Signed-off-by: John Audia <therealgraysky@proton.me>
* rsync: fix CVE-2022-29154John Audia2022-08-13
| | | | | | | | | | | The rsync package is vulnerable to CVE-2022-29154[1], which is not yet in a non-preview release. This commit applies the upstream commit to fix it and several subsequent commits needed to fix bugs the initial fix introduced[2]. 1. https://rsync.samba.org/ftp/rsync/NEWS#SECURITY_FIXES-3.2.5 2. https://bugs.archlinux.org/task/75558 Signed-off-by: John Audia <therealgraysky@proton.me>
* 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>
* 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>
* 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>