From d1568a7cadb8d940f37544df4b0c7d255b164ca4 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 23 Nov 2023 16:22:29 +0100 Subject: [PATCH] up to 3.2.0 --- openssl-ca-certificates.patch | 4 ++-- openssl.spec | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/openssl-ca-certificates.patch b/openssl-ca-certificates.patch index 1afdbfb..67bad3f 100644 --- a/openssl-ca-certificates.patch +++ b/openssl-ca-certificates.patch @@ -1,5 +1,5 @@ ---- openssl-1.1.1/include/internal/cryptlib.h~ 2018-09-11 14:48:23.000000000 +0200 -+++ openssl-1.1.1/include/internal/cryptlib.h 2018-09-11 22:14:32.008012409 +0200 +--- openssl-1.1.1/include/internal/common.h~ 2018-09-11 14:48:23.000000000 +0200 ++++ openssl-1.1.1/include/internal/common.h 2018-09-11 22:14:32.008012409 +0200 @@ -56,7 +56,7 @@ DEFINE_LHASH_OF(MEM); # ifndef OPENSSL_SYS_VMS # define X509_CERT_AREA OPENSSLDIR diff --git a/openssl.spec b/openssl.spec index 72f8027..2fc3026 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.1.4 +Version: 3.2.0 Release: 1 License: Apache v2.0 Group: Libraries Source0: https://www.openssl.org/source/%{name}-%{version}.tar.gz -# Source0-md5: 653ad58812c751b887e8ec37e02bba70 +# Source0-md5: 7903549a14abebc5c323ce4e85f2cbb2 Source2: %{name}.1.pl Source3: %{name}-ssl-certificate.sh Source4: %{name}-c_rehash.sh @@ -31,6 +31,7 @@ URL: http://www.openssl.org/ %ifarch %{arm} ppc mips sparc sparcv9 BuildRequires: libatomic-devel %endif +BuildRequires: libbrotli-devel BuildRequires: libsctp-devel BuildRequires: linux-libc-headers >= 7:4.13 BuildRequires: perl-devel >= 1:5.10.0 @@ -39,6 +40,7 @@ BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.745 BuildRequires: sed >= 4.0 BuildRequires: zlib-devel +BuildRequires: zstd-devel Requires: ca-certificates >= 20141019-3 Requires: rpm-whiteout >= 1.7 Obsoletes: SSLeay < 0.9.3 @@ -227,6 +229,7 @@ PERL="%{__perl}" \ threads \ %{?with_sslv3:enable-ssl3}%{!?with_sslv3:no-ssl3} \ %{!?with_zlib:no-}zlib \ + enable-brotli \ enable-cms \ enable-idea \ enable-md2 \ @@ -238,6 +241,7 @@ PERL="%{__perl}" \ enable-camellia \ enable-ktls \ enable-fips \ + enable-zstd \ %ifarch %{x8664} enable-ec_nistp_64_gcc_128 \ %endif -- 2.44.0