diff --git a/.gitignore b/.gitignore index b527faa..e2c782b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ openssl-1.0.0a-usa.tar.bz2 /openssl-1.0.2g-hobbled.tar.xz /openssl-1.0.2h-hobbled.tar.xz /openssl-1.0.2i-hobbled.tar.xz +/openssl-1.0.2j-hobbled.tar.xz diff --git a/openssl.spec b/openssl.spec index ea05480..f8a951a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -22,8 +22,8 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl -Version: 1.0.2i -Release: 2%{?dist} +Version: 1.0.2j +Release: 1%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -505,6 +505,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.* %postun libs -p /sbin/ldconfig %changelog +* Mon Sep 26 2016 Tomáš Mráz 1.0.2j-1 +- minor upstream release 1.0.2j fixing regression from previous release + * Sat Sep 24 2016 David Woodhouse 1.0.2i-2 - Fix enginesdir in libcrypto.c (#1375361) diff --git a/sources b/sources index 9ca7cad..275c459 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -449bf5f62fc5d4e712b2405988debaa1 openssl-1.0.2i-hobbled.tar.xz +088e893a390e253a8897c3cb1b488a83 openssl-1.0.2j-hobbled.tar.xz