dput-ng (1.40)
[PTS] [DDPO]
COMMITS: VCS has seen 6 commits since the 1.40 tag
- Git: https://salsa.debian.org/debian/dput-ng.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 950272
- Browser: https://salsa.debian.org/debian/dput-ng
- Last scan: 2024-09-14 06:33:05+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fdput-ng API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 408.
- Next scan: 2024-09-23 02:21:00+00
- Debian changelog in Git:
dput-ng (1.40) unstable; urgency=medium
* Non-maintainer upload.
* Remove extraneous dependency on python3-distutils (Closes: #1065852)
-- Alexandre Detiste <tchet@debian.org> Sat, 29 Jun 2024 22:44:40 +0200
- This branch is 6 commits ahead of tag 1.40
- Git log:
commit f5f72a13f14e5e0ac888d2c391f928ef7000be00
Merge: 2e4a6e9 71b415e
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date: Wed Aug 28 15:50:09 2024 +0000
Merge branch 'fix-dcut-migrate-version' into 'master'
dcut migrate: relax version check
See merge request debian/dput-ng!32
commit 2e4a6e9297e77236dcb0da42d17e889b05b01bf3
Merge: f134eff 20db0db
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jul 1 22:21:01 2024 +0000
Merge branch 'fix-rsync-scp' into 'master'
rsync, scp: Fix username lookup
See merge request debian/dput-ng!36
commit 20db0dbac4815f50840fa411b12a64bbcbfe62fc
Author: Ben Hutchings <benh@debian.org>
Date: Fri Apr 26 21:43:39 2024 +0200
rsync, scp: Fix username lookup
Use the new get_ssh_config() function to get a paramiko SSH config
object for the configured FQDN, and pass that to get_username().
Closes: #1065203
commit e6391b2e326873934a4d61a7f831db1c921fbbb7
Author: Ben Hutchings <benh@debian.org>
Date: Fri Apr 26 21:41:41 2024 +0200
uploaders: Factor SSH config lookup out of sftp uploader
The find_username() function now needs the caller to pass in a
paramiko SSH config object. Introduce a new get_ssh_config() function
for that in the dput.uploaders._ssh_common module.
commit 13bc51e89f6b43e3750eed14526abd313fd423cb
Author: Ben Hutchings <benh@debian.org>
Date: Fri Apr 26 21:32:35 2024 +0200
uploaders: Move common find_username() function out of sftp uploader
The find_username() function of dput.uploaders.sftp is also (ab)used
by the rsync and scp uploaders. Move it into a new
dput.uploaders._ssh_common module so that it's more obviously shared.
commit 71b415e709d884226414b37cc5344b5ece1b3de3
Author: Helmut Grohne <helmut@subdivi.de>
Date: Mon Mar 11 21:43:57 2024 +0100
dcut migrate: relax version check
Upper case letters are legitimate and used e.g. in bind9. Colons are
also permitted if there is an epoch. The regex overaccepts slightly now.