Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openssl-1_1 for openSUSE:Factory checked in at 2022-07-08 14:01:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl-1_1 (Old) and /work/SRC/openSUSE:Factory/.openssl-1_1.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssl-1_1" Fri Jul 8 14:01:24 2022 rev:37 rq:987305 version:1.1.1q Changes: -------- --- /work/SRC/openSUSE:Factory/openssl-1_1/openssl-1_1.changes 2022-06-28 15:21:09.789834093 +0200 +++ /work/SRC/openSUSE:Factory/.openssl-1_1.new.1523/openssl-1_1.changes 2022-07-08 14:01:25.686415614 +0200 @@ -1,0 +2,12 @@ +Thu Jul 7 02:17:23 UTC 2022 - Jason Sikes <jsi...@suse.com> + +- update to 1.1.1q: + * [CVE-2022-2097, bsc#1201099] + * Addresses situations where AES OCB fails to encrypt some bytes + +------------------------------------------------------------------- +Tue Jun 28 14:19:34 UTC 2022 - Andreas Schwab <sch...@suse.de> + +- openssl-riscv64-config.patch: backport of riscv64 config support + +------------------------------------------------------------------- Old: ---- openssl-1.1.1p.tar.gz openssl-1.1.1p.tar.gz.asc New: ---- openssl-1.1.1q.tar.gz openssl-1.1.1q.tar.gz.asc openssl-riscv64-config.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl-1_1.spec ++++++ --- /var/tmp/diff_new_pack.BBUg6z/_old 2022-07-08 14:01:26.846416856 +0200 +++ /var/tmp/diff_new_pack.BBUg6z/_new 2022-07-08 14:01:26.854416865 +0200 @@ -41,7 +41,7 @@ %define _rname openssl Name: openssl-1_1 # Don't forget to update the version in the "openssl" package! -Version: 1.1.1p +Version: 1.1.1q Release: 0 Summary: Secure Sockets and Transport Layer Security License: OpenSSL @@ -62,6 +62,7 @@ Patch3: openssl-pkgconfig.patch Patch4: openssl-DEFAULT_SUSE_cipher.patch Patch5: openssl-ppc64-config.patch +Patch6: openssl-riscv64-config.patch # PATCH-FIX-UPSTREAM jsc#SLE-6126 and jsc#SLE-6129 Patch8: 0001-s390x-assembly-pack-perlasm-support.patch Patch9: 0002-crypto-chacha-asm-chacha-s390x.pl-add-vx-code-path.patch ++++++ openssl-riscv64-config.patch ++++++ Index: openssl-1.1.1p/config =================================================================== --- openssl-1.1.1p.orig/config +++ openssl-1.1.1p/config @@ -639,6 +639,7 @@ case "$GUESSOS" in OUT="linux-elf" fi ;; *86-*-linux1) OUT="linux-aout" ;; + riscv64-*-linux?) OUT="linux64-riscv64" ;; *-*-linux?) OUT="linux-generic32" ;; sun4[uv]*-*-solaris2) OUT="solaris-sparcv9-$CC"