Bug#1136545: marked as done (openssh uses pidof but does not depend on procps)
"Debian Bug Tracking System" <[email protected]> Fri, 29 May 2026 09:21:01 +0000
| Newsgroups | gmane.linux.debian.devel.ssh |
|---|---|
| Message-ID | <handler.1136545.D1136545.17800463813623742.ackdone@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1780046461-3624018-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Fri, 29 May 2026 09:19:39 +0000 with message-id <[email protected]> and subject line Bug#1136545: fixed in openssh 1:10.3p1-3 has caused the Debian Bug report #1136545, regarding openssh uses pidof but does not depend on procps to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 1136545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1136545 Debian Bug Tracking System Contact [email protected] with problems ------------=_1780046461-3624018-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.debian.org; 13 May 2026 23:30:13 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-104.6 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER, MISSING_HEADERS,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 12; hammy, 135; neutral, 39; spammy, 0. spammytokens: hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311, 0.000-+--H*RT:108 Return-path: <[email protected]> Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:56514) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wNJ1p-00CQja-1S for [email protected]; Wed, 13 May 2026 23:30:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Subject:From:Message-ID:Date:Reply-To: To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=59BP1vw4/BmrPzmO7Kua5z3bZqeZBvGtv4GS/xHiJg8=; b=tde+Csv4Ghu5yixJUDlk8fOf3H NEfNd8CREBEeC3Th3+9VnECtQEcqjbmL/zHNk1F2YrzAzM9GsoUsvrQE8qzQMit+BVXS381i51gHQ xD6CDAMlwUc6ntti2ngHWV5pK02vRP1WJMQKppez9tt/Zts5hW79UN603rdx5tE0muCLMskXbZRTF 2/XxmjTv1jTsK8EJOIRBA6nMHIlLkvIH2C3UVJXYXTSn8rW+NGY67FFi3VfNhD6QIE988bk7gcVPh 1Fe46NdULzHefbFutLXKv8RHpJdG0OMwlUhpVut1hJnOcux3pmiQvfN46g3JImp3fCFcfeANt9aWC cPY/mKvA==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wNJ1n-003WGL-39 for [email protected]; Wed, 13 May 2026 23:30:12 +0000 Date: Thu, 14 May 2026 01:30:11 +0200 Message-ID: <[email protected]> From: Gioele Barabucci <[email protected]> Subject: openssh uses pidof but does not depend on procps X-Debian-User: gioele Delivered-To: [email protected] Source: openssh Version: 1:10.0p1-7+deb13u1 Usertags: pidof-without-procps Dear maintainer(s) of openssh, it appears that openssh uses `pidof` in its testsuite, or that at least one of its binary packages uses `pidof` at runtime. Historically, `pidof` was provided by the Essential package `sysvinit-tools`, making an explicit dependency unnecessary. However `pidof` will soon be moved to `procps` and will no longer be part of the Essential set. Please add an explicit dependency on `procps`: * via the `Depends:` field of all binary packages of openssh that use `pidof` at runtime; * via the `Build-Depends:` field of openssh, if `pidof` is used in tests run at build-time; * via the `Depends:` field of `debian/control/tests`, if `pidof` is used in autopkgtests. To prevent any disruption for users of openssh, please add this dependency now, before `pidof` is moved from `sysvinit-utils` to `procps`. Alternatively, you could remove all uses of `pidof`. It is believed that openssh uses `pidof` due to the following code snippets: ``` path: openssh_1:10.2p1-5/debian/tests/regress sudo systemctl start haveged || true STARTED_HAVEGED=: elif ! pidof haveged >/dev/null; then sudo start-stop-daemon --start --quiet \ --pidfile "$AUTOPKGTEST_TMP/haveged.pid" \ ``` Feel free to close this issue if this is a false positive (for example if this code is in an unreachable code path). Regards, -- Gioele Barabucci ------------=_1780046461-3624018-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1136545-close) by bugs.debian.org; 29 May 2026 09:19:41 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-114.1 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA, FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,MD5_SHA1_SUM,PGPSIGNATURE, SPF_HELO_PASS,SPF_PASS,USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 107; hammy, 150; neutral, 119; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload, 0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo. Return-path: <[email protected]> Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:41720) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wStNV-00FChD-1K for [email protected]; Fri, 29 May 2026 09:19:41 +0000 Received: via submission from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wStNU-006dUz-23 for [email protected]; Fri, 29 May 2026 09:19:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type: Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID :Content-Description:In-Reply-To:References; bh=4+2+7YIdLo3upWuC0JGg7mLgCVHuglywza7w7IlaVWE=; b=eL2Pwfk9OcxVz2wJNe/Rb88Tox 8QPzGfTcj5tGBuiUru1af/IV3+6pniiAxR9j/Dwd00vj2+trdi5UMe/AvaXAMsevPvyJ4YrlhBUiV IYojjlceQJwTdWVZl/nSddeQM3Rn7Ysty9Iqj6I6GqbZVFp5rrra2zzVRoKxRWfrIv1zUjpJgndzv lSFlrpKZta8WVWo7OXdz9JW15d1zxulnCgcqGy74zp/26B/BzfgsToEsIDI4BdjDfRbPaXEl/sd1/ HvUghOdzPc+HdccEvPGMXY8OhAjnO1SHMAhGXcvQrj0Mjyr2T0SvkFjU4BYkY4u0a1kGberHZAsWj grv4MF6g==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wStNT-00000003EJO-383l; Fri, 29 May 2026 09:19:39 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Colin Watson <[email protected]> To: [email protected] X-DAK: dak process-upload X-Debian: DAK X-Debian-Package: openssh Debian: DAK Debian-Changes: openssh_10.3p1-3_source.changes Debian-Source: openssh Debian-Version: 1:10.3p1-3 Debian-Architecture: source Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1136545: fixed in openssh 1:10.3p1-3 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============2059429277880735728==" Message-Id: <[email protected]> Date: Fri, 29 May 2026 09:19:39 +0000 --===============2059429277880735728== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Source: openssh Source-Version: 1:10.3p1-3 Done: Colin Watson <[email protected]> We believe that the bug you reported is fixed in the latest version of openssh, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Colin Watson <[email protected]> (supplier of updated openssh package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 29 May 2026 10:00:29 +0100 Source: openssh Architecture: source Version: 1:10.3p1-3 Distribution: unstable Urgency: medium Maintainer: Debian OpenSSH Maintainers <[email protected]> Changed-By: Colin Watson <[email protected]> Closes: 1136545 Changes: openssh (1:10.3p1-3) unstable; urgency=3Dmedium . * Enable regression tests of keyboard-interactive and password authentication. * Add test dependency on procps for pidof (closes: #1136545). Checksums-Sha1: 2245cce1c51271aa43f5ff9d0b1e7fd9ef350918 3751 openssh_10.3p1-3.dsc 5ec411b26bf28059175d1d4b7bd6879724427995 203324 openssh_10.3p1-3.debian.tar.= xz 3f2051ebc7c500522fbe8e037bbeb6a198e2c868 5610940 openssh_10.3p1-3.git.tar.xz 219550f53ba9c81905bf751d142a2fff7024f63f 17491 openssh_10.3p1-3_source.build= info Checksums-Sha256: 5ccad6b3060bdb6d7688f29160d0af1e74ae53d0ed1194bfcb521a2c3ad043f8 3751 openss= h_10.3p1-3.dsc 1357b751f484a983c5d9d749db97a1a1d5008ae1256b67308327f5e5ab3ce8b6 203324 open= ssh_10.3p1-3.debian.tar.xz 44b109cc98d37f8333d0ff9d3b3118727666b3343d5e64d9c482a0f432d3628b 5610940 ope= nssh_10.3p1-3.git.tar.xz 16ccbfbfb9ebe2d81dd45f289651ecc86b9f4e5731f9eeafe9820ec355404f67 17491 opens= sh_10.3p1-3_source.buildinfo Files: 6009634df7b9325f56adcd034bf7f1cd 3751 net standard openssh_10.3p1-3.dsc ebd5550c68264b0da16c7e7d504bc590 203324 net standard openssh_10.3p1-3.debian= .tar.xz 38bb3fc11b2377729b98b15605b53480 5610940 net standard openssh_10.3p1-3.git.t= ar.xz a0804bc5dd2d3d2ab31a4c5a8a5cc25f 17491 net standard openssh_10.3p1-3_source.= buildinfo Git-Tag-Info: tag=3D28711957f26313a6e78f4e8b4035a9c53c404cbe fp=3Dac0a4ff1261= 1b6fccf01c111393587d97d86500b Git-Tag-Tagger: Colin Watson <[email protected]> -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmoZVk8ACgkQYG0ITkaD wHkwwA/+Kz7+d2lK7MFiIIXgBbadKg/ESRuVgY5cE/qyOOAqyV1S984UqoEUigVA eMaLTzyDnwjJuKFLkOGpAzwHtklmFm7gpYz5593L1y/THg1KjZK+FHTzYh2KCCLZ /W7OaIgRHlK2mKpHM6+XaEmWWxgqzVpJwWjp0dVlBzaSiAmWoXzTMhrnV1LwAltx rzTNEwdDjm09Qecc7Wj+wTi6V4vMct1ff8I/rlTq6E+kH/NGcDPjqghx+N7TFu7o yZuK3lLnnzdYSWHjrCD5FX/9htI3uqb1hNdwnEMg0mFR88WIR20aVjXPUl6C8uJy AXfeBIv8vnlIBEs5ARn1EviwGKD5o9hKI98ZIXF5JQzFZOCqmrzzw3ohQ+9dAErh +HGHF/RqF/B3XyTLr32v+UcAZf9K0YOZFTJonI4Aky2HI0CyA9YNgVwU6UIayXxv ieTmJ4elavevNer611AyzQiwOQggA6CJ+hcUKRxXh8OTO7LNpwpQgTCZKbD11cb3 R+yv1xgPIveCNxESx1am3+ccfOjEzw5Y72uPiYOMG8Il7LfYNWdoCT2EoGGAApb/ F6X5TDTk8Z5l0PpPYO5wTowMiJy6soGmNoRJu0UEIDhvSubOOvVVGbpwFFcM/7pt J2Y/XnD048aLbfuNi/f1914KfsB2SMVb7ShmM0ahOYEWG2zdduA=3D =3DKFTV -----END PGP SIGNATURE----- --===============2059429277880735728== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCahlaKwAKCRCb9qggYcy5 IYDFAQDuPX4tD4M68QkSXqBc12I2uZABl18FUXAlJkVYxxJzPgD8ChpLpnsz6/+y SbP2sNU6QOB1UnoNeSBN0ydfuJC0vQ4= =K3Qb -----END PGP SIGNATURE----- --===============2059429277880735728==-- ------------=_1780046461-3624018-0--