Accepting request 954113 from security:privacy

OBS-URL: https://build.opensuse.org/request/show/954113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rnp?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-02-14 21:36:04 +00:00 committed by Git OBS Bridge
commit ec87672aef
4 changed files with 22 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 13 18:12:53 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- rnp 0.16.0:
* Ability to disable certain features via compile-time switches
(ENABLE_AEAD, ENABLE_SM2, etc.)
* Mark signatures with SHA1/MD5 hash, produced after the specific
date (2019-01-19 and 2012-01-01) as invalid
* Fixed possible incompatibility with GnuPG on x25519 secret key
export
* Fixed export of non-FFI symbols from rnp.so/rnp.dylib
* Fixed key expiration time calculation in some edge cases
* Added security profile manipulation functions to the FFI
* Improved CLI tools help messages
* Improved CLI: stdin/stdout/env input/output specifiers, --notty
for batch processing, etc.
-------------------------------------------------------------------
Sat Jan 15 08:14:17 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -18,9 +18,8 @@
%define soname 0
%bcond_with rnp_tests
Name: rnp
Version: 0.15.2
Version: 0.16.0
Release: 0
Summary: OpenPGP implementation fully compliant with RFC 4880
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
@ -31,15 +30,13 @@ 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
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(zlib)
BuildRequires: rubygem(asciidoctor)
%if %{with rnp_tests}
BuildRequires: gtest
%endif
%description
RNP is a set of OpenPGP (RFC4880) tools, an alternative to GnuPG.
@ -68,11 +65,7 @@ This package contains the files needed to build against librnp.
-DBUILD_SHARED_LIBS=on \
-DDOWNLOAD_GTEST=off \
-DDOWNLOAD_RUBYRNP=off \
%if %{with rnp_tests}
-DBUILD_TESTING=on \
%else
-DBUILD_TESTING=off \
%endif
%cmake_build
@ -80,9 +73,7 @@ This package contains the files needed to build against librnp.
%cmake_install
%check
%if %{with rnp_tests}
%ctest
%endif
%post -n librnp%{soname} -p /sbin/ldconfig
%postun -n librnp%{soname} -p /sbin/ldconfig