From b3914c8051c0b58959caadfdca4d9a737627cda3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 19 Sep 2016 18:39:34 +0300 Subject: [PATCH] up to 1.1.0a-snap The OpenSSL project team would like to announce the forthcoming release of OpenSSL versions 1.1.0a, 1.0.2i, 1.0.1u. These releases will be made available on 22nd September 2016 at approximately 0800 UTC. They will fix several security defects: one classfied as severity "high", one as "moderate", and the rest "low". https://mta.openssl.org/pipermail/openssl-announce/2016-September/000076.html --- openssl.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openssl.spec b/openssl.spec index b87ec6a..76b81b3 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,6 +1,7 @@ # TODO # - consider dropping last optflags.patch hunk and return to SOMAJOR (.so.1) sonames # - find a way to simplify (drop) openssl-optflags.patch, it's pain to update here in pld +# - pass our cflags (currently built with -O3) # # Conditional build: %bcond_without tests # don't perform "make tests" @@ -22,10 +23,9 @@ 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 -# 1.0.2 will be LTS release -# Version 1.0.2 will be supported until 2019-12-31. +# Version 1.1.0 will be supported until 2018-08-31. # https://www.openssl.org/about/releasestrat.html -Version: 1.1.0 +Version: 1.1.0a Release: 0.1 License: Apache-like Group: Libraries @@ -33,7 +33,7 @@ Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz # Source0-md5: dbef70de4a1a4bdd78ab7c6547e5211d %else -Source1: https://github.com/openssl/openssl/archive/OpenSSL_1_0_2-stable/%{name}-%{version}-dev.tar.gz +Source1: https://github.com/openssl/openssl/archive/OpenSSL_1_1_0-stable/%{name}-%{version}-dev.tar.gz %endif Source2: %{name}.1.pl Source3: %{name}-ssl-certificate.sh @@ -264,7 +264,7 @@ RC4, RSA и SSL. Включает статические библиотеки д %prep %if %{with snap} %setup -qcT -a1 -mv %{name}-OpenSSL_1_0_2-stable/* . +mv %{name}-OpenSSL_1_1_0-stable/* . %else %setup -q %{?subver:-n %{name}-%{version}-%{subver}} %endif -- 2.43.0