- ceph (16.2.11+ds-2+rpi1) bookworm-staging; urgency=medium
++ceph (16.2.15+ds-0+deb12u1+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from 10.2.5-7.2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 30 Jul 2017 09:48:17 +0000]
+ * Add Raspbian to lists of "debian-like" distros.
+ + Hopefully this will fix site-packages vs dist-packages
+ build failure in Raspbian.
+
+ [changes introduced in 14.2.5-3+rpi1 by Peter Michael Green]
+ * Remove problematic gitattributes files.
+ * Disable neon on armhf too.
+
- -- Raspbian forward porter <root@raspbian.org> Sun, 26 Feb 2023 17:58:11 +0000
++ -- Raspbian forward porter <root@raspbian.org> Mon, 09 Dec 2024 22:34:51 +0000
++
+ ceph (16.2.15+ds-0+deb12u1) bookworm-security; urgency=medium
+
+ * Adding myself to uploaders.
+ * Updating watch file for ceph 16.
+ * Merging upstream version 16.2.15:
+ - 16.2.12: Fix rgw bucket validation against POST policies
+ [CVE-2023-43040]
+ * Refreshing 32bit-fixes.patch.
+ * Removing bug1917414.patch, included upstream.
+ * Removing patches for CVE-2022-3650, included upstream.
+ * Cherry-picking patch from upstream to fix authentication bypass in rgw
+ (Closes: #1088993) [CVE-2024-48916].
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 04 Dec 2024 06:46:17 +0100
ceph (16.2.11+ds-2) unstable; urgency=medium
only-yied-under-armv7-and-above.patch
Fix-build-with-fmt-8-9.patch
fix-CheckCxxAtomic-riscv64.patch
- CVE-2022-3650_1_ceph-crash_drop_privleges_to_run_as_ceph_user_rather_than_root.patch
- CVE-2022-3650_2_ceph-crash_fix_stderr_handling.patch
CVE-2022-3854_1_rgw_Guard_against_malformed_bucket_URLs.patch
+ CVE-2024-48916.patch
+detect-raspbian.diff
+remove-problematic-gitattributes-files.patch
[ $WITH_ZBD ] && with_zbd=true || with_zbd=false
source /etc/os-release
case "$ID" in
- debian|ubuntu|devuan|elementary)
+ debian|ubuntu|devuan|raspbian|elementary)
echo "Using apt-get to install dependencies"
+ # Put this before any other invocation of apt so it can clean
+ # up in a broken case.
+ clean_boost_on_ubuntu
$SUDO apt-get install -y devscripts equivs
$SUDO apt-get install -y dpkg-dev
ensure_python3_sphinx_on_ubuntu