ceph (20.2.4+ds-1) sid; urgency=high * Merging upstream version 20.2.4+ds (Closes: #1144947): - A flaw was found in the CephX authentication protocol [CVE-2025-30156]: CephX uses AES-128-CBC encryption with a hardcoded initialization vector and no message authentication (HMAC), making it vulnerable to the same class of unauthenticated-encryption attacks that compromised Kerberos 4 as documented in MIT's 2004 PERILS paper. An attacker who has compromised a single low-privilege CephX entity key can use the Ceph monitor as an encryption oracle by requesting tickets for specially-named entity identities over a standard network connection. The monitor encrypts these attacker-controlled names into ciphertext blocks which, due to absent integrity protection, can be spliced into forged credentials for privileged entities such as OSDs, MDSs, and MGRs. This grants cluster-wide access including data reads, data corruption, and full administrative control. - A flaw was found in Ceph RGW's STS (Security Token Service) session token implementation [CVE-2026-39944]: The STS tokens use the same unauthenticated AES-128-CBC encryption as CephX, which lacks message authentication and uses a hardcoded initialization vector. Because there is no integrity protection on the tokens, an attacker who holds any valid unprivileged STS token can perform a CBC bit-flip attack to modify the token contents and escalate to full RGW admin privileges. This requires only that STS is enabled (rgw_s3_auth_use_sts = true) and that the attacker has a single valid STS token. Successful exploitation grants complete control over the RGW service, including reading, writing, and deleting all objects and buckets - A flaw was found in the MON subscription handler of Ceph [CVE-2026-50152]: The handler does not properly authorize access to the config-key store when processing MMonSubscribe messages. Any CephX user holding mon allow r capabilities can read the entire config-key store, which contains sensitive operational secrets including OSD LUKS disk encryption passphrases and, on clusters managed by cephadm, the SSH private key used to administer every host. Exposure of these secrets can lead to full host-level root access and compromise of encrypted data at rest. - A flaw was found in Ceph RGW's SigV4 signature verification handler [CVE-2026-54330]: When processing S3 requests, RGW verifies only the headers explicitly listed in the X-Amz-SignedHeaders field but does not reject requests that carry additional unsigned x-amz-* headers. This diverges from the AWS S3 specification, which requires all x-amz-* headers to be signed. As a result, anyone holding a presigned PUT URL can attach arbitrary unsigned x-amz-* headers that RGW will honor, effectively escalating their privileges beyond what the original URL signer authorized. This can lead to unauthorized access to and modification of S3 objects. * Updating files excluded in copyright file. * Updating 20.2.2+ds-13 changelog to match git history. * Updating do-not-search-for-boost-system.patch for new upstream version. * Moving debian specific patches to debian subdirectory within debian/patches. * Cherry-picking patches from upstream to fix FTBFS with gcc-16. * Refreshing common-Formatter-Include-cstdint.patch. * Cherry-picking patch from upstream to fix FTBFS linking rgw. -- Daniel Baumann Fri, 21 Aug 2026 17:02:48 +0200 ceph (20.2.2+ds-13) unstable; urgency=medium [ Daniel Baumann ] * Removing unused ceph-fs-common leftover debhelper install file, thanks to Michael Biebl . * Applying patch from Michael Biebl to drop dh_movetousr usage (Closes: #1122748). [ Thomas Goirand ] * Do not chown -R /var/log/ceph. * ceph-base.postinst: do not chown in /var/lib/ceph if there's a dpkg-statoverride, to avoid issues using Rocky-based Ceph containers. * /var/log/ceph is now owned by adm group, as it should. * Clean-up maintainer scripts for consistency and exactness. -- Thomas Goirand Wed, 08 Jul 2026 10:38:07 +0200 ceph (20.2.2+ds-12) unstable; urgency=medium * Disable tcmalloc only on arm64, use jemalloc instead. -- Thomas Goirand Wed, 01 Jul 2026 13:23:58 +0200 ceph (20.2.2+ds-11) unstable; urgency=medium * Disable the use of tcmalloc, as it crashes when starting ceph-osd. -- Thomas Goirand Tue, 30 Jun 2026 16:48:24 +0200 ceph (20.2.2+ds-10) sid; urgency=medium * Removing not needed python3-all-dev build-depends. * Adding patch from Adrian Bunk to accept Python 3.14 and 3.15 (Closes: #1140973). -- Daniel Baumann Tue, 30 Jun 2026 15:31:43 +0200 ceph (20.2.2+ds-9) unstable; urgency=medium * Add python3-all build-depends (Closes: #1140973). * Updated debian/*.symbols files for new signatures in 20.x. * Cleans better. -- Thomas Goirand Sun, 28 Jun 2026 23:21:53 +0200 ceph (20.2.2+ds-8) unstable; urgency=medium [ Thomas Goirand ] * Change 0039-fix-MarkupSafe-cephadm-pinning.patch so that cephadm/build.py stops using apt-cache which isn't available in reproducible-build tests in the Debian infra. [ Daniel Baumann ] * Updating watch file for tentacle. -- Thomas Goirand Fri, 26 Jun 2026 09:42:17 +0200 ceph (20.2.2+ds-7) unstable; urgency=medium * Do not enable SPDK on loong64, as libpmem-dev isn't available on that arch. -- Thomas Goirand Thu, 25 Jun 2026 11:19:56 +0200 ceph (20.2.2+ds-6) unstable; urgency=medium [ Daniel Baumann ] * Adding missing libboost-graph-dev to build-depends to not rely on implicit inclusion. [ Thomas Goirand ] * Fix build on loong64 and s390x. -- Thomas Goirand Thu, 25 Jun 2026 08:55:41 +0200 ceph (20.2.2+ds-5) experimental; urgency=medium [ Daniel Baumann ] * Wrap and sorting control. * Avoid running cephadm unit tests when building with nocheck. * Updating boost build-depends for boost1.90 for backports. * Adding missing libboost-exception-dev to build-depends to not rely on implicit inclusion and to fix FTBFS on trixie. * Adding missing libboost-container-dev to build-depends to not rely on implicit inclusion and to fix FTBFS on trixie. * Adding missing libboost-charconv-dev to build-depends to not rely on implicit inclusion. * Adding boost 1.88 alternative depends for trixie. * Adding missing libboost-charconv1.88.0 conditionally to build-depends to fix FTBFS on trixie. [ Thomas Goirand ] * Do not use system's libarrow-dev on s390x, because it's not available on that arch. Set -DWITH_SYSTEM_ARROW=OFF for s390x. -- Thomas Goirand Wed, 24 Jun 2026 15:15:12 +0200 ceph (20.2.2+ds-4) experimental; urgency=medium * Add -DCEPHADM_BUNDLED_DEPENDENCIES=deb to avoid pip install in cephadm build. -- Thomas Goirand Tue, 23 Jun 2026 22:00:59 +0200 ceph (20.2.2+ds-3) experimental; urgency=medium * Also fix src/cephadm/build.py so it accepts MarkupSafe 3, and doesn't download it from pypi. * Only use libqat-dev and libqatzip-dev if arch is amd64, as it isn't available on other arch. -- Thomas Goirand Tue, 23 Jun 2026 17:16:45 +0200 ceph (20.2.2+ds-2) experimental; urgency=medium * Make it work with -DWITH_SYSTEM_BOOST=ON. * Also set -DWITH_SYSTEM_ARROW=ON. * Also set: - -DWITH_SYSTEM_ZSTD=ON - -DWITH_SYSTEM_JERASURE=ON - -DWITH_SYSTEM_QATLIB=ON - -DWITH_SYSTEM_QATZIP=ON * Set -DWITH_UADK=OFF to avoid download at build time on ARM. * Add 0039-fix-MarkupSafe-cephadm-pinning.patch. * Run cephadm unittests before build. * Add 0040-fix-mock-import.patch. * d/copyright: added full text of APSL as per suggestion from DFSG team. * Add 0041-accept-any-openssl-version.patch (Closes: #1139227). * Checked: this version builds properly with libfmt 11.1 (Closes: #1092838). -- Thomas Goirand Tue, 23 Jun 2026 09:21:52 +0200 ceph (20.2.2+ds-1) experimental; urgency=medium * New upstream release. * Package systemd services directly in /usr. * Commit changes in upstream packaging here, including: - Some updates in debian/*.install - Build and runtime depends changes in debian/control. - New libcephfs-proxy2 and libcephfs-daemon packages, including their matching dbg packages. * Delete unrelevant patch, refresh others, disabled some. * Temporarily build with -DWITH_SYSTEM_BOOST=OFF. * Add python3-pip and python3-venv as build-depends, needed by cephadm. * Correctly build systemd unit and target files with cmake before installing, and avoid silly sed of variables. * Add, currently disabled, do-not-search-for-boost-system.patch. * Add fix-missing-cmake_minimum_required-in-systemd-folder.patch. -- Thomas Goirand Fri, 19 Jun 2026 13:46:43 +0200 ceph (18.2.8+ds-2.1) unstable; urgency=medium * Non-maintainer upload. * Migrate from versioned boost1.83 build-dependencies to unversioned default Boost packages (Closes: #1136969). * Drop libboost-system-dev from Build-Depends; boost::system is header-only since Boost 1.74 and has no compiled library in Boost 1.90. * Fix FTBFS with Boost 1.90 API changes (0032-fix-ftbfs-with-boost-1.90.patch). -- Anton Gladky Fri, 06 Jun 2026 06:00:00 +0000 ceph (18.2.8+ds-2) sid; urgency=medium [ Bernd Zeimetz ] * Remove myself from uploaders. [ Daniel Baumann ] * Wrap and sorting debian files. * Updating build-depends base-line to trixie. * Updating standards version to 4.7.4. * Updating homepage field. * Prefixing README.Debian with package name. * Using /bin/sh rather than /bin/bash in ceph-dencoder-oom workaround. * Keeping ceph-dencoder-oom executable within packaging files. * Keeping upload target consistent in changelog. -- Daniel Baumann Sat, 02 May 2026 21:34:51 +0200 ceph (18.2.8+ds-1) sid; urgency=medium [ Thomas Goirand ] * ACK NMU from Adrian Bunk. [ Daniel Baumann ] * Removing old libboost-system-dev from build-depends (Closes: #1127177). * Removing btrfs-progs recommends, not needed anymore (Closes: #1112172). * Merging upstream version 18.2.8+ds. * Removing CVE-2025-52555-regression, included upstream. * Building with boost1.83 until newer ceph is uploaded to debian. * Adding patch to raise cmake minimum version to 3.5 to fix FTBFS with cmake 4 (Closes: #1112772). -- Daniel Baumann Wed, 25 Mar 2026 13:03:24 +0100 ceph (18.2.7+ds-1.1) unstable; urgency=medium * Non-maintainer upload. * Backport upstream fix for FTBFS with GCC 15. (Closes: #1096424) * CVE-2024-47866: RGW DoS attack with empty HTTP header in S3 object copy. (Closes: #1120797) -- Adrian Bunk Mon, 05 Jan 2026 20:03:35 +0200 ceph (18.2.7+ds-1) sid; urgency=high * Adding patch from upstream to fix regression with CVE-2025-52555: - unprivileged users can set S_ISUID and/or S_ISGID bits when changed seperatly from each other (Closes: #1109470). * Merging upstream version 18.2.7+ds: - rebuilding upstream tarball without lintian-offending files to fix autoreject (#1109654) * Updating Files-Excluded in copyright with newly removed files. -- Daniel Baumann Tue, 22 Jul 2025 19:06:06 +0200 ceph (18.2.7-2) unstable; urgency=medium * Add 0010-ceph-volume-fix-importlib.metadata-compat.patch (Closes: #1104579). * Fixed debian/source/options extend-diff-ignore. -- Thomas Goirand Wed, 28 May 2025 11:19:02 +0200 ceph (18.2.7-1) sid; urgency=high * Calling calc-max-parallel.sh silently in makefile to reduce visual clutter. * Updating comment line wrapping in calc-max-parallel.sh. * Merging upstream version 18.2.7: - fixes a critical bluestore regression in versions 18.2.5 and 18.2.6 (https://github.com/ceph/ceph/pull/61653) -- Daniel Baumann Thu, 08 May 2025 22:28:32 +0200 ceph (18.2.6-1) sid; urgency=medium [ Daniel Baumann ] * Merging upstream version 18.2.6. * Removing fix-ftbfs-with-gcc-14_3.patch, included upstream. * Removing CVE-2024-48916.patch, included upstream. * Removing mgr-allow-specifying-module-option-level.patch, included upstream. * Using codename instead of suitname in changelog. * Replacing calc-max-parallel.sh with a simpler and variant that also covers cases for systems with more CPUs than RAM (Closes: #1103358). * Showing system CPU, RAM and the calculated number of parallel jobs to have it in the build log to help debuggin build failures. -- Daniel Baumann Mon, 21 Apr 2025 19:57:23 +0200 ceph (18.2.4+ds-13) sid; urgency=medium [ Thomas Goirand ] * Drop 0023-fix-ftbfs-with-newer-snappy.patch, that's now useless and making backports FTBFS. -- Daniel Baumann Sat, 18 Jan 2025 06:15:48 +0100 ceph (18.2.4+ds-12) sid; urgency=medium * Adding cherry-picked upstream patches for python 3.13 compatibility from ubuntu, thanks James (Closes: #1091407). * Refreshing mgr-add-site-package-paths-in-PyModuleRegistry.patch. * Refreshing Revert-Merge-pull-request-55436-from-tchaikov-mgr-py.patch. * Refreshing mgr-add-site-package-paths-in-PyModuleRegistry.patch -- Daniel Baumann Thu, 16 Jan 2025 12:27:23 +0100 ceph (18.2.4+ds-11) sid; urgency=medium * Cherry-picking patch from upstream to fix authentication bypass in rgw (Closes: #1088993) [CVE-2024-48916]. -- Daniel Baumann Wed, 04 Dec 2024 04:05:10 +0100 ceph (18.2.4+ds-10) sid; urgency=medium * Removing manual depends on python3-pkg-resources (Closes: #1083332). -- Daniel Baumann Wed, 20 Nov 2024 09:21:09 +0100 ceph (18.2.4+ds-9) sid; urgency=medium * Updating watch file. * Correcting my email address in previous changelog. -- Daniel Baumann Sun, 10 Nov 2024 06:40:55 +0100 ceph (18.2.4+ds-8) sid; urgency=medium * Adding patch to fix FTBFS with fmt10 (Closes: #1086564). * Correcting my email address in previous changelog. -- Daniel Baumann Sat, 09 Nov 2024 13:12:09 +0100 ceph (18.2.4+ds-7) sid; urgency=medium * Removing superfluous dependency on python3-six in ceph-mgr-rook (Closes: #1079864). -- Daniel Baumann Wed, 18 Sep 2024 09:47:35 +0200 ceph (18.2.4+ds-6) sid; urgency=medium * Removing manually specifing zero jvm on mips64el as it doesn't work and we better wait for the proper fix in cmake itself (#1078712). * Building with fixed cmake (Closes: #1078446). * Trimming unused entry in last changelog. -- Daniel Baumann Thu, 15 Aug 2024 12:53:10 +0200 ceph (18.2.4+ds-5) sid; urgency=medium * Updating libcephfs2.symbols. * Using fuse3 instead of fuse. * Trying to fix FTBFS on mips64el (#1078446) since openjdk-21 became default-jdk by manually specifing the zero jvm as there's no hotspot jvm anymore on this architecture. -- Daniel Baumann Wed, 14 Aug 2024 18:45:20 +0200 ceph (18.2.4+ds-4) sid; urgency=medium * Correcting execution order of dh_movetousr, thanks to Helmut Grohne (Closes: #1073640). * Updating update-java-source-target-flags.patch for openjdk 21. * Correcting accidentally wrong email address in previous changelog entry. -- Daniel Baumann Thu, 08 Aug 2024 17:01:36 +0200 ceph (18.2.4+ds-3) sid; urgency=medium * Renumbering patches sequentially. * Removing unused do-not-include-mgr_legacy_options.h.patch. * Rediffing and harmonizing enable-strsignal.patch. * Rediffing and harmonizing update-java-source-target-flags.patch. * Rediffing and harmonizing disable-crypto.patch. * Adding patch to avoid cephadm writing its own logrotate configuration (Closes: #1041092). * Adding patch from Dandan Zhang to fix FTBFS on loong64 (Closes: #1055047, #1069022). * Trimming whitespaces in debian changelog. * Wrap-and-sorting debian packaging files. -- Daniel Baumann Sat, 27 Jul 2024 07:25:47 +0200 ceph (18.2.4+ds-2) sid; urgency=medium * Removing unneeded depends in ceph-mds for shorter dependency chains. * Removing unneeded depends in ceph-mgr for shorter dependency chains. * Removing unneeded depends in ceph-mon for shorter dependency chains. * Moving systemd units to /usr (Closes: #1073640) * Adding udev rules for rbd to activate LUKS volumes, thanks to Daniel Schreiber (Closes: #1064970). -- Daniel Baumann Fri, 26 Jul 2024 14:15:31 +0200 ceph (18.2.4+ds-1) sid; urgency=medium [ Thomas Goirand ] * Add Daniel as uploader. Remove Gaudenz (not active anymore). [ Daniel Baumann ] * Merging upstream version 18.2.4+ds. * Cherry-picking patches from upstream to fix FTBFS with gcc-14 (Closes: #1074874). -- Daniel Baumann Fri, 26 Jul 2024 07:00:05 +0200 ceph (18.2.3+ds-3) unstable; urgency=medium * mips64el: Use -mxgot on CFLAGS, not LDFLAGS, thanks to Adrian Bunk for the tip. -- Thomas Goirand Sun, 26 May 2024 11:07:21 +0200 ceph (18.2.3+ds-2) unstable; urgency=medium * Up the max number of build processes on computers with more than 48 GB. * Add "export DEB_LDFLAGS_MAINT_APPEND= -mxgot" for mips64el to avoid FTBFS. -- Thomas Goirand Fri, 24 May 2024 21:23:32 +0200 ceph (18.2.3+ds-1) unstable; urgency=medium * New upstream release. * Add fix-ftbfs-with-newer-snappy.patch (Closes: #1071300). * Fix d/copyright syntax. * Fix some scripts flags (they were not executable). * debian/repack: fix deleting files from upstream. * Rebase, refresh, drop applied upstream, rework patches: - pybind-rbd-make-cdef-functions-not-propagate-excepti.patch: drop. - remove-usage-of-distutils.patch drop cephfs-shell part. - 0001-cmake-promote-uring-package-search-to-top-level.patch partially dropped (partially applied upstream). - 0001-cmake-populate-liburing-include-and-library-paths-do.patch refresh. - 0001-cmake-promote-uring-package-search-to-top-level.patch refresh. - 0001-cmake-rocksdb-make-sure-dependencies-build-before-ro.patch refresh. - 32bit-fixes.patch refresh. - enable-strsignal.patch refresh. -- Thomas Goirand Wed, 22 May 2024 08:12:10 +0200 ceph (18.2.1+ds-9) unstable; urgency=medium * Do not chmod +x ceph-osd-prestart.sh if we're building arch:all. -- Thomas Goirand Fri, 26 Apr 2024 09:00:30 +0200 ceph (18.2.1+ds-8) unstable; urgency=medium * Add missing depends: libsqlite3-mod-ceph for ceph-mgr. * Fix executable rights of /usr/lib/ceph/ceph-osd-prestart.sh that was preventing osd to start. * Fix prefix of path of ceph-osd-prestart.sh. -- Thomas Goirand Thu, 25 Apr 2024 14:48:30 +0200 ceph (18.2.1+ds-7) unstable; urgency=medium * Add fix-for-cmake-3.29.2.patch. -- Thomas Goirand Thu, 25 Apr 2024 08:57:27 +0200 ceph (18.2.1+ds-6) unstable; urgency=medium * Add patch to fix removal of python3-distutils. -- Thomas Goirand Wed, 24 Apr 2024 14:24:31 +0200 ceph (18.2.1+ds-5) unstable; urgency=medium * Removed python3-distutils from depends (Closes: #1065838). * Refreshed 0001-cmake-promote-uring-package-search-to-top-level.patch. -- Thomas Goirand Sun, 10 Mar 2024 15:52:49 +0100 ceph (18.2.1+ds-4) unstable; urgency=medium * Re-enable system's liburing as it doesn't fix anything, and instead, use dh_auto_build --buildsystem=cmake -- legacy-option-headers before building to avoid a race condition where build happens before generating headers. -- Thomas Goirand Fri, 08 Mar 2024 13:21:05 +0100 ceph (18.2.1+ds-3) unstable; urgency=medium * Increase --max-parallel to 12 if having 32 GB of RAM. * Temporarily revert using system's liburing, as it broke on ppc64el, possibly because of a race condition also affecting other arch. -- Thomas Goirand Thu, 07 Mar 2024 13:35:40 +0100 ceph (18.2.1+ds-2) unstable; urgency=medium [ Adrian Bunk ] * Use system liburing again * Use system boost again * Remove obsolete WITH_BOOST_CONTEXT setting. The variable is no longer used upstream, and the build dependency is already unconditional. -- Thomas Goirand Wed, 06 Mar 2024 23:20:09 +0100 ceph (18.2.1+ds-1) unstable; urgency=medium * Uploading to unstable. * New upstream release: - Fixes FTBFS (Closes: #1058543, #1056085). * Add pybind-rbd-make-cdef-functions-not-propagate-excepti.patch from upstream master branch to fix FTBFS of rbd.pyx with Cython 3.0. (Closes: #1056793). * Manually install systemd services in each package. -- Thomas Goirand Mon, 19 Feb 2024 08:55:30 +0100 ceph (18.2.0+ds-8) experimental; urgency=medium * [0d064de] Relaxed back the dependencies to Boost 1.81. -- Thomas Goirand Tue, 24 Oct 2023 09:19:43 +0200 ceph (18.2.0+ds-7) experimental; urgency=medium * [1627149] Do not build bools on mips64el with context. -- Thomas Goirand Fri, 20 Oct 2023 09:58:18 +0200 ceph (18.2.0+ds-6) experimental; urgency=medium * [947e325] Add add-mips-support-to-toku-time.patch -- Thomas Goirand Wed, 04 Oct 2023 08:33:59 +0200 ceph (18.2.0+ds-5) experimental; urgency=medium * [997d930] mipsel64: use -DWITH_SPDK=OFF, as libpmem-dev and libpmemobj-dev aren't available. -- Thomas Goirand Tue, 03 Oct 2023 12:26:33 +0200 ceph (18.2.0+ds-4) experimental; urgency=medium * [d5eff11] Add libpmem-dev build-depends on riscv64. * [90b7ddd] ceph-volume: replaced breaks+replaces by Conflicts: ceph-osd (<< 18), as suggested by helmut and http://subdivi.de/~helmut/dep17.html in section M17. * [8b0ecf2] And libpmemobj-dev build-depends on riscv64. * [016e0b2] Add -latomic for riscv. * [56c5945] Add architecture-is-64-bit as build-depends. -- Thomas Goirand Mon, 02 Oct 2023 08:57:16 +0200 ceph (18.2.0+ds-3) experimental; urgency=medium * [1b72d20] Add extraopts += -DWITH_RADOSGW_SELECT_PARQUET=OFF to avoid download at build time when building arrow. * [ee65aa1] reaks: + Replaces: radosgw (<< 18) (Closes: #1052762). -- Thomas Goirand Tue, 26 Sep 2023 20:45:31 +0200 ceph (18.2.0+ds-2) experimental; urgency=medium * [2031a0e] Allow more threads to build on bigger systems. * [8990221] Fix nasm build-depends on non-amd64. -- Thomas Goirand Mon, 25 Sep 2023 21:05:34 +0200 ceph (18.2.0+ds-1) experimental; urgency=medium * New upstream release (Closes: #1037602). * [5fd8d25] d/ceph-base.install: add usr/lib/*/ceph/extblkdev/*. * [f537626] d/ceph-common.install: add in /usr/bin crushdiff, rgw-gap-list, rgw-gap-list-comparator, rgw-restore-bucket-index, rgw-orphan-list, add in manpages: crushdiff.8, rgw-policy-check.8 * [bedb3fe] d/ceph-common.postinst: clean-ups and re-indent. Remove obsolete code handling /etc/default/ceph. * [f342988] d/cephfs-mirror.install: add missing lib/systemd/system/cephfs-mirror* and man page. * [c02902c] debian/cephfs-shell.install: rewrite. * [8b45e87] d/control: add missing Python3 packages depends for ceph-mgr-cephadm. * [55a4d0b] d/control: Package: ceph-mgr-dashboard: fix new Python3 depends for this release. * [a24b5bd] d/ceph-mgr.install: add usr/share/ceph/mgr/object_format.* * [441ab14] d/control: Package: ceph-mgr-k8sevents, add python3-yaml depends. * [b7da3ed] d/control: Package: ceph-mgr-modules-core, add missing depends for this release. * [9a73529] d/control: Package: ceph-mgr: add missing python3 depends. * [1a22a83] d/control: Package: ceph-mgr-rook: add missing python3 depends. * [a20e59b] Follow upstream and move all ceph-volume stuff into its own package. To avoid any surprise, make ceph-osd Depends: on it. * [7c18874] d/ceph-test.install: adopt upstream file. * [196553b] d/control: add a lot of missing build-depends. * [8e3577c] d/libcephfs-dev.install: adopt upstream file, listing all files manually instead of wildcard matching. * [d0bfce9] d/python3-cephfs.install: do not package ceph_volume_client.py, gone from upstream. * [7f373af] debian/radosgw.install: do not install usr/*/lib/libradosgw.so*, add man page. * [276f6dd] debian/control: add libutf8proc-dev as build-depends. * [3803693] d/rules: - include /usr/share/dpkg/default.mk - Add extraopts += -DWITH_SYSTEM_UTF8PROC=ON - always do extraopts += -DWITH_SYSTEM_PMDK=ON - do not install usr/sbin/cephadm from debian/rules, but with d/*.install - dh_shlibdeps: add --exclude=ceph_crypto * [c2b24a8] d/patches/*: rebase/refresh/delete for use with latest upstream release. * [5b701a8] d/control: build-depends on libboost >= 1.81.0~ * [67080ed] Add a repack file, to rework the upstream tarball a little bit. * [5480c76] Add -fpermissive and extraopts += -DWITH_JAEGER=OFF * [e544664] Using -DWITH_SYSTEM_LIBURING=OFF. * [1ff48d1] Add ry-fix-fmt-call.patch. * [fee3c3d] Remove bins from ceph-test. * [e33a625] Fix debian/*.symbols files for this new upstream release. * [20d9818] Fix tipoe in ceph-mgr-cephadm depends. * [3dd09d1] ceph-volume: do not depends on util-linux which is essential. * [73f11f3] Fix not-binnmuable-all-depends-any ceph-volume and ceph-osd. * [476d6af] Add dh_python3 -p ceph-volume --shebang=/usr/bin/python3. * [d708d5b] Fix for ceph-mgr.postinst * [c09275a] ceph-volume doesn't depend on ceph-osd. * [5352e15] source lintian-overrides: fix path to rapidjson license.txt and dashboard path too. * [6a35fbc] Remove Suggests: btrfs-tools, logrotate, as it's already in depends. * [1315241] Fix missing dots in d/copyright. * [292de96] Cleans better. * [ede3837] d/repack: Delete file removed by clean target from orig tarball. * [2c3a7a6] No version in ceph-volume depends. * [69d197e] Build ceph-test bins. * [6cf1bd0] Tweak extraopts. * [fb653fa] Install all binaries in the ceph-test package. * [ef4a175] Add ceph-test-dbg package. * [97eafc2] Add ceph-fuse-dbg. -- Thomas Goirand Mon, 25 Sep 2023 11:02:26 +0200 ceph (16.2.11+ds-5) unstable; urgency=high * CVE-2023-43040: security issue with RGW with improperly verified POST keys. Applied upstream fix: rgw: Fix bucket validation against POST policies (Closes: #1053690). -- Thomas Goirand Mon, 09 Oct 2023 08:53:31 +0200 ceph (16.2.11+ds-4) unstable; urgency=medium * [5e0eaf6] Add -latomic for riscv. * [44ebe5f] Modify fix-CheckCxxAtomic-riscv64.patch so that it works as expected. -- Thomas Goirand Fri, 29 Sep 2023 10:36:19 +0200 ceph (16.2.11+ds-3) unstable; urgency=medium * Fix gcc-13 FTBFS. (Closes: #1037602): - fix-gcc-13-issue.patch (thanks to Bo YU). - Add -fpermissive to DEB_CXXFLAGS_MAINT_APPEND. - include-cstdint-in-subsys_types.h.patch. * Fix debian/calc-max-parallel.sh to allow building on more core on (very) big systems. -- Thomas Goirand Tue, 26 Sep 2023 09:41:32 +0200 ceph (16.2.11+ds-2) unstable; urgency=medium * Add missing python3-distutils runtime depends in ceph-common. -- Thomas Goirand Thu, 16 Feb 2023 11:54:41 +0100 ceph (16.2.11+ds-1) unstable; urgency=medium * New upstream release. * Removed patches applied upstream: - CVE-2022-3854_2_rgw_Fix_rgw_sal_Bucket_empty_static_method_signatures.patch - fix-FTBFS-include-memory.h.patch - mgr-Define-PY_SSIZE_T_CLEAN-ahead-of-every-Python.h.patch * Refreshed patches: - 32bit-fixes.patch - CVE-2022-3854_1_rgw_Guard_against_malformed_bucket_URLs.patch - enable-strsignal.patch * Fix cephfs-shell.install. -- Thomas Goirand Fri, 27 Jan 2023 16:46:08 +0100 ceph (16.2.10+ds-5) unstable; urgency=medium [ Thomas Goirand ] * Add adduser as depends for cephadm and ceph-common, fixing piupart run (Closes: #1027175). * CVE-2022-3854: RGW Segmentation fault when requested resource includes a colon. Added upstream patches (Closes: #1027151): - CVE-2022-3854_1_rgw_Guard_against_malformed_bucket_URLs.patch - CVE-2022-3854_2_rgw_Fix_rgw_sal_Bucket_empty_static_method_....patch [ Charles Plessy ] * Replace transition package mime-support with media-types (Closes: #1024700). -- Thomas Goirand Mon, 09 Jan 2023 11:41:27 +0100 ceph (16.2.10+ds-4) unstable; urgency=high * CVE-2022-3650: ceph to root privilege escalation via ceph-crash.service. Add upstream patches (Closes: #1024932): - ceph-crash_drop_privleges_to_run_as_ceph_user_rather_than_root.patch - ceph-crash_fix_stderr_handling.patch -- Thomas Goirand Mon, 28 Nov 2022 12:02:57 +0100 ceph (16.2.10+ds-3) unstable; urgency=medium * Fix mgr modules fail to run due to "PY_SSIZE_T_CLEAN macro must be defined for '#'": add mgr-Define-PY_SSIZE_T_CLEAN-ahead-of-every-Python.h.patch backported from upstream (Closes: #1020489, #1003890). * Fix debian/cephfs-shell.install (it was doing FTBFS with file not found). * Add fix-CheckCxxAtomic-riscv64.patch (Closes: #1018837). * Remove arch-qualifier for libboost-context-dev and libboost-coroutine-dev as Ceph FTBFS without these libs anyways (Closes: #1012489). -- Thomas Goirand Thu, 22 Sep 2022 15:35:37 +0200 ceph (16.2.10+ds-2) unstable; urgency=medium * Replace Fix-build-with-fmt-8.1.1.patch by Fix-build-with-fmt-8-9.patch thanks to Shengjing Zhu (Closes: #1014549). -- Thomas Goirand Sun, 31 Jul 2022 21:59:55 +0200 ceph (16.2.10+ds-1) unstable; urgency=high * New upstream hotfix release: - CVE-2022-0670: Users who were running OpenStack Manila to export native CephFS, who upgraded their Ceph cluster from Nautilus (or earlier) to a later major version, were vulnerable to an attack by malicious users (Closes: #1016069). - A regression made it possible to dereference a null pointer for for s3website requests that don’t refer to a bucket resulting in an RGW segfault. * Add fix-FTBFS-include-memory.h.patch to address FTBFS under GCC 12. -- Thomas Goirand Wed, 27 Jul 2022 09:30:47 +0200 ceph (16.2.9+ds-1) unstable; urgency=medium * New upstream release. * Fix patches: - refreshed enable-strsignal.patch. - removed disable-log-slow-requests.patch. * Fix prometheus_alerts.yml path in d/rules. -- Thomas Goirand Fri, 15 Jul 2022 17:27:25 +0200 ceph (16.2.7+ds-5) unstable; urgency=medium * Fix cephfs-top package long and short description (Closes: #1004246). * Drop the ceph-mgr-diskprediction-local package, because it relies on the python3-sklearn package, which the release team is dropping. Also, it relies on pre-trained data, which aren't built from source, so it is considered non-free in Debian (Closes: #1014641). -- Thomas Goirand Fri, 15 Jul 2022 11:31:04 +0200 ceph (16.2.7+ds-4) unstable; urgency=medium * Add fix-build-with-fmt-8.1.1.patch (Closes: #1003469). -- Thomas Goirand Fri, 14 Jan 2022 10:50:50 +0100 ceph (16.2.7+ds-3) unstable; urgency=medium * Rebuild source-only. * Fix cephadm user creation that was failing, and subsequent chown failing as the package installation as a consequence. -- Thomas Goirand Mon, 10 Jan 2022 11:45:19 +0100 ceph (16.2.7+ds-2) unstable; urgency=medium * Add libgf-complete-dev as build-dependency, since the Ceph repository contains the exact same code as the Debian packaged version. * Add libjerasure-dev as build-dependency, as the code of the Debian package only contains a little bit further input checking and nothing else, so the Ceph embedded copy is just less good (a simple diff shows this). This also closes a very long silly debate that could have been solved by simply reading the diff (Closes: #791445). * libsqlite3-mod-ceph-dbg: do not depend on libsqlite3-0-dbgsym. * Add missing python3-ceph-common package (Closes: #1003013). * Set --max-parallel=8 when 32 GB (this optimizes build on my laptop). * Kill the ceph-fuse-dbg package that is uninstallable. * Remove ceph-base depends on essential packages: debianutils, findutils. -- Thomas Goirand Mon, 03 Jan 2022 15:24:32 +0100 ceph (16.2.7+ds-1) unstable; urgency=medium * New upstream release: - Fix data corruption on upgrades from older releases (Closes: #1002749). * Remove build-dependency on clang: we use gcc on all arch. * Move smartmontools and nvme-cli to ceph-base, as per upstream. * Increase the number of parallel processes when building with a lot of RAM. * Refreshed a few patches. -- Thomas Goirand Wed, 29 Dec 2021 09:29:49 +0100 ceph (16.2.6+ds-11) unstable; urgency=medium * Revert libcephfs2.symbols "fix". -- Thomas Goirand Tue, 28 Dec 2021 08:45:18 +0100 ceph (16.2.6+ds-10) unstable; urgency=medium * Fix libcephfs2.symbols. * Build-depends only on python3-dev, not python3-all-dev (Closes: #1002688). -- Thomas Goirand Mon, 27 Dec 2021 15:48:02 +0100 ceph (16.2.6+ds-9) unstable; urgency=medium * Fix ceph-mgr-modules-core,ceph-mgr: both ship /usr/share/ceph/mgr/* (Closes: #998826). -- Thomas Goirand Mon, 27 Dec 2021 10:16:27 +0100 ceph (16.2.6+ds-8) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand Fri, 24 Dec 2021 23:46:33 +0100 ceph (16.2.6+ds-7) experimental; urgency=medium [ Adrian Bunk ] * Use the system libfmt * Use the system liburing * Optimize for space on 32bit architectures * Don't let cmake append CFLAGS/CXXFLAGS is -O/-g settings different from what we set. -- Thomas Goirand Thu, 23 Dec 2021 15:53:49 +0100 ceph (16.2.6+ds-6) experimental; urgency=medium * Use -DWITH_BOOST_CONTEXT=ON in s390x mips64el and riscv64. * Fix cmake-test-for-16-bytes-atomic-support-on-mips-also.patch so that it works also for 32 bits mips. -- Thomas Goirand Thu, 09 Dec 2021 13:54:42 +0100 ceph (16.2.6+ds-5) experimental; urgency=medium * Add cmake-test-for-16-bytes-atomic-support-on-mips-also.patch which fixes FTBFS on mips64el. * Add only-yied-under-armv7-and-above.patch which fixes FTBFS on armel. -- Thomas Goirand Sat, 20 Nov 2021 15:00:51 +0100 ceph (16.2.6+ds-4) experimental; urgency=medium * Add libgoogle-perftools-dev build-depends on all available arch. * Remove a symbol in debian/libcephfs2.symbols that is missing on ppc64el. * Removed useless libsqlite3-mod-ceph.symbols. -- Thomas Goirand Mon, 08 Nov 2021 20:44:04 +0100 ceph (16.2.6+ds-3) experimental; urgency=medium * Do not maintain debian/librados2.symbols. -- Thomas Goirand Mon, 08 Nov 2021 08:36:08 +0100 ceph (16.2.6+ds-2) experimental; urgency=medium * Build-depends on valgrind for all avialable arch. * Build-depends on libboost-context-dev and libboost-coroutine-dev on s390x, mips64el and riscv64. -- Thomas Goirand Sun, 07 Nov 2021 15:14:08 +0100 ceph (16.2.6+ds-1) experimental; urgency=medium * New upstream release. * Exclude debian folder from upstream orig tarball. * Commit some of the upstream packaging to be closer to their packaging. * Refreshed patch: - disable-crypto.patch - riscv64-link-pthread.patch - compile-ppc.c-on-all-powerpc-machines.patch * Remove patch (now useless / NA): - 32bit-avoid-overloading.patch - 32bit-avoid-size_t.patch - make-ceph-python-3.9-aware.patch - patches/another-cmakelists-fix.patch - cmake_add_1.74_to_known_versions.patch - cmake_define_BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT_for_Boost...sers.patch - allow-bgp-to-host.patch * Add patch taken from Ubuntu: - enable-strsignal.patch - 32bit-fixes.patch - disable-log-slow-requests.patch - bug1914584.patch - bug1917414.patch * Removed patch applied upstream: - bluefs-use-uint64_t-for-len.patch - debian/patches/mds-purgequeue-use_uint64_t.patch * Rebased patch: - add-option-to-disable-ceph-dencoder.patch * d/rules: import stuff from the Ubuntu packaging. * Reviewed build-dependency list. * Switch to debhelper-compat 11. * Use dh_installsystemd, not dh_systemd_enable which is deprecated. * Reviewed (and rewrote a lot of) debian/copyright. * Do not override dh_systemd_enable and dh_systemd_start. -- Thomas Goirand Tue, 02 Nov 2021 14:48:40 +0100 ceph (14.2.21-1.1) unstable; urgency=medium * Non-maintainer upload. * Compile ppc.c on all powerpc machines. Fixes 32 bit powerpc build (Closes: #993642). -- Mattias Ellert Thu, 26 Aug 2021 10:36:49 +0200 ceph (14.2.21-1) unstable; urgency=high * New upstream release, resolving these: - CVE-2021-3509: Cross Site Scripting via token Cookie (Closes: #988888). - CVE-2021-3524: injection of HTTP headers via a CORS ExposeHeader tag in the Ceph Storage RadosGW (Closes: #988889). - CVE-2021-3531: RadosGW denial of service (crash) (Closes: #988890). -- Thomas Goirand Thu, 27 May 2021 12:04:21 +0200 ceph (14.2.20-2) unstable; urgency=medium * Add allow-bgp-to-host.patch. -- Thomas Goirand Wed, 21 Apr 2021 10:02:07 +0200 ceph (14.2.20-1) unstable; urgency=medium * New upstream point release (Closes: #986173): - Fixes CVE-2021-20288: Unauthorized global_id reuse in cephx (Closes: #986974) * Remove "rm -rf /etc/ceph" in ceph-base.postinst (Closes: #987192). -- Thomas Goirand Tue, 20 Apr 2021 13:00:13 +0200 ceph (14.2.18-1) unstable; urgency=medium * New upstream point release. * Refreshed 32bit-avoid-size_t.patch. * Rebased bluefs-use-uint64_t-for-len.patch. * Refreshed 32bit-avoid-size_t.patch. * Refreshed riscv64-link-pthread.patch. * Rebased cmake_define_BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT_for_Boost.Asio_users.patch * Refreshed another-cmakelists-fix.patch. * Removed allow-binding-on-lo.patch applied upstream. -- Thomas Goirand Wed, 24 Mar 2021 12:49:20 +0100 ceph (14.2.16-2) unstable; urgency=medium * Add fix-ceph-osd-systemd-target.patch. -- Thomas Goirand Thu, 28 Jan 2021 16:45:23 +0100 ceph (14.2.16-1) unstable; urgency=medium * Add allow-binding-on-lo.patch. * New upstream release. -- Thomas Goirand Fri, 15 Jan 2021 12:26:14 +0100 ceph (14.2.15-4) unstable; urgency=medium * Add upstream 3 patches for libboost 1.74 (Closes: #977243). -- Thomas Goirand Sun, 13 Dec 2020 16:33:57 +0100 ceph (14.2.15-3) unstable; urgency=medium [ Adrian Bunk ] * [197afaf] Merge branch 'debian/unstable' into 'debian/unstable' Portability fixes See merge request ceph-team/ceph!6 -- Thomas Goirand Thu, 03 Dec 2020 21:03:06 +0100 ceph (14.2.15-2) unstable; urgency=medium * Do not build with clang, instead, set --max-parallel=1, as it seems it worked for Ubuntu. If this doesn't work, we'll disable the non-64 bits arch completely. -- Thomas Goirand Mon, 30 Nov 2020 21:10:12 +0100 ceph (14.2.15-1) unstable; urgency=medium * New upstream release (Closes: #956750): - Fix FTBFS with GCC-10 (Closes: #957079). - Fix CVE-2020-10753 (Closes: #963760). - Fix CVE-2020-25660 (Closes: #975275). * Refreshed patches: - 32bit-avoid-size_t.patch - add-option-to-disable-ceph-dencoder.patch - bluefs-use-uint64_t-for-len.patch - disable-crypto.patch - mds-purgequeue-use_uint64_t.patch * Raw wrap-and-sort -bastk. * Added myself as uploader. * Added librdkafka-dev as build-depends. * Fixed debian/libcephfs-dev.install. * debian/calc-max-parallel.sh: allow for more values of --max-parallel so that ceph builds faster on more powerful machines. * Add a patch to make Ceph aware of Python 3.9: - make-ceph-python-3.9-aware.patch * Add a debian/source/options to ignore CRLF to CR changes. * Use --home in ceph-common.postinst when creating the Ceph system user. * Updated debian/libcephfs2.symbols (added 3 new symbols). * Package: ceph-resource-agents, switch Priority: to optional. * Add debian/source.lintian-overrides to allow .js which shipped by upstream in both compiled and source version. * Removed now useless dpkg-maintscript-helper rm_conffile: they have been around for more than one release. * debian/ceph-osd.postinst: remove as it's doing nothing. * Fix debian/lib{rbd1,rados2}.symbols (3 missing symbols). -- Thomas Goirand Fri, 27 Nov 2020 23:58:00 +0100 ceph (14.2.9-1) unstable; urgency=high * [dc4e7cf] Update upstream source from tag 'upstream/14.2.9' Update to upstream version '14.2.9' with Debian dir 544321a5823a0e5b826198888c79cb3ed4dd9b2e Closing #956142 / CVE-2020-1760 -- Bernd Zeimetz Fri, 24 Apr 2020 22:43:18 +0200 ceph (14.2.8-2) unstable; urgency=medium * [eed9184] Fix 32bit issues in src/mds/PurgeQueue.cc mips64el (as reported in the bug report) built fine. s390x is a buildd issue, gets stuck sometimes for unknown (and not reproducible) reasons. Other build issues are fixed hopefully. Thanks to Ivo De Decker (Closes: #953749) -- Bernd Zeimetz Mon, 23 Mar 2020 00:14:25 +0100 ceph (14.2.8-1) unstable; urgency=medium * [e14a030] Update upstream source from tag 'upstream/14.2.8' Update to upstream version '14.2.8' with Debian dir 6c28e7789e84694b28409f0aceb9bfe6f2acdade Closes: #953364 * [6bc660e] Refreshing patches * [9e935e3] Fix FTBFS on riscv64. Thanks to Aurelien Jarno (Closes: #953003) * [4287e84] fix lintian override -- Bernd Zeimetz Sun, 08 Mar 2020 22:31:55 +0100 ceph (14.2.7-1) unstable; urgency=medium * [a68d12f] Update upstream source from tag 'upstream/14.2.7' Update to upstream version '14.2.7' with Debian dir 1125b03b88e8da85cf70f7cc540c1c30fa95d456 This also contains a fix for [CVE-2020-1700]: Fixed a flaw in RGW beast frontend that could lead to denial of service from an unauthenticated client. CVE-2020-1699 was patched since 14.2.6-3. * [1474595] Removing patches applied upstream -- Bernd Zeimetz Sat, 01 Feb 2020 00:47:27 +0100 ceph (14.2.6-6) unstable; urgency=medium * [c18d632] Remove broken patch (Option::TYPE_SIZE as uint64_t). This patch actually results in a segfault while parsing options. Revert it and then see what it was actually needed for on 32bit. Thanks to Martin Mlynář (Closes: #949743) * [b5c7be8] Update patch with a non-segfaulting version. Took me some time to figure out that in option.cc size_t is not what you expect, but a struct instead, just with the same name. So to make clang happy we'll use static_cast now, although this will for sure show various other issues on 32bit as not all possible config values will fit into 32bit numbers. Fixing this will need a lot of upstream work unfortunately. -- Bernd Zeimetz Sun, 26 Jan 2020 15:39:29 +0100 ceph (14.2.6-5) unstable; urgency=medium * [966df1a] Removing cython from Build-deps. Thanks to Sandro Tosi (Closes: #936282) * [38fdd89] clang ist not available on sh4 * [3c97474] Replace findstring by filter where needed. Thanks jrtc27 for the hint. * [c694d0d] Pass -DHAVE_NEON=0 to cmake on armel. Instead of "fixing" CMakeCache.txt. * [825a942] Revert "Don't build ceph on mipsel." This reverts commit 424ea9b82f956daa8fa9c0539d0752ccfdc7caf6. Thanks to peter green (Closes: #949528) * [79aef26] Remove merge fail -- Bernd Zeimetz Tue, 21 Jan 2020 21:21:17 +0100 ceph (14.2.6-4) unstable; urgency=high * Really uploading to unstable now. -- Bernd Zeimetz Sat, 18 Jan 2020 19:58:32 +0100 ceph (14.2.6-3) experimental; urgency=high * Uploading to unstable, including changes to make ceph build on mipsel again (Closes: #948722). * [1bac6f0] mgr/dashboard: fix improper URL checking. This change disables up-level references beyond the HTTP base directory. [CVE-2020-1699] Upstream commit 0443e40c11280ba3b7efcba61522afa70c4f8158 Thanks to Salvatore Bonaccorso (Closes: #949206) * [720ce76] Updating changelog (from experimental) -- Bernd Zeimetz Sat, 18 Jan 2020 19:11:22 +0100 ceph (14.2.6-2) experimental; urgency=medium * [fc4df2f] d/rules: make sure mips doesn't match on mipsel/mips64el * [3d9ed86] Add patch to disable dencoder build if needed. * [ce0c9bb] Don't build ceph-dencoder on mipsel. Its a debugging tool and does not build on mipsel due to g++/clang++ running out of memory. Replacing it by a shellscript that prints an error message. * [0d83e22] Configure gbp for experimental -- Bernd Zeimetz Thu, 16 Jan 2020 23:59:37 +0100 ceph (14.2.6-1) unstable; urgency=medium [ James Page ] * [2e50d5b] Fix misnamed package Recommends brbd1 -> librbd1 * [11df8ed] Add missing debhelper misc:Depends for python3-ceph * [08c3c8b] Add missing Depends on python3-{distutils,routes} to ceph-mgr-dashboard package [ Bernd Zeimetz ] * [a87f434] Update upstream source from tag 'upstream/14.2.6' Update to upstream version '14.2.6' with Debian dir f37aa9f99ec09cc88d8e5e468c1f642fa7f77ef1 * [e91626b] Revert "Fix ceph-mgr - indefinite queue growth hangs" This reverts commit 010db9a30458a6417ff667c3c11a3870edb8ee0c. Patches were applied upstream for 14.2.6 -- Bernd Zeimetz Sun, 12 Jan 2020 23:13:27 +0100 ceph (14.2.5-3) unstable; urgency=medium * Uploading to unstable * [010db9a] Fix ceph-mgr - indefinite queue growth hangs. Applying the backport for the fix https://github.com/ceph/ceph/pull/32466 Thanks to Milan Kupcevic (Closes: #947969) * [b01de37] Merge branch 'debian/unstable' into debian/experimental * [c8f35e5] Add breaks/replaces for ceph-common - ceph mds. * [ee905cb] Revert "Configure gbp for experimental" This reverts commit 3bcd5ac5f416b902a868036c243d7f19752c82f8. * [6303513] Revert "CI: build in experimental" This reverts commit d481122833e611c69c28e2b381e1cc1c8f689385. * [f1a9482] Snapshot changelog * [6e955c8] Removing automatic Ubuntu header * [b90d95a] Mark patch as forwarded -- Bernd Zeimetz Tue, 07 Jan 2020 20:50:28 +0100 ceph (14.2.5-2) experimental; urgency=medium * [8c74414] lower --max-parallel for >=16GB g++ loves to eat ram * [b15dcdd] Build-dep. on python3-dev instead python3-all-dev. Thanks to Graham Inggs (Closes: #948021) * [d481122] CI: build in experimental * [4303a75] 32bit: fix more size_t vs uint64_t issues. * [c98ea07] Install bash-completion in /usr again. This change went missing somewhere during the import of the changes done in Ubuntu between 12.2.11 and 14.2.4. Thanks to Andreas Beckmann (Closes: #948165) * [c7d90b9] Move manpages to ceph-common again. This also went missing during the import. * [3e5a680] Use a better way to check if we are on 32bit. * [c03cd06] rm d/p/boost-py37-compat.patch. Upstream renamed assert.h to ceph_assert.h, so this patch should not be necessary anymore. -- Bernd Zeimetz Sun, 05 Jan 2020 00:04:23 +0100 ceph (14.2.5-1) experimental; urgency=medium [ Bernd Zeimetz ] * [3bcd5ac] Configure gbp for experimental * [bd0b051] New upstream version 14.2.5 * [46cbe61] Merge upstream changes for 14.2.5 * [4dfd819] Refreshing patches * [da26f25] Fix copy&paste errors in build-deps. * [7ff43a2] Mark build-deps needed for make check. And remove the need to install them. * [5ef8ac3] Remove left over patch file * [91ab5b9] */lib_tp.so files are not built, don't install them. * [44591e4] Don't try to install files we don't build * [db0994e] librbd1.symbols: add new symbols. * [d53724e] Add install/postinstall files for ceph-mgr-k8sevents * [acada37] Add lintian override for .chm file. Source and build info is shipped. * [bbb0bd6] copy the radosgw init file in override_dh_installinit. * [a5958d5] Avoid duplicate files. etc/bash_completion.d/ceph was accidentally shipped in ceph-base again. * [fbc33a3] Add missing > in Dependency. -- Bernd Zeimetz Thu, 02 Jan 2020 10:52:50 +0100 ceph (14.2.4-9) unstable; urgency=medium * [8c74414] lower --max-parallel for >=16GB g++ loves to eat ram * [b15dcdd] Build-dep. on python3-dev instead python3-all-dev. Thanks to Graham Inggs (Closes: #948021) * [c98ea07] Install bash-completion in /usr again. This change went missing somewhere during the import of the changes done in Ubuntu between 12.2.11 and 14.2.4. Thanks to Andreas Beckmann (Closes: #948165) * [c7d90b9] Move manpages to ceph-common again. This also went missing during the import. -- Bernd Zeimetz Sun, 05 Jan 2020 00:22:21 +0100 ceph (14.2.4-8) unstable; urgency=medium * [e187e6a] Use WITH_CCACHE from cmake to build with ccache. * [8cbe25e] Hack CMakeCache.txt to disable HAVE_ARM_NEON on armel. after trying to patch the various places where HAVE_ARM_NEON is used the easiest way to get rid of it on armel seems to be to patch the cmake cache file. * [424ea9b] Don't build ceph on mipsel. No compiler is able to build the code without running into oom-issues. -- Bernd Zeimetz Wed, 01 Jan 2020 19:29:48 +0100 ceph (14.2.4-7) unstable; urgency=medium * [9b97753] Make sure we use ccache if needed. * [3dbd1ac] d/rules: Remove the armel fpu options. Hopefully properly patched now. * [da253e4] m68k, sh4: build with clang to avoid gcc OOM. -- Bernd Zeimetz Tue, 31 Dec 2019 00:13:23 +0100 ceph (14.2.4-6) unstable; urgency=medium * [b1c9b5d] Try to reduce memory usage even further if needed. gcc loves to eat too much memory on armhf mipsel armel. * [d695778] Remove softfp patch in favour of build flags. This hopefully avoids the need to update and debug the patch. * [6eddb32] Build with clang(++) on armhf mipsel armel. Reports seem to suggest that clang does not need as much memory as gcc. * [b9420ba] Fix unsigned/size_t issue for sh4 & m86k. * [0027181] Updating changelog * [6502f60] Fix another 32bit size_t/uint64_t issue. In src/common/options.cc line 192. * [4a0b044] Fix another 32bit size_t/uint64_t issue. This time: powerpc. -- Bernd Zeimetz Sun, 29 Dec 2019 17:38:10 +0100 ceph (14.2.4-5) unstable; urgency=medium [ Bernd Zeimetz ] * [453eaa4] Avoid using make -j 32 on powerpc. A lot of CPU do not always help. [ Milan Kupcevic ] * [c6ec924] cherry pick critical bluestore data corruption fix (Closes: #947457) [ Bernd Zeimetz ] * [e88fc21] Set -DWITH_BOOST_CONTEXT=OFF where necessary. [!s390x !mips64el !ia64 !m68k !ppc64 !riscv64 !sh4 !sparc64 !x32] -- Bernd Zeimetz Sat, 28 Dec 2019 15:54:51 +0100 ceph (14.2.4-4) unstable; urgency=medium * [b70efb1] Create missing directories for arch:all build. * [3e4530f] try to save even more memory on armhf. Don't build debug flags at all. * [b478ee5] Avoid overloading on mipsel. Add mipsel to debian/patches/32bit-avoid-overloading.patch * [85eb6e9] Also build jerasure with softfp on armel. -- Bernd Zeimetz Thu, 26 Dec 2019 16:03:51 +0100 ceph (14.2.4-3) unstable; urgency=medium [ Bernd Zeimetz ] * [f3f47f5] CI: disable extra-long running tests. [ Steve Langasek ] * [9794fc4] Drop uninstallable and unneeded server binaries on i386. (Closes: #947156) [ Bernd Zeimetz ] * [6c2993f] Merge tag 'debian/14.2.4-0ubuntu3' into debian/unstable * [0c5b41f] Use a tracker.d.o list instead of a closed one. (Closes: #760538) * [d95db97] Try to build with --max-parallel=1 on slow arches. We run into out-of-memory errors again. * [e8d9e63] Use -mfloat-abi=softfp on armel for NEON instructions. And again, that patch went missing somewhere. Taken from https://salsa.debian.org/ceph-team/ceph/commit/fa7d0d84f736d0b8450572f3192a43ff7b3252c4 -- Bernd Zeimetz Tue, 24 Dec 2019 13:03:45 +0100 ceph (14.2.4-2) unstable; urgency=medium [ Thomas Goirand ] * [4b2327d] Add a python3-ceph metapackage. [ Bernd Zeimetz ] * [dbc7d2f] Add lintian override for empty python3-ceph package. * [5381390] Remove -en from description. We actually want to have a description in the changes file... * [4a57f31] Make python3-ceph dependencies binNMU safe -- Bernd Zeimetz Thu, 28 Nov 2019 09:43:37 +0100 ceph (14.2.4-1) unstable; urgency=medium * Uploading 14.2.4 to Debian. (Closes: #936282, #943961, #940854, #942733) * Adding missing sources (two.js, bootstrap 3.3.4) * ceph-mon.postinst missed the interpreter * Add missing dependency on python3 * ignore lintian errors about minified js with shipped sources * Radowgw uses a systemd template, override lintian. * libcephfs-jni: rpath to java libraries needed. Add lintian override. * Remove .pc folder from debian folder. * Adding myself to Uploaders * Merging the work done in Ubuntu. [ Dariusz Gadomski ] * d/p/issue37490.patch: Cherry pick fix to optimize LVM queries in ceph-volume, resolving performance issues in systems under heavy load or with large numbers of disks (LP: #1850754). [ James Page ] * d/p/issue40114.patch: Cherry pick endian fixes to resolve issues using Ceph on big-endian architectures such as s390x (LP: #1851290). * New upstream release (LP: #1850901): - d/p/more-py3-compat.patch,ceph-volume-wait-for-lvs.patch, ceph-volume-wait-for-lvs.patch: Drop, included upstream. - d/p/bluefs-use-uint64_t-for-len.patch: Cherry pick fix to resolve FTBFS on 32 bit architectures. * d/rules: Disable SPDK support as this generates a build which has a minimum CPU baseline of 'corei7' on x86_64 which is not compatible with older CPU's (LP: #1842020). * d/p/issue40781.patch: Cherry pick fix for py3 compatibility in ceph- crash. [ Eric Desrochers ] * Ensure that daemons are not automatically restarted during package upgrades (LP: #1840347): - d/rules: Use "--no-restart-after-upgrade" and "--no-stop-on-upgrade" instead of "--no-restart-on-upgrade". - d/rules: Drop exclusion for ceph-[osd,mon,mds] for restarts. [ Jesse Williamson ] * d/p/civetweb-755-1.8-somaxconn-configurable*.patch: Backport changes to civetweb to allow tuning of SOMAXCONN in Ceph RADOS Gateway deployments (LP: #1838109). [ James Page ] * d/p/ceph-volume-wait-for-lvs.patch: Cherry pick inflight fix to ensure that required wal and db devices are present before activating OSD's (LP: #1828617). [ Steve Beattie ] * SECURITY UPDATE: RADOS gateway remote denial of service - d/p/CVE-2019-10222.patch: rgw: asio: check the remote endpoint before processing requests. - CVE-2019-10222 - Closes: #936015 [ James Page ] * New upstream release. * d/p/fix-py3-encoding-fsid.patch: Drop, no longer required. * d/p/pybind-auto-encode-decode-cstr.patch: Drop, reverted upstream. * d/p/fix-py3-encoding-fsid.patch: Cherry pick correct fix to resolve FSID encoding issues under Python 3 (LP: #1833079). * d/p/pybind-auto-encode-decode-cstr.patch: Cherry pick fix to ensure that encoding/decoding of strings is correctly performed under Python 3 (LP: #1833079). * New upstream release. * d/p/misc-32-bit-fixes.patch: Drop, included upstream. * d/p/py37-compat.patch: Drop, included upstream. * d/p/collections.abc-compat.patch: Drop, included in release. * d/p/*: Refresh. * d/*: Re-sync packaging with upstream for Nautilus release. * d/control,ceph-test.*,rules: Disable build of test binaries, drop ceph-test binary package (reduce build size). * d/control,rules: Use system boost libraries (reduce build time). * d/control: Add dependency on smartmontools, suggest use of nvme-cli for ceph-osd package. * d/p/32bit-*.patch: Fix misc 32 bit related issues which cause compilation failures on armhf and i386 architectures. * d/control: Add Breaks/Replaces on ceph-common for ceph-argparse to deal with move of Python module. * New upstream release (LP: #1810766). * d/p/*: Refresh. * d/p/more-py3-compat.patch: Add more py3 fixes. * d/p/more-py3-compat.patch: Misc Python 3 fixes in ceph-create-keys. * d/tests/python-ceph: Fix python3 test support resolving autopkgtest failure. * New upstream point release. * d/p/*: Refresh. * d/control,python-*.install,rules: Drop Python 2 support. * d/tests: Update for Python 2 removal. * d/p/misc-32-bit-fixes.patch: Update type of rgw_max_attr_name_len, resolving SIGABRT in radosgw (LP: #1805145). * d/p/boost-py37-compat.patch: Fix compilation issue with boost imports conflicting with ceph's assert.h header. * d/p/collections.abc-compat.patch: Selective cherry-pick of upstream fix for future compatibility with Python 3.8, avoiding deprecation warnings under Python 3.7. * d/ceph-mds.install: Install missing systemd configuration (LP: #1789927). * Re-instate 32bit architectures. - d/control: Switch back to linux-any - d/p/misc-32-bit-fixes.patch: Misc fixes for compilation failures under 32 bit architectures. - d/rules: Disable SPDK integration under i386. * Repack upstream tarball, excluding non-DFSG sources (LP: #1750848): - d/copyright: Purge upstream tarball of minified js files, which are neither shipped in binaries or required for package build. - d/watch: Add dversionmangle for +dfsg\d version suffix. * d/control,rules: Drop requirement for gcc-7 for arm64. * d/ceph-osd.udev: Add udev rules for sample LVM layout for OSD's, ensuring that LV's have ceph:ceph ownership (LP: #1767087). * d/copyright,source.lintian-overrides: Exclude jsonchecker component of rapidjson avoiding license-problem-json-evil non-free issue. * New upstream point release. * d/control: Remove obsolete X{S}-* fields. * New upstream release. * Sync with changes in upstream packaging: - d/*.install,rules: Use generated systemd unit files for install - d/ceph-test.install: Drop binaries removed upstream. * d/p/*: Refresh and drop as needed. * d/*.symbols: Refresh for new release. * d/rules,calc-max-parallel.sh: Automatically calculate the maximum number of parallel compilation units based on total memory. * d/control: Drop support for 32 bit architectures. * d/control: Update Vcs-* fields for Ubuntu. * d/control: Drop min python version field. -- Bernd Zeimetz Mon, 18 Nov 2019 14:18:10 +0100 ceph (12.2.11+dfsg1-2.1) unstable; urgency=medium * Non-maintainer upload. * [3194010] Install ceph-volume@.service into ceph-osd. (Closes: #924061) -- Bernd Zeimetz Fri, 05 Apr 2019 15:12:52 +0200 ceph (12.2.11+dfsg1-2) unstable; urgency=medium * [27a321] Fix builds on 32bit architectures * [346bfa] Fix linking radosgw without BEAST frontend -- Gaudenz Steinlin Tue, 19 Feb 2019 08:50:12 +0100 ceph (12.2.11+dfsg1-1) unstable; urgency=medium * [8b6f70] Build depend on cmake >= 3.13.2 * [98ed84] New upstream version 12.2.11+dfsg1 - Fixes CVE-2018-14662, CVE-2018-16889, CVE-2018-16846 (Closes: #921948, #918969, #921947) * [4d5c86] Mark all LTTng tracepoints symbols as optional * [b92a2f] Build depend on debhelper >= 11.5.4~ * [5781cc] Add Breaks/Replaces ceph-base (<< 12.2.10+dfsg1-1~) to ceph-common (Closes: #919898) * [658bd3] Fixup Breaks/Replaces for files moved between binary packages * [c24137] Install systemd units for Ceph MGR service (Closes: #920176, #919871) * [091e14] Remove no longer needed dpkg-maintscript-helper calls in radosgw * [567dde] Temp changelog commit -- Gaudenz Steinlin Tue, 12 Feb 2019 10:55:02 +0100 ceph (12.2.10+dfsg1-1) unstable; urgency=medium * [22146e] ceph-base: create directory for bootstrap-rbd key * [8c0362] Move ceph bash completion to ceph-common * [b9e790] Make ceph binary package Suggests binNMU safe * [fc83f1] Install ceph-fuse systemd service file * [e70c29] Enable LTTng * [234e9b] New upstream version 12.2.10+dfsg1 -- Gaudenz Steinlin Sat, 29 Dec 2018 22:08:52 +0100 ceph (12.2.8+dfsg1-5) unstable; urgency=medium * [66e03b] Fix linking on archs which require libatomic * [5236f3] Fix Python 3 autopkgtest -- Gaudenz Steinlin Fri, 30 Nov 2018 16:49:02 +0100 ceph (12.2.8+dfsg1-4) unstable; urgency=medium * [97dfb6] Fix detection of armel for NEON instructions (Closes: #913599) -- Gaudenz Steinlin Thu, 22 Nov 2018 22:33:21 +0100 ceph (12.2.8+dfsg1-3) unstable; urgency=medium * [168bb9] Build depend on pythonX-dev instead of pythonX-all-dev (Closes: #912905) * [38d140] Patch to check for atomic support during build (Closes: #913601) * [9cc0a5] Disable libboost-context on unsupported archs (Closes: #913600) * [238143] Fix building with -g1 on 32 bit architectures * [3b48d5] Use -mfloat-abi=softfp on armel for NEON instructions (Closes: #913599) -- Gaudenz Steinlin Thu, 22 Nov 2018 09:38:09 +0100 ceph (12.2.8+dfsg1-2) unstable; urgency=medium * [5c4b36] Add architecture specific symbols for librados2 * [38bc1b] Build depend on libatomic1 on armel, m68k, mips, mipsel, powerpc, powerpcspe and sh4 -- Gaudenz Steinlin Wed, 31 Oct 2018 23:38:05 +0100 ceph (12.2.8+dfsg1-1) unstable; urgency=medium [ James Page ] * [9c55f6] Ensure that systemd targets are enabled and started * [17ca38] Support optional runtime loading of openssl in radosgw * [8927f6] Fix build on i386 * [774281] Ensure all ceph modules are included in the binary package. * [00ca38] Cherry pick upstream fix to resolve FTBFS on armhf * [5d118c] Add ceph-volume tools to ceph-osd package [ Gaudenz Steinlin ] * [ba768b] New upstream version 12.2.8+dfsg1 (Closes: #852999, #864535, #893149) * [96eba0] Exclude jsonchecker from upstream source * [7dd73b] Exclude Windows help file from orig tarball * [9d1740] Move ceph initscript and systemd target to ceph-base * [8ae049] Drop obsolete patches (either upstreamed or because of switch to cmake) * [cfd095] Create directory for Ceph Manager bootstrap keys * [858194] Shell scripts moved out of architecture specific directory * [f3f387] Merge ceph-fs-common package into ceph-common * [1789fe] Move radosgw-admin to ceph-common * [6f51fc] Add compressor plugins to ceph-common * [5bd0d1] Add crypto plugins to ceph-common on amd64 * [7724f7] New binary package ceph-mgr * [804be6] Remove librgw_file* from ceph-test. These are unit tests for rgw. * [fef87a] Upstream changed the build system to cmake * [134e34] Build Python 3 versions of Python modules (Closes: #883148) * [52a969] Package RADOS gateway Python bindings (python-rgw) * [a48700] Add rados-objclass-dev binary package * [30306f] Update dependencies for new upstream release * [4d07af] libcephfs1 -> libcephfs2 soname bumped upstream * [c4022d] Remove ceph-disk-udev no longer shipped upstream * [9aad82] Remove sample.fetch_config no longer shipped upstream * [fc163d] Update copyright for new upstream release * [21c408] Add /usr/bin/radosgw-es to radosgw package * [f63b2a] ceph-osd: sysctl config to increase the maximum number of AIO requests * [5f1f30] Remove static libraries from -dev packages (removed upstream) * [1db168] Install ceph-detect-init into /usr/bin instead of /usr/sbin * [1fb625] Move ceph-*-tool from ceph-test into daemon packages * [6a5628] Remove obsolete X-Python-Version * [c6fc4d] Update to Debian Policy version 4.2.1 * [5821f2] Set multiarch triplet in debian/rules * [9bdce0] Remove override of dh_auto_install * [b71c87] Add libceph-common to librados2 and librados-dev pkgs * [c746ce] Override JSON license lintian warning (false positive, code removed) * [17d65c] Use dh_missing instead of dh_install --list-missing * [cba40a] Remove obsolete ceph-create-keys@.service from ceph-base * [252d62] Update watch file for https and repacking * [ef84cf] Install ceph SysV init script with dh_install * [0c2c84] Add missing source for jquery.flot.js (actually jquery.colorhelpers.js) * [0f1e2e] Add missing sources for JQuery in civetweb * [8010cc] Add missing sources from AdminLTE * [7c425a] Add lintian overrides for source-is-missing false positives * [75f7d2] Update symbols files * [aa7295] Patch to fix build failures with Boost 1.67 * [872887] Build with Debian packaged Boost 1.67 instead of bundled Boost 1.66 * [abf215] Use google-perftools on all supported architectures * [44dd74] Add missing sources for the mgr dashboard plugin * [39f9d6] Depend on ceph-common for pythonX-cephfs (Closes: #896400) * [7a10f0] Improve autopkgtests * [7515ca] Add Python dependency for ceph-fuse * [d91a92] Make the ceph binary package a pure metapackage * [df1dc8] Add Lintian overrides for systemd targets * [bc7cd4] Install upstream rbdmap systemd service file * [dd44ea] Remove RUNPATH from JNI libraries * [7e9bce] Add dependency on junit4 and libcephfs-java for ceph-test * [dfbe7c] Remove unnecessary ceph-base postrm script (Closes: #867465) * [bad29d] Fix permissions on /var/run/ceph in SysV init script (Closes: #869142) * [6edc7a] Mark libraries as Multi-Arch compatible (Closes: #822740) [ Thomas Goirand ] * [46be6f] Change VCS links to point to Salsa [ Shengjing Zhu ] * [bfcf95] Don't treat rados-classes and ceph/compressor as shared libraries * [0ef4f9] Add missing interpreter in ceph-{osd,mon}.postinst (Closes: #862684, #862685) * [f75bfc] Change section of libcephfs-jni from libs to java * [f4b5d4] Add patch to fix various spelling errors * [f60d21] Patch to remove link to ceph.com for dashboard favicon * [116028] Backport test build fix from upstream * [b83166] Change architecture of ceph-fuse to linux-any (from amd64) -- Gaudenz Steinlin Sun, 28 Oct 2018 23:43:10 +0100 ceph (10.2.5-7.2) unstable; urgency=medium * Non-maintainer upload. * Build with -g1 instead of -g on 32bit architectures to fix FTBFS due to the 2GB/3GB address space limits. -- Adrian Bunk Wed, 07 Jun 2017 11:39:39 +0300 ceph (10.2.5-7.1) unstable; urgency=medium * Non-maintainer upload. * ceph-mon: Add Breaks+Replaces: ceph-common (<< 10) for taking over /usr/bin/ceph-rest-api. (Closes: #864161) -- Andreas Beckmann Tue, 06 Jun 2017 09:08:30 +0200 ceph (10.2.5-7) unstable; urgency=medium * [a12798] Add fix-init-system-detection.patch. This replaces the static init system detection by more appropriate runtime detection which also works if a Debian system is running with sysvinit. (Closes: #862075) -- Gaudenz Steinlin Fri, 12 May 2017 12:12:00 +0200 ceph (10.2.5-6) unstable; urgency=medium * [e44a30] Disable running dh_auto_install with parallel jobs (Closes: #850906) * [b7e926] Link with libatomic and --as-needed on all archs (Closes: #850831) -- Gaudenz Steinlin Wed, 11 Jan 2017 12:02:24 +0100 ceph (10.2.5-5) unstable; urgency=medium * [f4675d] Set _FILE_OFFSET_BITS=64 via DEB_CPPFLAGS_MAINT_APPEND * [f60392] Install systemd targets for ceph services (Closes: #850509) * [d3baba] Link with -latomic on mips/mipsel -- Gaudenz Steinlin Tue, 10 Jan 2017 09:04:48 +0100 ceph (10.2.5-4) unstable; urgency=medium * [88034c] Build with ggc-min-expand=5 on mips/el (Closes: #849657) * [c31e79] Add patch to build rocksdb with -latomic on mips/el * [182dd8] NEWS entry about upgrades from Debian Jessie -- Gaudenz Steinlin Sun, 08 Jan 2017 21:34:21 +0100 ceph (10.2.5-3) unstable; urgency=medium * [eeff8d] Use -mfloat-abi=softfp on armel for NEON plugin (Closes: #849660) -- Gaudenz Steinlin Thu, 05 Jan 2017 09:18:41 +0100 ceph (10.2.5-2) unstable; urgency=medium * [3859ca] Only list missing files instead of failing (Closes: #849031) * [47aef7] Remove chrony from recommends (provides time-daemon) (Closes: #827673) * [3e96e6] Upstream fix for CVE-2016-9579 (short CORS request) (Closes: #849048) -- Gaudenz Steinlin Sat, 24 Dec 2016 13:14:28 +0100 ceph (10.2.5-1) unstable; urgency=medium [ James Page ] * [754935] Imported Upstream version 9.2.0 - [df85c3] Resync relevant packaging changes with upstream. - [be5f82] Refresh patches. - [d1f3fe] Add python-setuptools to BD's for ceph-detect-init. - [b2f926] Add lsb-release to BD's to ensure that python modules are installed to correct locations. - [e4d702] Add python-sphinx to BD's to ensure man pages get generated and installed. - [3ead6e] Correct install location for ceph-monstore-update tool. - [269754] [177b7a] Update symbols for new release. * [4c45629] Update NEWS file for infernalis changes. * [940491e] Limit number of parallel builds to 2 to reduce memory footprint on builders. * [a2bed4] New upstream version 10.2.5 * [cbfb6b] Sync upstream changes around rbdmap install and conf files. * [5c52b2] Drop patches include upstream, refresh remaining patches * [8f9820] Resync further packaging changes from upstream. * [27d010] Re-add bz2-dev BD. * [e94aa2] Add python-dev to BD's. * [e201c1] d/p/pybind-flags.patch: Ensure that cython *FLAGS are correctly set. * [14cd12] d/p/fix-systemd-escaping.patch: Ensure that leading '/' is stripped from block device paths when escaping for use in systemd unit names. * [33b3aa] Add pull request for systemd fixes * [d781a2] d/ceph-mds.postinst: Fix syntax error. * [ce55ec] Ensure that python flags are correct set for cython rbd build. * [f9e35b] Switch rbd python binding to cython * [8ccae0] Drop ceph_volume_client until its actually in the codebase. * [0a11cc] Install to relative, not absolute /etc/ceph. * [e2415a] Drop ceph-bluefs-tool from ceph package. * [b16966] d/ceph-mds.dirs: Actually create /var/lib/ceph/mds prior to changing permissions (LP: #1544647). * [0c1201] d/ceph.init: Restore link to init-ceph, resolving un-install failures due to missing init script (LP: #1546112). [ Gaudenz Steinlin ] * [e3cb86] Remove no longer needed check for dh-autoreconf>=6 * [9157b3] Install ceph-brag tool into ceph-common * [74e9f3] Install ceph-client-debug into ceph-test * [476449] Use jh_installlib to install Java libraries * [643f6e] Don't remove configure script on dh_clean * [4bb203] Remove *.la files to binary packages * [b76c6a] Add build dependency on libboost-iostreams-dev * [b0506f] Add build dependency on libldap2-dev * [526ce1] Refresh patches for upstream version 10.2.2 * [cf539b] Remove patches applied upstream in 10.2.2 [ James Page ] * [646b48] Add librgw2 binary packages. * [ae3cda] Drop virtualenv from BD's. * [7ebd7c] Re-enable rocksdb build for bluestore support * [e393e5] Add rbd-mirror package * [00d06d] Add patch to set g++ flags correctly for rocksdb * [3b029a] Enable gperftools on arm64 architecture. * [e88620] Add ceph-bluefs-tool to install. * [4f40a1] Add s390x to list of rocksdb flags * [858334] d/p/skip-setup.py-makefiles.patch,rules: Avoid use of virtualenv to install ceph-disk and ceph-detect-init python modules. * [40c3b7] Update watch file to scan for gz files. * [49b716] Install librgw_file* as part of ceph-test package. [ Gaudenz Steinlin ] * [2e156d] d/rules: Install upstart and systemd configurations for rbd-mirror. [ James Page ] * [ca0b07] d/copyright: Ensure that jerasure and gf-complete are not stripped from the upstream release tarball. * [eee861] d/p/disable-openssl-linking.patch: Disable build time linking with OpenSSL due to licensing incompatibilities. * [07d7a6] d/*.symbols: Add new symbols for RC. * [2416f1] Fix multiarch paths for librgw * [2da01d] d/rules: Ensure that dh_systemd_start does not insert maintainer script snippets for ceph-mon and ceph-create-keys - service restart should be handled outside of the packaging as it is under upstart and for all other systemd unit files installed (LP: #1563330). * [76ec3b] d/ceph-common.postinst: Silence output of usermod call (LP: #1569249). * [63d60f] d/rules,ceph-common.install: Ensure that /etc/default/ceph is a file and not a directory (LP: #1587516). * [a866ca] d/control: Bumped Standards-Version to 3.9.8, no changes. * [e0811e] d/ceph.install: Drop install of 60-ceph-partuuid-workaround.rules as no longer part of upstream codebase. * [25954f] * d/*: Split ceph-osd and ceph-mon into separate binary packages and add new ceph-base binary package inline with upstream packaging changes (LP: #1596063). * [f1287b] Add missing misc depends * [afeb18] d/rules,control: Drop -dbg packages and let Ubuntu builds take care of ddeb generation instead. [ Gaudenz Steinlin ] * [e133b2] Install rbdmap manpage into ceph-common * [b5ed64] Install radosgw-token command into radosgw package * [0a27e1] Adapt installation of Python files to latest Jewel release * [ef2544] Drop rocksdb-flags patch applied upstream * [07aef4] Add patch osd-limit-omap-data-in-push-op * [32f14d] Refresh patches [ James Page ] * [f4e95c] Fix install location for mount.ceph * [6a9efc] Update install location for mount.ceph.fuse * [7624f0] d/control: Add Pre-Depends on ceph-common to ceph-osd to ensure that ceph user and group are created prior to unpacking of udev rules (LP: #1631328). [ Frode Nordahl ] * [022ee3] Add rgw_rados-creation_time patch [ Gaudenz Steinlin ] * [05225f] Remove old ceph logrotate configuration [ James Page ] * [cfa82f] Refresh patches [ Gaudenz Steinlin ] * [fdec5d] Remove upstart support * [5966f0] Use new RSA key for ceph-post-file * [3748b6] Only install ChangeLog as upstream changelog * [aa1393] Install bash-completions to /usr * [ab0a88] Dependency on lsb-base for initscripts * [4d78b0] Disable radosgw SysV init script on systemd * [ff4c87] Don't install python bytecode * [3cbf5e] Add missing dependencies on python (ceph-osd, ceph-mon) * [8c70df] Update symbols files (librados2 and librbd1) * [e4f0c5] Add ${shlibs:Depends} on Python C extensions * [936838] Allow setting the number of parallel jobs * [e5aa0f] Remove Laszlo and add myself to uploaders -- Gaudenz Steinlin Sat, 17 Dec 2016 22:40:22 +0100 ceph (0.94.5-1) experimental; urgency=medium * [2d330d6] New upstream release: - [1e93090] Drop patch for CVE-2015-5245, included upstream. - [20adc7d] Refresh all other patches. * [9255e5d] Ensure any erasure coding test libraries and dangling symlinks are not included in the ceph package. -- James Page Mon, 09 Nov 2015 12:09:51 +0000 ceph (0.94.3-1) experimental; urgency=medium * [580fef] Imported Upstream version 0.94.3 (Closes: #777814, #795178) * [536935] Add upstream patch to fix CVE-2015-5245 (Closes: #798567) -- Gaudenz Steinlin Fri, 18 Sep 2015 16:55:23 +0200 ceph (0.94.2-2) experimental; urgency=medium * Revert "Drop virtualenv BD, disable unit tests." * Restore patches for test enablement. * Display test-suite log output in the event of failures. -- James Page Mon, 20 Jul 2015 13:37:06 +0100 ceph (0.94.2-1) experimental; urgency=medium * Resync with Ubuntu, introducing Ceph Hammer stable release: - d/*.symbols: Update inline with upstream additions, use regex for ceph version symbol. - d/lib-systemd/system/ceph-create-keys.service: Automatically create admin and bootstrap keys after ceph mon startup. - d/p/vivid-does-systemd.patch: Ensure that disks prepared on vivid or later use systemd for init. - d/lib-systemd/system/*.service: Align nofile limits and restart config with equivalent upstart configurations. - d/p/fix-cycles-arch.patch: Skip initialization of cycles_per_sec if rtdsc (or equivalent) is not supported. - d/ceph{-common}.install,control: Move ceph_argparse.py down into ceph-common package to fixup ceph cli usage/autopkgtest failure. - d/control,ceph-common.install,librbd1.install: Move rbdnamer and associated udev rules into ceph-common package. - d/control,python-*: Split out rbd, rados and cephfs bindings into separate python packages, move some bits into ceph/ceph-common. - d/control: Move python-flask dependency to ceph package, only required for REST API. - d/control: Use google-perftools on arm64. - d/control: Re-order Recommends to prefer ntp over chrony for Ubuntu. - d/p/ceph-osd-prestart-path.patch: Fixup path for ceph-osd upstart configuration pre-start script. - d/p/fix-argparse-defaults.patch: Workaround behavioural change in argparse set_defaults in python 2.7.9 * New upstream point release: - d/p/*: Refresh. * d/p/use_system_jerasure.patch,d/control: Drop use of libjerasure as the patch is intrusive and expensive to maintain; will revisit if adopted upstream. -- James Page Tue, 16 Jun 2015 11:31:05 +0100 ceph (0.87-2) experimental; urgency=low * Team upload. [ Gaudenz Steinlin ] * README.Debian: added clarification about setting the hashpspool flag. (Closes: #769596). [ James Page ] * Added new "modules.patch" to mark new erasure coding libraries as modules, wildcard install. [ Dmitry Smirnov ] * Recommends: added "ntp" to list of time-daemon alternatives (Closes: #767511). * Introduced native systemd services (except "rbdmap"), (Closes: #769593). * ceph-test: install forgotten files. * Run post-build tests: + updated "virtualenv-never-download.patch" to pass "--system-site-packages" to virtualenv to prevent downloads. + added new patches to disable network-dependent and failing tests. * Patchworks: - bug-9341.patch + bug-10036.patch (to show OSD affinity in "ceph osd tree"). Thanks, Mykola Golub. + bug-10059.patch + 0latest-giant.patch (Last-Update: 2014-11-15). + sleep-recover.patch + tests-disable.patch (to disable tests that need cluster). + tests-disable-ceph-disk.patch + use_system_gtest.patch (commented) as first attempt to build with system "libgtest-dev". + use_system_jerasure.patch * Build-Depends: + libjerasure-dev (>= 2.0.0-2~) + virtualenv + valgrind [amd64 armhf i386 powerpc] * rules: pass "--without-lttng" to explicitly disable "lttng" to avoid auto-enable if found. * rules: disabled bundled RocksDB: RocksDB suppose to improve performance of keyvaluestore OSDs but the latter slow down to nearly unusable state when filled over 1 TiB even with RocksDB. Moreover KV backend is experimental and super dangerous -- I lost cluster due to OSD poisoning caused by KV OSD which was plugged only during limited time. LevelDB is good enough, for now I see no reason to use RocksDB especially considering that it is not packaged separately. * Removed myself from Uploaders. -- Dmitry Smirnov Wed, 01 Apr 2015 11:47:38 +1100 ceph (0.87-1) experimental; urgency=medium * New major upstream release [October 2014]. + new "libradosstriper*" binary packages. * Patchworks (removed old patches, refreshed remaining ones). + "bug-9814.patch" to prevent OSD crash. Thanks, Haomai Wang. * Install systemd sleep handler. * Exclude erasure-code plugins from `dh_makeshlibs` processing to avoid useless calls to `ldconfig` in maintainer scripts. * Build-Depends: + libbabeltrace-dev + libbabeltrace-ctf-dev + libbz2-dev + libudev-dev + zlib1g-dev * Build with "--with-babeltrace". * Build and statically link bundled RocksDB. -- Dmitry Smirnov Thu, 30 Oct 2014 12:43:49 +1100 ceph (0.80.9-2) unstable; urgency=medium * [70fc1d] Add NEWS entry about CRUSH issues fixed in 0.80.9 * [f41bb6] Add NEWS entry about rbd backed filesystems and systemd -- Gaudenz Steinlin Tue, 05 May 2015 21:29:15 +0200 ceph (0.80.9-1) unstable; urgency=medium * [4b4e] Imported Upstream version 0.80.9 * [7102] Remove patches firefly-latest and p2139 applied upstream * [5869] Add myself to uploaders -- Gaudenz Steinlin Mon, 04 May 2015 08:49:37 +0200 ceph (0.80.7-2) unstable; urgency=medium * Team upload. * Build-Depends: +libjerasure-dev (>= 2.0.0-2~) * New patch to use system "jerasure" library instead of its bundled copy. * Removed myself from Uploaders. -- Dmitry Smirnov Thu, 11 Dec 2014 12:55:38 +1100 ceph (0.80.7-1) unstable; urgency=medium * New upstream release [October 2014]. * Minor update to long description of "rbd-fuse" (Closes: #765462). -- Dmitry Smirnov Thu, 16 Oct 2014 04:36:23 +1100 ceph (0.80.6-1) unstable; urgency=medium * New upstream release [October 2014]. * Standards-Version: 3.9.6. -- Dmitry Smirnov Thu, 02 Oct 2014 23:07:04 +1000 ceph (0.80.5-2) unstable; urgency=low * Patchworks: + new patch for Ceph#9341 to dramatically (e.g seconds instead of hours) reduce rejoin (i.e. MDS restart) time (fuse clients). + new "p2139.patch". + new patch with fixes from Firefly HEAD; includes patch to fix FTBFS on alpha (Closes: #756892). updated "librbd1.symbols"; * Build-Depends: mark "yasm" as [amd64] (Closes: #760383). * Recommends: + "time-daemon | chrony". -- Dmitry Smirnov Tue, 16 Sep 2014 03:54:15 +1000 ceph (0.80.5-1) unstable; urgency=medium * New upstream stable release: - d/p/firefly-post-release.patch: Dropped, no longer required. - d/lib{rados2,cephfs1}.symbols: Update with new symbols. -- James Page Wed, 30 Jul 2014 10:15:40 +0100 ceph (0.80.4-1) unstable; urgency=medium * New upstream release [July 2014]. * New patches: + rbdmap1-mount.patch + rbdmap2-hooks.patch + rbdmap3-lazyumount.patch + bug-8821.patch * radosgw: removed unused lintian overrides. -- Dmitry Smirnov Fri, 18 Jul 2014 02:33:39 +1000 ceph (0.80.1-2) unstable; urgency=low * Megapatch from "firefly" branch with post-0.80.1 fixes. * Patches for upstream bugs 8342, 8624 and some cherry-picks. * New "bash-completion.patch" with Bash completion improvements. * New patch to fix FTBFS on 'hppa' (Closes: #748571). * "sample.ceph.conf.patch": minor update. -- Dmitry Smirnov Sat, 05 Jul 2014 20:29:44 +1000 ceph (0.80.1-1) unstable; urgency=low * New upstream release [May 2014]. * Dropped all backported patches. * New "sleep-recover" and "client-sleep[1,2,3]" patches to fix fuse-client hang after resume from suspend [#8291]; thanks, Zheng Yan. * New "gcj_search_path.patch" to find "jni.h" with gcj-jdk v4.9.0. -- Dmitry Smirnov Wed, 14 May 2014 09:24:15 +1000 ceph (0.80-1) unstable; urgency=low * New upstream release [May 2014]. + upload to unstable. * Updated "README.Debian". * Updated "debian/copyright"; Thanks, László Böszörményi. * Added backported patches: [8113, 8175, 8282, 8291, bp0001, sample.ceph.conf]. * "gbp.conf": don't merge to experimental. * lintian-overrides: spelling-error-in-binary * tEH the. -- Dmitry Smirnov Wed, 07 May 2014 16:43:07 +1000 ceph (0.80~rc1-1) experimental; urgency=low * New upstream pre-release. * Minor re-factoring of udev rules installation. * ceph-common: added ceph-crush-location.1 man page. * ceph-test-dbg: fixed Depends. -- Dmitry Smirnov Thu, 24 Apr 2014 02:52:12 +1000 ceph (0.79-3) experimental; urgency=low * New "arch.patch" to detect build architecture using dpkg-architecture. * Mark amd64-only symbols as such. * Minor rules cleanup. -- Dmitry Smirnov Sat, 19 Apr 2014 15:56:37 +1000 ceph (0.79-2) experimental; urgency=low [ James Page ] * d/p/modules.patch,d/ceph.install: Mark all jerasure plugins as modules and ensure they are all installed. [ Dmitry Smirnov ] * Patchworks: - removed unused "defaults-leveldb-osd.patch". + improved description of "modules.patch". Thanks, James Page. + added new backported patches [#5469, #8008, _1606, spelling]. * Added .symbols and "dh_makeshlibs -V" shlibs tightening (Closes: #744382). * README.Debian: added note regarding kernel client mount option. * copyright: added license for man files. * control: "Suggests: logrotate". -- Dmitry Smirnov Fri, 18 Apr 2014 18:27:01 +1000 ceph (0.79-1) experimental; urgency=low * New upstream release [April 2014]. * Tighten dependency on ceph-common. * Install pm-suspend handler to stop/start ceph services on suspend/resume. * New (inactive) patch to bump OSD's leveldb defaults. * Patches dropped (applied-upstream): - init.patch - logrotate.patch - fix-defaultweight.patch * Refreshed "modules.patch". -- Dmitry Smirnov Tue, 08 Apr 2014 16:52:04 +1000 ceph (0.78-2) experimental; urgency=low * Standards to 3.9.5. * debian/copyright: reviewed and updated. * ceph-test: added lintian-override for "binary-without-manpage". * Patchworks: + refreshed/renamed/reordered "virtualenv-never-download.patch". + new "init.patch" for init.d scripts lintianisation. + new "logrotate.patch" to avoid rotating empty logs. + new "fix-defaultweight.patch" to fix weight calculation on OSD start. + new "gcj.patch" with partial fix to FTBFS with gcj-jdk. * Use symlinks to simplify installation of init.d and logrotate scripts. * Added retrospective changelog entry to mention new B-D "libblkid-dev". * Added "debian/clean file". * Added "README.Debian" file with some hopefully useful notes. * Added "mount.fuse.ceph.8" man page. * rules: + "dh --with" optimised. + set JAVAC to prevent FTBFS due to incorrect use of 'gcj', when detected. + verbose mode for 'cp' and 'rm' commands. + build with "--as-needed" to minimise needless linking. * control: + lintian/duplicate-short-description + consistent capitalisation. + removed needless versioned dependencies from Build-Depends. + added myself to Uploaders. -- Dmitry Smirnov Tue, 25 Mar 2014 07:17:40 +1100 ceph (0.78-1) experimental; urgency=medium * New upstream release: - d/control: Add "xfslib-dev" and "libblkid-dev" to BD's. - d/*: Sync relevant packaging changes from upstream. - d/p/*: Drop upstreamed patches. - d/p/modules.patch: Mark libcls_user.so and libec_jerasure.so as modules. - d/ceph.install: Only install libec_jerasure.so. * d/ceph-test.install: Install test binaries to /usr/lib/ceph/bin; they really don't need to be installed on the default path. * d/{ceph|radosgw|ceph-mds}.lintian-overrides: Add overrides for intentional difference in naming and structure between upstart configurations and init.d scripts. -- James Page Sat, 22 Mar 2014 18:27:40 +0000 ceph (0.72.2-3) unstable; urgency=medium * Team upload. [ James Page ] * d/ceph-test.install: Install test binaries to /usr/lib/ceph/bin; they really don't need to be installed on the default path. [ Dmitry Smirnov ] * Tightened shlibs with "dh_makeshlibs -V" (Closes: #679686). -- Dmitry Smirnov Mon, 14 Apr 2014 17:28:20 +1000 ceph (0.72.2-2) unstable; urgency=medium * d/radosgw.{postinst,postrm,preinst}: Handle renaming of radosgw upstart configuration on upgrade@0.72.1-3. * d/{ceph|ceph-mds|radosgw}.{postinst|prerm}: Check to ensure that system is running upstart before trying to start/stop upstart configurations (Closes: #734241, #738845, #738845). -- James Page Sat, 08 Mar 2014 16:48:28 +0000 ceph (0.72.2-1) unstable; urgency=medium * New upstream release. -- James Page Wed, 01 Jan 2014 09:32:03 +0000 ceph (0.72.1-3) unstable; urgency=low * d/rules,ceph.install: Correct install paths for ceph-* helpers. * d/p/modules: Mark libcls_kvs.so as module. * d/rules: Rename radosgw upstart configuration to radosgw-instance to avoid namespace conflict with init script which breaks backwards compatibility (LP: #1255464). -- James Page Wed, 27 Nov 2013 10:52:48 +0000 ceph (0.72.1-2) unstable; urgency=low * Fix upgrade failures from ceph < 0.67.3-1 (Closes: #728164): - d/control: ceph-mds Breaks/Replaces ceph (<< 0.67.3-1). - d/control: ceph-fs-common Breaks/Replaces ceph-common (<< 0.67.3-1). * d/rules,control: Use google-perftools on armhf and powerpc archs. -- James Page Mon, 25 Nov 2013 10:13:19 +0000 ceph (0.72.1-1) unstable; urgency=low * New upstream stable release: - d/ceph-test.install: Add new ceph_filestore_tool, ceph-kvstore-tool and ceph_test_cls_hello binaries, drop ceph_test_store_tool. - d/ceph-common.install: Add new ceph-post-file binary and manpage. - d/ceph.install: Tweaked install path /usr/sbin -> /sbin. - d/control: Add new BD's on python-nose and yasm. - d/copyright: Updates inline with changes in codebase. - d/ceph.install,rules: Install rbdmap init file using dh_installinit. - Refresh patches. * d/control,rules: Disable unit testing; it requires a forked version of cram and is still trying to download dependencies using virtualenv. -- James Page Fri, 22 Nov 2013 13:02:29 +0000 ceph (0.67.3-1) unstable; urgency=low [ Laszlo Boszormenyi ] * New upstream release (Closes: #693866, #705262). * Update debian/copyright. * Sync with Ubuntu. [ James Page ] * d/control,rules,libcephfs-{java,jni}: Enable Java CephFS library, add new BD's on javahelper and default-jdk, add dbg package. * d/control: Add new BD on libboost-thread-dev for RADOS Gateway keystone integration. * d/{control,obsync.install}: Drop obsync package inline with upstream. * d/librbd-dev.install: Pickup new features.h file. * Remove manual calls to ldconfig: - d/lib{rados2|rbd1|cephfs1}.post*: Dropped - all these do is call ldconfig which will automatically be done. - d/rules: Let dh_makeshlibs do its magic with postinst/postrm. * d/tests/*: Added autopkgtests for librbd, librados, python-ceph and the ceph CLI. * d/control: Fix versions of librbd1, librados2 and libcephfs1 for python-ceph as it requires an exact version match. * d/ceph.docs: Drop - README from upstream is only useful for developers (Closes: #722957). * d/rules: Drop --upstart-only from dh_installinit calls for upstart configurations; this is deprecated in Ubuntu and not support in Debian. * d/rules: Exclude jni package from shlibs generation to avoid pointless ldconfig calls in maintainer scripts. [ Bastian Blank ] * Use debhelper 9. * Use dh-autoreconf. * Install files from source tree if possible. * Run test-suite: - Build-depend on python-virtualenv. - Ask virtualenv to never download anything. * Fix clean target. * Properly mark library modules: - Don't longer exclude them from stripping. * Drop all libtool .la files. * Generate python dependencies. * Don't exclude stuff from shlibs generation. -- Laszlo Boszormenyi (GCS) Tue, 01 Oct 2013 02:29:08 +0200 ceph (0.48-1) unstable; urgency=low * New upstream release, the first with long-term support. * As gceph dropped by upstream, remove it from packaging. * Build with hardening enabled and build-conflict with libcryptopp not to mix up with libnss. * Use symbol versioning (closes: #679686). * Update debian/watch to GitHub tags. -- Laszlo Boszormenyi (GCS) Sat, 07 Jul 2012 07:53:40 +0200 ceph (0.47.2-1) unstable; urgency=low * New upstream release. * Use system leveldb (closes: #667907). * Remove librgw1 , librgw-dev and librgw1-dbg and add rest-bench and rest-bench-dbg packages. * Backport leveldb build fixes from upstream git as fix_leveldb_dep_for_system_library_case.patch and fix_leveldb_includes_for_system_library_case.patch . * Update packaging. * Sync with Ubuntu: switch build-dependency from libcryptopp to libnss as libcryptopp is not seeded. -- Laszlo Boszormenyi (GCS) Sun, 03 Jun 2012 13:37:52 +0200 ceph (0.44.1-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Fri, 06 Apr 2012 01:10:15 +0200 ceph (0.43-1) unstable; urgency=low * New upstream release, now creates /var/run/ceph on each start (closes: #660238). * Update debian/copyright . -- Laszlo Boszormenyi (GCS) Sun, 26 Feb 2012 04:07:02 +0100 ceph (0.41-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sun, 05 Feb 2012 10:07:38 +0100 ceph (0.40-1) unstable; urgency=low * New upstream release (closes: #652037). * Adjust copyright to match upstream source changes. -- Laszlo Boszormenyi (GCS) Sat, 14 Jan 2012 12:01:30 +0100 ceph (0.38-1) unstable; urgency=low * New upstream release (closes: #647764), missingok is now part of logrotate directives (closes: #645651). * Rename ceph-client-tools package to ceph-common , libceph-dev to libcephfs-dev and libceph1{,-dbg} ones to libcephfs1{,-dbg} respectively. * Update upstream VCS locations. -- Laszlo Boszormenyi (GCS) Sun, 27 Nov 2011 21:40:52 +0100 ceph (0.35-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sat, 24 Sep 2011 16:51:57 +0200 ceph (0.34-1) unstable; urgency=low * New upstream release (closes: #638714). * Make librbd-dev depends on librados-dev as it uses headers from the latter (closes: #636845). * Add new binary packages, gceph, gceph-dbg and obsync . The libcrush ones removed. * Change to quilt source format and tune packaging. -- Laszlo Boszormenyi (GCS) Sun, 28 Aug 2011 15:56:16 +0200 ceph (0.27-1.1) unstable; urgency=low * Non-maintainer upload. * Remove references to other libraries from dependency_libs field (closes: #621208). -- Luk Claes Sat, 28 May 2011 22:28:48 +0200 ceph (0.27-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Mon, 25 Apr 2011 10:09:05 +0200 ceph (0.25.2-1) unstable; urgency=low * New upstream release. * Make Ceph cross buildable (closes: #618939), thanks to Hector Oron. * Disable libatomic-ops on ARMv4t (armel) archs to prevent FTBFS (closes: #615235), thanks go to Hector Oron again. * Rename librados1{,-dbg,-dev} packages to librados2{,-dbg,-dev} ones; conflict with and replace the former ones. * Add librbd1 and librbd-dev packages. -- Laszlo Boszormenyi (GCS) Sun, 27 Mar 2011 15:51:23 +0200 ceph (0.24.3-2) unstable; urgency=low * Make Ceph Linux only and build on all Linux archs (closes: #614890). * Support parallel building via DEB_BUILD_OPTIONS . * Add watch file, thanks to Clint Byrum (closes: #615021). * Tune packaging. -- Laszlo Boszormenyi (GCS) Fri, 25 Feb 2011 15:17:26 +0100 ceph (0.24.3-1) unstable; urgency=low * New upstream bugfix release. -- Laszlo Boszormenyi (GCS) Sat, 19 Feb 2011 12:25:43 +0100 ceph (0.24.2-1) unstable; urgency=low * New upstream bugfix release. -- Laszlo Boszormenyi (GCS) Sat, 29 Jan 2011 15:25:14 +0100 ceph (0.24.1-1) unstable; urgency=low * New upstream bugfix release. -- Laszlo Boszormenyi (GCS) Tue, 11 Jan 2011 22:23:18 +0100 ceph (0.24-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Wed, 01 Dec 2010 09:26:25 -0800 ceph (0.23.1-1) experimental; urgency=low * Initial release (Closes: #506040) -- Sage Weil Sun, 21 Nov 2010 15:22:21 -0800