Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable_reconfigure_req.diff | Remove need to run reconfigure target=================================================================== | Samuel Henrique <samueloph@debian.org> | not-needed | |||
update_rrsync_options.patch | [PATCH] Update the options in rrsync. | Wayne Davison <wayne@opencoder.net> | no | 2021-07-09 | ||
skip_devices_test.patch | Skip "devices" test as it fails on kfreebsd and hurd Error log: /----- devices log follows Testing for symlinks using 'test -h' Let's try re-running the script under fakeroot... Testing for symlinks using 'test -h' cD+++++++++ block cD+++++++++ block2 default_perms_for_dir: sys_acl_get_file(., ACL_TYPE_DEFAULT): Operation not supported, falling back on umask cDc.T...... block3 sending incremental file list delta-transmission disabled for local transfer or --whole-file .d..t...... ./ cDc.t...... block cDc........ block2 cD+++++++++ block3 hD+++++++++ block3.5 => block3 cD+++++++++ char cD+++++++++ char2 cD+++++++++ char3 cS+++++++++ fifo total: matches=0 hash_hits=0 false_alarms=0 data=0 sent 160 bytes received 117 bytes 554.00 bytes/sec total size is 0 speedup is 0.00 check how the directory listings compare with diff: + + /<<PKGBUILDDIR>>/rsynctee -aii /<<PKGBUILDDIR>>/testtmp/devices/rsync.out --link-dest=/<<PKGBUILDDIR>>/testtmp/devices/to /<<PKGBUILDDIR>>/testtmp/devices/from/ /<<PKGBUILDDIR>>/testtmp/devices/chk/ rsync: failed to hard-link /<<PKGBUILDDIR>>/testtmp/devices/to/fifo with fifo: Invalid cross-device link (1073741842) cd ./ hD block hD block2 hD block3 hD block3.5 hD char hD char2 hD char3 cSc........ fifo rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3] + cat + diff -u /<<PKGBUILDDIR>>/testtmp/devices/rsync.chk /<<PKGBUILDDIR>>/testtmp/devices/rsync.out /--- /<<PKGBUILDDIR>>/testtmp/devices/rsync.chk 2019-10-15 01:26:43.000000000 +0000 /+++ /<<PKGBUILDDIR>>/testtmp/devices/rsync.out 2019-10-15 01:26:43.000000000 +0000 @@ -6,4 +6,4 @@ hD char hD char2 hD char3 -hS fifo +cSc........ fifo + test_fail test 5 failed + echo test 5 failed test 5 failed + exit 1 /bin/fakeauth: Error 1 for child 7541 /bin/settrans: Error 1 for child 7540 ----- devices log ends FAIL devices =================================================================== |
Samuel Henrique <samueloph@debian.org> | no | |||
perl_shebang.patch | Removes usage of env on perl shebang as per Debian Policy ยง 10.4=================================================================== | Samuel Henrique <samueloph@debian.org> | not-needed | |||
CVE-2020-14387.patch | rsync-ssl: Verify the hostname in the certificate when using openssl. | Matt McCutchen <matt@mattmccutchen.net> | no | 2020-08-26 | ||
fix_ftcbfs_configure.patch | Fix build vs host detection on configure script (FTCBFS)=================================================================== | Helmut Grohne <helmut@subdivi.de> | no | debian | ||
fix_delay_updates.patch | [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.) |
Natanael Copa <ncopa@alpinelinux.org> | no | 2021-07-28 | ||
copy-devices.diff | This patch adds the --copy-devices option, which will try to copy the data inside a device instead of duplicating the device node. To use this patch, run these commands for a successful build: patch -p1 <patches/copy-devices.diff ./prepare-source ./configure (optional if already run) make =================================================================== |
no | ||||
manpage_upstream_fixes.patch | 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 =================================================================== |
no | ||||
fix_mkpath.patch | [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. |
Wayne Davison <wayne@opencoder.net> | no | 2020-09-08 | ||
fix_sparse_inplace.patch | [PATCH] Set whole_file = 0 when whole_file < 0. Fixes issue 114. | Wayne Davison <wayne@opencoder.net> | no | 2021-07-04 | ||
fix_rsync-ssl_RSYNC_SSL_CERT_feature.patch | [PATCH] add missing - in certopt (#210) otherwise openssl will give an error and not accept is as argument |
Fabian H <fabolhak@users.noreply.github.com> | no | 2021-08-17 |