Hello community,
here is the log from the commit of package ghc-cryptonite for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-cryptonite (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-cryptonite.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptonite"
Wed Feb 19 18:38:28 2020 rev:11 rq:771275 version:0.26
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-cryptonite/ghc-cryptonite.changes
2020-01-15 15:01:57.917795708 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-cryptonite.new.26092/ghc-cryptonite.changes
2020-02-19 18:38:41.597978515 +0100
@@ -1,0 +2,31 @@
+Fri Nov 8 16:13:32 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Wed May 22 02:01:56 UTC 2019 - [email protected]
+
+- Update cryptonite to version 0.26.
+ ## 0.26
+
+ * Add Rabin cryptosystem (and variants)
+ * Add bcrypt_pbkdf key derivation function
+ * Optimize Blowfish implementation
+ * Add KMAC (Keccak Message Authentication Code)
+ * Add ECDSA sign/verify digest APIs
+ * Hash algorithms with runtime output length
+ * Update blake2 to latest upstream version
+ * RSA-PSS with arbitrary key size
+ * SHAKE with output length not divisible by 8
+ * Add Read and Data instances for Digest type
+ * Improve P256 scalar primitives
+ * Fix hash truncation bug in DSA
+ * Fix cost parsing for bcrypt
+ * Fix ECC failures on arm64
+ * Correction to PKCS#1 v1.5 padding
+ * Use powModSecInteger when available
+ * Drop GHC 7.8 and GHC 7.10 support, refer to pkg-guidelines
+ * Optimise GCM mode
+ * Add little endian serialization of integer
+
+-------------------------------------------------------------------
Old:
----
cryptonite-0.25.tar.gz
New:
----
cryptonite-0.26.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptonite.spec ++++++
--- /var/tmp/diff_new_pack.YgNvJm/_old 2020-02-19 18:38:41.877979101 +0100
+++ /var/tmp/diff_new_pack.YgNvJm/_new 2020-02-19 18:38:41.885979118 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-cryptonite
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
%global pkg_name cryptonite
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.25
+Version: 0.26
Release: 0
Summary: Cryptography Primitives sink
License: BSD-3-Clause
-Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
@@ -49,12 +48,12 @@
* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger,
Whirlpool, Blake2
-* MAC: HMAC, Poly1305
+* MAC: HMAC, KMAC, Poly1305
* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
Ed25519, Ed448
-* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2
+* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
* Cryptographic Random generation: System Entropy, Deterministic Random
Generator
@@ -71,7 +70,6 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires: glibc-devel
++++++ cryptonite-0.25.tar.gz -> cryptonite-0.26.tar.gz ++++++
++++ 6501 lines of diff (skipped)