diff --git a/.abf.yml b/.abf.yml index b54a1b0..6d0f88b 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - libressl-3.0.2.git20191207.tar.gz: 50b248f43c1b6cf089783e2c05411cae522d572d + libressl-3.0.2.git20200319.tar.gz: 88a2cf55c423b7ea60fc5ccc3f2539b99221790f diff --git a/libressl.spec b/libressl.spec index f437d82..8a2b6ba 100644 --- a/libressl.spec +++ b/libressl.spec @@ -59,25 +59,26 @@ %define libtls_pkg %mklibname tls_libressl %{libtls_sover} %define base_version 3.0.2 -%define git_date 20191207 +%define git_date 20200319 Summary: LibreSSL utils and libs coexisting with OpenSSL Name: libressl Version: %{base_version}.git%{git_date} -Release: 23 +Release: 24 # The code is distributed under ISC license except of original OpenSSL code License: ISC and BSD-like Group: System/Base Url: http://libressl.org # Using a git snapshot, because CMS (Cryptographic Message Syntax) # was enabled later than v3.0.2, includes a lot of commits and is needed. +# Ability to sign files using SHA-512 and not only SHA-1 is also needed. # TODO: switch to release tarballs in next versions. # https://bugzilla.kernel.org/show_bug.cgi?id=202159 # To make a tarball from git: # git clone https://github.com/libressl-portable/portable.git # cd portable && ./autogen.sh && ./dist.sh # Built from: -# - libressl-portable/portable commit 5542c18 -# - libressl-portable/openbsd commit af32f91 +# - libressl-portable/portable commit b462bfdb +# - libressl-portable/openbsd commit 1203000a #Source0: http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-%{version}.tar.gz Source0: libressl-%{version}.tar.gz # TODO: add printing config location to `openssl version`