L'API YunoHost ne répond pas / Unable to configure handler 'api', after failed migration to Bookworm

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 11
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no

Describe your issue

I wanted to get access to the web admin
Expected behavior :
connect to the webadmin interface

What happens :
I get the following error message :
L’API YunoHost ne répond pas
Vraiment désolé de cela.
Vous devez chercher de l’aide sur le forum ou le chat pour corriger la situation, ou signaler le bug sur le bugtracker.
Les informations suivantes peuvent être utiles à la personne qui vous aide :

Erreur: “502”

Action: “GET” /yunohost/api/installed?locale=fr

Message d’erreur :
L’API YunoHost ne répond pas. Peut-être que ‘yunohost-api’ est en panne ou a été redémarré ?

J’ai essayé les choses suivantes sans succès :

  • redémarrer l’api en ligne de commande
  • redémarrer le VPS

voir les messages d’erreurs suivants

Comment avancer dans le diag et résoudre le pb ?
Merci d’avance

Share relevant logs or error messages

yunohost tools diagnosis

Traceback (most recent call last):
  File "/usr/lib/python3.11/logging/config.py", line 389, in resolve
    found = getattr(found, frag)
            ^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'moulinette.interfaces' has no attribute 'api'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/logging/config.py", line 391, in resolve
    self.importer(used)
  File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 16, in <module>
    from bottle import request, response, Bottle, HTTPResponse, FileUpload
  File "/usr/lib/python3/dist-packages/bottle.py", line 44, in <module>
    from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.11/logging/config.py", line 562, in configure
    handler = self.configure_handler(handlers[name])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/config.py", line 724, in configure_handler
    klass = self.resolve(cname)
            ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/config.py", line 396, in resolve
    raise v from e
ValueError: Cannot resolve 'moulinette.interfaces.api.APIQueueHandler': cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/bin/yunohost", line 77, in <module>
    yunohost.cli(
  File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 35, in cli
    init_logging(interface="cli", debug=debug, quiet=quiet)
  File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 168, in init_logging
    configure_logging(logging_configuration)
  File "/usr/lib/python3/dist-packages/moulinette/utils/log.py", line 67, in configure_logging
    dictConfig(logging_config)
  File "/usr/lib/python3.11/logging/config.py", line 812, in dictConfig
    dictConfigClass(config).configure()
  File "/usr/lib/python3.11/logging/config.py", line 569, in configure
    raise ValueError('Unable to configure handler '
ValueError: Unable to configure handler 'api'
# systemctl restart matrix-synapse.service
Failed to restart matrix-synapse.service: Unit matrix-synapse.service not found.
# yunohost tools update system
Traceback (most recent call last):
  File "/usr/lib/python3.11/logging/config.py", line 389, in resolve
    found = getattr(found, frag)
            ^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'moulinette.interfaces' has no attribute 'api'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/logging/config.py", line 391, in resolve
    self.importer(used)
  File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 16, in <module>
    from bottle import request, response, Bottle, HTTPResponse, FileUpload
  File "/usr/lib/python3/dist-packages/bottle.py", line 44, in <module>
    from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.11/logging/config.py", line 562, in configure
    handler = self.configure_handler(handlers[name])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/config.py", line 724, in configure_handler
    klass = self.resolve(cname)
            ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/config.py", line 396, in resolve
    raise v from e
ValueError: Cannot resolve 'moulinette.interfaces.api.APIQueueHandler': cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/bin/yunohost", line 77, in <module>
    yunohost.cli(
  File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 35, in cli
    init_logging(interface="cli", debug=debug, quiet=quiet)
  File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 168, in init_logging
    configure_logging(logging_configuration)
  File "/usr/lib/python3/dist-packages/moulinette/utils/log.py", line 67, in configure_logging
    dictConfig(logging_config)
  File "/usr/lib/python3.11/logging/config.py", line 812, in dictConfig
    dictConfigClass(config).configure()
  File "/usr/lib/python3.11/logging/config.py", line 569, in configure
    raise ValueError('Unable to configure handler '
ValueError: Unable to configure handler 'api'

Est-ce que tu peux donner un peu de contexte genre on dirait que tu es à moitié upgradé en Yunohost 12 / Bookworm … Est-ce que tu viens de tenter de faire la migration et qu’elle a échoué en chemin ?

Bonjour @Aleks,

en effet j’ai tenté l’upgrade qui a échoué. Je pensais que le système était revenu à son état initial.
Je pense que l’upgrade a échoué par manque de place sur le serveur. J’ai ensuite fait un peu de place (en supprimant une app et des fichiers en ssh), mais là je suis bloqué. Je ne peux rien faire même en ssh.

Dans ce cas commençons par regarder la sortie de :

sudo dpkg --list | grep 'yunohost\|moulinette'

et

apt list --upgradable

sudo dpkg --list | grep ‘yunohost|moulinette’

hi moulinette 11.3.0 all prototype interfaces with ease in Python
hi yunohost 11.3.0.2 all manageable and configured self-hosting server
hi yunohost-admin 11.3.0 all web administration interface for yunohost

$ apt list --upgradable
Listing… Done
acl/stable 2.3.1-3 amd64 [upgradable from: 2.2.53-10]
adduser/stable 3.134 all [upgradable from: 3.118+deb11u1]
apt-transport-https/stable 2.6.1 all [upgradable from: 2.2.4]
apt-utils/stable 2.6.1 amd64 [upgradable from: 2.2.4]
apt/stable 2.6.1 amd64 [upgradable from: 2.2.4]
aptitude-common/stable 0.8.13-5 all [upgradable from: 0.8.13-3]
aptitude/stable 0.8.13-5 amd64 [upgradable from: 0.8.13-3]
at/stable 3.2.5-1+b1 amd64 [upgradable from: 3.1.23-1.1]
autoconf/stable 2.71-3 all [upgradable from: 2.69-14]
automake/stable 1:1.16.5-1.3 all [upgradable from: 1:1.16.3-2]
autopoint/stable 0.21-12 all [upgradable from: 0.21-4]
autotools-dev/stable 20220109.1 all [upgradable from: 20180224.1+nmu1]
base-files/stable 12.4+deb12u10 amd64 [upgradable from: 11.1+deb11u11]
base-passwd/stable 3.6.1 amd64 [upgradable from: 3.5.51]
bash-completion/stable 1:2.11-6 all [upgradable from: 1:2.11-2]
bash/stable 5.2.15-2+b7 amd64 [upgradable from: 5.1-2+deb11u1]
bc/stable 1.07.1-3+b1 amd64 [upgradable from: 1.07.1-2+b2]
bind9-dnsutils/stable,stable-security 1:9.18.33-1~deb12u2 amd64 [upgradable from: 1:9.16.50-1~deb11u3]
bind9-host/stable,stable-security 1:9.18.33-1~deb12u2 amd64 [upgradable from: 1:9.16.50-1~deb11u3]
bind9-libs/stable,stable-security 1:9.18.33-1~deb12u2 amd64 [upgradable from: 1:9.16.50-1~deb11u3]
bison/stable 2:3.8.2+dfsg-1+b1 amd64 [upgradable from: 2:3.7.5+dfsg-1]
bsdextrautils/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
bsdutils/stable 1:2.38.1-5+deb12u3 amd64 [upgradable from: 1:2.36.1-8+deb11u2]
busybox/stable 1:1.35.0-4+b3 amd64 [upgradable from: 1:1.30.1-6+deb11u1]
bzip2/stable 1.0.8-5+b1 amd64 [upgradable from: 1.0.8-4]
ca-certificates/stable 20230311 all [upgradable from: 20210119]
cloud-guest-utils/stable 0.33-1 all [upgradable from: 0.31-2]
cloud-image-utils/stable 0.33-1 all [upgradable from: 0.31-2]
cloud-init/stable 22.4.2-1+deb12u2 all [upgradable from: 20.4.1-2+deb11u1]
cloud-initramfs-growroot/stable 0.18.debian13+deb12u1 all [upgradable from: 0.18.debian8]
cloud-utils/stable 0.33-1 all [upgradable from: 0.31-2]
cmake-data/stable 3.25.1-1 all [upgradable from: 3.18.4-2+deb11u1]
cmake/stable 3.25.1-1 amd64 [upgradable from: 3.18.4-2+deb11u1]
console-setup-linux/stable 1.221 all [upgradable from: 1.205]
console-setup/stable 1.221 all [upgradable from: 1.205]
coreutils/stable 9.1-1 amd64 [upgradable from: 8.32-4+b1]
coturn/stable 4.6.1-1 amd64 [upgradable from: 4.5.2-3]
cpio/stable 2.13+dfsg-7.1 amd64 [upgradable from: 2.13+dfsg-7.1~deb11u1]
cpp/stable 4:12.2.0-3 amd64 [upgradable from: 4:10.2.1-1]
curl/stable 7.88.1-10+deb12u12 amd64 [upgradable from: 7.74.0-1.3+deb11u14]
dash/stable 0.5.12-2 amd64 [upgradable from: 0.5.11+git20200708+dd9ef66-5]
dbus/stable 1.14.10-1~deb12u1 amd64 [upgradable from: 1.12.28-0+deb11u1]
debconf-i18n/stable 1.5.82 all [upgradable from: 1.5.77]
debconf/stable 1.5.82 all [upgradable from: 1.5.77]
debhelper/stable 13.11.4 all [upgradable from: 13.3.4]
debian-archive-keyring/stable 2023.3+deb12u1 all [upgradable from: 2021.1.1+deb11u1]
debianutils/stable 5.7-0.5~deb12u1 amd64 [upgradable from: 4.11.2]
dh-strip-nondeterminism/stable 1.13.1-1 all [upgradable from: 1.12.0-1]
dialog/stable 1.3-20230209-1 amd64 [upgradable from: 1.3-20201126-1]
dictionaries-common/stable 1.29.5 all [upgradable from: 1.28.4]
diffutils/stable 1:3.8-4 amd64 [upgradable from: 1:3.7-5]
dirmngr/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
discover-data/stable 2.2013.01.13 all [upgradable from: 2.2013.01.11+nmu1]
discover/stable 2.1.2-10 amd64 [upgradable from: 2.1.2-8]
distro-info-data/stable 0.58+deb12u3 all [upgradable from: 0.51+deb11u8]
dmidecode/stable 3.4-1 amd64 [upgradable from: 3.3-2]
dmsetup/stable 2:1.02.185-2 amd64 [upgradable from: 2:1.02.175-2.1]
dns-root-data/stable 2024071801~deb12u1 all [upgradable from: 2024041801~deb11u1]
dnsmasq-base/stable 2.90-4~deb12u1 amd64 [upgradable from: 2.85-1+deb11u1]
dnsmasq/stable 2.90-4~deb12u1 all [upgradable from: 2.85-1+deb11u1]
dovecot-antispam/stable 2.0+20171229-1+b11 amd64 [upgradable from: 2.0+20171229-1+b7]
dovecot-core/stable,stable-security 1:2.3.19.1+dfsg1-2.1+deb12u1 amd64 [upgradable from: 1:2.3.13+dfsg1-2+deb11u2]
dovecot-imapd/stable,stable-security 1:2.3.19.1+dfsg1-2.1+deb12u1 amd64 [upgradable from: 1:2.3.13+dfsg1-2+deb11u2]
dovecot-ldap/stable,stable-security 1:2.3.19.1+dfsg1-2.1+deb12u1 amd64 [upgradable from: 1:2.3.13+dfsg1-2+deb11u2]
dovecot-lmtpd/stable,stable-security 1:2.3.19.1+dfsg1-2.1+deb12u1 amd64 [upgradable from: 1:2.3.13+dfsg1-2+deb11u2]
dovecot-managesieved/stable,stable-security 1:2.3.19.1+dfsg1-2.1+deb12u1 amd64 [upgradable from: 1:2.3.13+dfsg1-2+deb11u2]
dovecot-sieve/stable,stable-security 1:2.3.19.1+dfsg1-2.1+deb12u1 amd64 [upgradable from: 1:2.3.13+dfsg1-2+deb11u2]
dpkg-dev/stable 1.21.22 all [upgradable from: 1.20.13]
dpkg/stable 1.21.22 amd64 [upgradable from: 1.20.13]
dwz/stable 0.15-1 amd64 [upgradable from: 0.13+20210201-1]
e2fsprogs/stable 1.47.0-2 amd64 [upgradable from: 1.46.2-2+deb11u1]
eject/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
emacsen-common/stable 3.0.5 all [upgradable from: 3.0.4]
fail2ban/stable 1.0.2-2 all [upgradable from: 0.11.2-2]
fake-hwclock/stable 0.12+nmu1 all [upgradable from: 0.12]
fakeroot/stable 1.31-1.2 amd64 [upgradable from: 1.25.3-1.1]
fdisk/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
ffmpeg/stable,stable-security 7:5.1.6-0+deb12u1 amd64 [upgradable from: 7:4.3.8-0+deb11u3]
file/stable 1:5.44-3 amd64 [upgradable from: 1:5.39-3+deb11u1]
findutils/stable 4.9.0-4 amd64 [upgradable from: 4.8.0-1]
fontconfig-config/stable 2.14.1-4 all [upgradable from: 2.13.1-4.2]
fontconfig/stable 2.14.1-4 amd64 [upgradable from: 2.13.1-4.2]
fonts-dejavu-core/stable 2.37-6 all [upgradable from: 2.37-2]
fuse/stable 2.9.9-6+b1 amd64 [upgradable from: 2.9.9-5]
g++/stable 4:12.2.0-3 amd64 [upgradable from: 4:10.2.1-1]
galera-4/stable 26.4.20-0+deb12u1 amd64 [upgradable from: 26.4.20-0+deb11u1]
gawk/stable 1:5.2.1-2 amd64 [upgradable from: 1:5.1.0-1]
gcc/stable 4:12.2.0-3 amd64 [upgradable from: 4:10.2.1-1]
gdisk/stable 1.0.9-2.1 amd64 [upgradable from: 1.0.6-1.1]
genisoimage/stable 9:1.1.11-3.4 amd64 [upgradable from: 9:1.1.11-3.2]
geoip-database/stable 20230203-1 all [upgradable from: 20191224-3]
gettext-base/stable 0.21-12 amd64 [upgradable from: 0.21-4]
gettext/stable 0.21-12 amd64 [upgradable from: 0.21-4]
git-man/stable,stable-security 1:2.39.5-0+deb12u2 all [upgradable from: 1:2.30.2-1+deb11u4]
git/stable,stable-security 1:2.39.5-0+deb12u2 amd64 [upgradable from: 1:2.30.2-1+deb11u4]
gnupg-agent/stable 2.2.40-1.1 all [upgradable from: 2.2.27-2+deb11u2]
gnupg-l10n/stable 2.2.40-1.1 all [upgradable from: 2.2.27-2+deb11u2]
gnupg-utils/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gnupg1/stable 1.4.23-1.1+b1 amd64 [upgradable from: 1.4.23-1.1]
gnupg/stable 2.2.40-1.1 all [upgradable from: 2.2.27-2+deb11u2]
gpg-agent/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gpg-wks-client/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gpg-wks-server/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gpg/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gpgconf/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gpgsm/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
gpgv/stable 2.2.40-1.1 amd64 [upgradable from: 2.2.27-2+deb11u2]
grep/stable 3.8-5 amd64 [upgradable from: 3.6-1+deb11u1]
groff-base/stable 1.22.4-10 amd64 [upgradable from: 1.22.4-6]
grub-common/stable,stable-security 2.06-13+deb12u1 amd64 [upgradable from: 2.06-3~deb11u6]
grub-pc-bin/stable,stable-security 2.06-13+deb12u1 amd64 [upgradable from: 2.06-3~deb11u6]
grub-pc/stable,stable-security 2.06-13+deb12u1 amd64 [upgradable from: 2.06-3~deb11u6]
grub2-common/stable,stable-security 2.06-13+deb12u1 amd64 [upgradable from: 2.06-3~deb11u6]
gsasl-common/stable 2.2.0-1 all [upgradable from: 1.10.0-4+deb11u1]
guile-2.2-libs/stable 2.2.7+1-9 amd64 [upgradable from: 2.2.7+1-6]
gzip/stable 1.12-1 amd64 [upgradable from: 1.10-4+deb11u1]
haveged/stable 1.9.14-1+b1 amd64 [upgradable from: 1.9.14-1]
hostname/stable 3.23+nmu1 amd64 [upgradable from: 3.23]
htop/stable 3.2.2-2 amd64 [upgradable from: 3.0.5-7]
hunspell-de-de/stable 20161207-11 all [upgradable from: 20161207-9]
hunspell-en-gb/stable 1:7.5.0-1 all [upgradable from: 1:7.1.0~rc3-3]
hunspell/stable 1.7.1-1 amd64 [upgradable from: 1.7.0-3]
iamerican/stable 3.4.05-1 all [upgradable from: 3.4.02-2]
ibritish/stable 3.4.05-1 all [upgradable from: 3.4.02-2]
icu-devtools/stable 72.1-3 amd64 [upgradable from: 67.1-7]
ienglish-common/stable 3.4.05-1 all [upgradable from: 3.4.02-2]
ifupdown/stable 0.8.41 amd64 [upgradable from: 0.8.36]
imagemagick-6-common/stable 8:6.9.11.60+dfsg-1.6+deb12u2 all [upgradable from: 8:6.9.11.60+dfsg-1.3+deb11u5]
imagemagick-6.q16/stable 8:6.9.11.60+dfsg-1.6+deb12u2 amd64 [upgradable from: 8:6.9.11.60+dfsg-1.3+deb11u5]
imagemagick/stable 8:6.9.11.60+dfsg-1.6+deb12u2 amd64 [upgradable from: 8:6.9.11.60+dfsg-1.3+deb11u5]
init-system-helpers/stable 1.65.2 all [upgradable from: 1.60]
init/stable 1.65.2 amd64 [upgradable from: 1.60]
initramfs-tools-core/stable 0.142+deb12u1 all [upgradable from: 0.140]
initramfs-tools/stable 0.142+deb12u1 all [upgradable from: 0.140]
installation-report/stable 2.89 all [upgradable from: 2.78]
intltool-debian/stable 0.35.0+20060710.6 all [upgradable from: 0.35.0+20060710.5]
iproute2/stable 6.1.0-3 amd64 [upgradable from: 5.10.0-4]
iptables/stable 1.8.9-2 amd64 [upgradable from: 1.8.7-1]
iputils-ping/stable 3:20221126-1+deb12u1 amd64 [upgradable from: 3:20210202-1]
isc-dhcp-client/stable 4.4.3-P1-2 amd64 [upgradable from: 4.4.1-2.3+deb11u2]
isc-dhcp-common/stable 4.4.3-P1-2 amd64 [upgradable from: 4.4.1-2.3+deb11u2]
iso-codes/stable 4.15.0-1 all [upgradable from: 4.6.0-1]
ispell/stable 3.4.05-1 amd64 [upgradable from: 3.4.02-2]
j2cli/stable 0.3.12b-4 all [upgradable from: 0.3.12b-2]
jose/stable 11-2+deb12u1 amd64 [upgradable from: 10-3+deb11u1]
kbd/stable 2.5.1-1+b1 amd64 [upgradable from: 2.3.0-3]
keyboard-configuration/stable 1.221 all [upgradable from: 1.205]
klibc-utils/stable 2.0.12-1 amd64 [upgradable from: 2.0.8-6.1]
kmod/stable 30+20221128-1 amd64 [upgradable from: 28-1]
ldap-utils/stable 2.5.13+dfsg-5 amd64 [upgradable from: 2.4.57+dfsg-3+deb11u1]
less/stable,stable-security 590-2.1~deb12u2 amd64 [upgradable from: 551-2+deb11u2]
libacl1/stable 2.3.1-3 amd64 [upgradable from: 2.2.53-10]
libaio1/stable 0.3.113-4 amd64 [upgradable from: 0.3.112-9]
libapparmor1/stable 3.0.8-3 amd64 [upgradable from: 2.13.6-10]
libapt-pkg6.0/stable 2.6.1 amd64 [upgradable from: 2.2.4]
libarchive13/stable,stable-security 3.6.2-1+deb12u2 amd64 [upgradable from: 3.4.3-2+deb11u2]
libasan6/stable 11.3.0-12 amd64 [upgradable from: 10.2.1-6]
libasound2-data/stable 1.2.8-1 all [upgradable from: 1.2.4-1.1]
libasound2/stable 1.2.8-1+b1 amd64 [upgradable from: 1.2.4-1.1]
libass9/stable 1:0.17.1-1 amd64 [upgradable from: 1:0.15.0-2]
libassuan0/stable 2.5.5-5 amd64 [upgradable from: 2.5.3-7.1]
libasyncns0/stable 0.8-6+b3 amd64 [upgradable from: 0.8-6+b2]
libatomic1/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libattr1/stable 1:2.5.1-4 amd64 [upgradable from: 1:2.4.48-6]
libaudit-common/stable 1:3.0.9-1 all [upgradable from: 1:3.0-2]
libaudit1/stable 1:3.0.9-1 amd64 [upgradable from: 1:3.0-2]
libauthen-sasl-perl/stable 2.1600-3 all [upgradable from: 2.1600-1.1]
libavahi-client3/stable 0.8-10+deb12u1 amd64 [upgradable from: 0.8-5+deb11u3]
libavahi-common-data/stable 0.8-10+deb12u1 amd64 [upgradable from: 0.8-5+deb11u3]
libavahi-common3/stable 0.8-10+deb12u1 amd64 [upgradable from: 0.8-5+deb11u3]
libblas3/stable 3.11.0-2 amd64 [upgradable from: 3.9.0-3+deb11u1]
libblkid1/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
libbluray2/stable 1:1.3.4-1 amd64 [upgradable from: 1:1.2.1-4+deb11u2]
libboost-filesystem1.74.0/stable 1.74.0+ds1-21 amd64 [upgradable from: 1.74.0-9]
libboost-iostreams1.74.0/stable 1.74.0+ds1-21 amd64 [upgradable from: 1.74.0-9]
libbrotli1/stable 1.0.9-2+b6 amd64 [upgradable from: 1.0.9-2+b2]
libbs2b0/stable 3.1.0+dfsg-7 amd64 [upgradable from: 3.1.0+dfsg-2.2+b1]
libbsd0/stable 0.11.7-2 amd64 [upgradable from: 0.11.3-1+deb11u1]
libbz2-1.0/stable 1.0.8-5+b1 amd64 [upgradable from: 1.0.8-4]
libc-ares2/stable 1.18.1-3 amd64 [upgradable from: 1.17.1-1+deb11u3]
libc-client2007e/stable 8:2007f~dfsg-7+b2 amd64 [upgradable from: 8:2007f~dfsg-7+b1]
libcaca0/stable 0.99.beta20-3 amd64 [upgradable from: 0.99.beta19-2.2]
libcairo-gobject2/stable 1.16.0-7 amd64 [upgradable from: 1.16.0-5]
libcairo2/stable 1.16.0-7 amd64 [upgradable from: 1.16.0-5]
libcap-ng0/stable 0.8.3-1+b3 amd64 [upgradable from: 0.7.9-2.2+b1]
libcap2-bin/stable 1:2.66-4 amd64 [upgradable from: 1:2.44-1+deb11u1]
libcap2/stable 1:2.66-4 amd64 [upgradable from: 1:2.44-1+deb11u1]
libcc1-0/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libcdio-cdda2/stable 10.2+2.0.1-1 amd64 [upgradable from: 10.2+2.0.0-1+b2]
libcdio-paranoia2/stable 10.2+2.0.1-1 amd64 [upgradable from: 10.2+2.0.0-1+b2]
libcdio19/stable 2.1.0-4 amd64 [upgradable from: 2.1.0-2]
libcgi-pm-perl/stable 4.55-1 all [upgradable from: 4.51-1]
libchromaprint1/stable 1.5.1-2+b1 amd64 [upgradable from: 1.5.0-2]
libclucene-contribs1v5/stable 2.3.3.4+dfsg-1.1 amd64 [upgradable from: 2.3.3.4+dfsg-1+b1]
libclucene-core1v5/stable 2.3.3.4+dfsg-1.1 amd64 [upgradable from: 2.3.3.4+dfsg-1+b1]
libcom-err2/stable 1.47.0-2 amd64 [upgradable from: 1.46.2-2+deb11u1]
libconfig-inifiles-perl/stable 3.000003-2 all [upgradable from: 3.000003-1]
libconvert-asn1-perl/stable 0.33-1 all [upgradable from: 0.27-3]
libcrypt-dev/stable 1:4.4.33-2 amd64 [upgradable from: 1:4.4.18-4]
libcrypt1/stable 1:4.4.33-2 amd64 [upgradable from: 1:4.4.18-4]
libcryptsetup12/stable 2:2.6.1-4~deb12u2 amd64 [upgradable from: 2:2.3.7-1+deb11u1]
libcups2/stable,stable-security 2.4.2-3+deb12u8 amd64 [upgradable from: 2.3.3op2-3+deb11u9]
libcurl3-gnutls/stable 7.88.1-10+deb12u12 amd64 [upgradable from: 7.74.0-1.3+deb11u14]
libcurl3-nss/stable 7.88.1-10+deb12u12 amd64 [upgradable from: 7.74.0-1.3+deb11u14]
libcurl4-nss-dev/stable 7.88.1-10+deb12u12 amd64 [upgradable from: 7.74.0-1.3+deb11u14]
libcurl4/stable 7.88.1-10+deb12u12 amd64 [upgradable from: 7.74.0-1.3+deb11u14]
libcwidget4/stable 0.5.18-6 amd64 [upgradable from: 0.5.18-5]
libdatrie1/stable 0.2.13-2+b1 amd64 [upgradable from: 0.2.13-1]
libdb5.3/stable 5.3.28+dfsg2-1 amd64 [upgradable from: 5.3.28+dfsg1-0.8]
libdbd-mysql-perl/stable 4.050-5+b1 amd64 [upgradable from: 4.050-3+b1]
libdbi-perl/stable 1.643-4 amd64 [upgradable from: 1.643-3+b1]
libdbus-1-3/stable 1.14.10-1~deb12u1 amd64 [upgradable from: 1.12.28-0+deb11u1]
libdc1394-25/stable 2.2.6-4 amd64 [upgradable from: 2.2.6-3]
libdconf1/stable 0.40.0-4 amd64 [upgradable from: 0.38.0-2]
libde265-0/stable 1.0.11-1+deb12u2 amd64 [upgradable from: 1.0.11-0+deb11u3]
libdebconfclient0/stable 0.270 amd64 [upgradable from: 0.260]
libdebhelper-perl/stable 13.11.4 all [upgradable from: 13.3.4]
libdeflate0/stable 1.14-1 amd64 [upgradable from: 1.7-1]
libdevmapper1.02.1/stable 2:1.02.185-2 amd64 [upgradable from: 2:1.02.175-2.1]
libdigest-hmac-perl/stable 1.04+dfsg-2 all [upgradable from: 1.03+dfsg-2.1]
libdiscover2/stable 2.1.2-10 amd64 [upgradable from: 2.1.2-8]
libdjvulibre21/stable 3.5.28-2+b1 amd64 [upgradable from: 3.5.28-2]
libdpkg-perl/stable 1.21.22 all [upgradable from: 1.20.13]
libdrm-amdgpu1/stable 2.4.114-1+b1 amd64 [upgradable from: 2.4.104-1]
libdrm-common/stable 2.4.114-1 all [upgradable from: 2.4.104-1]
libdrm-intel1/stable 2.4.114-1+b1 amd64 [upgradable from: 2.4.104-1]
libdrm-nouveau2/stable 2.4.114-1+b1 amd64 [upgradable from: 2.4.104-1]
libdrm-radeon1/stable 2.4.114-1+b1 amd64 [upgradable from: 2.4.104-1]
libdrm2/stable 2.4.114-1+b1 amd64 [upgradable from: 2.4.104-1]
libdw1/stable 0.188-2.1 amd64 [upgradable from: 0.183-1]
libe-book-0.1-1/stable 0.1.3-2+b2 amd64 [upgradable from: 0.1.3-2]
libedit2/stable 3.1-20221030-2 amd64 [upgradable from: 3.1-20191231-2+b1]
libelf1/stable 0.188-2.1 amd64 [upgradable from: 0.183-1]
libencode-locale-perl/stable 1.05-3 all [upgradable from: 1.05-1.1]
libepoxy0/stable 1.5.10-1 amd64 [upgradable from: 1.5.5-1]
liberror-perl/stable 0.17029-2 all [upgradable from: 0.17029-1]
libestr0/stable 0.1.11-1 amd64 [upgradable from: 0.1.10-2.1+b1]
libetonyek-0.1-1/stable 0.1.10-3+b1 amd64 [upgradable from: 0.1.9-4]
libevent-2.1-7/stable 2.1.12-stable-8 amd64 [upgradable from: 2.1.12-stable-1]
libevent-core-2.1-7/stable 2.1.12-stable-8 amd64 [upgradable from: 2.1.12-stable-1]
libevent-extra-2.1-7/stable 2.1.12-stable-8 amd64 [upgradable from: 2.1.12-stable-1]
libevent-openssl-2.1-7/stable 2.1.12-stable-8 amd64 [upgradable from: 2.1.12-stable-1]
libevent-pthreads-2.1-7/stable 2.1.12-stable-8 amd64 [upgradable from: 2.1.12-stable-1]
libexpat1-dev/stable,stable-security 2.5.0-1+deb12u1 amd64 [upgradable from: 2.2.10-2+deb11u7]
libexpat1/stable,stable-security 2.5.0-1+deb12u1 amd64 [upgradable from: 2.2.10-2+deb11u7]
libext2fs2/stable 1.47.0-2 amd64 [upgradable from: 1.46.2-2+deb11u1]
libfakeroot/stable 1.31-1.2 amd64 [upgradable from: 1.25.3-1.1]
libfastjson4/stable 1.2304.0-1 amd64 [upgradable from: 0.99.9-1]
libfcgi-perl/stable 0.82+ds-2 amd64 [upgradable from: 0.79+ds-2]
libfdisk1/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
libffi-dev/stable 3.4.4-1 amd64 [upgradable from: 3.3-6]
libfftw3-double3/stable 3.3.10-1 amd64 [upgradable from: 3.3.8-2]
libfido2-1/stable 1.12.0-2+b1 amd64 [upgradable from: 1.6.0-2]
libfile-listing-perl/stable 6.15-1 all [upgradable from: 6.14-1]
libfile-stripnondeterminism-perl/stable 1.13.1-1 all [upgradable from: 1.12.0-1]
libfl2/stable 2.6.4-8.2 amd64 [upgradable from: 2.6.4-8]
libflite1/stable 2.2-5 amd64 [upgradable from: 2.2-2]
libfont-afm-perl/stable 1.20-4 all [upgradable from: 1.20-3]
libfontconfig1/stable 2.14.1-4 amd64 [upgradable from: 2.13.1-4.2]
libfribidi0/stable 1.0.8-2.1 amd64 [upgradable from: 1.0.8-2+deb11u1]
libfstrm0/stable 0.6.1-1 amd64 [upgradable from: 0.6.0-1+b1]
libfuse2/stable 2.9.9-6+b1 amd64 [upgradable from: 2.9.9-5]
libgbm1/stable 22.3.6-1+deb12u1 amd64 [upgradable from: 20.3.5-1]
libgc1/stable 1:8.2.2-3 amd64 [upgradable from: 1:8.0.4-3]
libgcc-s1/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libgcrypt20/stable 1.10.1-3 amd64 [upgradable from: 1.8.7-6]
libgd3/bookworm 2.3.3-13+0~20250427.18+debian12~1.gbp492e76 amd64 [upgradable from: 2.3.3-13+0~20250427.18+debian11~1.gbp492e76]
libgdbm-compat4/stable 1.23-3 amd64 [upgradable from: 1.19-2]
libgdbm6/stable 1.23-3 amd64 [upgradable from: 1.19-2]
libgdk-pixbuf-2.0-0/stable 2.42.10+dfsg-1+deb12u1 amd64 [upgradable from: 2.42.2+dfsg-1+deb11u2]
libgdk-pixbuf2.0-common/stable 2.42.10+dfsg-1+deb12u1 all [upgradable from: 2.42.2+dfsg-1+deb11u2]
libgeoip1/stable 1.6.12-10 amd64 [upgradable from: 1.6.12-7]
libgfortran5/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libgl1-mesa-dri/stable 22.3.6-1+deb12u1 amd64 [upgradable from: 20.3.5-1]
libgl1/stable 1.6.0-1 amd64 [upgradable from: 1.3.2-1]
libglapi-mesa/stable 22.3.6-1+deb12u1 amd64 [upgradable from: 20.3.5-1]
libglib2.0-0/stable 2.74.6-2+deb12u5 amd64 [upgradable from: 2.66.8-1+deb11u6]
libglvnd0/stable 1.6.0-1 amd64 [upgradable from: 1.3.2-1]
libglx-mesa0/stable 22.3.6-1+deb12u1 amd64 [upgradable from: 20.3.5-1]
libglx0/stable 1.6.0-1 amd64 [upgradable from: 1.3.2-1]
libgme0/stable 0.6.3-6 amd64 [upgradable from: 0.6.3-2]
libgomp1/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libgpg-error0/stable 1.46-1 amd64 [upgradable from: 1.38-2]
libgsm1/stable 1.0.22-1 amd64 [upgradable from: 1.0.18-2]
libgssapi-krb5-2/stable,stable-security 1.20.1-2+deb12u2 amd64 [upgradable from: 1.18.3-6+deb11u6]
libgssapi-perl/stable 0.28-4+b1 amd64 [upgradable from: 0.28-3+b3]
libgstreamer-plugins-base1.0-0/stable 1.22.0-3+deb12u4 amd64 [upgradable from: 1.18.4-2+deb11u3]
libgstreamer1.0-0/stable,stable-security 1.22.0-2+deb12u1 amd64 [upgradable from: 1.18.4-2.1+deb11u1]
libharfbuzz-icu0/stable 6.0.0+dfsg-3 amd64 [upgradable from: 2.7.4-1]
libharfbuzz0b/stable 6.0.0+dfsg-3 amd64 [upgradable from: 2.7.4-1]
libhashkit2/bookworm 1.1.4-1+0~20250310.4+debian12~1.gbp476b80 amd64 [upgradable from: 1.1.4-1+0~20250310.4+debian11~1.gbp476b80]
libhavege2/stable 1.9.14-1+b1 amd64 [upgradable from: 1.9.14-1]
libheif1/stable,stable-security 1.15.1-1+deb12u1 amd64 [upgradable from: 1.11.0-1+deb11u2]
libhiredis0.14/stable 0.14.1-3 amd64 [upgradable from: 0.14.1-1]
libhogweed6/stable 3.8.1-2 amd64 [upgradable from: 3.7.3-1]
libhtml-form-perl/stable 6.11-1 all [upgradable from: 6.07-1]
libhtml-format-perl/stable 2.16-2 all [upgradable from: 2.12-1.1]
libhtml-parser-perl/stable 3.81-1 amd64 [upgradable from: 3.75-1+b1]
libhtml-tagset-perl/stable 3.20-6 all [upgradable from: 3.20-4]
libhtml-template-perl/stable 2.97-2 all [upgradable from: 2.97-1.1]
libhtml-tree-perl/stable 5.07-3 all [upgradable from: 5.07-2]
libhttp-daemon-perl/stable 6.16-1 all [upgradable from: 6.12-1+deb11u1]
libhttp-date-perl/stable 6.05-2 all [upgradable from: 6.05-1]
libhttp-message-perl/stable 6.44-1 all [upgradable from: 6.28-1]
libhttp-negotiate-perl/stable 6.01-2 all [upgradable from: 6.01-1]
libhunspell-1.7-0/stable 1.7.1-1 amd64 [upgradable from: 1.7.0-3]
libicu-dev/stable 72.1-3 amd64 [upgradable from: 67.1-7]
libidn2-0/stable 2.3.3-1+b1 amd64 [upgradable from: 2.3.0-5]
libiec61883-0/stable 1.2.0-6+b1 amd64 [upgradable from: 1.2.0-4]
libimagequant0/stable 2.17.0-1 amd64 [upgradable from: 2.12.2-1.1]
libio-html-perl/stable 1.004-3 all [upgradable from: 1.004-2]
libio-socket-inet6-perl/stable 2.73-1 all [upgradable from: 2.72-2.1]
libio-socket-ssl-perl/stable 2.081-2 all [upgradable from: 2.069-1]
libip4tc2/stable 1.8.9-2 amd64 [upgradable from: 1.8.7-1]
libip6tc2/stable 1.8.9-2 amd64 [upgradable from: 1.8.7-1]
libiptc0/stable 1.8.9-2 amd64 [upgradable from: 1.8.7-1]
libisl23/stable 0.25-1.1 amd64 [upgradable from: 0.23-1]
libitm1/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libjack-jackd2-0/stable 1.9.21~dfsg-3 amd64 [upgradable from: 1.9.17~dfsg-1]
libjbig0/stable 2.1-6.1 amd64 [upgradable from: 2.1-3.1+b2]
libjemalloc2/stable 5.3.0-1 amd64 [upgradable from: 5.2.1-3]
libjose0/stable 11-2+deb12u1 amd64 [upgradable from: 10-3+deb11u1]
libjpeg-dev/stable 1:2.1.5-2 amd64 [upgradable from: 1:2.0.6-4]
libjpeg62-turbo-dev/stable 1:2.1.5-2 amd64 [upgradable from: 1:2.0.6-4]
libjpeg62-turbo/stable 1:2.1.5-2 amd64 [upgradable from: 1:2.0.6-4]
libjs-jquery/stable 3.6.1+dfsg+~3.5.14-1 all [upgradable from: 3.5.1+dfsg+~3.5.5-7]
libjs-underscore/stable 1.13.4~dfsg+~1.11.4-3 all [upgradable from: 1.9.1~dfsg-3]
libjson-c5/stable 0.16-2 amd64 [upgradable from: 0.15-2+deb11u1]
libjsoncpp-dev/stable 1.9.5-4 amd64 [upgradable from: 1.9.4-4]
libk5crypto3/stable,stable-security 1.20.1-2+deb12u2 amd64 [upgradable from: 1.18.3-6+deb11u6]
libkeyutils1/stable 1.6.3-2 amd64 [upgradable from: 1.6.1-2]
libklibc/stable 2.0.12-1 amd64 [upgradable from: 2.0.8-6.1]
libkmod2/stable 30+20221128-1 amd64 [upgradable from: 28-1]
libkrb5-3/stable,stable-security 1.20.1-2+deb12u2 amd64 [upgradable from: 1.18.3-6+deb11u6]
libkrb5support0/stable,stable-security 1.20.1-2+deb12u2 amd64 [upgradable from: 1.18.3-6+deb11u6]
libksba8/stable 1.6.3-2 amd64 [upgradable from: 1.5.0-3+deb11u2]
liblangtag-common/stable 0.6.4-2 all [upgradable from: 0.6.3-2]
liblangtag1/stable 0.6.4-2 amd64 [upgradable from: 0.6.3-2]
liblapack3/stable 3.11.0-2 amd64 [upgradable from: 3.9.0-3+deb11u1]
liblcms2-2/stable 2.14-2 amd64 [upgradable from: 2.12~rc1-2]
libldap-common/stable 2.5.13+dfsg-5 all [upgradable from: 2.4.57+dfsg-3+deb11u1]
liblilv-0-0/stable 0.24.14-1 amd64 [upgradable from: 0.24.12-2]
liblocale-gettext-perl/stable 1.07-5 amd64 [upgradable from: 1.07-4+b1]
liblognorm5/stable 2.0.6-4 amd64 [upgradable from: 2.0.5-1.1]
liblsan0/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libltdl7/stable 2.4.7-7~deb12u1 amd64 [upgradable from: 2.4.6-15]
liblua5.1-0/stable 5.1.5-9 amd64 [upgradable from: 5.1.5-8.1+b3]
liblua5.3-0/stable 5.3.6-2 amd64 [upgradable from: 5.3.3-1.1+deb11u1]
liblwp-mediatypes-perl/stable 6.04-2 all [upgradable from: 6.04-1]
liblz4-1/stable 1.9.4-1 amd64 [upgradable from: 1.9.3-2]
liblzma5/stable-security 5.4.1-1 amd64 [upgradable from: 5.2.5-2.1~deb11u1]
libmagic-mgc/stable 1:5.44-3 amd64 [upgradable from: 1:5.39-3+deb11u1]
libmagic1/stable 1:5.44-3 amd64 [upgradable from: 1:5.39-3+deb11u1]
libmagickcore-6.q16-6-extra/stable 8:6.9.11.60+dfsg-1.6+deb12u2 amd64 [upgradable from: 8:6.9.11.60+dfsg-1.3+deb11u5]
libmagickcore-6.q16-6/stable 8:6.9.11.60+dfsg-1.6+deb12u2 amd64 [upgradable from: 8:6.9.11.60+dfsg-1.3+deb11u5]
libmagickwand-6.q16-6/stable 8:6.9.11.60+dfsg-1.6+deb12u2 amd64 [upgradable from: 8:6.9.11.60+dfsg-1.3+deb11u5]
libmailtools-perl/stable 2.21-2 all [upgradable from: 2.21-1]
libmariadb3/stable 1:10.11.11-0+deb12u1 amd64 [upgradable from: 1:10.5.28-0+deb11u1]
libmaxminddb0/stable 1.7.1-1 amd64 [upgradable from: 1.5.2-1]
libmd0/stable 1.0.4-2 amd64 [upgradable from: 1.0.3-3]
libmemcached11/bookworm 1.1.4-1+0~20250310.4+debian12~1.gbp476b80 amd64 [upgradable from: 1.1.4-1+0~20250310.4+debian11~1.gbp476b80]
libmfx1/stable 22.5.4-1 amd64 [upgradable from: 21.1.0-1]
libminiupnpc17/stable 2.2.4-1+b1 amd64 [upgradable from: 2.2.1-1]
libmount1/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
libmp3lame0/stable 3.100-6 amd64 [upgradable from: 3.100-3]
libmpc3/stable 1.3.1-1 amd64 [upgradable from: 1.2.0-1]
libmpdec3/bookworm 2.5.1-2+0~20250507.6+debian12~1.gbp216c03 amd64 [upgradable from: 2.5.1-2+0~20240210.5+debian11~1.gbp216c03]
libmpfr6/stable 4.2.0-1 amd64 [upgradable from: 4.1.0-3]
libmpg123-0/stable,stable-security 1.31.2-1+deb12u1 amd64 [upgradable from: 1.26.4-1+deb11u1]
libmwaw-0.3-3/stable 0.3.21-1 amd64 [upgradable from: 0.3.17-1]
libmysofa1/stable 1.3.1~dfsg0-1 amd64 [upgradable from: 1.2~dfsg0-1]
libmythes-1.2-0/stable 2:1.2.5-1 amd64 [upgradable from: 2:1.2.4-3+b1]
libncurses5/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
libncurses6/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
libncursesw5/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
libncursesw6/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
libnet-dns-perl/stable 1.36-1 all [upgradable from: 1.29-1]
libnet-http-perl/stable 6.22-1 all [upgradable from: 6.20-1]
libnet-ip-perl/stable 1.26-3 all [upgradable from: 1.26-2]
libnet-smtp-ssl-perl/stable 1.04-2 all [upgradable from: 1.04-1]
libnet-ssleay-perl/stable 1.92-2+b1 amd64 [upgradable from: 1.88-3+b1]
libnetaddr-ip-perl/stable 4.079+dfsg-2+b1 amd64 [upgradable from: 4.079+dfsg-1+b5]
libnetfilter-conntrack3/stable 1.0.9-3 amd64 [upgradable from: 1.0.8-3]
libnettle8/stable 3.8.1-2 amd64 [upgradable from: 3.7.3-1]
libnewt0.52/stable 0.52.23-1+b1 amd64 [upgradable from: 0.52.21-4+b3]
libnfnetlink0/stable 1.0.2-2 amd64 [upgradable from: 1.0.1-3+b1]
libnftnl11/stable 1.2.4-2 amd64 [upgradable from: 1.1.9-1]
libnghttp2-14/stable 1.52.0-1+deb12u2 amd64 [upgradable from: 1.43.0-1+deb11u2]
libnginx-mod-http-auth-pam/stable 1:1.5.3-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-cache-purge/stable 1:2.3-4 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-dav-ext/stable 1:3.0.0-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-echo/stable 1:0.63-4 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-fancyindex/stable 1:0.5.2-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-geoip2/stable 1:3.4-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-geoip/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-headers-more-filter/stable 1:0.34-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-image-filter/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-lua/stable 1:0.10.23-1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-ndk/stable 1:0.3.2-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-perl/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-subs-filter/stable 1:0.6.4-4 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-uploadprogress/stable 1:0.9.2-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-upstream-fair/stable 1:0.0~git20120408.a18b409-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-http-xslt-filter/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-mail/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-nchan/stable 1:1.3.6+dfsg-2 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-stream-geoip2/stable 1:3.4-3 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-stream-geoip/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnginx-mod-stream/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
libnl-3-200/stable 3.7.0-0.2+b1 amd64 [upgradable from: 3.4.0-1+b1]
libnl-genl-3-200/stable 3.7.0-0.2+b1 amd64 [upgradable from: 3.4.0-1+b1]
libnspr4/stable 2:4.35-1 amd64 [upgradable from: 2:4.29-1]
libnss-ldapd/stable 0.9.12-4 amd64 [upgradable from: 0.9.11-1]
libnss-myhostname/stable 252.36-1~deb12u1 amd64 [upgradable from: 247.3-7+deb11u6]
libnss3/stable,stable-security 2:3.87.1-1+deb12u1 amd64 [upgradable from: 2:3.61-1+deb11u4]
libntlm0/stable 1.6-4 amd64 [upgradable from: 1.6-3]
libnuma1/stable 2.0.16-1 amd64 [upgradable from: 2.0.12-1+b1]
libnumbertext-1.0-0/stable 1.0.11-1 amd64 [upgradable from: 1.0.7-1]
libnumbertext-data/stable 1.0.11-1 all [upgradable from: 1.0.7-1]
libodbc1/stable 2.3.11-2+deb12u1 amd64 [upgradable from: 2.3.6-0.1+b1]
libogg0/stable 1.3.5-3 amd64 [upgradable from: 1.3.4-0.1]
libonig5/stable 6.9.8-1 amd64 [upgradable from: 6.9.6-1.1]
libopendbx1-sqlite3/stable 1.4.6-16+b1 amd64 [upgradable from: 1.4.6-15]
libopendbx1/stable 1.4.6-16+b1 amd64 [upgradable from: 1.4.6-15]
libopendkim11/stable 2.11.0~beta2-8+deb12u1 amd64 [upgradable from: 2.11.0~beta2-4+deb11u1]
libopenjp2-7/stable,stable-security 2.5.0-2+deb12u1 amd64 [upgradable from: 2.4.0-3+deb11u1]
libopenmpt0/stable 0.6.9-1 amd64 [upgradable from: 0.4.11-1]
libopts25/stable 1:5.18.16-5 amd64 [upgradable from: 1:5.18.16-4]
libopus0/stable 1.3.1-3 amd64 [upgradable from: 1.3.1-0.1]
liborc-0.4-0/stable 1:0.4.33-2 amd64 [upgradable from: 1:0.4.32-1]
libp11-kit0/stable 0.24.1-2 amd64 [upgradable from: 0.23.22-1]
libpam-ldapd/stable 0.9.12-4 amd64 [upgradable from: 0.9.11-1]
libpam-modules-bin/stable 1.5.2-6+deb12u1 amd64 [upgradable from: 1.4.0-9+deb11u1]
libpam-modules/stable 1.5.2-6+deb12u1 amd64 [upgradable from: 1.4.0-9+deb11u1]
libpam-runtime/stable 1.5.2-6+deb12u1 all [upgradable from: 1.4.0-9+deb11u1]
libpam0g/stable 1.5.2-6+deb12u1 amd64 [upgradable from: 1.4.0-9+deb11u1]
libpango-1.0-0/stable 1.50.12+ds-1 amd64 [upgradable from: 1.46.2-3]
libpangocairo-1.0-0/stable 1.50.12+ds-1 amd64 [upgradable from: 1.46.2-3]
libpangoft2-1.0-0/stable 1.50.12+ds-1 amd64 [upgradable from: 1.46.2-3]
libpci3/stable 1:3.9.0-4 amd64 [upgradable from: 1:3.7.0-5]
libpciaccess0/stable 0.17-2 amd64 [upgradable from: 0.16-1]
libpcre2-8-0/stable 10.42-1 amd64 [upgradable from: 10.40-1+0~20220713.16+debian11~1.gbpb6cec5]
libpcre3/bookworm 2:8.45-1+0~20250310.11+debian12~1.gbp8792c4 amd64 [upgradable from: 2:8.45-1+0~20250310.11+debian11~1.gbp8792c4]
libpcsclite1/stable 1.9.9-2 amd64 [upgradable from: 1.9.1-1]
libpipeline1/stable 1.5.7-1 amd64 [upgradable from: 1.5.3-1]
libpixman-1-0/stable 0.42.2-1 amd64 [upgradable from: 0.40.0-1.1~deb11u1]
libpng16-16/stable 1.6.39-2 amd64 [upgradable from: 1.6.37-3]
libpocketsphinx3/stable 0.8+5prealpha+1-15 amd64 [upgradable from: 0.8+5prealpha+1-13]
libpopt0/stable 1.19+dfsg-1 amd64 [upgradable from: 1.18-2]
libpq-dev/stable 15.12-0+deb12u2 amd64 [upgradable from: 13.20-0+deb11u1]
libpq5/stable 15.12-0+deb12u2 amd64 [upgradable from: 13.20-0+deb11u1]
libprotobuf-c1/stable 1.4.1-1+b1 amd64 [upgradable from: 1.3.3-1+b2]
libpsl5/stable 0.21.2-1 amd64 [upgradable from: 0.21.0-1.2]
libpulse0/stable 16.1+dfsg1-2+b1 amd64 [upgradable from: 14.2-2]
libquadmath0/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
librabbitmq4/stable 0.11.0-1+deb12u1 amd64 [upgradable from: 0.10.0-1+deb11u1]
librasqal3/stable 0.9.33-2 amd64 [upgradable from: 0.9.33-0.1]
librbl1/stable 2.11.0~beta2-8+deb12u1 amd64 [upgradable from: 2.11.0~beta2-4+deb11u1]
librdf0/stable 1.0.17-3 amd64 [upgradable from: 1.0.17-1.1+b1]
libreadline8/stable 8.2-1.3 amd64 [upgradable from: 8.1-1]
libreoffice-style-colibre/stable-security 4:7.4.7-1+deb12u8 all [upgradable from: 1:7.0.4-4+deb11u12]
librevenge-0.0-0/stable 0.0.5-3 amd64 [upgradable from: 0.0.4-6+b1]
librhash0/stable 1.4.3-3 amd64 [upgradable from: 1.4.1-2]
librsvg2-2/stable,stable-security 2.54.7+dfsg-1~deb12u1 amd64 [upgradable from: 2.50.3+dfsg-1+deb11u1]
librubberband2/stable 3.1.2+dfsg0-1 amd64 [upgradable from: 1.9.0-1]
libsamplerate0/stable 0.2.2-3 amd64 [upgradable from: 0.2.1+ds0-1]
libsasl2-modules/stable 2.1.28+dfsg-10 amd64 [upgradable from: 2.1.27+dfsg-2.1+deb11u1]
libsdl2-2.0-0/stable 2.26.5+dfsg-1 amd64 [upgradable from: 2.0.14+dfsg2-3+deb11u1]
libseccomp2/stable 2.5.4-1+deb12u1 amd64 [upgradable from: 2.5.1-1+deb11u1]
libselinux1/stable 3.4-1+b6 amd64 [upgradable from: 3.1-3]
libsemanage-common/stable 3.4-1 all [upgradable from: 3.1-1]
libsensors-config/stable 1:3.6.0-7.1 all [upgradable from: 1:3.6.0-7]
libsensors5/stable 1:3.6.0-7.1 amd64 [upgradable from: 1:3.6.0-7]
libserd-0-0/stable 0.30.16-1 amd64 [upgradable from: 0.30.10-2]
libsigc+±2.0-0v5/stable 2.12.0-1 amd64 [upgradable from: 2.10.4-2]
libsigsegv2/stable 2.14-1 amd64 [upgradable from: 2.13-1]
libslang2/stable 2.3.3-3 amd64 [upgradable from: 2.3.2-5]
libsmartcols1/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
libsmbclient/stable,stable-security 2:4.17.12+dfsg-0+deb12u1 amd64 [upgradable from: 2:4.13.13+dfsg-1~deb11u6]
libsnappy1v5/stable 1.1.9-3 amd64 [upgradable from: 1.1.8-1]
libsndfile1/stable 1.2.0-1 amd64 [upgradable from: 1.0.31-2]
libsndio7.0/stable 1.9.0-0.3+b2 amd64 [upgradable from: 1.5.0-3]
libsocket6-perl/stable 0.29-3 amd64 [upgradable from: 0.29-1+b3]
libsord-0-0/stable 0.16.14+git221008-1 amd64 [upgradable from: 0.16.8-2]
libspeex1/stable 1.2.1-2 amd64 [upgradable from: 1.2~rc1.2-1.1]
libsphinxbase3/stable 0.8+5prealpha+1-16 amd64 [upgradable from: 0.8+5prealpha+1-12]
libsratom-0-0/stable 0.6.14-1 amd64 [upgradable from: 0.6.8-1]
libss2/stable 1.47.0-2 amd64 [upgradable from: 1.46.2-2+deb11u1]
libssh-gcrypt-4/stable,stable-security 0.10.6-0+deb12u1 amd64 [upgradable from: 0.9.8-0+deb11u1]
libssh2-1/stable 1.10.0-3+b1 amd64 [upgradable from: 1.9.0-2+deb11u1]
libssl-dev/stable 3.0.15-1~deb12u1 amd64 [upgradable from: 1.1.1w-0+deb11u2]
libssl-doc/stable 3.0.15-1~deb12u1 all [upgradable from: 1.1.1w-0+deb11u2]
libstemmer0d/stable 2.2.0-2 amd64 [upgradable from: 2.1.0-1]
libsub-override-perl/stable 0.09-4 all [upgradable from: 0.09-2]
libsys-hostname-long-perl/stable 1.5-3 all [upgradable from: 1.5-2]
libsystemd0/stable 252.36-1~deb12u1 amd64 [upgradable from: 247.3-7+deb11u6]
libtasn1-6/stable,stable-security 4.19.0-2+deb12u1 amd64 [upgradable from: 4.16.0-2+deb11u2]
libterm-readkey-perl/stable 2.38-2+b1 amd64 [upgradable from: 2.38-1+b2]
libtext-charwidth-perl/stable 0.04-11 amd64 [upgradable from: 0.04-10+b1]
libtext-iconv-perl/stable 1.7-8 amd64 [upgradable from: 1.7-7+b1]
libtext-wrapi18n-perl/stable 0.06-10 all [upgradable from: 0.06-9]
libthai-data/stable 0.1.29-1 all [upgradable from: 0.1.28-3]
libthai0/stable 0.1.29-1 amd64 [upgradable from: 0.1.28-3]
libtheora0/stable 1.1.1+dfsg.1-16.1+b1 amd64 [upgradable from: 1.1.1+dfsg.1-15]
libtinfo5/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
libtinfo6/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
libtirpc-common/stable 1.3.3+ds-1 all [upgradable from: 1.3.1-1+deb11u1]
libtirpc-dev/stable 1.3.3+ds-1 amd64 [upgradable from: 1.3.1-1+deb11u1]
libtirpc3/stable 1.3.3+ds-1 amd64 [upgradable from: 1.3.1-1+deb11u1]
libtool/stable 2.4.7-7~deb12u1 all [upgradable from: 2.4.6-15]
libtry-tiny-perl/stable 0.31-2 all [upgradable from: 0.30-1]
libtsan0/stable 11.3.0-12 amd64 [upgradable from: 10.2.1-6]
libubsan1/stable 12.2.0-14 amd64 [upgradable from: 10.2.1-6]
libudev1/stable 252.36-1~deb12u1 amd64 [upgradable from: 247.3-7+deb11u6]
libudfread0/stable 1.1.2-1 amd64 [upgradable from: 1.1.1-1]
libunbound8/stable,stable-security 1.17.1-2+deb12u2 amd64 [upgradable from: 1.13.1-1+deb11u4]
libunistring2/stable 1.0-2 amd64 [upgradable from: 0.9.10-4]
libuno-cppu3/stable-security 4:7.4.7-1+deb12u8 amd64 [upgradable from: 1:7.0.4-4+deb11u12]
libuno-purpenvhelpergcc3-3/stable-security 4:7.4.7-1+deb12u8 amd64 [upgradable from: 1:7.0.4-4+deb11u12]
libuno-salhelpergcc3-3/stable-security 4:7.4.7-1+deb12u8 amd64 [upgradable from: 1:7.0.4-4+deb11u12]
libunwind8/stable 1.6.2-3 amd64 [upgradable from: 1.3.2-2]
liburi-perl/stable 5.17-1 all [upgradable from: 5.08-1]
libusb-1.0-0/stable 2:1.0.26-1 amd64 [upgradable from: 2:1.0.24-3]
libustr-1.0-1/stable 1.0.4-6.1 amd64 [upgradable from: 1.0.4-6]
libuuid1/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
libuv1/stable,stable-security 1.44.2-1+deb12u1 amd64 [upgradable from: 1.40.0-2+deb11u1]
libva-drm2/stable 2.17.0-1 amd64 [upgradable from: 2.10.0-1]
libva-x11-2/stable 2.17.0-1 amd64 [upgradable from: 2.10.0-1]
libva2/stable 2.17.0-1 amd64 [upgradable from: 2.10.0-1]
libvbr2/stable 2.11.0~beta2-8+deb12u1 amd64 [upgradable from: 2.11.0~beta2-4+deb11u1]
libvdpau1/stable 1.5-2 amd64 [upgradable from: 1.4-3]
libvulkan1/stable 1.3.239.0-1 amd64 [upgradable from: 1.2.162.0-1]
libwavpack1/stable 5.6.0-1 amd64 [upgradable from: 5.4.0-1]
libwayland-client0/stable 1.21.0-1 amd64 [upgradable from: 1.18.0-2~exp1.1]
libwayland-cursor0/stable 1.21.0-1 amd64 [upgradable from: 1.18.0-2~exp1.1]
libwayland-egl1/stable 1.21.0-1 amd64 [upgradable from: 1.18.0-2~exp1.1]
libwayland-server0/stable 1.21.0-1 amd64 [upgradable from: 1.18.0-2~exp1.1]
libwbclient0/stable,stable-security 2:4.17.12+dfsg-0+deb12u1 amd64 [upgradable from: 2:4.13.13+dfsg-1~deb11u6]
libwebpdemux2/stable,stable-security 1.2.4-0.2+deb12u1 amd64 [upgradable from: 0.6.1-2.1+deb11u2]
libwebpmux3/stable,stable-security 1.2.4-0.2+deb12u1 amd64 [upgradable from: 0.6.1-2.1+deb11u2]
libwmf0.2-7/stable 0.2.12-5.1 amd64 [upgradable from: 0.2.8.4-17]
libwpd-0.10-10/stable 0.10.3-2+b1 amd64 [upgradable from: 0.10.3-1]
libwps-0.4-4/stable 0.4.13-1 amd64 [upgradable from: 0.4.12-1]
libwrap0/stable 7.6.q-32 amd64 [upgradable from: 7.6.q-31]
libwww-perl/stable 6.68-1 all [upgradable from: 6.52-1]
libx11-data/stable,stable-security 2:1.8.4-2+deb12u2 all [upgradable from: 2:1.7.2-1+deb11u2]
libxapian30/stable 1.4.22-1 amd64 [upgradable from: 1.4.18-3+deb11u1]
libxcb-dri2-0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-dri3-0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-glx0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-present0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-render0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-shape0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-shm0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-sync1/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb-xfixes0/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcb1/stable 1.15-1 amd64 [upgradable from: 1.14-3]
libxcursor1/stable 1:1.2.1-1 amd64 [upgradable from: 1:1.2.0-2]
libxdamage1/stable 1:1.1.6-1 amd64 [upgradable from: 1:1.1.5-2]
libxext6/stable 2:1.3.4-1+b1 amd64 [upgradable from: 2:1.3.3-1.1]
libxfixes3/stable 1:6.0.0-2 amd64 [upgradable from: 1:5.0.3-2]
libxi6/stable 2:1.8-1+b1 amd64 [upgradable from: 2:1.7.10-1]
libxinerama1/stable 2:1.1.4-3 amd64 [upgradable from: 2:1.1.4-2]
libxkbcommon0/stable 1.5.0-1 amd64 [upgradable from: 1.0.3-2]
libxml2-dev/stable 2.9.14+dfsg-1.3~deb12u1 amd64 [upgradable from: 2.9.14+dfsg-0.1+0~20230421.14+debian11~1.gbpf14485]
libxml2/stable 2.9.14+dfsg-1.3~deb12u1 amd64 [upgradable from: 2.9.14+dfsg-0.1+0~20230421.14+debian11~1.gbpf14485]
libxmlsec1-nss/stable 1.2.37-2 amd64 [upgradable from: 1.2.31-1]
libxmlsec1/stable 1.2.37-2 amd64 [upgradable from: 1.2.31-1]
libxpm4/stable,stable-security 1:3.5.12-1.1+deb12u1 amd64 [upgradable from: 1:3.5.12-1.1+deb11u1]
libxrandr2/stable 2:1.5.2-2+b1 amd64 [upgradable from: 2:1.5.1-1]
libxrender1/stable 1:0.9.10-1.1 amd64 [upgradable from: 1:0.9.10-1]
libxslt1-dev/stable-security 1.1.35-1+deb12u1 amd64 [upgradable from: 1.1.34-4+deb11u2]
libxslt1.1/stable-security 1.1.35-1+deb12u1 amd64 [upgradable from: 1.1.34-4+deb11u2]
libxtables12/stable 1.8.9-2 amd64 [upgradable from: 1.8.7-1]
libxv1/stable 2:1.0.11-1.1 amd64 [upgradable from: 2:1.0.11-1]
libxxhash0/stable 0.8.1-1 amd64 [upgradable from: 0.8.0-2]
libyajl2/stable 2.1.0-3+deb12u2 amd64 [upgradable from: 2.1.0-3+deb11u2]
libyaml-0-2/stable 0.2.5-1 amd64 [upgradable from: 0.2.2-1]
libz3-4/stable 4.8.12-3.1 amd64 [upgradable from: 4.8.10-1]
libzip4/stable 1.7.3-1+b1 amd64 [upgradable from: 1.7.3-1+0~20210114.10+debian10~1.gbp4c125d]
libzmq5/stable 4.3.4-6 amd64 [upgradable from: 4.3.4-1+deb11u1]
libzvbi-common/stable 0.2.41-1 all [upgradable from: 0.2.35-18]
libzvbi0/stable 0.2.41-1 amd64 [upgradable from: 0.2.35-18]
linux-base/stable 4.9 all [upgradable from: 4.6]
linux-image-amd64/stable-security 6.1.135-1 amd64 [upgradable from: 5.10.234-1]
linux-libc-dev/stable-security 6.1.135-1 amd64 [upgradable from: 5.10.234-1]
login/stable 1:4.13+dfsg1-1+b1 amd64 [upgradable from: 1:4.8.1-1+deb11u1]
logrotate/stable 3.21.0-1 amd64 [upgradable from: 3.18.0-2+deb11u2]
logsave/stable 1.47.0-2 amd64 [upgradable from: 1.46.2-2+deb11u1]
lsb-base/stable 11.6 all [upgradable from: 11.1.0]
lsb-release/stable 12.0-1 all [upgradable from: 11.1.0]
lsof/stable 4.95.0-1 amd64 [upgradable from: 4.93.2+dfsg-1.1]
lua-bitop/stable 1.0.2-7 amd64 [upgradable from: 1.0.2-5]
lua-cjson/stable 2.1.0+dfsg-2.2 amd64 [upgradable from: 2.1.0+dfsg-2.1]
lua-event/stable 0.4.6-2+b1 amd64 [upgradable from: 0.4.6-1+b2]
lua-expat/stable 1.5.1-3 amd64 [upgradable from: 1.3.0-4+b1]
lua-filesystem/stable 1.8.0-3 amd64 [upgradable from: 1.8.0-1]
lua-ldap/stable 1.3.0-2+b1 amd64 [upgradable from: 1.2.5-1+b1]
lua-lpeg/stable 1.0.2-2 amd64 [upgradable from: 1.0.2-1]
lua-sec/stable 1.2.0-2 amd64 [upgradable from: 1.0-1]
lua-socket/stable 3.1.0-1+b1 amd64 [upgradable from: 3.0~rc1+git+ac3201d-4]
lua-zlib/stable 1.2-3 amd64 [upgradable from: 1.2-2]
lua5.3/stable 5.3.6-2 amd64 [upgradable from: 5.3.3-1.1+deb11u1]
m4/stable 1.4.19-3 amd64 [upgradable from: 1.4.18-5]
mailcap/stable 3.70+nmu1 all [upgradable from: 3.69]
mailutils-common/stable 1:3.15-4 all [upgradable from: 1:3.10-3]
mailutils/stable 1:3.15-4 amd64 [upgradable from: 1:3.10-3+b1]
man-db/stable 2.11.2-2 amd64 [upgradable from: 2.9.4-2]
manpages-de/stable 4.18.1-1 all [upgradable from: 4.10.0-1]
manpages-es/stable 4.18.1-1 all [upgradable from: 4.10.0-1]
manpages-fr/stable 4.18.1-1 all [upgradable from: 4.10.0-1]
manpages-it/stable 4.18.1-1 all [upgradable from: 4.10.0-1]
manpages-pl/stable 1:4.18.1-1 all [upgradable from: 1:4.10.0-1]
manpages-pt/stable 20040726-8 all [upgradable from: 20040726-4.1]
mariadb-common/stable 1:10.11.11-0+deb12u1 all [upgradable from: 1:10.5.28-0+deb11u1]
mariadb-server-10.5/stable 1:10.11.11-0+deb12u1 amd64 [upgradable from: 1:10.5.28-0+deb11u1]
mariadb-server/stable 1:10.11.11-0+deb12u1 all [upgradable from: 1:10.5.28-0+deb11u1]
mawk/stable 1.3.4.20200120-3.1 amd64 [upgradable from: 1.3.4.20200120-2]
media-types/stable 10.0.0 all [upgradable from: 4.0.0]
mlocate/stable 1.1.18-1 amd64 [upgradable from: 0.26-5]
mlock/stable 8:2007f~dfsg-7+b2 amd64 [upgradable from: 8:2007f~dfsg-7+b1]
moulinette/stable 12.0.4 all [upgradable from: 11.3.0]
mount/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
mysql-common/stable 5.8+1.1.0 all [upgradable from: 5.8+1.0.7]
nano/stable 7.2-1+deb12u1 amd64 [upgradable from: 5.4-2+deb11u3]
ncal/stable 12.1.8 amd64 [upgradable from: 12.1.7+nmu3]
ncurses-base/stable 6.4-4 all [upgradable from: 6.2+20201114-2+deb11u2]
ncurses-bin/stable 6.4-4 amd64 [upgradable from: 6.2+20201114-2+deb11u2]
net-tools/stable 2.10-0.1 amd64 [upgradable from: 1.60+git20181103.0eebece-1+deb11u1]
netbase/stable 6.4 all [upgradable from: 6.3]
netcat-openbsd/stable 1.219-1 amd64 [upgradable from: 1.217-3]
nginx-common/stable 1.22.1-9+deb12u1 all [upgradable from: 1.18.0-6.1+deb11u4]
nginx-extras/stable 1.22.1-9+deb12u1 amd64 [upgradable from: 1.18.0-6.1+deb11u4]
nslcd-utils/stable 0.9.12-4 all [upgradable from: 0.9.11-1]
nslcd/stable 0.9.12-4 amd64 [upgradable from: 0.9.11-1]
ntp/stable,stable-security 1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1 amd64 [upgradable from: 1:4.2.8p15+dfsg-1]
ocl-icd-libopencl1/stable 2.3.1-1 amd64 [upgradable from: 2.2.14-2]
opendkim-tools/stable 2.11.0~beta2-8+deb12u1 amd64 [upgradable from: 2.11.0~beta2-4+deb11u1]
openssh-client/stable,stable-security 1:9.2p1-2+deb12u5 amd64 [upgradable from: 1:8.4p1-5+deb11u4]
openssh-server/stable,stable-security 1:9.2p1-2+deb12u5 amd64 [upgradable from: 1:8.4p1-5+deb11u4]
openssh-sftp-server/stable,stable-security 1:9.2p1-2+deb12u5 amd64 [upgradable from: 1:8.4p1-5+deb11u4]
openssl/stable 3.0.15-1~deb12u1 amd64 [upgradable from: 1.1.1w-0+deb11u2]
passwd/stable 1:4.13+dfsg1-1+b1 amd64 [upgradable from: 1:4.8.1-1+deb11u1]
pci.ids/stable 0.0~2023.04.11-1 all [upgradable from: 0.0~2021.02.08-1]
pciutils/stable 1:3.9.0-4 amd64 [upgradable from: 1:3.7.0-5]
perl-base/stable-security 5.36.0-7+deb12u2 amd64 [upgradable from: 5.32.1-4+deb11u4]
perl-openssl-defaults/stable 7+b1 amd64 [upgradable from: 5]
perl/stable-security 5.36.0-7+deb12u2 amd64 [upgradable from: 5.32.1-4+deb11u4]
php-common/bookworm 2:96+0~20250402.56+debian12~1.gbp84a5b7 all [upgradable from: 2:96+0~20250402.56+debian11~1.gbp84a5b7]
php-gd/stable 2:8.2+93 all [upgradable from: 2:7.4+79+0~20201020.27+debian10~1.gbp95ec92]
php-mbstring/stable 2:8.2+93 all [upgradable from: 2:7.4+79+0~20201020.27+debian10~1.gbp95ec92]
php-pear/stable 1:1.10.13+submodules+notgz+2022032202-2 all [upgradable from: 1:1.10.12+submodules+notgz+20210212-1+0~20210228.21+debian10~1.gbpf2b98f]
php-php-gettext/stable 1.0.12-5 all [upgradable from: 1.0.12-4]
php-xml/stable 2:8.2+93 all [upgradable from: 2:7.4+79+0~20201020.27+debian10~1.gbp95ec92]
php7.0-cli/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-common/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-gd/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-json/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-mbstring/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-opcache/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-readline/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.0-xml/bookworm 7.0.33-79+0~20250311.103+debian12~1.gbpa0f8bd amd64 [upgradable from: 7.0.33-79+0~20250311.103+debian11~1.gbpa0f8bd]
php7.3-cli/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-common/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-curl/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-fpm/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-gd/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-json/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-ldap/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-mbstring/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-mysql/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-opcache/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-readline/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-soap/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-ssh2/bookworm 1.4.1-4+0~20241125.34+debian12~1.gbp18b87c amd64 [upgradable from: 1.4.1-4+0~20241125.34+debian11~1.gbp18b87c]
php7.3-xml/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.3-zip/bookworm 7.3.33-24+0~20250311.131+debian12~1.gbp8dc7d2 amd64 [upgradable from: 7.3.33-24+0~20250311.131+debian11~1.gbp8dc7d2]
php7.4-cli/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-common/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-curl/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-fpm/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-gd/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-intl/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-json/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-ldap/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-mbstring/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-mysql/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-opcache/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-readline/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-xml/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4-zip/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c amd64 [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php7.4/bookworm 1:7.4.33-18+0~20250310.100+debian12~1.gbpaac02c all [upgradable from: 1:7.4.33-18+0~20250310.100+debian11~1.gbpaac02c]
php8.0-cli/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-common/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-curl/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-fpm/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-gd/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-ldap/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-mbstring/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-mysql/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-opcache/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-readline/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-soap/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-ssh2/bookworm 1.4.1-4+0~20241125.34+debian12~1.gbp18b87c amd64 [upgradable from: 1.4.1-4+0~20241125.34+debian11~1.gbp18b87c]
php8.0-xml/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0-zip/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 amd64 [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.0/bookworm 1:8.0.30-13+0~20250313.73+debian12~1.gbpee4be4 all [upgradable from: 1:8.0.30-13+0~20250313.73+debian11~1.gbpee4be4]
php8.1-cli/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-common/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-fpm/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-gd/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-ldap/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-mbstring/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-opcache/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-readline/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1-xml/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce amd64 [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.1/bookworm 8.1.32-1+0~20250313.71+debian12~1.gbpded0ce all [upgradable from: 8.1.32-1+0~20250313.71+debian11~1.gbpded0ce]
php8.2-apcu/bookworm 5.1.24-1+0~20250407.42+debian12~1.gbp5f79ec amd64 [upgradable from: 5.1.24-1+0~20250407.42+debian11~1.gbp5f79ec]
php8.2-bcmath/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-bz2/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-cli/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-common/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-curl/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-fpm/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-gd/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-gmp/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-igbinary/bookworm 3.2.16-4+0~20250408.53+debian12~1.gbpef518d amd64 [upgradable from: 3.2.16-4+0~20250408.53+debian11~1.gbpef518d]
php8.2-imagick/bookworm 3.8.0-1+0~20250418.51+debian12~1.gbpab6fa0 amd64 [upgradable from: 3.8.0-1+0~20250418.51+debian11~1.gbpab6fa0]
php8.2-imap/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-intl/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-ldap/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-mbstring/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-mysql/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-opcache/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-readline/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-redis/bookworm 6.2.0-1+0~20250408.63+debian12~1.gbp272b23 amd64 [upgradable from: 6.2.0-1+0~20250408.63+debian11~1.gbp272b23]
php8.2-soap/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-sqlite3/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-ssh2/bookworm 1.4.1-4+0~20241125.34+debian12~1.gbp18b87c amd64 [upgradable from: 1.4.1-4+0~20241125.34+debian11~1.gbp18b87c]
php8.2-xml/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2-zip/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd amd64 [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
php8.2/bookworm 8.2.28-1+0~20250313.73+debian12~1.gbp0da9cd all [upgradable from: 8.2.28-1+0~20250313.73+debian11~1.gbp0da9cd]
pinentry-curses/stable 1.2.1-1 amd64 [upgradable from: 1.1.0-4]
pkg-config/stable 1.8.1-1 amd64 [upgradable from: 0.29.2-1]
postfix-ldap/stable 3.7.11-0+deb12u1 amd64 [upgradable from: 3.5.25-0+deb11u1]
postfix-pcre/stable 3.7.11-0+deb12u1 amd64 [upgradable from: 3.5.25-0+deb11u1]
postfix-policyd-spf-perl/stable 2.011-2 all [upgradable from: 2.011-1.1]
postfix-sqlite/stable 3.7.11-0+deb12u1 amd64 [upgradable from: 3.5.25-0+deb11u1]
postfix/stable 3.7.11-0+deb12u1 amd64 [upgradable from: 3.5.25-0+deb11u1]
postgresql-client-common/stable 248 all [upgradable from: 225+deb11u1]
postgresql-common/stable 248 all [upgradable from: 225+deb11u1]
postgresql/stable 15+248 all [upgradable from: 13+225+deb11u1]
postsrsd/stable 1.10-2+b1 amd64 [upgradable from: 1.10-2]
procmail/stable 3.22-27 amd64 [upgradable from: 3.22-26+deb11u1]
procps/stable 2:4.0.2-3 amd64 [upgradable from: 2:3.3.17-5]
psmisc/stable 23.6-1 amd64 [upgradable from: 23.4-2]
publicsuffix/stable 20230209.2326-1 all [upgradable from: 20220811.1734-0+deb11u1]
python-apt-common/stable 2.6.0 all [upgradable from: 2.2.1]
python-is-python3/stable 3.11.2-1+deb12u1 all [upgradable from: 3.9.2-1]
python3-appdirs/stable 1.4.4-3 all [upgradable from: 1.4.4-1]
python3-attr/stable 22.2.0-1 all [upgradable from: 20.3.0-1]
python3-blinker/stable 1.5-1 all [upgradable from: 1.4+dfsg1-0.3]
python3-bottle/stable 0.12.23-1.1 all [upgradable from: 0.12.19-1+deb11u1]
python3-bs4/stable 4.11.2-2 all [upgradable from: 4.9.3-1]
python3-certifi/stable 2022.9.24-1 all [upgradable from: 2020.6.20-1]
python3-chardet/stable 5.1.0+dfsg-2 all [upgradable from: 4.0.0-1]
python3-configobj/stable 5.0.8-1 all [upgradable from: 5.0.6-4]
python3-cryptography/stable 38.0.4-3+deb12u1 amd64 [upgradable from: 3.3.2-1+deb11u1]
python3-dateutil/stable 2.8.2-2 all [upgradable from: 2.8.1-6]
python3-defusedxml/stable 0.7.1-2 all [upgradable from: 0.6.0-2]
python3-distro-info/stable 1.5+deb12u1 all [upgradable from: 1.0+deb11u1]
python3-dnspython/stable 2.3.0-1 all [upgradable from: 2.0.0-1]
python3-freezegun/stable 1.2.1+actually1.2.1-1 all [upgradable from: 0.3.15-1]
python3-future/stable 0.18.2-6 all [upgradable from: 0.18.2-5]
python3-gevent-websocket/stable 0.10.1-5 all [upgradable from: 0.10.1-4]
python3-idna/stable 3.3-1+deb12u1 all [upgradable from: 2.10-1+deb11u1]
python3-ifaddr/stable 0.1.7-2 all [upgradable from: 0.1.7-1]
python3-importlib-metadata/stable 4.12.0-1 all [upgradable from: 1.6.0-2]
python3-isodate/stable 0.6.1-1 all [upgradable from: 0.6.0-2]
python3-jinja2/stable 3.1.2-1+deb12u2 all [upgradable from: 2.11.3-1+deb11u4]
python3-json-pointer/stable 2.3-2 all [upgradable from: 2.0-2]
python3-jsonpatch/stable 1.32-2 all [upgradable from: 1.25-3]
python3-jsonschema/stable 4.10.3-1 all [upgradable from: 3.2.0-3]
python3-jwt/stable 2.6.0-1 all [upgradable from: 1.7.1-2]
python3-lexicon/stable 3.11.7-1 all [upgradable from: 3.11.2+ynh11-1]
python3-more-itertools/stable 8.10.0-2 all [upgradable from: 4.2.0-3]
python3-oauthlib/stable 3.2.2-1 all [upgradable from: 3.1.0-2]
python3-openssl/stable 23.0.0-1 all [upgradable from: 20.0.1-1]
python3-packaging/stable 23.0-1 all [upgradable from: 20.9-2]
python3-pkg-resources/stable 66.1.1-1+deb12u1 all [upgradable from: 52.0.0-4+deb11u1]
python3-prompt-toolkit/stable 3.0.36-2 all [upgradable from: 3.0.14-1]
python3-publicsuffix2/stable 2.20191221-3 all [upgradable from: 2.20191221-2]
python3-pyasn1-modules/stable 0.2.8-1 all [upgradable from: 0.2.1-1]
python3-pyasn1/stable 0.4.8-3 all [upgradable from: 0.4.8-1]
python3-pygments/stable 2.14.0+dfsg-1 all [upgradable from: 2.7.1+dfsg-2.1]
python3-pyparsing/stable 3.0.9-1 all [upgradable from: 2.4.7-1]
python3-requests-toolbelt/stable 0.10.1-1 all [upgradable from: 0.9.1-1]
python3-requests/stable 2.28.1+dfsg-1 all [upgradable from: 2.25.1+dfsg-2]
python3-setuptools/stable 66.1.1-1+deb12u1 all [upgradable from: 52.0.0-4+deb11u1]
python3-six/stable 1.16.0-4 all [upgradable from: 1.16.0-2]
python3-soupsieve/stable 2.3.2-1 all [upgradable from: 2.2.1-1]
python3-tldextract/stable 3.1.2-2 all [upgradable from: 2.2.1-1]
python3-toml/stable 0.10.2-1 all [upgradable from: 0.10.1-1]
python3-tz/stable 2022.7.1-4 all [upgradable from: 2021.1-1]
python3-urllib3/stable 1.26.12-1+deb12u1 all [upgradable from: 1.26.5-1~exp1+deb11u1]
python3-wcwidth/stable 0.2.5+dfsg1-1.1 all [upgradable from: 0.1.9+dfsg1-2]
python3-wheel/stable 0.38.4-2 all [upgradable from: 0.34.2-1]
python3-zeep/stable 4.2.1-1 all [upgradable from: 4.0.0-1]
python3-zeroconf/stable 0.47.3-1 all [upgradable from: 0.36.6-1+ynh11]
python3-zipp/stable 1.0.0-6 all [upgradable from: 1.0.0-3]
qemu-utils/stable 1:7.2+dfsg-7+deb12u12 amd64 [upgradable from: 1:5.2+dfsg-11+deb11u4]
readline-common/stable 8.2-1.3 all [upgradable from: 8.1-1]
redis-server/stable,stable-security 5:7.0.15-1~deb12u3 amd64 [upgradable from: 5:6.0.16-1+deb11u5]
redis-tools/stable,stable-security 5:7.0.15-1~deb12u3 amd64 [upgradable from: 5:6.0.16-1+deb11u5]
resolvconf/stable 1.91+nmu1 all [upgradable from: 1.87]
rsync/stable,stable-security 3.2.7-1+deb12u2 amd64 [upgradable from: 3.2.3-4+deb11u3]
rsyslog/stable 8.2302.0-1+deb12u1 amd64 [upgradable from: 8.2102.0-2+deb11u1]
runit-helper/stable 2.15.2 all [upgradable from: 2.10.3]
samba-common/stable,stable-security 2:4.17.12+dfsg-0+deb12u1 all [upgradable from: 2:4.13.13+dfsg-1~deb11u6]
samba-libs/stable,stable-security 2:4.17.12+dfsg-0+deb12u1 amd64 [upgradable from: 2:4.13.13+dfsg-1~deb11u6]
sed/stable 4.9-1 amd64 [upgradable from: 4.7-1]
sensible-utils/stable 0.0.17+nmu1 all [upgradable from: 0.0.14]
shared-mime-info/stable 2.2-1 amd64 [upgradable from: 2.0-1]
slapd/stable 2.5.13+dfsg-5 amd64 [upgradable from: 2.4.57+dfsg-3+deb11u1]
smbclient/stable,stable-security 2:4.17.12+dfsg-0+deb12u1 amd64 [upgradable from: 2:4.13.13+dfsg-1~deb11u6]
socat/stable 1.7.4.4-2 amd64 [upgradable from: 1.7.4.1-3]
ssl-cert/stable 1.1.2 all [upgradable from: 1.1.0+nmu1]
ssowat/stable 12.0.3 all [upgradable from: 11.3.0]
sudo-ldap/stable 1.9.13p3-1+deb12u1 amd64 [upgradable from: 1.9.5p2-3+deb11u1]
systemd-sysv/stable 252.36-1~deb12u1 amd64 [upgradable from: 247.3-7+deb11u6]
systemd/stable 252.36-1~deb12u1 amd64 [upgradable from: 247.3-7+deb11u6]
sysvinit-utils/stable 3.06-4 amd64 [upgradable from: 2.96-7+deb11u1]
tar/stable 1.34+dfsg-1.2+deb12u1 amd64 [upgradable from: 1.34+dfsg-1+deb11u1]
task-english/stable 3.73 all [upgradable from: 3.68+deb11u1]
tasksel-data/stable 3.73 all [upgradable from: 3.68+deb11u1]
tasksel/stable 3.73 all [upgradable from: 3.68+deb11u1]
telnet/stable 0.17+2.4-2+deb12u1 amd64 [upgradable from: 0.17-42]
ttf-bitstream-vera/stable 1.10-8.2 all [upgradable from: 1.10-8.1]
tzdata/stable-updates 2025b-0+deb12u1 all [upgradable from: 2025b-0+deb11u1]
ucf/stable 3.0043+nmu1+deb12u1 all [upgradable from: 3.0043+deb11u2]
udev/stable 252.36-1~deb12u1 amd64 [upgradable from: 247.3-7+deb11u6]
unattended-upgrades/stable 2.9.1+nmu3 all [upgradable from: 2.8]
unzip/stable 6.0-28 amd64 [upgradable from: 6.0-26+deb11u1]
util-linux-locales/stable 2.38.1-5+deb12u3 all [upgradable from: 2.36.1-8+deb11u2]
util-linux/stable 2.38.1-5+deb12u3 amd64 [upgradable from: 2.36.1-8+deb11u2]
vim-common/stable 2:9.0.1378-2+deb12u2 all [upgradable from: 2:8.2.2434-3+deb11u3]
vim-tiny/stable 2:9.0.1378-2+deb12u2 amd64 [upgradable from: 2:8.2.2434-3+deb11u3]
wamerican/stable 2020.12.07-2 all [upgradable from: 2019.10.06-1]
wget/stable 1.21.3-1+deb12u1 amd64 [upgradable from: 1.21-1+deb11u2]
whiptail/stable 0.52.23-1+b1 amd64 [upgradable from: 0.52.21-4+b3]
whois/stable 5.5.17 amd64 [upgradable from: 5.5.10]
x11-common/stable 1:7.7+23 all [upgradable from: 1:7.7+22]
xkb-data/stable 2.35.1-1 all [upgradable from: 2.29-2]
xxd/stable 2:9.0.1378-2+deb12u2 amd64 [upgradable from: 2:8.2.2434-3+deb11u3]
xz-utils/stable-security 5.4.1-1 amd64 [upgradable from: 5.2.5-2.1~deb11u1]
yunohost-admin/stable 12.0.7.1 all [upgradable from: 11.3.0]
yunohost/stable 12.0.16 all [upgradable from: 11.3.0.2]
zlib1g-dev/stable 1:1.2.13.dfsg-1 amd64 [upgradable from: 1:1.2.11.dfsg-2+deb11u2]
zlib1g/stable 1:1.2.13.dfsg-1 amd64 [upgradable from: 1:1.2.11.dfsg-2+deb11u2]

J’espère que ces infos sont suffisantes @Aleks

Bonjour @Aleks ,
penses-tu que mon installation est sauvable ? Merci

yunohost -help

Traceback (most recent call last):
File “/usr/lib/python3.11/logging/config.py”, line 389, in resolve
found = getattr(found, frag)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module ‘moulinette.interfaces’ has no attribute ‘api’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3.11/logging/config.py”, line 391, in resolve
self.importer(used)
File “/usr/lib/python3/dist-packages/moulinette/interfaces/api.py”, line 16, in
from bottle import request, response, Bottle, HTTPResponse, FileUpload
File “/usr/lib/python3/dist-packages/bottle.py”, line 44, in
from inspect import getargspec
ImportError: cannot import name ‘getargspec’ from ‘inspect’ (/usr/lib/python3.11/inspect.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/lib/python3.11/logging/config.py”, line 562, in configure
handler = self.configure_handler(handlers[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/logging/config.py”, line 724, in configure_handler
klass = self.resolve(cname)
^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/logging/config.py”, line 396, in resolve
raise v from e
ValueError: Cannot resolve ‘moulinette.interfaces.api.APIQueueHandler’: cannot import name ‘getargspec’ from ‘inspect’ (/usr/lib/python3.11/inspect.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/bin/yunohost”, line 77, in
yunohost.cli(
File “/usr/lib/python3/dist-packages/yunohost/init.py”, line 35, in cli
init_logging(interface=“cli”, debug=debug, quiet=quiet)
File “/usr/lib/python3/dist-packages/yunohost/init.py”, line 168, in init_logging
configure_logging(logging_configuration)
File “/usr/lib/python3/dist-packages/moulinette/utils/log.py”, line 67, in configure_logging
dictConfig(logging_config)
File “/usr/lib/python3.11/logging/config.py”, line 812, in dictConfig
dictConfigClass(config).configure()
File “/usr/lib/python3.11/logging/config.py”, line 569, in configure
raise ValueError('Unable to configure handler ’
ValueError: Unable to configure handler ‘api’

Est-ce que je dois réinstaller un nouveau yunohost pour pouvoir à nouveau accéder à l’admin ?? Sans accès à l’espace d’administration je suis complètement bloqué pour faire quoi que ce soit (mise à jour, etc…)
Quelqu’un a-t-il déjà eu ce problème ? Comment faire ? help…
Merci d’avance

Urhg désolé pour l’absence de réponse j’ai couru un peu partout ces derniers jours

À mon avis c’est tout à fait sauvable il faut “juste” faire l’upgrade et possiblement comprendre pourquoi elle échoue

Du coup tentons sauvagement un :

sudo apt full-upgrade -o Dpkg::Options::='--force-confold'

peut-être que ça échouera (ou échouera partiellement), auquel cas il faudra partager les logs pour qu’on puisse dépatouiller

Merci beaucoup d’avoir pris le temps de répondre.

Voici le résultat :

apt full-upgrade -o Dpkg::Options::='--force-confold'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ssowat : Depends: nginx-extras (>= 1.6.2) but it is not going to be installed
 yunohost : Depends: nginx
            Depends: nginx-extras (>= 1.18) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Ces infos sont-elles suffisantes ?

Oui, on va peut-être devoir itérer plusieurs fois pour que apt accepte d’installer les trucs … d’ailleurs utilisons plutot “aptitude” qui est le programme utilisé dans la “vrai” migration et qui est moins succeptible de bloquer pour pas grand chose :

sudo aptitude full-upgrade yunohost yunohost-admin moulinette ssowat libluajit2-5.1-2 nginx nginx-extras -o Dpkg::Options::='--force-confold'

Voici le résultat :

aptitude full-upgrade yunohost yunohost-admin moulinette ssowat libluajit2-5.1-2 nginx nginx-extras -o Dpkg::Options::='--force-confold'

The following NEW packages will be installed:
  libluajit2-5.1-2{b} libmilter1.0.1{a} libperl5.36{a} lua-basexx{a} lua-logging{a} lua-luaossl{a} lua-resty-core{a} lua-resty-lrucache{a} lua-rex-pcre2{a} nginx opendkim{a} perl-modules-5.36{a} 
  python3-all{a} python3-async-timeout{a} python3-email-validator{a} python3-magic{a} python3-passlib{a} python3-pydantic{a} python3-typing-extensions{a} 
The following packages will be REMOVED:
  libluajit-5.1-2{a} libluajit-5.1-common{u} lua-event{u} lua-expat{u} lua-ldap{u} lua-rex-pcre{u} lua-sec{u} lua-zlib{u} lua5.3{u} metronome{u} php-mbstring{u} php-php-gettext{u} php7.0-mbstring{u} 
  php7.4-curl{u} php7.4-intl{u} php7.4-ldap{u} php8.1-mbstring{u} 
The following packages will be upgraded:
  libgdbm6 libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-fancyindex libnginx-mod-http-geoip libnginx-mod-http-geoip2 
  libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter libnginx-mod-http-lua libnginx-mod-http-perl libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress 
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libnginx-mod-stream-geoip libnginx-mod-stream-geoip2 libopendkim11 moulinette 
  nginx-common nginx-extras perl perl-base python3-bottle python3-jinja2 python3-zeroconf ssowat yunohost yunohost-admin 
The following packages are RECOMMENDED but will NOT be installed:
  lua-sql-mysql lua-sql-sqlite3 python3-babel yunohost-portal 
33 packages upgraded, 19 newly installed, 17 to remove and 826 not upgraded.
Need to get 20.2 MB of archives. After unpacking 45.3 MB will be used.
The following packages have unmet dependencies:
 libnetaddr-ip-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libnet-ssleay-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                        - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libfcgi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                         - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libluajit2-5.1-2 : Depends: libluajit2-5.1-common (= 2.1-20230119-1) but it is not going to be installed
 libdbd-mysql-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                              - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libnginx-mod-http-ndk : Depends: nginx-common (= 1.18.0-6.1+deb11u4) but 1.22.1-9+deb12u2 is to be installed
 libsocket6-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                            - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 liblocale-gettext-perl : PreDepends: perlapi-5.32.0 which is a virtual package, provided by:
                                      - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libtext-charwidth-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                   - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libterm-readkey-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                 - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libhtml-parser-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libluajit-5.1-dev : Depends: libluajit-5.1-2 (= 2.1.0~beta3+git20220320+dfsg-4.1) but it is not going to be installed
 libtext-iconv-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libgssapi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                           - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

open: 4296; closed: 4301; defer: 2; conflict: 2                                                                                                                                                                   oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 8763; closed: 8768; defer: 2; conflict: 2                                                                                                                                                                   oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 13516; closed: 13521; defer: 2; conflict: 2                                                                                                                                                                 oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 18483; closed: 18488; defer: 2; conflict: 2                                                                                                                                                                 oNo solution found within the allotted time.  Try harder? [Y/n] 

mmm est-ce que par hasard tu as Minetest d’installé ? Je me demande si c’est pas le même problème que j’ai vu quelques fois sur ce forum …

En tout cas essayons en rajoutant un truc supplémentaire pour essayer de débloquer le truc lié à libluajit :

sudo aptitude full-upgrade yunohost yunohost-admin moulinette ssowat libluajit2-5.1-2 libluajit-5.1-2- nginx nginx-extras -o Dpkg::Options::='--force-confold'

Oui il me semble que Minetest est encore installé mais j’ai eu plein de pb sans trouver de solution (désolé mais je ne me souvient plus des détails, j’avais posté des demandes sur le forum).

sinon voici le résultat de la dernière commande :

The following NEW packages will be installed:
  libluajit2-5.1-2 libluajit2-5.1-common{a} libmilter1.0.1{a} libperl5.36{a} lua-basexx{a} lua-logging{a} lua-luaossl{a} lua-resty-core{a} lua-resty-lrucache{a} lua-rex-pcre2{a} nginx opendkim{a} 
  perl-modules-5.36{a} python3-all{a} python3-async-timeout{a} python3-email-validator{a} python3-magic{a} python3-passlib{a} python3-pydantic{a} python3-typing-extensions{a} 
The following packages will be REMOVED:
  libluajit-5.1-2 libluajit-5.1-common{u} lua-event{u} lua-expat{u} lua-ldap{u} lua-rex-pcre{u} lua-sec{u} lua-zlib{u} lua5.3{u} metronome{u} php-mbstring{u} php-php-gettext{u} php7.0-mbstring{u} 
  php7.4-curl{u} php7.4-intl{u} php7.4-ldap{u} php8.1-mbstring{u} 
The following packages will be upgraded:
  libgdbm6 libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-fancyindex libnginx-mod-http-geoip libnginx-mod-http-geoip2 
  libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter libnginx-mod-http-lua libnginx-mod-http-perl libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress 
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libnginx-mod-stream-geoip libnginx-mod-stream-geoip2 libopendkim11 moulinette 
  nginx-common nginx-extras perl perl-base python3-bottle python3-jinja2 python3-zeroconf ssowat yunohost yunohost-admin 
The following packages are RECOMMENDED but will NOT be installed:
  lua-sql-mysql lua-sql-sqlite3 python3-babel yunohost-portal 
33 packages upgraded, 20 newly installed, 17 to remove and 826 not upgraded.
Need to get 20.3 MB of archives. After unpacking 45.6 MB will be used.
The following packages have unmet dependencies:
 libnetaddr-ip-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libnet-ssleay-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                        - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libfcgi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                         - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbd-mysql-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                              - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libnginx-mod-http-ndk : Depends: nginx-common (= 1.18.0-6.1+deb11u4) but 1.22.1-9+deb12u2 is to be installed
 libsocket6-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                            - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 liblocale-gettext-perl : PreDepends: perlapi-5.32.0 which is a virtual package, provided by:
                                      - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libtext-charwidth-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                   - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libterm-readkey-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                 - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libhtml-parser-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libluajit-5.1-dev : Depends: libluajit-5.1-2 (= 2.1.0~beta3+git20220320+dfsg-4.1) but it is not going to be installed
 libtext-iconv-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libgssapi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                           - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

open: 3915; closed: 3921; defer: 2; conflict: 2                                                                                                                                                                   oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 8696; closed: 8702; defer: 2; conflict: 2                                                                                                                                                                   oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 14821; closed: 14827; defer: 2; conflict: 2                                                                                                                                                                 ONo solution found within the allotted time.  Try harder? [Y/n] Y
Resolving dependencies...
open: 18426; closed: 18432; defer: 2; conflict: 2                                                                                                                                                                 oNo solution found within the allotted time.  Try harder? [Y/n] 

Zgrompf du coup continuons d’expliciter à apt/aptitude ce qu’on veut dans l’espoir de résoudre les conflits chelous … :

sudo aptitude full-upgrade yunohost yunohost-admin moulinette ssowat libluajit2-5.1-2 libluajit-5.1-2- libluajit-5.1-dev- libnginx-mod-http-ndk nginx nginx-extras -o Dpkg::Options::='--force-confold'

voici le résultat :

The following NEW packages will be installed:
  libluajit2-5.1-2 libluajit2-5.1-common{a} libmilter1.0.1{a} libperl5.36{a} lua-basexx{a} lua-logging{a} lua-luaossl{a} lua-resty-core{a} lua-resty-lrucache{a} lua-rex-pcre2{a} nginx opendkim{a} 
  perl-modules-5.36{a} python3-all{a} python3-async-timeout{a} python3-email-validator{a} python3-magic{a} python3-passlib{a} python3-pydantic{a} python3-typing-extensions{a} 
The following packages will be REMOVED:
  libluajit-5.1-2 libluajit-5.1-common{u} libluajit-5.1-dev lua-event{u} lua-expat{u} lua-ldap{u} lua-rex-pcre{u} lua-sec{u} lua-zlib{u} lua5.3{u} metronome{u} php-mbstring{u} php-php-gettext{u} 
  php7.0-mbstring{u} php7.4-curl{u} php7.4-intl{u} php7.4-ldap{u} php8.1-mbstring{u} 
The following packages will be upgraded:
  libgdbm6 libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-fancyindex libnginx-mod-http-geoip libnginx-mod-http-geoip2 
  libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter libnginx-mod-http-lua libnginx-mod-http-ndk libnginx-mod-http-perl libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress 
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libnginx-mod-stream-geoip libnginx-mod-stream-geoip2 libopendkim11 moulinette 
  nginx-common nginx-extras perl perl-base python3-bottle python3-jinja2 python3-zeroconf ssowat yunohost yunohost-admin 
The following packages are RECOMMENDED but will NOT be installed:
  lua-sql-mysql lua-sql-sqlite3 python3-babel yunohost-portal 
34 packages upgraded, 20 newly installed, 18 to remove and 825 not upgraded.
Need to get 20.3 MB of archives. After unpacking 44.7 MB will be used.
The following packages have unmet dependencies:
 minetest-ynh-deps : Depends: libluajit-5.1-dev but it is not going to be installed
 libnetaddr-ip-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libnet-ssleay-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                        - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libfcgi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                         - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbd-mysql-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                              - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libsocket6-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                            - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 liblocale-gettext-perl : PreDepends: perlapi-5.32.0 which is a virtual package, provided by:
                                      - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libtext-charwidth-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                   - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libterm-readkey-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                 - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libhtml-parser-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libtext-iconv-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libgssapi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                           - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

open: 3932; closed: 3940; defer: 3; conflict: 4                                                                                                                                                                   oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 8366; closed: 8374; defer: 3; conflict: 4                                                                                                                                                                   oNo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 14992; closed: 15000; defer: 3; conflict: 4                                                                                                                                                                 ONo solution found within the allotted time.  Try harder? [Y/n] y
Resolving dependencies...
open: 18319; closed: 18327; defer: 3; conflict: 4                                                                                                                                                                 oNo solution found within the allotted time.  Try harder? [Y/n] 

je ne comprends pas tout mais si minetest pose un pb, il est possible de le supprimer sans hésitation.
Faut-il redémarrer le serveur après ces manips ?

Zblerg mouipe mais j’ai l’impression qu’il y a tout de même un autre truc étrange lié à perl et sans rapport avec minetest … Ça va finir par tomber en marche mais il faut un peu insister pour aider apt/aptitude à trouver son chemin malheureusement … Bref jte propose d’essayer avec :

sudo aptitude full-upgrade yunohost yunohost-admin moulinette ssowat libluajit2-5.1-2 libluajit-5.1-2- libluajit-5.1-dev- libnginx-mod-http-ndk nginx nginx-extras yunohost-portal perl-base minetest-ynh-deps- -o Dpkg::Options::='--force-confold'

Là ça a été plus locace.
Le texte est très long,
Ça a commencé par

The following NEW packages will be installed:
  libluajit2-5.1-2 libluajit2-5.1-common{a} libmilter1.0.1{a} libperl5.36{a} lua-basexx{a} lua-logging{a} lua-luaossl{a} lua-resty-core{a} lua-resty-lrucache{a} lua-rex-pcre2{a} nginx opendkim{a} 
  perl-modules-5.36{a} python3-all{a} python3-async-timeout{a} python3-email-validator{a} python3-magic{a} python3-passlib{a} python3-pydantic{a} python3-typing-extensions{a} yunohost-portal 
The following packages will be REMOVED:
  cmake{u} cmake-data{u} libcurl3-nss{u} libcurl4-nss-dev{u} libgmp-dev{u} libgmpxx4ldbl{u} libjsoncpp-dev{u} libjsoncpp24{u} libluajit-5.1-2 libluajit-5.1-common{u} libluajit-5.1-dev librhash0{u} 
  libsqlite3-dev{u} libzstd-dev{u} lua-event{u} lua-expat{u} lua-ldap{u} lua-rex-pcre{u} lua-sec{u} lua-zlib{u} lua5.3{u} metronome{u} minetest-ynh-deps php-mbstring{u} php-php-gettext{u} php7.0-mbstring{u} 
  php7.4-curl{u} php7.4-intl{u} php7.4-ldap{u} php8.1-mbstring{u} 
The following packages will be upgraded:
  libgdbm6 libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-fancyindex libnginx-mod-http-geoip libnginx-mod-http-geoip2 
  libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter libnginx-mod-http-lua libnginx-mod-http-ndk libnginx-mod-http-perl libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress 
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libnginx-mod-stream-geoip libnginx-mod-stream-geoip2 libopendkim11 moulinette 
  nginx-common nginx-extras perl perl-base python3-bottle python3-jinja2 python3-zeroconf ssowat yunohost yunohost-admin 
The following packages are RECOMMENDED but will NOT be installed:
  lua-sql-mysql lua-sql-sqlite3 python3-babel 
34 packages upgraded, 21 newly installed, 30 to remove and 819 not upgraded.
Need to get 20.6 MB of archives. After unpacking 3,278 kB will be used.
The following packages have unmet dependencies:
 libnetaddr-ip-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libnet-ssleay-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                        - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libfcgi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                         - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libdbd-mysql-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                              - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libsocket6-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                            - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 liblocale-gettext-perl : PreDepends: perlapi-5.32.0 which is a virtual package, provided by:
                                      - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libtext-charwidth-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                   - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libterm-readkey-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                 - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libhtml-parser-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                                - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libtext-iconv-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                               - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

 libgssapi-perl : Depends: perlapi-5.32.0 which is a virtual package, provided by:
                           - perl-base (5.32.1-4+deb11u4), but 5.36.0-7+deb12u2 is to be installed

The following actions will resolve these dependencies:

      Upgrade the following packages:                                         
1)      libdbd-mysql-perl [4.050-3+b1 (now) -> 4.050-5+b1 (stable)]           
2)      libdbi-perl [1.643-3+b1 (now) -> 1.643-4 (stable)]                    
3)      libfcgi-perl [0.79+ds-2 (now) -> 0.82+ds-2 (stable)]                  
4)      libgssapi-perl [0.28-3+b3 (now) -> 0.28-4+b1 (stable)]                
5)      libhtml-parser-perl [3.75-1+b1 (now) -> 3.81-1 (stable)]              
6)      liblocale-gettext-perl [1.07-4+b1 (now) -> 1.07-5 (stable)]           
7)      libnet-ssleay-perl [1.88-3+b1 (now) -> 1.92-2+b1 (stable)]            
8)      libnetaddr-ip-perl [4.079+dfsg-1+b5 (now) -> 4.079+dfsg-2+b1 (stable)]
9)      libsocket6-perl [0.29-1+b3 (now) -> 0.29-3 (stable)]                  
10)     libterm-readkey-perl [2.38-1+b2 (now) -> 2.38-2+b1 (stable)]          
11)     libtext-charwidth-perl [0.04-10+b1 (now) -> 0.04-11 (stable)]         
12)     libtext-iconv-perl [1.7-7+b1 (now) -> 1.7-8 (stable)]                 
13)     perl-openssl-defaults [5 (now) -> 7+b1 (stable)]                      



Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
  libluajit2-5.1-2 libluajit2-5.1-common{a} libmilter1.0.1{a} libperl5.36{a} lua-basexx{a} lua-logging{a} lua-luaossl{a} lua-resty-core{a} lua-resty-lrucache{a} lua-rex-pcre2{a} nginx opendkim{a} 
  perl-modules-5.36{a} python3-all{a} python3-async-timeout{a} python3-email-validator{a} python3-magic{a} python3-passlib{a} python3-pydantic{a} python3-typing-extensions{a} yunohost-portal 
The following packages will be REMOVED:
  cmake{u} cmake-data{u} libcurl3-nss{u} libcurl4-nss-dev{u} libgmp-dev{u} libgmpxx4ldbl{u} libjsoncpp-dev{u} libjsoncpp24{u} libluajit-5.1-2 libluajit-5.1-common{u} libluajit-5.1-dev librhash0{u} 
  libsqlite3-dev{u} libzstd-dev{u} lua-event{u} lua-expat{u} lua-ldap{u} lua-rex-pcre{u} lua-sec{u} lua-zlib{u} lua5.3{u} metronome{u} minetest-ynh-deps php-mbstring{u} php-php-gettext{u} php7.0-mbstring{u} 
  php7.4-curl{u} php7.4-intl{u} php7.4-ldap{u} php8.1-mbstring{u} 
The following packages will be upgraded:
  libdbd-mysql-perl libdbi-perl libfcgi-perl libgdbm6 libgssapi-perl libhtml-parser-perl liblocale-gettext-perl libnet-ssleay-perl libnetaddr-ip-perl libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge 
  libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-fancyindex libnginx-mod-http-geoip libnginx-mod-http-geoip2 libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter 
  libnginx-mod-http-lua libnginx-mod-http-ndk libnginx-mod-http-perl libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter 
  libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libnginx-mod-stream-geoip libnginx-mod-stream-geoip2 libopendkim11 libsocket6-perl libterm-readkey-perl libtext-charwidth-perl libtext-iconv-perl 
  moulinette nginx-common nginx-extras perl perl-base perl-openssl-defaults python3-bottle python3-jinja2 python3-zeroconf ssowat yunohost yunohost-admin 
The following packages are RECOMMENDED but will NOT be installed:
  lua-sql-mysql lua-sql-sqlite3 python3-babel 
47 packages upgraded, 21 newly installed, 30 to remove and 806 not upgraded.
Need to get 22.1 MB of archives. After unpacking 3,190 kB will be used.
Do you want to continue? [Y/n/?] y

dans la suite j’ai remarqué l’erreur suivante :

Error: Migration 0029_postgresql_13_to_15 did not complete, aborting. Error: PostgreSQL 13 is installed, but not PostgreSQL 15!? Something weird might have happened on your system :(…
Info: The operation 'Run migrations' could not be completed. Please share the full log of this operation using the command 'yunohost log share 20250524-235617-tools_migrations_migrate_forward' to get help
Warning: Migration 0030_rebuild_python_venv_in_bookworm has to be run manually. Please go to Tools → Migrations on the webadmin page, or run `yunohost tools migrations run`.
Warning: Migration 0031_terms_of_services has to be run manually. Please go to Tools → Migrations on the webadmin page, or run `yunohost tools migrations run`.
Re-diagnosing server health...
Error: Found 1 significant issue(s) (and 1 warning(s)) related to Base system!

plus les erreurs classiques de worpress ( Error: Unknown error while trying to read file /etc/yunohost/apps/wordpress/doc/DESCRIPTION_fr.md (reason: ‘utf-8’ codec can’t decode byte 0xe9 in position 64: invalid continuation byte)
)

et ça se termine par

Current status: 806 (-66) upgradable.

Par contre, lorsque j’essaie de me connecter via un navigateur, je n’accède pas à l’admin ou à la page utilisateur (erreur 500 internal server error)

J’ai redémarré le serveur.
Maintenant je peux voir les pages de connexion 'interface utilisateur et administration), mais dès que je tente de me connecter c’est à nouveau l’erreur 500.

j’ai ensuite vérifier le status de l’API :

systemctl status yunohost-api
● yunohost-api.service - YunoHost API Server
     Loaded: loaded (/etc/systemd/system/yunohost-api.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2025-05-25 22:19:57 CEST; 9min ago
   Main PID: 614 (python3)
      Tasks: 1 (limit: 4541)
     Memory: 36.7M
        CPU: 509ms
     CGroup: /system.slice/yunohost-api.service
             └─614 python3 /usr/bin/yunohost-api

May 25 22:21:45 monserveur.com yunohost-api[614]:   File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 799, in wrapper
May 25 22:21:45 monserveur.com yunohost-api[614]:     return callback(*args, **kwargs)
May 25 22:21:45 monserveur.com yunohost-api[614]:            ^^^^^^^^^^^^^^^^^^^^^^^^^
May 25 22:21:45 monserveur.com yunohost-api[614]:   File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 408, in login
May 25 22:21:45 monserveur.com yunohost-api[614]:     authenticator.set_session_cookie(auth_infos)
May 25 22:21:45 monserveur.com yunohost-api[614]:   File "/usr/lib/python3/dist-packages/yunohost/authenticators/ldap_admin.py", line 162, in set_session_cookie
May 25 22:21:45 monserveur.com yunohost-api[614]:     response.set_cookie(
May 25 22:21:45 monserveur.com yunohost-api[614]:   File "/usr/lib/python3/dist-packages/bottle.py", line 1642, in set_cookie
May 25 22:21:45 monserveur.com yunohost-api[614]:     raise TypeError('Secret key missing for non-string Cookie.')
May 25 22:21:45 monserveur.com yunohost-api[614]: TypeError: Secret key missing for non-string Cookie.

Voilà… je ne sais pas quelle action mener maintenant.