Upgrade from 1.5.1 to 1.5.3 fails

  • This situation i fixed by downloading the actual .deb file and installed by hand with dpkg.


    Code
    1. cd /tmp
    2. wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
    3. dpkg -i libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
  • This situation i fixed by downloading the actual .deb file and installed by hand with dpkg.


    Code
    1. cd /tmp
    2. wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
    3. dpkg -i libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb

    Hi Thomas,


    Thanks. I also tried that, but it fails because of pinning, as 1.0.2l seems to be installed :-/

  • remove pinning.. apt-get update, then install libssl by dpkg. not libssl-dev.. first libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb then the matching libssl-dev..

  • argl... more PITA ;-)
    I think I need to upgrade to stretch, and then everything should work, but dist-upgrade is nothing I can do while driving by, but will be the only stable solution...