Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2021-09-25 22:51:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcryptopp (Old)
 and      /work/SRC/openSUSE:Factory/.libcryptopp.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcryptopp"

Sat Sep 25 22:51:29 2021 rev:36 rq:921434 version:8.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2021-03-18 
22:55:04.275539309 +0100
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new.1899/libcryptopp.changes        
2021-09-25 22:51:39.819365843 +0200
@@ -1,0 +2,13 @@
+Sat Sep 25 08:00:47 UTC 2021 - Dave Plater <[email protected]>
+
+- Update to 8.6.0
+-upstream changes:
+  *This release clears CVE-2021-40530 and fixes a problem with
+   ChaCha20 AVX2 implementation.
+  *The CVE was due to ElGamal encryption using a work estimate to
+   size encryption exponents instead subgroup order.
+  *The ChaCha20 issue was due to mishandling a carry in the AVX2
+   code path. The ChaCha20 issue was difficult to duplicate, so
+   most users should not experience it.
+
+-------------------------------------------------------------------

Old:
----
  CRYPTOPP_8_5_0.tar.gz

New:
----
  CRYPTOPP_8_6_0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcryptopp.spec ++++++
--- /var/tmp/diff_new_pack.7w38gf/_old  2021-09-25 22:51:40.447366643 +0200
+++ /var/tmp/diff_new_pack.7w38gf/_new  2021-09-25 22:51:40.451366647 +0200
@@ -17,7 +17,7 @@
 
 
 %define major 8
-%define minor 5
+%define minor 6
 %define patch 0
 %define pkg_version %{major}%{minor}%patch
 # There is no upstream interface version information.
@@ -59,7 +59,7 @@
 %package -n %{name}-devel
 Summary:        Development files for libcryptopp, a cryptographic library for 
C++
 Requires:       %{name}%{sover} = %{version}
-Obsoletes:      %{name}-devel-static
+Obsoletes:      %{name}-devel-static <= %{version}
 
 %description -n %{name}-devel
 The Crypto++ library provides authenticated encryption, stream and

++++++ CRYPTOPP_8_5_0.tar.gz -> CRYPTOPP_8_6_0.tar.gz ++++++
/work/SRC/openSUSE:Factory/libcryptopp/CRYPTOPP_8_5_0.tar.gz 
/work/SRC/openSUSE:Factory/.libcryptopp.new.1899/CRYPTOPP_8_6_0.tar.gz differ: 
char 30, line 1

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.7w38gf/_old  2021-09-25 22:51:40.499366708 +0200
+++ /var/tmp/diff_new_pack.7w38gf/_new  2021-09-25 22:51:40.499366708 +0200
@@ -1 +1 @@
-libcryptopp8_5_0
+libcryptopp8_6_0

++++++ libcryptopp-shared.patch ++++++
--- /var/tmp/diff_new_pack.7w38gf/_old  2021-09-25 22:51:40.511366724 +0200
+++ /var/tmp/diff_new_pack.7w38gf/_new  2021-09-25 22:51:40.515366729 +0200
@@ -1,17 +1,17 @@
 Index: b/GNUmakefile
 ===================================================================
---- a/GNUmakefile      2021-01-02 12:38:17.076409372 +0200
-+++ b/GNUmakefile      2021-01-02 12:43:52.233481654 +0200
-@@ -194,7 +194,7 @@ else
- PC_PREFIX = $(PREFIX)
+--- a/GNUmakefile
++++ b/GNUmakefile
+@@ -173,7 +173,7 @@ else
+   PC_PREFIX = $(PREFIX)
  endif
  ifeq ($(LIBDIR),)
--LIBDIR := $(PREFIX)/lib
-+LIBDIR := $(PREFIX)/$(LIB)
- PC_LIBDIR = $${prefix}/lib
+-  LIBDIR := $(PREFIX)/lib
++  LIBDIR := $(PREFIX)/$(LIB)
+   PC_LIBDIR = $${prefix}/lib
  else
- PC_LIBDIR = $(LIBDIR)
-@@ -1077,7 +1077,7 @@ SOLIB_COMPAT_SUFFIX=.$(LIB_MAJOR)
+   PC_LIBDIR = $(LIBDIR)
+@@ -1128,7 +1128,7 @@ SOLIB_COMPAT_SUFFIX=.$(LIB_MAJOR)
  ifneq ($(IS_LINUX)$(IS_HURD),00)
  # Linux uses full version suffix for shared library
  SOLIB_VERSION_SUFFIX=.$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)

Reply via email to