Skip to content

openssl: install version 3.3.2 and 1-1.1.1za #3173

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Commits on Sep 20, 2024

  1. openssl: install version 3.3.2 and 1-1.1.1za

    Meanwhile openssl ver-3 should be considered as mature, also
    more and more binary packages use libssl.so.3 and libcrypto.so.3
    what causes trouble when we use foreign packages for package/pkg
    and the like.
    
    The package is called openssl, not openssl3 - in the hope that
    future builds are more standards aware, and avoid the chaos that
    openssl v1 has produced. (BTW, there is also a libssl3.so in the
    system, it is from the nss package, so don't get confused)
    
    Since there still might be packages around that need openssl-1.1,
    a pure compat-package might not be sufficient here. Therefore a
    recent openssl-1.1 package is build aside of openssl3. If the
    software in question uses pkg-config, setting
    
      PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig
    
    should do the job, otherwise CFLAGS, LDFLAGS, etc. need
    adjustments (-I/usr/include/openssl-1.1, -L/usr/lib/openssl-1.1).
    The old openssl command line program is called openssl-1.1
    thomas committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1b740d9 View commit details
    Browse the repository at this point in the history