There is 1 open security issue in sid.
There is 1 open security issue in forky.
commit 136d55cbaaa67ca78eeecf2b6aebb3a23c30032c
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Thu Aug 27 10:05:54 2026 +0200
Document curl alternative for getbuildlog
commit 27e9248d3500357d930b722df4f08fd0c67495cc
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Thu Aug 27 10:03:07 2026 +0200
getbuildlog: support curl as a wget alternative
commit 83d5d2b9b4bfcd160346885e980eb738063b0652
Author: Serge Schneider <serge@raspberrypi.com>
Date: Fri Aug 7 10:51:49 2026 +0100
debrebuild: join env-var list in mmdebstrap chrooted-customize-hook
The trailing string concatenation forced `map` into scalar context, in
which it returns the count of elements, not the mapped list. env(1) then
received that count as its command and failed with `env: 'N': No such
file or directory`.
Regression from #1140552.
Closes: #1145335
Thanks: Agustin Martin Domingo <agmartin@debian.org>
commit 446b1c6777367896307e5a75ca0334cd2a004a38
Author: Jeremy Sowden <azazel@debian.org>
Date: Sun Aug 23 11:18:29 2026 +0100
uscan: fix use of `--download-current-version` with `Version-Constraint: same`
`uscan --download-current-version` fails for Shorewall, which has a number of
components and uses `Version-Constraint: same`:
```
$ head -11 debian/watch
Version: 5
Source: https://www.shorewall.org/pub/@PACKAGE@/@ANY_VERSION@/@PACKAGE@-@ANY_VERSION@/
Matching-Pattern: @PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@
Pgp-Mode: auto
Component: @PACKAGE@6
Source: https://www.shorewall.org/pub/@PACKAGE@/@ANY_VERSION@/@PACKAGE@-@ANY_VERSION@/
Matching-Pattern: @PACKAGE@6-@ANY_VERSION@@ARCHIVE_EXT@
Pgp-Mode: auto
Version-Constraint: same
$ uscan --download-current-version --no-download
Newest version of shorewall on remote site is 5.2.8, specified download version is 5.2.8
uscan warn: In debian/watch no matching files for version in watch line
uscan warn: In debian/watch no matching files for version in watch line
uscan warn: In debian/watch no matching files for version in watch line
uscan warn: In debian/watch no matching files for version in watch line
uscan warn: In debian/watch no matching files for version in watch line
uscan warn: In debian/watch no matching files for version in watch line
```
This happens because `$lastversion` is set to the empty string because of the
version-constraint, and this is used as the download version because of
`--download-current-version`.
Instead, set `$lastversion` to `$self->pkg_version`.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
commit 6bca1740d83fef450be1780a9b535635a1ac32cd
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Tue Aug 18 06:37:13 2026 +0200
debootsnap: add missing space
commit abce572e6f5ca071ff38b520be95bc79ccda8b73
Author: Yadnyesh Kolte <yadnyeshkolte@gmail.com>
Date: Sun Aug 16 12:33:13 2026 +0530
getbuildlog: chomp versions before sorting so 'last' picks the newest
(cherry picked from commit a7d1b173cdf7ba519bddb2041a2de63fc6e59d47)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit cb1a022c8515f4ac0264fc503ab4a88092a265e3
Author: Yadnyesh Kolte <yadnyeshkolte@gmail.com>
Date: Sun Aug 16 12:30:25 2026 +0530
getbuildlog: URL-encode package name when fetching the log index (Closes: #1120313)
(cherry picked from commit 13117358a4df9e5090a605c39776e4279c9647db)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit c778373fc78af48834c953e35a8363126b74f130
Author: Holger Levsen <holger@layer-acht.org>
Date: Sun Aug 16 09:55:37 2026 +0200
Start 2.26.12 development.
d/changelog entries will be written on release
using the git commit messages.
Use 'gbp dch --since v2.26.11 --multimaint-merge'
to write d/changelog entries since that last release.
Gbp-Dch: ignore
Signed-off-by: Holger Levsen <holger@layer-acht.org>
There is 1 open security issue in trixie.
You can find information about how to handle this issue in the security team's documentation.