SHA256
1
0
forked from pool/rnp

Accepting request 911107 from security:privacy

rnp 0.15.2

OBS-URL: https://build.opensuse.org/request/show/911107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rnp?expand=0&rev=3
This commit is contained in:
Richard Brown 2021-08-10 08:27:27 +00:00 committed by Git OBS Bridge
commit 291901165b
4 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce14bec9d361f9606a2448096463b8a563692daf0c8a758424b1a0def9d3f787
size 1452605

3
rnp-0.15.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:198f239808093312d61a54fcdde94aa147260867bde9ee521a31185bab34747e
size 1466122

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 9 20:44:23 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- rnp 0.15.2:
* Be less strict in userid validation: allow to use userids with
self-signature, which has key expiration in the past
* Do not mark signature as invalid if key which produced it is
expired now, but was valid during signing
* Fix incorrect key expiration calculation in some cases
* rnp: Show error message if encryption failed
* rnpkeys: Add --expiration option to specify expiration time
during key generation
- run tests
-------------------------------------------------------------------
Mon Jun 28 20:17:02 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -19,7 +19,7 @@
%define soname 0
Name: rnp
Version: 0.15.1
Version: 0.15.2
Release: 0
Summary: OpenPGP implementation fully compliant with RFC 4880
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
@ -27,6 +27,10 @@ URL: https://www.rnpgp.com/
Source: https://github.com/rnpgp/rnp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.14
BuildRequires: gcc-c++
# https://github.com/rnpgp/rnp/issues/1579
BuildRequires: git
BuildRequires: gpg2 >= 2.2
BuildRequires: gtest
BuildRequires: pkgconfig
BuildRequires: cmake(json-c) >= 0.11
BuildRequires: pkgconfig(botan-2) >= 2.14.0
@ -59,13 +63,18 @@ This package contains the files needed to build against librnp.
%build
%cmake \
-DBUILD_SHARED_LIBS=on \
-DBUILD_TESTING=off \
-DBUILD_TESTING=on \
-DDOWNLOAD_GTEST=off \
-DDOWNLOAD_RUBYRNP=off \
%cmake_build
%install
%cmake_install
%check
%ctest
%post -n librnp%{soname} -p /sbin/ldconfig
%postun -n librnp%{soname} -p /sbin/ldconfig