Slackware-current ChangeLog (2018-05-10)

Thu May 10 21:01:11 UTC 2018

Thu May 10 13:17:20 UTC 2018

Thu May 10 03:25:47 UTC 2018

  • a/openssl10-solibs-1.0.2o-i586-1.txz
    Added compatibility libraries for binaries that need to remain compiled
    against openssl-1.0.2.
  • n/openssl10-1.0.2o-i586-1.txz
    Added a compatibility development package for sources that need to be
    compiled against openssl-1.0.2o. To compile against openssl-1.0.2o, you'll
    need to add lines like this to the build script:
    export CFLAGS=“$CFLAGS -I/usr/include/openssl-1.0”
    export LIBS=“-L/usr/lib${LIBDIRSUFFIX}/openssl-1.0”
    Some sources may still make a mess of things, and in those cases it might be
    easiest to temporarily remove the openssl (1.1.0h) package while compiling,
    in addition to the changes shown above.
    The shared libraries in this package (and also duplicated in the
    openssl10-solibs package) have also been changed to use versioned symbols.
    Old binaries and libraries will continue to run linked with these new
    libraries, but it is suggested to recompile them if possible. This will
    prevent problems in case something ends up linking both the 1.0.2 and the
    1.1.0 OpenSSL libraries.
  • news/2018/05/10/slackware-current-changelog.txt
  • Last modified: 6 years ago
  • by Giuseppe Di Terlizzi