From: Raspbian automatic forward porter Date: Sun, 11 May 2025 02:57:32 +0000 (+0100) Subject: Merge version 8.9.0-1.1+rpi1 and 8.9.0-2 to produce 8.9.0-2+rpi1 X-Git-Tag: archive/raspbian/8.9.0-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d5b2e0b86b46605609e2d7d9685e01013e026014;p=libcrypto%2B%2B.git Merge version 8.9.0-1.1+rpi1 and 8.9.0-2 to produce 8.9.0-2+rpi1 --- d5b2e0b86b46605609e2d7d9685e01013e026014 diff --cc debian/changelog index cd6cd72,6220d46..a991b97 --- a/debian/changelog +++ b/debian/changelog @@@ -1,14 -1,10 +1,22 @@@ - libcrypto++ (8.9.0-1.1+rpi1) trixie-staging; urgency=medium ++libcrypto++ (8.9.0-2+rpi1) trixie-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, 02 Jun 2024 07:36:45 +0000 ++ -- Raspbian forward porter Sun, 11 May 2025 02:57:31 +0000 ++ + libcrypto++ (8.9.0-2) unstable; urgency=high + + * Update gf2n documentation. + * Fix CVE-2023-50980: denial of service (application crash) via DER + public-key data (closes: #1059311). + + -- Laszlo Boszormenyi (GCS) Tue, 29 Apr 2025 21:12:05 +0200 libcrypto++ (8.9.0-1.1) unstable; urgency=medium diff --cc debian/patches/series index a948f90,d3523d2..beed83c --- a/debian/patches/series +++ b/debian/patches/series @@@ -1,2 -1,3 +1,4 @@@ fix_library_name.patch + update_gf2n_docs.patch + CVE-2023-50980.patch +use-fp-with-march.patch