rsbackup (10.0-4) [PTS] [DDPO]
OLD: VCS is behind the version in the archive: 10.0-3 < 10.0-4.Hint: This git repository uses http. You might need to run git update-server-info to update the auxiliary info files.
- Git: https://github.com/ewxrjk/rsbackup
- Branch: master
- Path: debian/changelog
- Repo size: 1458176
- Last scan: 2025-10-18 23:54:02+00
- Next scan: 2025-10-19 20:33:00+00
- Debian changelog in Git:
rsbackup (10.0-3) unstable; urgency=medium * Take upstream fix to fix parsing issues with rsync output -- Matthew Vernon <matthew@debian.org> Sat, 01 Feb 2025 13:07:34 +0000
- This branch is 47 commits ahead of tag 10.0
- Git log:
commit 723b22574550cc9e04c8c8f11ddceb8524604c76 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Wed Oct 8 19:45:47 2025 +0100 Sort debian md5sums files. Patch from Chris Lamb <lamby@debian.org>. commit dde87ff73b3a7c7bb580c66df0a4df3c36f45e44 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 8 15:57:32 2025 +0000 RAII for concurrency groups commit 456ba1277cd596f5eb306276a810f9402f365b63 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 1 19:38:28 2025 +0000 Intra-host concurrency * The group directive is inheritable now * Device and group serialization done by counting users rather than extra locks. fixes #58 commit 8f6f10e8bdaee9dc2596f6120eeade6409c1f8dc Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 8 15:44:14 2025 +0000 clang-format commit b3607d65e750cf1657d71108febc102a674407e7 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 8 15:39:10 2025 +0000 Tests sort db queries ...to be more consistent in the face of concurrency. commit 902b88f7e4b34f306e0361be1ce818288fea8b38 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 8 15:35:18 2025 +0000 Remove (nonexistent) RSBACKUP_DEVICE from rsync-wrap commit be9f1fa318655a75f8f8f0a14f628897404a8364 Author: Matthew Vernon <matthew@debian.org> Date: Sat Feb 1 13:07:42 2025 +0000 Changelog for 10.0-3 Signed-off-by: Matthew Vernon <matthew@debian.org> commit 2c31a8602e1805e36544a7332546ef7f66bd4290 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Feb 2 20:42:55 2025 +0000 Ask for C++17 commit feef7ea7b5a1ca950e6633e4a1cad3b27ebef9a5 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Feb 2 15:12:07 2025 +0000 remove src/test-parsetime, committed in error commit d1f4f7dd95473fcb237f0e416c97a7eac1e68def Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 1 18:08:51 2025 +0000 const pedantry commit bdc62e0e4a42769b80b8fe5cbef056295168dd2b Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 1 16:52:59 2025 +0000 Note about issue37 test failures re #105 commit 7e23bb6e7a8444f29700dabf1be9c53bdc3463a8 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 1 16:52:34 2025 +0000 docker for debian sid commit 89cbb5b3c635b9852cd5db03a1dcccf46b93915b Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 1 12:40:01 2025 +0000 dist: fix build host commit e10b2d56da28b8fe5d5cfce8b9b7a858c473f047 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Feb 1 12:03:48 2025 +0000 Remove travis CI config It's been nonfunctional for several years. commit 4609bbbba551640b03022b65de9f837ed79360b7 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Jan 26 14:11:55 2025 +0000 Allow backups to be limited to a particular time of day - Command line host/volume selectors using glob matching now (not implemented for --retire). - New backup-time directive which limits backup creation to a particular time range within a day. - Selections are now recorded with an associated purpose, so while backup creation can be time-limited, other operations are not. The idea is we keep load off clients when they are being actively used (e.g. during a working day) but let the server work any time. commit 12840a96eec6c6f1c84a282456c60baa9c3580f5 Author: Matthew Vernon <matthew@debian.org> Date: Fri Jan 31 08:43:30 2025 +0000 changelog for 10.0-2 Signed-off-by: Matthew Vernon <matthew@debian.org> commit f595787242df259c4f674f2d474adaa288ab3b5f Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Jan 25 18:56:47 2025 +0000 Refresh docker builds (debian12, fedora41. fedora38 is gone.) commit 89ef0c824b2cef477d4aa219c92af7ca8497fa08 Author: Matthew Vernon <matthew@debian.org> Date: Sun Jan 26 16:30:54 2025 +0000 doc/Makefile.am - correct permissions of rsbackup-manual.html This was flagged by lintian; doc files should be 0644 (like every other one is), not 0444. Signed-off-by: Matthew Vernon <matthew@debian.org> commit 6f36b4d2ccc2a4b959b204c5687fac92fbfa89e0 Author: Matthew Vernon <matthew@debian.org> Date: Sun Jan 26 16:37:27 2025 +0000 debian/control pkg-config -> pkgconf pkg-config is obsoleted by pkgconf (it only remains on >= stable as a transitional package), so update the Build-Depends. Signed-off-by: Matthew Vernon <matthew@debian.org> commit 67c4d1a9c3b01d7fc2bdbfb03938975678499491 Author: Matthew Vernon <matthew@debian.org> Date: Sat Jan 25 16:04:52 2025 +0000 debian/changelog: Reflect Debian uploads since 8.0-1 This keeps upstream & Debian's d/changelog in sync Signed-off-by: Matthew Vernon <matthew@debian.org> commit f06f4c53816f4c0caaa4be70d35ea1d13872bd7c Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Mon Jan 20 08:46:30 2025 +0000 dist: fix editing damage commit 60569802ad76a85bee8ef142047f126292e0ceb8 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Thu Jan 16 23:20:23 2025 +0000 dist: force signing with the right key commit f8ea2931fb51b2f2486071ab34bd343dac909c2c Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Jan 5 10:06:21 2025 +0000 Remove requirement for root when building the .deb Patch originally by Niels Thykier <niels@thykier.net>. commit 960d31d7d38581769ca29252e1c81dd1c5f0696e Author: Richard Kettlewell <rjk@terraraq.uk> Date: Sun Nov 17 11:59:30 2024 +0000 minor tidying commit 679cd2b3745a0ce9018f43caf8439aa6f01e24db Author: Richard Kettlewell <rjk@terraraq.uk> Date: Sat Nov 16 11:40:17 2024 +0000 Disable check-source test clang-format seems to have moved the goalposts. fixes #113 commit 753064940f5915ef63a21dad6fc14e935c247208 Author: Colin Watson <cjwatson@debian.org> Date: Mon Mar 18 11:27:52 2024 +0000 Fix typo commit d87afc0b947d5748fbd4b9fb6cd2d827584f13f2 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Fri Nov 3 08:43:51 2023 +0000 Docker updates - update to contemporary distributions - EXTRA_DIST docker files commit d8ae80d860f0d2f1aeca674417087824a5a33b60 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Oct 14 13:49:30 2023 +0100 Even more compact time representation commit 9e8236d18d12fcf6ac283f536c6a579590f36cc5 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Oct 14 12:14:14 2023 +0100 More compact representation of backup elapsed times commit a26d2695a8f5da8be1fa8373ff88cfaa9e8c683b Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Mon Oct 2 08:15:24 2023 +0100 Time tracking for backups - new finishtime field for a backup - in-place database upgrade to add the new column, lightly tested by tests/dbupgrade - report shows median/maximum time among extant backups - only open DB read-write if actually needed commit 7dfed2ee703dbb1b58c7ab11be2ac3cbea315cc7 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Oct 1 16:06:13 2023 +0100 Remove legacy upgrade detritus - unused variables removed - docs updated to reflect reality commit 0bb1f759d420292dcf7035c9df45fc80178a2e29 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Oct 1 14:41:58 2023 +0100 --forget-only is not an action option commit 5454b87c6b582da0d343614452d29f61cdd015a6 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Sep 9 14:14:36 2023 +0100 Test failures log failure location better commit 5b044b7c81f569495fe7dd25e34a1a2c2d77827a Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Sep 9 12:32:14 2023 +0100 RSBACKUP_TIME can be formatted time now Makes the tests a bit more comprehensible. commit 0cbe63bfabc5622dddf0baa263dbe5bba61389e6 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Sep 9 11:37:54 2023 +0100 Tests: more selective use of RUN= Rename some RUN= names to be clearer. commit 237b720158e394130d0d40b0aa1a10987e465369 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Sep 9 11:37:14 2023 +0100 Fix hook checking in retire & store tests commit 5cdbd8ab1691fe031b5f17dc2637d89d524dd849 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Sep 2 12:40:44 2023 +0100 setup.sh: test workspaces in their own directory commit dbf1f4675612dcb10e23ee9be37a219a6484a773 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Sep 2 09:54:26 2023 +0100 setup.sh: make sure srcdir is always set commit 0a9ef08db8c89ea6bd5e7c837955ed340bc1f25c Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Mon Aug 28 13:38:25 2023 +0100 Various testing improvemets * Better naming * hook script is more general * tests/README.md commit 6c7eb6e46af2daa695aafc477899c1d640071628 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Aug 27 16:11:14 2023 +0100 Clearer names for hook stamp files commit 42c55d346fae4fa6c7d67bed00dbbb8bf7f22ea5 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Aug 13 11:08:29 2023 +0100 Only run pre-volume-hook if the volume is actually going to be backed up This works by moving the pre-volume-hook sligtly later. One effect of this is that it can happen after the device hook when previously it happened before. This is probably not very important but it does have a knock-on effect on one of the tests. commit 67c5927f78b3be3940e053d582c78d5a7a94c44d Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Aug 5 15:36:43 2023 +0100 Pass --no-human-readable to rsync by default This avoids locale issues when parsing rsync output. fixes #111 commit b7af3e68756c062b11743c7eedca1e4637f0fed8 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sun Jul 30 22:46:22 2023 +0100 Typo fixes commit 4b392e2fd9e5663f0901200828a2050c9b4ba74e Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Sat Jul 29 11:29:51 2023 +0100 More struct/class pedantry "previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Werror,-Wmismatched-tags]" commit 4bf8ca75f42b6d03c14a81a93a35fe1c007eca2f Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Tue Jul 25 08:10:26 2023 +0100 struct/class pedantry commit 7c91363c0804bd62929e404f135ac39aa1c29f46 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Mon Jul 24 10:45:55 2023 +0100 Attach location information to parameter errors commit 598dfbe577d350717d81b7b63c3a4f4478438068 Author: Richard Kettlewell <rjk@greenend.org.uk> Date: Fri Mar 24 11:39:09 2023 +0000 Stylistic fix