Hello community, here is the log from the commit of package dkgpg for openSUSE:Factory checked in at 2018-09-24 13:12:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dkgpg (Old) and /work/SRC/openSUSE:Factory/.dkgpg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dkgpg" Mon Sep 24 13:12:50 2018 rev:5 rq:637010 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/dkgpg/dkgpg.changes 2018-07-18 22:52:52.807171765 +0200 +++ /work/SRC/openSUSE:Factory/.dkgpg.new/dkgpg.changes 2018-09-24 13:12:54.497743900 +0200 @@ -1,0 +2,33 @@ +Thu Sep 13 07:13:51 UTC 2018 - Karol Babioch <[email protected]> + +- Update to version 1.0.8: + First of all, passive support for ECDSA, ECDH, and EdDSA (cf. RFC 6637 + and Werner Koch's draft RFC 4880bis) has been added by relying on the + most recent version of LibTMCG. The threshold signature scheme and the + threshold encryption are still limited to finite field cryptography + (i.e. DSA and ElGamal). Moreover, the programs generate and recognize + a few other new OpenPGP features (e.g. issuer fingerprint subpackets) + from RFC 4880bis. Compressed messages are now decompressed by the + program dkg-decrypt using zlib Compression Library (and optionally by + library routines from libbzip2). This completes DKGPG's compatibility + with other OpenPGP software, however, the prefered compression algorithm + (i.e. "no compression") in self-signatures of generated keys is kept + for now. Support for symmetric-key decryption by dkg-decrypt has been + added too. The program dkg-verify now reads the signature from a file, + if option "-s" is used. To keep track of later protocol changes, all + interactive programs include a version identifier in their common ID of + the reliable broadcast channel. Thus programs from previous releases + will not communicate with those of this release. With the new programs + dkg-timestamp and dkg-timestamp-verify a OpenPGP timestamp signature + can be generated and verified, respectively. Last but not least, by the + new option "-y" some programs (dkg-generate, dkg-decrypt, dkg-sign, + dkg-keysign, and dkg-timestamp) will work with regular OpenPGP keys too. + The README file contains a configuration sample showing how to replace + classic PGP by DKGPG in the famous mail user agent mutt based on this + option. Please note that this feature is experimental and semantics + may be changed later. +- Added new build requirements: + * zlib + * bzip2 + +------------------------------------------------------------------- Old: ---- dkgpg-1.0.7.tar.gz dkgpg-1.0.7.tar.gz.sig New: ---- dkgpg-1.0.8.tar.gz dkgpg-1.0.8.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dkgpg.spec ++++++ --- /var/tmp/diff_new_pack.GasJUm/_old 2018-09-24 13:12:55.037742954 +0200 +++ /var/tmp/diff_new_pack.GasJUm/_new 2018-09-24 13:12:55.037742954 +0200 @@ -17,7 +17,7 @@ Name: dkgpg -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Distributed Key Generation (DKG) and Threshold Cryptography for OpenPGP License: GPL-2.0-or-later @@ -28,9 +28,11 @@ Source3: %{name}.keyring BuildRequires: gcc-c++ BuildRequires: gmp-devel >= 4.2 -BuildRequires: libTMCG-devel >= 1.3.13 +BuildRequires: libTMCG-devel >= 1.3.14 +BuildRequires: libbz2-devel BuildRequires: libgcrypt-devel >= 1.6 BuildRequires: libgpg-error-devel >= 1.12 +BuildRequires: zlib-devel %description The Distributed Privacy Guard (DKGPG) implements Distributed Key ++++++ dkgpg-1.0.7.tar.gz -> dkgpg-1.0.8.tar.gz ++++++ ++++ 26396 lines of diff (skipped)
