Debian Package Tracker
Register | Log in
Subscribe

archvsync

Debian archive mirror tool

Choose email to subscribe with

general
  • source: archvsync (main)
  • version: 20180513+nmu1
  • maintainer: Debian Mirror Team (DMD)
  • uploaders: Bastian Blank [DMD]
  • arch: all
  • std-ver: 4.1.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 20180513
  • oldstable: 20180513+nmu1
  • stable: 20180513+nmu1
  • testing: 20180513+nmu1
  • unstable: 20180513+nmu1
versioned links
  • 20180513: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 20180513+nmu1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • ftpsync (5 bugs: 0, 4, 1, 0)
action needed
3 bugs tagged patch in the BTS normal
The BTS contains patches fixing 3 bugs, consider including or untagging them.
Created: 2025-01-06 Last update: 2025-05-08 19:00
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 20180514, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 653357779c338863917aa069afbae1b24472d32d
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Oct 20 16:42:35 2023 +0100

    d/changelog: whitespace fix

commit 0a4e6c4e2c5f4240f50a918df77df21257555355
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Oct 20 16:40:44 2023 +0100

    Add changelog entries for "recent" changes

commit 2bf7578e16bdffd79c5dcfe185f5f922c940bc61
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sat Sep 9 12:32:38 2023 +0100

    Fix support for multiple custom host SSH options
    
    The process of passing host options from runmirrors to SSH triggers
    protects multi-word options by converting spaces to hashes, and then
    back again. However, it only performs a single replacement in each
    case, meaning that "-p 1234" works, but "-p 1234 -4" is treated as
    equivalent to "-p 1234" (and "-4 -p 1234" to "-4 -p")

commit 183eb7f89fd2884317c166878f14be7868de4e28
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Aug 9 16:12:11 2023 +0200

    ci: add bookworm test environment

commit 3832831788128ae46e8e660a4a48daa7072ab39e
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Apr 1 13:40:34 2022 +0200

    Ensure that hook commands with parameters are supported
    
    With this change and without the fix, we get failures:
    $ bats scripts/default/ftpsync.bats
     ✗ run ftpsync
       (in test file scripts/default/ftpsync.bats, line 7)
         `[[ $status -eq 0 ]]' failed
     ✗ run ftpsync, ssh command
       (in test file scripts/default/ftpsync.bats, line 21)
         `[[ $status -eq 0 ]]' failed
     ✓ run ftpsync with non-existant archive
     ✓ run ftpsync with non-existant archive, ssh comman
     ✗ run ftpsync with non-default trigger
       (in test file scripts/default/ftpsync.bats, line 45)
         `[[ $status -eq 0 ]]' failed
    
    With the fix, it works as expected:
    $ bats scripts/default/ftpsync.bats
     ✓ run ftpsync
     ✓ run ftpsync, ssh command
     ✓ run ftpsync with non-existant archive
     ✓ run ftpsync with non-existant archive, ssh comman
     ✓ run ftpsync with non-default trigger
    
    5 tests, 0 failures

commit 9ae66128e3c6a8e9508cfbf3d9f1d1a5b4b61492
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Apr 1 12:58:44 2022 +0200

    ci: add bullseye and sid test environments

commit aea1d338c1fef833ff950992df36e10f447ebc68
Author: Niklas Edmundsson <nikke@acc.umu.se>
Date:   Wed Oct 27 12:01:59 2021 +0200

    Add quoting to boundary parameter in MIME header
    
    Fix quoting boundary in MIME header so mail sent is compliant instead of
    displayed as malformed by strict mail readers.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

commit 0845babb1b7d7959a8cf8b48b5b63341e503f4f3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 1 10:53:30 2022 +0000

    Properly quote HOOKSCR assignments
    
    Otherwise ftpsync is failing with bash 5.1 with errors like this:
    ftpsync: line 276: local: `hook-parameter': not a valid identifier
    
    Closes: #1008773

commit 585bd5f4e8481d4a64ca39a4bc4450f4e357deef
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Jul 16 12:16:15 2021 +0200

    Update installer-$arch/current in stage 2
    
    There are scripts fetching the current installer images through
    the dists/$release/main/installer-$arch/current/images/ path
    and they are validating the MD5SUMS and SHA256SUMS in this
    directory against the Release file. So let's update the symlink
    in stage 2 as well so that we ensure that everything is in sync
    at this point.

commit c7b3249fef8f583ca39d4ca0edb8acaf82efa6c1
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Jul 16 12:07:01 2021 +0200

    Exclude dep11/* files from stage 1
    
    They are listed in the Release/InRelease files and must be updated in
    sync with those files.
    
    We also change --include=i18n/by-hash into an earlier --include=by-hash/
    to cover all by-hash directories no matter where they are located
    because dep11/by-hash/ is a thing too.
    
    Closes: #991166

commit 1d1fb755f66ff17971417bd1769c0bb79654c58b
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Jul 16 12:04:06 2021 +0200

    Exclude Contents* files from stage 1
    
    They are listed in the Release/InRelease files and must be updated in
    sync with those files.

commit 6abc9e0361888f360c61cd4df1a8ff1984456558
Author: Peter Palfrader <peter@palfrader.org>
Date:   Tue Jun 22 21:12:43 2021 +0200

    fix ftpsync-cron crontab

commit 701076f714f5cb9d4e5968175067563b384a3a6f
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Sat Jun 27 03:16:54 2020 +0000

    Update standards version to 4.1.5, no changes needed.
    
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

commit 7da0a287c56d7fca17ccc12ab6cd4349f2f7efab
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Sat Jun 27 03:16:13 2020 +0000

    Set debhelper-compat version in Build-Depends.
    
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

commit f5040586a4cc0171fde1f3d2755d6c1d5fe929f8
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Sat Jun 27 03:15:32 2020 +0000

    Bump debhelper from old 10 to 12.
    
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

commit 6b5cf35099344d8a897e4a9b39dfb88ab38aa8d0
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 23:24:54 2021 +0200

    remove centos6, make debian use buster not stretch

commit f952fda2f1cf61812360faf5127e5431a1d3c45e
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 23:14:33 2021 +0200

    Take out "safeguards", let it break things.

commit 9d1b482b7709adad702866783432f9af5ef8c4e2
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 23:13:53 2021 +0200

    Allow to chose which sections to archive
    
    Possibly not used often, but easy to offer, default to debmirrors
    default.

commit 9fd91827d038b25bb117763b10e3838edd2c0d32
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 15:49:11 2021 +0200

    Use debmirrors --user parameter

commit e19ca7e5beaa4938aebdcde2be2ebee229549c0d
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 15:21:01 2021 +0200

    Adjust way to find user/passwort
    
    - for main archive, we go locally and get us a random secret from the
    rsyncd config
    - for security archive, there is a mirror config rolled out (which
    never gets pushed), use that data

commit 2be62eadab617d38e7ec41fc2236a52c0677a684
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 15:20:52 2021 +0200

    Make shellcheck happy

commit fa925c34c69021f4ed66a41e0c0361b8883372b8
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 13:40:13 2021 +0200

    Comments are good

commit 434f79dffafa1f661f9fc8e856ae24cc12757172
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 13:39:37 2021 +0200

    Variable for the rsync secrets file

commit 7ac9678bd13bf59e24a12c6b6e612abe9f078820
Author: Joerg Jaspert <joerg@debian.org>
Date:   Sun Apr 25 13:31:16 2021 +0200

    archive a release to archive.d.o

commit 57af581ff28a452f053f40639721bb279e1f2cdb
Author: Bastian Blank <waldi@debian.org>
Date:   Sun May 13 15:08:38 2018 +0200

    Update Vcs entries to reality


The Vcs URL is using anonscm.debian.org. Please update it for the move to salsa.debian.org.
Created: 2017-12-03 Last update: 2025-05-08 13:31
lintian reports 5 warnings normal
Lintian reports 5 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2021-01-27 Last update: 2022-07-30 12:12
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.1.4).
Created: 2018-08-20 Last update: 2025-02-27 13:25
news
[rss feed]
  • [2021-01-11] archvsync 20180513+nmu1 MIGRATED to testing (Debian testing watch)
  • [2021-01-05] Accepted archvsync 20180513+nmu1 (source) into unstable (Holger Levsen)
  • [2018-05-18] archvsync 20180513 MIGRATED to testing (Debian testing watch)
  • [2018-05-13] Accepted archvsync 20180513 (source all) into unstable (Bastian Blank)
  • [2017-10-21] archvsync 20171018 MIGRATED to testing (Debian testing watch)
  • [2017-10-18] Accepted archvsync 20171018 (source all) into unstable (Bastian Blank)
  • [2017-10-17] Accepted archvsync 20171017 (source all) into unstable (Bastian Blank)
  • [2017-09-25] archvsync 20170920 MIGRATED to testing (Debian testing watch)
  • [2017-09-20] Accepted archvsync 20170920 (source all) into unstable (Bastian Blank)
  • [2017-09-18] archvsync 20170912 MIGRATED to testing (Debian testing watch)
  • [2017-09-12] Accepted archvsync 20170912 (source all) into unstable (Bastian Blank)
  • [2017-06-20] archvsync 20170204 MIGRATED to testing (Debian testing watch)
  • [2017-03-03] Accepted archvsync 20170204 (source all) into unstable, unstable (Bastian Blank)
bugs [bug history graph]
  • all: 7
  • RC: 0
  • I&N: 5
  • M&W: 2
  • F&P: 0
  • patch: 3
links
  • lintian (0, 5)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 20180513+nmu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing