Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcryptopp for openSUSE:Factory checked in at 2022-08-10 17:13:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcryptopp (Old) and /work/SRC/openSUSE:Factory/.libcryptopp.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcryptopp" Wed Aug 10 17:13:15 2022 rev:37 rq:994251 version:8.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes 2021-09-25 22:51:39.819365843 +0200 +++ /work/SRC/openSUSE:Factory/.libcryptopp.new.1521/libcryptopp.changes 2022-08-10 17:14:14.125854487 +0200 @@ -1,0 +2,17 @@ +Wed Aug 10 04:17:28 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Enable SSE2 to fix i586 build + +------------------------------------------------------------------- +Tue Aug 9 07:18:25 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Update to 8.7.0 +- https://cryptopp.com/release870.html + * fix RSA key generation for small moduli (GH #1136) + * fix AES-GCM with AESNI but without CLMUL (GH #1132) + * rework CFB_CipherTemplate::ProcessData and AdditiveCipherTemplate::ProcessData (GH #1088, GH #1103) + + restored performance and avoided performance penalty of a temp buffer + * fix undersized SecBlock buffer in Integer bit operations (GH #1072) + * work around several GCC 11 & 12 problems + +------------------------------------------------------------------- Old: ---- CRYPTOPP_8_6_0.tar.gz New: ---- CRYPTOPP_8_7_0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcryptopp.spec ++++++ --- /var/tmp/diff_new_pack.1kEJzc/_old 2022-08-10 17:14:15.013856805 +0200 +++ /var/tmp/diff_new_pack.1kEJzc/_new 2022-08-10 17:14:15.017856816 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcryptopp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ %define major 8 -%define minor 6 +%define minor 7 %define patch 0 %define pkg_version %{major}%{minor}%patch # There is no upstream interface version information. @@ -76,6 +76,9 @@ %define _lto_cflags %{nil} %endif CXXFLAGS="-DNDEBUG %{optflags} -fpic -fPIC -pthread -fopenmp" +%ifarch i586 + CXXFLAGS="$CXXFLAGS -mmmx -msse2" +%endif # aarch64 arm -march=armv7-a -mfpu=neon %ifarch ppc64 CXXFLAGS="$CXXFLAGS -DCRYPTOPP_DISABLE_ALTIVEC" @@ -116,7 +119,9 @@ EOF %check +%ifnarch i586 LD_LIBRARY_PATH=%{buildroot}%{_libdir} %make_build test +%endif %post -n %{name}%{sover} -p /sbin/ldconfig %postun -n %{name}%{sover} -p /sbin/ldconfig @@ -129,6 +134,7 @@ %doc Readme.txt %{_includedir}/cryptopp %{_libdir}/libcryptopp.so +%{_libdir}/libcryptopp.so.%{major} %{_libdir}/pkgconfig/cryptopp.pc %changelog ++++++ CRYPTOPP_8_6_0.tar.gz -> CRYPTOPP_8_7_0.tar.gz ++++++ /work/SRC/openSUSE:Factory/libcryptopp/CRYPTOPP_8_6_0.tar.gz /work/SRC/openSUSE:Factory/.libcryptopp.new.1521/CRYPTOPP_8_7_0.tar.gz differ: char 13, line 1 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.1kEJzc/_old 2022-08-10 17:14:15.073856962 +0200 +++ /var/tmp/diff_new_pack.1kEJzc/_new 2022-08-10 17:14:15.077856972 +0200 @@ -1,2 +1,2 @@ -libcryptopp8_6_0 +libcryptopp8_7_0