Package: rsync / 3.2.3-4+deb11u1

Metadata

Package Version Patches format
rsync 3.2.3-4+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_reconfigure_req.diff | (download)

Makefile.in | 20 0 + 20 - 0 !
1 file changed, 20 deletions(-)

 remove need to run reconfigure target
skip_devices_test.patch | (download)

testsuite/devices.test | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip "devices" test as it fails on kfreebsd and hurd
 Error log:
 /
perl_shebang.patch | (download)

packaging/cull_options | 2 1 + 1 - 0 !
support/atomic-rsync | 2 1 + 1 - 0 !
support/cvs2includes | 2 1 + 1 - 0 !
support/file-attr-restore | 2 1 + 1 - 0 !
support/files-to-excludes | 2 1 + 1 - 0 !
support/logfilter | 2 1 + 1 - 0 !
support/lsh | 2 1 + 1 - 0 !
support/mnt-excl | 2 1 + 1 - 0 !
support/munge-symlinks | 2 1 + 1 - 0 !
support/rrsync | 2 1 + 1 - 0 !
support/rsyncstats | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 removes usage of env on perl shebang as per debian policy  10.4
CVE 2020 14387.patch | (download)

rsync-ssl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rsync-ssl: verify the hostname in the certificate when using openssl.
fix_ftcbfs_configure.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build vs host detection on configure script (ftcbfs)
fix_delay_updates.patch | (download)

receiver.c | 2 1 + 1 - 0 !
testsuite/delay-updates.test | 21 21 + 0 - 0 !
2 files changed, 22 insertions(+), 1 deletion(-)

 [patch] add test and fix regression for --delay-updates (#192) (#204)

Fixes regression introduced with commit 3a7bf54ad520 (A resumed
partial-dir file is transferred in-place.)

copy devices.diff | (download)

generator.c | 6 5 + 1 - 0 !
options.c | 7 7 + 0 - 0 !
rsync.1 | 1 1 + 0 - 0 !
rsync.1.html | 1 1 + 0 - 0 !
rsync.1.md | 1 1 + 0 - 0 !
rsync.c | 4 3 + 1 - 0 !
rsyncd.conf.5 | 7 4 + 3 - 0 !
rsyncd.conf.5.html | 7 4 + 3 - 0 !
rsyncd.conf.5.md | 7 4 + 3 - 0 !
sender.c | 3 3 + 0 - 0 !
10 files changed, 33 insertions(+), 11 deletions(-)

---
manpage_upstream_fixes.patch | (download)

rsync.1 | 45 25 + 20 - 0 !
rsync.1.html | 41 22 + 19 - 0 !
rsync.1.md | 45 25 + 20 - 0 !
3 files changed, 72 insertions(+), 59 deletions(-)

 multiple patches from upstream to fix manpage
 https://github.com/WayneD/rsync/commit/9c59632d8b92a3bcc50482899e91f0bd065f1588
 https://github.com/WayneD/rsync/commit/f8dcd7d452b137fa49b71e714512e7d619a4d0dd
 https://github.com/WayneD/rsync/commit/2dfd48492e96a230e9cc1010df69f9616017b5f9
 https://github.com/WayneD/rsync/commit/05540220a92dd06b62f240f6178921dde5697dd3
 https://github.com/WayneD/rsync/commit/9dad3721a9535b6ae864cbc5f70eda92d3ac02ca
fix_mkpath.patch | (download)

main.c | 7 5 + 2 - 0 !
testsuite/mkpath.test | 4 4 + 0 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 [patch] handle a --mkpath failure

Fixes bug #96 where --mkpath makes rsync complain when a dest path
exists but the path contains an alt-dest name for the single file.

fix_sparse_inplace.patch | (download)

receiver.c | 3 3 + 0 - 0 !
sender.c | 4 4 + 0 - 0 !
2 files changed, 7 insertions(+)

 [patch] set whole_file = 0 when whole_file < 0.  fixes issue 114.


update_rrsync_options.patch | (download)

support/rrsync | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 [patch] update the options in rrsync.


fix_rsync ssl_RSYNC_SSL_CERT_feature.patch | (download)

rsync-ssl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] add missing - in certopt (#210)

otherwise openssl will give an error and not accept is as argument