CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/09/12 08:36:34
Modified files:
sysutils/borgbackup/2.0: Makefile
Added files:
sysutils/borgbackup/2.0/patches: patch-setup_py
Log message:
Switch sysutils/borgbackup/2.0 to openssl-3.0
OpenSSL is used for EVP_aes_256_ocb, and is linked statically to avoid
conflicting with shared libcrypto from the base OS pulled in via
dependencies. Switch to openssl-3.0 because openssl-1.1 is end-of-life.
