]> git.pld-linux.org Git - packages/openssl.git/commitdiff
OpenSSL 1.1.0a [22 Sep 2016]
authorElan Ruusamäe <glen@delfi.ee>
Thu, 22 Sep 2016 17:55:42 +0000 (20:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 22 Sep 2016 18:05:38 +0000 (21:05 +0300)
- OCSP Status Request extension unbounded memory growth (CVE-2016-6304)
- SSL_peek() hang on empty record (CVE-2016-6305)
- Excessive allocation of memory in tls_get_message_header() (CVE-2016-6307)
- Excessive allocation of memory in dtls1_preprocess_fragment() (CVE-2016-6308)

https://www.openssl.org/news/openssl-1.1.0-notes.html

openssl.spec

index 76b81b3a5d4c82023a9e2035642414ad2c1b60ff..fa0db729782c93c48aa86a87a1366cb58a495974 100644 (file)
@@ -26,12 +26,12 @@ Name:               openssl
 # Version 1.1.0 will be supported until 2018-08-31.
 # https://www.openssl.org/about/releasestrat.html
 Version:       1.1.0a
-Release:       0.1
+Release:       1
 License:       Apache-like
 Group:         Libraries
 %if %{without snap}
 Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: dbef70de4a1a4bdd78ab7c6547e5211d
+# Source0-md5: 38a0bf2883ab4951acb15b1886b7f5aa
 %else
 Source1:       https://github.com/openssl/openssl/archive/OpenSSL_1_1_0-stable/%{name}-%{version}-dev.tar.gz
 %endif
This page took 0.031329 seconds and 4 git commands to generate.