upd: 20191207 -> 20200319 to be able to use scripts/sign-file.c from Linux kernel with non-SHA-1 signatures, but e.g. with SHA-512

This commit is contained in:
Mikhail Novosyolov 2020-03-20 12:26:09 +03:00
parent 28ec368f14
commit 2be28a3887
2 changed files with 6 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources:
libressl-3.0.2.git20191207.tar.gz: 50b248f43c1b6cf089783e2c05411cae522d572d
libressl-3.0.2.git20200319.tar.gz: 88a2cf55c423b7ea60fc5ccc3f2539b99221790f

View file

@ -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`