Update to openssl from 1.1.1d-0+deb10u8 to 1.1.1n-0+deb10u1 isn't working

My YunoHost server

Hardware: Root Server by Netcup
YunoHost version: 4.3.6.2 (stable).
I have access to my server : Through SSH | through the webadmin | through Webmin | through VNC
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Upgrade is shown but not working

Same here.
And in CLI (ssh), I get:

$ sudo apt dist-upgrade 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  openssl
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Me too

I’m curious why aren’t you using the Yunohost command?

sudo yunohost tools update
sudo yunohost tools upgrade system

I see this update ready on my system too but I guess I’ll hold out for a few days :smiley:

Is there a difference between the GUI and the SSH/CL command?

GUI is just an overlay for the command line.

The openssl package seems to be hold by the yunohost package :

root@xxx:~# apt reinstall openssl --dry-run
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 yunohost : Conflicts: openssl (>= 1.1.1g) but 1.1.1n-0+deb10u1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
1 Like

Me too

root@ynh:~# sudo apt install openssl
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'Ă©tat... Fait
Certains paquets ne peuvent ĂȘtre installĂ©s. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
 yunohost : Est en conflit avec: openssl (>= 1.1.1g) mais 1.1.1n-0+deb10u1 devra ĂȘtre installĂ©
E: Erreur, pkgProblem::Resolve a gĂ©nĂ©rĂ© des ruptures, ce qui a pu ĂȘtre causĂ© par les paquets devant ĂȘtre gardĂ©s en l'Ă©tat.

@Kayou has released a fix for this issue, you should be able to upgrade now.

5 Likes

@Kayou Patch works:

Update to OpenSSL 1.1.1n 15 Mar 2022 finished.

Thanks for the good work :+1:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.