]> git.pld-linux.org Git - packages/openssl.git/commitdiff
up to 3.2.0
authorJan Palus <atler@pld-linux.org>
Thu, 23 Nov 2023 15:22:29 +0000 (16:22 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 23 Nov 2023 15:22:29 +0000 (16:22 +0100)
openssl-ca-certificates.patch
openssl.spec

index 1afdbfbda0cd7ca9c6c6f49b5ad07be0a9668aaa..67bad3fa204eeba50ed014fcc00b99a0edb046e6 100644 (file)
@@ -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
index 72f802709b4f2dc7b743b1abd9cebe5e182792cf..2fc30269c7ad05d9f0794fce45d15e707dec4be0 100644 (file)
@@ -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
This page took 0.084603 seconds and 4 git commands to generate.