diff --git a/.gitignore b/.gitignore index eff4903..049ffa6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /yubihsm-shell-2.0.2.tar.gz /yubihsm-shell-2.0.2.tar.gz.sig /gpgkey-C4686BFE.gpg +/yubihsm-shell-2.0.3.tar.gz +/yubihsm-shell-2.0.3.tar.gz.sig diff --git a/sources b/sources index 4324b53..fd8ccc7 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (yubihsm-shell-2.0.2.tar.gz) = 48ad7ccbd34d1da4df7c74f84b354a4836a0a259c732403fe02f2ebc562a7a713275542aa09c002a2df9e6ed8870863008a51a6586be254a0e295cd6c9421408 -SHA512 (yubihsm-shell-2.0.2.tar.gz.sig) = af8d664cdd43a4ba55ceb7ec3b3ec65743d51a02caf028f4421efb17ad7f51e7da2c693c225cfac2ac874a4d099294b587aabc1df8d4b440bc8a10b9dbf20569 +SHA512 (yubihsm-shell-2.0.3.tar.gz) = 0224a64145a39ace015d56e008804d7a179711915d389be6e3c4b0a0a14f2d3c95d0aceaf0b779e70fc124606b50a3d5886f8fcd11427499c140b504495f70c6 +SHA512 (yubihsm-shell-2.0.3.tar.gz.sig) = 4f395330e8dc48829ceb188704e42fa9f72c1225ec055cbb98a5ae47a86ad5da2bc62bb1e22ddc64719deaa613dfc5b32f95ac0331be6e5e5c8f0360408df0f0 SHA512 (gpgkey-C4686BFE.gpg) = 92aff821311daf0cdfb0fcc613b6a79af5f81fa7134918df62b08e436b1c9beb046e97558cc2ecccd9b7b51383c95deb4759684ebb881cfdeba0812bc49e2425 diff --git a/yubihsm-shell-2.0.2-gcc.patch b/yubihsm-shell-2.0.2-gcc.patch deleted file mode 100644 index 36aa7d2..0000000 --- a/yubihsm-shell-2.0.2-gcc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/main.c b/src/main.c -index 692d40b..7e488ad 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -1170,7 +1170,7 @@ unsigned char yubihsm_complete(EditLine *el, int ch) { - - const LineInfo *li; - -- int argc, cursorc, cursoro; -+ int argc, cursorc = 0, cursoro = 0; - char *argv[64]; - char data[ARGS_BUFFER_SIZE + 1] = {0}; - diff --git a/yubihsm-shell.spec b/yubihsm-shell.spec index 1c405e3..0b9d030 100644 --- a/yubihsm-shell.spec +++ b/yubihsm-shell.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: yubihsm-shell -Version: 2.0.2 -Release: 7%{?dist} +Version: 2.0.3 +Release: 1%{?dist} Summary: Tools to interact with YubiHSM 2 License: ASL 2.0 @@ -10,7 +10,6 @@ URL: https://github.com/Yubico/%{name}/ Source0: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz Source1: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz.sig Source2: gpgkey-C4686BFE.gpg -Patch1: yubihsm-shell-2.0.2-gcc.patch BuildRequires: cmake BuildRequires: cppcheck @@ -42,7 +41,6 @@ Development libraries for working with yubihsm 2. %prep gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %setup -q -%patch1 -p1 %build @@ -92,6 +90,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/pkcs11/yubihsm_pkcs11.so %changelog +* Wed Oct 21 2020 Jakub Jelen - 2.0.3-1 +- New upstream release (#1889941) + * Thu Aug 06 2020 Jakub Jelen - 2.0.2-7 - Workaround FTBFS on s390x (#1865658)