From: Jan Palus Date: Tue, 9 Apr 2024 22:40:11 +0000 (+0200) Subject: up to 3.3.0 (fixes CVE-2024-2511) X-Git-Tag: auto/th/openssl-3.3.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain up to 3.3.0 (fixes CVE-2024-2511) --- diff --git a/engines-dir.patch b/engines-dir.patch index 513e877..29d83ee 100644 --- a/engines-dir.patch +++ b/engines-dir.patch @@ -11,14 +11,3 @@ # Convenience variable for those who want to set the rpath in shared # libraries and applications -@@ -1399,8 +1399,8 @@ libcrypto.pc: - echo 'libdir=$(libdir)'; \ - fi; \ - echo 'includedir=$${prefix}/include'; \ -- echo 'enginesdir=$${libdir}/engines-{- $sover_dirname -}'; \ -- echo 'modulesdir=$${libdir}/ossl-modules'; \ -+ echo 'enginesdir=/$(LIBDIR)/engines-{- $sover_dirname -}'; \ -+ echo 'modulesdir=/$(LIBDIR)/ossl-modules'; \ - echo ''; \ - echo 'Name: OpenSSL-libcrypto'; \ - echo 'Description: OpenSSL cryptography library'; \ diff --git a/openssl.spec b/openssl.spec index ad932d9..424e865 100644 --- a/openssl.spec +++ b/openssl.spec @@ -13,12 +13,12 @@ Summary(pt_BR.UTF-8): Uma biblioteca C que fornece vários algoritmos e protocol Summary(ru.UTF-8): Библиотеки и утилиты для соединений через Secure Sockets Layer Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets Layer Name: openssl -Version: 3.2.1 +Version: 3.3.0 Release: 1 License: Apache v2.0 Group: Libraries Source0: https://www.openssl.org/source/%{name}-%{version}.tar.gz -# Source0-md5: c239213887804ba00654884918b37441 +# Source0-md5: c8b063afbea85d867e161ecb8816cfa9 Source2: %{name}.1.pl Source3: %{name}-ssl-certificate.sh Source4: %{name}-c_rehash.sh @@ -451,6 +451,7 @@ fi %attr(755,root,root) %{_libdir}/libcrypto.so %attr(755,root,root) %{_libdir}/libssl.so %{_includedir}/%{name} +%{_libdir}/cmake/OpenSSL %{_pkgconfigdir}/libcrypto.pc %{_pkgconfigdir}/libssl.pc %{_pkgconfigdir}/openssl.pc