XPost: linux.debian.devel.release
--=-=-=
Content-Type: text/plain
Package: release.debian.org
Severity: normal
Tags: bookworm
User:
[email protected]
Usertags: pu
X-Debbugs-Cc:
[email protected]
Control: affects -1 + src:rsync
Please unblock package rsync
[ Reason ]
The changes increase the test coverage of the rsync package. This in
turn is an additional layer of defense against regressions in the
package due to CVE fixes or other proposed-updates changes.
These changes are basically identical to those that have been [unblocked
for testing][1][2] already, with one small difference: In stable we do not skip one test because the diffoscope version in stable does not contain a
regression introduced in later diffoscope versions which are shipped in testing.
[1]:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107754
[2]:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109938
[ Impact ]
Without these changes, users of (soon old-)stable would face a higher
risk of regressions in rsync for security fixes or other
proposed-update.
[ Tests ]
These changes only add tests and don't affect the functionality of the
package.
[ Risks ]
I don't see any: The tests are not flaky. The 2 additional build
dependencies do not impact the binary.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline; filename=rsync.debdiff
Content-Transfer-Encoding: quoted-printable
Content-Description: rsync_3.2.7-1+deb12u3
diff -Nru rsync-3.2.7/debian/changelog rsync-3.2.7/debian/changelog
--- rsync-3.2.7/debian/changelog 2025-01-15 19:47:12.000000000 +0100
+++ rsync-3.2.7/debian/changelog 2025-07-27 16:12:57.000000000 +0200
@@ -1,3 +1,16 @@
+rsync (3.2.7-1+deb12u3) bookworm; urgency=medium
+
+ * Team upload.
+ * d/control: Add B-D acl and attr, used for tests-only, no impact to
+ resulting binaries
+ * d/tests: New tests:
+ - rsync-help: Superficial test for "-h"
+ - local-tests: End-to-end tests with local transfers
+ - remote-tests: End-to-end tests through ssh
+ - upstream-tests-as-root: Upstream unit tests, run as root
+
+ -- Alex <
[email protected]> Sun, 27 Jul 2025 16:12:57 +0200
+
rsync (3.2.7-1+deb12u2) bookworm-security; urgency=high
[ Salvatore Bonaccorso ]
diff -Nru rsync-3.2.7/debian/control rsync-3.2.7/debian/control
--- rsync-3.2.7/debian/control 2025-01-15 19:47:12.000000000 +0100
+++ rsync-3.2.7/debian/control 2025-07-27 16:12:57.000000000 +0200
@@ -12,7 +12,9 @@
zlib1g-dev,
libssl-dev,