diff --git a/rnp-0.15.2.tar.gz b/rnp-0.15.2.tar.gz deleted file mode 100644 index dc53412..0000000 --- a/rnp-0.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198f239808093312d61a54fcdde94aa147260867bde9ee521a31185bab34747e -size 1466122 diff --git a/rnp-0.16.0.tar.gz b/rnp-0.16.0.tar.gz new file mode 100644 index 0000000..ed91ab7 --- /dev/null +++ b/rnp-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c4b542f73f8306a5053dc1e6f6ead535700e72bf9cc3909d7c7633b141ceb7 +size 2755417 diff --git a/rnp.changes b/rnp.changes index 117e7bb..d8ae7f4 100644 --- a/rnp.changes +++ b/rnp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Feb 13 18:12:53 UTC 2022 - Andreas Stieger + +- 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 diff --git a/rnp.spec b/rnp.spec index cf8f83c..40a01b9 100644 --- a/rnp.spec +++ b/rnp.spec @@ -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