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:
commit
291901165b
@ -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
3
rnp-0.15.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:198f239808093312d61a54fcdde94aa147260867bde9ee521a31185bab34747e
|
||||||
|
size 1466122
|
14
rnp.changes
14
rnp.changes
@ -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>
|
Mon Jun 28 20:17:02 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
13
rnp.spec
13
rnp.spec
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Name: rnp
|
Name: rnp
|
||||||
Version: 0.15.1
|
Version: 0.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenPGP implementation fully compliant with RFC 4880
|
Summary: OpenPGP implementation fully compliant with RFC 4880
|
||||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
|
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
|
Source: https://github.com/rnpgp/rnp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake >= 3.14
|
BuildRequires: cmake >= 3.14
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
# https://github.com/rnpgp/rnp/issues/1579
|
||||||
|
BuildRequires: git
|
||||||
|
BuildRequires: gpg2 >= 2.2
|
||||||
|
BuildRequires: gtest
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(json-c) >= 0.11
|
BuildRequires: cmake(json-c) >= 0.11
|
||||||
BuildRequires: pkgconfig(botan-2) >= 2.14.0
|
BuildRequires: pkgconfig(botan-2) >= 2.14.0
|
||||||
@ -59,13 +63,18 @@ This package contains the files needed to build against librnp.
|
|||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
-DBUILD_SHARED_LIBS=on \
|
-DBUILD_SHARED_LIBS=on \
|
||||||
-DBUILD_TESTING=off \
|
-DBUILD_TESTING=on \
|
||||||
|
-DDOWNLOAD_GTEST=off \
|
||||||
|
-DDOWNLOAD_RUBYRNP=off \
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ctest
|
||||||
|
|
||||||
%post -n librnp%{soname} -p /sbin/ldconfig
|
%post -n librnp%{soname} -p /sbin/ldconfig
|
||||||
%postun -n librnp%{soname} -p /sbin/ldconfig
|
%postun -n librnp%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user