On Mon, 29 Sep 2025 19:16:38 +0200 Sven Geuer <[email protected]> wrote:
> running "uscan --verbose --report" on the chkrootkit source tree ... > uscan warn: In debian/watch no matching files for watch source ... > instead of ... > uscan info: => Package is up to date from: ... > Prefixing the uscan call with FTP_PASSIVE=1 helps to work around this ... > FTP_PASSIVE was explicitly set in lib/Devscripts/Uscan/Downloader.pm > before commit 62d5fb7a2c4f60ffeb773b6a303510a07a73a31a ... > I am afraid this affects all FTP transfers initiated by uscan from > behind a NAT router, thus the severity of "important". This bug breaks the uscan job in the salsa ci pipeline, It appears to me like commit 62d5fb7a2c4f60ffeb773b6a303510a07a73a31a intended to make passive mode the only option, but wrongly deleted the code setting the envionment variable. A merge request fixing this is https://salsa.debian.org/debian/devscripts/-/merge_requests/646 Thanks

