Debian Package Tracker
Register | Log in
Subscribe

phpsysinfo

PHP based host information

Choose email to subscribe with

general
  • source: phpsysinfo (main)
  • version: 3.4.4-1
  • maintainer: William Desportes (DMD) (DM)
  • uploaders: Debian PHP PEAR Maintainers (archive) [DMD]
  • arch: all
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.2.5-3
  • oldstable: 3.4.2-3
  • stable: 3.4.4-1
  • unstable: 3.4.4-1
versioned links
  • 3.2.5-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.4.2-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.4.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • phpsysinfo (4 bugs: 0, 2, 2, 0)
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 0:02:42
    Last run: 2026-07-07T10:57:00.000Z
    Previous status: unknown

  • testing: pass (log)
    The tests ran in 0:02:44
    Last run: 2026-07-06T01:53:43.000Z
    Previous status: unknown

  • stable: pass (log)
    The tests ran in 0:02:18
    Last run: 2025-11-09T18:18:55.000Z
    Previous status: unknown

Created: 2026-07-07 Last update: 2026-07-09 17:31
A new upstream version is available: 3.4.6 high
A new upstream version 3.4.6 is available, you should consider packaging it.
Created: 2026-03-22 Last update: 2026-07-09 11:30
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 5-day delay is over. Check why.
Created: 2026-07-08 Last update: 2026-07-09 16:32
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug (2 if counting merged bugs), consider including or untagging them.
Created: 2026-06-02 Last update: 2026-07-09 16:30
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 3.4.4-2, 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 715cc66fa75a2dbf9fd82fb06eac293a067c30d1
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 13:35:53 2026 +0200

    d/ch

commit 9eeab97491768b2ac05cfdb1b89180f13b251403
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 13:35:38 2026 +0200

    Dump the ChromeDriver verbose log on selenium session failure
    
    chromium 150 currently fails to create a WebDriver session in the CI
    (and reproducibly on trixie), crashing on startup with a bare
    "Chrome instance exited. Examine ChromeDriver verbose log" message that
    carries no cause. Run chromedriver with --verbose --log-path and print
    that log to stdout when the session cannot be created, so the GitLab
    runner and debci output show the real reason. The failure is still
    re-raised, so the test keeps reporting the problem.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

commit a0eafe70f1a503e55972fb7c7986373a904dd969
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 13:04:05 2026 +0200

    d/ch

commit 415355dca4d3421f4047d26bd8e955a0f64ecb14
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 13:02:28 2026 +0200

    Read test system data from a captured filesystem via PSI_ROOTFS
    
    Set PSI_ROOTFS to debian/tests/test-fs in the test bootstrap so the
    phpunit tests read all system data from a shipped filesystem tree
    instead of the live host. This also disables executeProgram(), so no
    external commands are run.
    
    This makes the tests hermetic and deterministic, and fixes the build
    failure on minimal chroots (e.g. salsa-ci/sbuild) which do not ship the
    /etc/mtab -> /proc/self/mounts symlink: phpsysinfo used to record a
    "file_exists(/etc/mtab)" error and WebpageXMLTest failed on the empty
    <Errors/> assertion.
    
    Closes: #1139483
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

commit ea9c5bedf6be5e606b296b145d3f2799bbb57ad1
Merge: 7d38ed8 4e79c98
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 12:04:01 2026 +0200

    Merge branch 'update-translation-ca' into 'debian/latest'
    
    Update/add Catalan po-debconf translation
    
    See merge request php-team/pear/phpsysinfo!1

commit 7d38ed83fc4e7c892837438e10984c36eb638f06
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 11:52:23 2026 +0200

    d/ch

commit 6d6a3eae0c84e574cceb80240ac75c8efe1cd646
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 11:51:02 2026 +0200

    Add a README.Debian for the Apparmor profile

commit ff4a4b920f2e0e1d44eb584bedfd25411b0ceaae
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 11:50:41 2026 +0200

    Remove now default Rules-Requires-Root: no

commit 8ab2b6f52d1e166b7ea06eceb4f56dd3f0ed8171
Author: William Desportes <williamdes@wdes.fr>
Date:   Wed Jul 8 11:50:31 2026 +0200

    Remove now default Priority: optional

commit 4e79c980407a2adbd58484bc46b5cdc4df1ca571
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Mon Apr 21 06:50:35 2025 +0000

    Added po-debconf Catalan translation

commit 46d0730dee54b25e1ab6dd199ef989b89f99f1ad
Author: William Desportes <williamdes@wdes.fr>
Date:   Tue Mar 18 11:48:34 2025 +0100

    Remove duplicated --headless option
Created: 2026-07-08 Last update: 2026-07-08 14:01
lintian reports 4 warnings normal
Lintian reports 4 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2024-12-19 Last update: 2026-05-28 06:01
1 low-priority security issue in bookworm low

There is 1 open security issue in bookworm.

1 issue left for the package maintainer to handle:
  • CVE-2023-49006: (needs triaging) Cross Site Request Forgery (CSRF) vulnerability in Phpsysinfo version 3.4.3 allows a remote attacker to obtain sensitive information via a crafted page in the XML.php file.

You can find information about how to handle this issue in the security team's documentation.

Created: 2023-12-19 Last update: 2026-07-08 18:02
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.4 instead of 4.7.0).
Created: 2025-02-21 Last update: 2026-03-31 15:01
testing migrations
  • excuses:
    • Migration status for phpsysinfo (- to 3.4.4-1): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Updating phpsysinfo would introduce bugs in testing: #1139483
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/p/phpsysinfo.html
    • ∙ ∙ Autopkgtest for phpsysinfo/3.4.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, loong64: Pass, ppc64el: Pass, riscv64: No tests, superficial or marked flaky ♻, s390x: No tests, superficial or marked flaky ♻
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • ∙ ∙ 650 days old (needed 5 days)
    • Not considered
news
[rss feed]
  • [2026-07-09] phpsysinfo REMOVED from testing (Debian testing watch)
  • [2026-05-28] phpsysinfo 3.4.4-1 MIGRATED to testing (Debian testing watch)
  • [2026-05-08] phpsysinfo REMOVED from testing (Debian testing watch)
  • [2024-10-03] phpsysinfo 3.4.4-1 MIGRATED to testing (Debian testing watch)
  • [2024-09-27] Accepted phpsysinfo 3.4.4-1 (source) into unstable (William Desportes)
  • [2023-09-14] phpsysinfo 3.4.3-3 MIGRATED to testing (Debian testing watch)
  • [2023-09-08] Accepted phpsysinfo 3.4.3-3 (source) into unstable (William Desportes)
  • [2023-09-07] Accepted phpsysinfo 3.4.3-2 (source) into unstable (William Desportes)
  • [2023-07-11] phpsysinfo 3.4.3-1 MIGRATED to testing (Debian testing watch)
  • [2023-07-06] Accepted phpsysinfo 3.4.3-1 (source) into unstable (William Desportes)
  • [2023-02-10] phpsysinfo 3.4.2-3 MIGRATED to testing (Debian testing watch)
  • [2023-02-04] Accepted phpsysinfo 3.4.2-3 (source) into unstable (William Desportes)
  • [2023-01-19] phpsysinfo 3.4.2-2 MIGRATED to testing (Debian testing watch)
  • [2023-01-14] Accepted phpsysinfo 3.4.2-2 (source) into unstable (William Desportes)
  • [2023-01-12] phpsysinfo 3.4.2-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-07] Accepted phpsysinfo 3.4.2-1 (source) into unstable (William Desportes)
  • [2022-01-06] phpsysinfo REMOVED from testing (Debian testing watch)
  • [2020-03-08] phpsysinfo 3.2.5-3 MIGRATED to testing (Debian testing watch)
  • [2017-01-14] phpsysinfo REMOVED from testing (Debian testing watch)
  • [2016-12-29] phpsysinfo 3.2.5-3 MIGRATED to testing (Debian testing watch)
  • [2016-11-17] Accepted phpsysinfo 3.2.5-3 (source) into unstable (Bjoern Boschman) (signed by: Ondřej Surý)
  • [2016-05-23] phpsysinfo REMOVED from testing (Debian testing watch)
  • [2015-05-26] phpsysinfo 3.2.1-1 MIGRATED to testing (Britney)
  • [2015-05-15] Accepted phpsysinfo 3.2.1-1 (source all) into unstable (Bjoern Boschman) (signed by: Chris Lamb)
  • [2012-06-29] phpsysinfo 3.0.17-1 MIGRATED to testing (Debian testing watch)
  • [2012-06-18] Accepted phpsysinfo 3.0.17-1 (source all) (Bjoern Boschman) (signed by: Frederik Schüler)
  • [2011-06-27] phpsysinfo 3.0.10-1.1 MIGRATED to testing (Debian testing watch)
  • [2011-06-14] Accepted phpsysinfo 3.0.10-1.1 (source all) (Lucas Nussbaum)
  • [2011-04-18] Accepted phpsysinfo 3.0.10-1 (source all) (Bjoern Boschman) (signed by: Frederik Schüler)
  • [2010-03-05] phpsysinfo 3.0~rc6-1.1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 5 6
  • RC: 0
  • I&N: 3
  • M&W: 1 2
  • F&P: 1
  • patch: 1 2
links
  • homepage
  • lintian (0, 4)
  • buildd: logs
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • l10n (100, -)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.4.4-1

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