From: Raspbian automatic forward porter Date: Fri, 24 Jul 2026 02:45:21 +0000 (+0100) Subject: Merge version 8.9.0-2+rpi1 and 8.9.0-3 to produce 8.9.0-3+rpi1 X-Git-Tag: archive/raspbian/8.9.0-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ad1b475dff16fffa6490f28e4496006bb307c1a;p=libcrypto%2B%2B.git Merge version 8.9.0-2+rpi1 and 8.9.0-3 to produce 8.9.0-3+rpi1 --- 7ad1b475dff16fffa6490f28e4496006bb307c1a diff --cc debian/changelog index a991b97,b41f78f..d2ec8a1 --- a/debian/changelog +++ b/debian/changelog @@@ -1,14 -1,10 +1,22 @@@ - libcrypto++ (8.9.0-2+rpi1) trixie-staging; urgency=medium ++libcrypto++ (8.9.0-3+rpi1) forky-staging; urgency=medium + + [changes brought forward from 8.6.0-3+rpi1 by Peter Michael Green at Sat, 19 Mar 2022 22:09:41 +0000] + * Upload to raspbian despite detection of armv7 contaimination, + investigation of the code shows that the armv7/neon code seems + to be safely behind runtime CPU testection. + * Pass -march=armv7+fp instead of -march=armv7 when building "armv4" + assembler files. Despite the names these files only seem to be used + on armv7. + - -- Raspbian forward porter Sun, 11 May 2025 02:57:31 +0000 ++ -- Raspbian forward porter Fri, 24 Jul 2026 02:45:20 +0000 ++ + libcrypto++ (8.9.0-3) unstable; urgency=medium + + * Backport upstream fix for ChaCha SIMD feed-forward carry. + * Remove now redundant Rules-Requires-Root value. + * Update Standards-Version to 4.7.2 . + + -- Laszlo Boszormenyi (GCS) Tue, 14 Jul 2026 18:40:33 +0200 libcrypto++ (8.9.0-2) unstable; urgency=high diff --cc debian/patches/series index beed83c,d7a9ff1..5e23de0 --- a/debian/patches/series +++ b/debian/patches/series @@@ -1,4 -1,4 +1,5 @@@ fix_library_name.patch update_gf2n_docs.patch CVE-2023-50980.patch + fix_ChaCha_SIMD_feed-forward_carry.patch +use-fp-with-march.patch