[GH-ISSUE #11448] immich.sh update fails on libigdgmm12 when Debian Testing already provides the same version #2428

Closed
opened 2026-02-26 12:52:25 +03:00 by kerem · 0 comments
Owner

Originally created by @BananaBytesLLC on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11448

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

update (immich.sh)

📂 What was the exact command used to execute the script?

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.4

📝 Provide a clear and concise description of the issue.

Problem

The update_script function in immich.sh fails when trying to install Intel's libigdgmm12 package because Debian Testing already provides an
equivalent (or newer) version.

Note, selecting 'libigdgmm12' instead of './libigdgmm12_22.9.0_amd64.deb'
DOWNGRADING:
libigdgmm12

Summary:
Upgrading: 0, Installing: 0, Downgrading: 1, Removing: 0, Not Upgrading: 0
Error: Packages were downgraded and -y was used without --allow-downgrades.

Cause

  • Intel's .deb is version 22.9.0
  • Debian Testing provides version 22.9.0+ds1-1
  • APT sees this as a downgrade due to Debian's version suffix

Suggested Fix

Before attempting to install the Intel .deb, check if the installed version from Debian is already sufficient:

INSTALLED_VERSION=$(dpkg-query -W -f='${Version}' libigdgmm12 2>/dev/null | sed 's/+.//; s/-.//')
REQUIRED_VERSION="22.9.0" # or parse from Dockerfile

if dpkg --compare-versions "$INSTALLED_VERSION" ge "$REQUIRED_VERSION"; then
msg_ok "libigdgmm12 already at sufficient version ($INSTALLED_VERSION)"
else
# proceed with Intel .deb installation
fi

Alternatively, skip the Intel .deb entirely if it's available from Debian Testing at the required version.

Environment

  • Debian Trixie (13) with Testing repo enabled
  • immich LXC from community-scripts
  • libigdgmm12 22.9.0+ds1-1 from Debian Testing

🔄 Steps to reproduce the issue.

update

Paste the full error output (if available).

_                     _      __  

()__ ___ ____ ___ ()/ /
/ / __ __ \/ __ __ / / / __
/ / / / / / / / / / / / / /
/ / / /
/
/
/ /
/ /// // ///___// /_/

✔️ Setup uv 0.9.28
Hit:1 https://security.debian.org trixie-security InRelease
Hit:2 https://deb.debian.org/debian trixie InRelease
Hit:3 https://deb.debian.org/debian trixie-updates InRelease
Hit:4 https://deb.debian.org/debian testing InRelease
Hit:5 https://mise.jdx.dev/deb stable InRelease
Hit:6 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease
Hit:7 https://repo.jellyfin.org/debian trixie InRelease
Hit:8 https://deb.nodesource.com/node_24.x nodistro InRelease
Err:8 https://deb.nodesource.com/node_24.x nodistro InRelease
Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
All packages are up to date.
Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: https://deb.nodesource.com/node_24.x nodistro InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
Warning: Failed to fetch https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

removed 39 packages, and changed 77 packages in 4s

15 packages are looking for funding
run npm fund for details
✔️ Update Node.js 24
Updating pnpm from v10.24.0 to v10.28.0+sha512.
changed 1 package in 1s

1 package is looking for funding
run npm fund for details
✔️ Installed Node.js modules: pnpm@10.28.0+sha512.
libmimalloc3 is already the newest version (3.1.5+ds-2).
Upgrading:
libde265-0 libde265-dev

Summary:
Upgrading: 2, Installing: 0, Removing: 0, Not Upgrading: 539
Download size: 209 kB
Space needed: 12.3 kB / 8,415 MB available

Get:1 https://deb.debian.org/debian testing/main amd64 libde265-dev amd64 1.0.16-1+b1 [14.6 kB]
Get:2 https://deb.debian.org/debian testing/main amd64 libde265-0 amd64 1.0.16-1+b1 [195 kB]
Fetched 209 kB in 0s (2,853 kB/s)
apt-listchanges: Reading changelogs...
N: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
(Reading database ... 47136 files and directories currently installed.)
Preparing to unpack .../libde265-dev_1.0.16-1+b1_amd64.deb ...
Unpacking libde265-dev:amd64 (1.0.16-1+b1) over (1.0.15-1+b3) ...
Preparing to unpack .../libde265-0_1.0.16-1+b1_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.16-1+b1) over (1.0.15-1+b3) ...
Setting up libde265-0:amd64 (1.0.16-1+b1) ...
Setting up libde265-dev:amd64 (1.0.16-1+b1) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...
Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
✔️ Installed/upgraded Testing repo packages
Updating Intel iGPU dependencieslibigdgmm12 was already not on hold.
N: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Note, selecting 'libigdgmm12' instead of './libigdgmm12_22.9.0_amd64.deb'
DOWNGRADING:
libigdgmm12

Summary:
Upgrading: 0, Installing: 0, Downgrading: 1, Removing: 0, Not Upgrading: 0
Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Error: Packages were downgraded and -y was used without --allow-downgrades.
✖️ in line 92: exit code 100 (APT: Package manager error (broken packages / dependency problems)): while executing command apt install -y ./libigdgmm12*.deb
root@immich:/# apt update
Hit:1 https://security.debian.org trixie-security InRelease
Hit:2 https://deb.debian.org/debian trixie InRelease
Hit:3 https://deb.debian.org/debian trixie-updates InRelease
Hit:4 https://deb.debian.org/debian testing InRelease
Hit:5 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease
Hit:6 https://deb.nodesource.com/node_24.x nodistro InRelease
Err:6 https://deb.nodesource.com/node_24.x nodistro InRelease
Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
Hit:7 https://mise.jdx.dev/deb stable InRelease
Hit:8 https://repo.jellyfin.org/debian trixie InRelease
All packages are up to date.
Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: https://deb.nodesource.com/node_24.x nodistro InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
Warning: Failed to fetch https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

🖼️ Additional context (optional).

No response

Originally created by @BananaBytesLLC on GitHub (Feb 1, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11448 Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? update (immich.sh) ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.4 ### 📝 Provide a clear and concise description of the issue. Problem The update_script function in immich.sh fails when trying to install Intel's libigdgmm12 package because Debian Testing already provides an equivalent (or newer) version. Note, selecting 'libigdgmm12' instead of './libigdgmm12_22.9.0_amd64.deb' DOWNGRADING: libigdgmm12 Summary: Upgrading: 0, Installing: 0, Downgrading: 1, Removing: 0, Not Upgrading: 0 Error: Packages were downgraded and -y was used without --allow-downgrades. Cause - Intel's .deb is version 22.9.0 - Debian Testing provides version 22.9.0+ds1-1 - APT sees this as a downgrade due to Debian's version suffix Suggested Fix Before attempting to install the Intel .deb, check if the installed version from Debian is already sufficient: INSTALLED_VERSION=$(dpkg-query -W -f='${Version}' libigdgmm12 2>/dev/null | sed 's/+.*//; s/-.*//') REQUIRED_VERSION="22.9.0" # or parse from Dockerfile if dpkg --compare-versions "$INSTALLED_VERSION" ge "$REQUIRED_VERSION"; then msg_ok "libigdgmm12 already at sufficient version ($INSTALLED_VERSION)" else # proceed with Intel .deb installation fi Alternatively, skip the Intel .deb entirely if it's available from Debian Testing at the required version. Environment - Debian Trixie (13) with Testing repo enabled - immich LXC from community-scripts - libigdgmm12 22.9.0+ds1-1 from Debian Testing ### 🔄 Steps to reproduce the issue. update ### ❌ Paste the full error output (if available). _ _ __ (_)___ ___ ____ ___ (_)____/ /_ / / __ `__ \/ __ `__ \/ / ___/ __ \ / / / / / / / / / / / / / /__/ / / / /_/_/ /_/ /_/_/ /_/ /_/_/\___/_/ /_/ ✔️ Setup uv 0.9.28 Hit:1 https://security.debian.org trixie-security InRelease Hit:2 https://deb.debian.org/debian trixie InRelease Hit:3 https://deb.debian.org/debian trixie-updates InRelease Hit:4 https://deb.debian.org/debian testing InRelease Hit:5 https://mise.jdx.dev/deb stable InRelease Hit:6 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Hit:7 https://repo.jellyfin.org/debian trixie InRelease Hit:8 https://deb.nodesource.com/node_24.x nodistro InRelease Err:8 https://deb.nodesource.com/node_24.x nodistro InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on <obfuscated> is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z All packages are up to date. Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: https://deb.nodesource.com/node_24.x nodistro InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on <obfuscated> is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Warning: Failed to fetch https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on <obfuscated> is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Warning: Some index files failed to download. They have been ignored, or old ones used instead. removed 39 packages, and changed 77 packages in 4s 15 packages are looking for funding run `npm fund` for details ✔️ Update Node.js 24 ⏳ Updating pnpm from v10.24.0 to v10.28.0+sha512.<obfuscated> changed 1 package in 1s 1 package is looking for funding run `npm fund` for details ✔️ Installed Node.js modules: pnpm@10.28.0+sha512.<obfuscated> libmimalloc3 is already the newest version (3.1.5+ds-2). Upgrading: libde265-0 libde265-dev Summary: Upgrading: 2, Installing: 0, Removing: 0, Not Upgrading: 539 Download size: 209 kB Space needed: 12.3 kB / 8,415 MB available Get:1 https://deb.debian.org/debian testing/main amd64 libde265-dev amd64 1.0.16-1+b1 [14.6 kB] Get:2 https://deb.debian.org/debian testing/main amd64 libde265-0 amd64 1.0.16-1+b1 [195 kB] Fetched 209 kB in 0s (2,853 kB/s) apt-listchanges: Reading changelogs... N: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension (Reading database ... 47136 files and directories currently installed.) Preparing to unpack .../libde265-dev_1.0.16-1+b1_amd64.deb ... Unpacking libde265-dev:amd64 (1.0.16-1+b1) over (1.0.15-1+b3) ... Preparing to unpack .../libde265-0_1.0.16-1+b1_amd64.deb ... Unpacking libde265-0:amd64 (1.0.16-1+b1) over (1.0.15-1+b3) ... Setting up libde265-0:amd64 (1.0.16-1+b1) ... Setting up libde265-dev:amd64 (1.0.16-1+b1) ... Processing triggers for libc-bin (2.41-12+deb13u1) ... Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension ✔️ Installed/upgraded Testing repo packages ⏳ Updating Intel iGPU dependencieslibigdgmm12 was already not on hold. N: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Note, selecting 'libigdgmm12' instead of './libigdgmm12_22.9.0_amd64.deb' DOWNGRADING: libigdgmm12 Summary: Upgrading: 0, Installing: 0, Downgrading: 1, Removing: 0, Not Upgrading: 0 Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Error: Packages were downgraded and -y was used without --allow-downgrades. ✖️ in line 92: exit code 100 (APT: Package manager error (broken packages / dependency problems)): while executing command apt install -y ./libigdgmm12*.deb root@immich:/# apt update Hit:1 https://security.debian.org trixie-security InRelease Hit:2 https://deb.debian.org/debian trixie InRelease Hit:3 https://deb.debian.org/debian trixie-updates InRelease Hit:4 https://deb.debian.org/debian testing InRelease Hit:5 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Hit:6 https://deb.nodesource.com/node_24.x nodistro InRelease Err:6 https://deb.nodesource.com/node_24.x nodistro InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on <obfuscated> is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Hit:7 https://mise.jdx.dev/deb stable InRelease Hit:8 https://repo.jellyfin.org/debian trixie InRelease All packages are up to date. Notice: Ignoring file 'pgdg.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'nodesource.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'debian.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'jellyfin.sources.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Notice: Ignoring file 'mise.list.backup' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: https://deb.nodesource.com/node_24.x nodistro InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on <obfuscated> is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Warning: Failed to fetch https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on <obfuscated> is not bound: No binding signature at time 2026-01-19T15:30:12Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Warning: Some index files failed to download. They have been ignored, or old ones used instead. ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:25 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2428
No description provided.