[Pkg-ceph-commits] [ceph] branch jessie-backports updated (baa1ef8 -> 2ace3f5)
Gaudenz Steinlin
gaudenz at moszumanska.debian.org
Tue Oct 20 14:22:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
gaudenz pushed a change to branch jessie-backports
in repository ceph.
from baa1ef8 Update changelog for 0.80.9-2~bpo8+1
adds 67a67a6 Set debian and upstream branch for gbp
adds 4690854 Imported Upstream version 0.80.10
adds 3d6549b Refresh backfill-prio.patch
adds c8b478a Add upstream patch to fix compiling with boost 1.58
adds 6fc46bc Add bug-11860.patch to fix quotes in bucket header for rgw
adds d3c87fb Add upstream patch to fix CVE-2015-5245
adds d29942e ceph-test: ceph_filestore_dump and ceph_filestore_tool replaced by ceph-objectstore-tool
adds ad1248a Add upstream patches to fix compiling with boost 1.57
adds 186e1e9 Use dh_bash-completion to install bash completions
adds 901a83b Remove no longer needed check for dh-autoreconf>=6
adds b5feba6 Add build dependency on dh-python
adds dbc4ecc Update changelog for version 0.80.10-1
adds 2d14828 Add upstream patch to fix building without libatomic-ops
adds 4d408fc Remove build dependency on libatomic-ops-dev for armel
adds f4e7a5d Update changelog for 0.80.10-2 release
new 5f1d2cc Merge branch 'master' into jessie-backports
new 2ace3f5 Update changelog for version 0.80.10-2~bpo8+1
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.in | 319 +-
aclocal.m4 | 742 +++--
ar-lib | 15 +-
autogen.sh | 9 +
ceph.spec | 8 +-
ceph.spec.in | 6 +-
compile | 99 +-
config.guess | 184 +-
config.sub | 106 +-
configure | 999 ++++---
configure.ac | 2 +-
debian/ceph-common.bash-completion | 2 +
debian/ceph-common.install | 2 -
debian/ceph-common.maintscript | 2 +
debian/ceph-test.install | 3 +-
debian/ceph.bash-completion | 1 +
debian/ceph.install | 1 -
debian/ceph.maintscript | 1 +
debian/changelog | 31 +
debian/control | 6 +-
debian/gbp.conf | 3 +-
debian/patches/CVE-2015-5245.patch | 31 +
debian/patches/backfill-prio.patch | 68 +-
debian/patches/boost-1.57_1.patch | 118 +
debian/patches/boost-1.57_2.patch | 38 +
debian/patches/boost-1.58.patch | 28 +
debian/patches/bug-11860.patch | 24 +
.../patches/fix-build-without-libatomic-ops.patch | 32 +
debian/patches/series | 6 +
debian/radosgw.bash-completion | 1 +
debian/radosgw.install | 1 -
debian/radosgw.maintscript | 1 +
debian/rules | 6 +-
depcomp | 487 +--
install-sh | 14 +-
ltmain.sh | 4 +-
m4/libtool.m4 | 52 +-
man/Makefile.am | 1 +
man/Makefile.in | 130 +-
man/ceph-disk.8 | 272 ++
man/ceph.8 | 233 +-
missing | 414 +--
py-compile | 23 +-
src/.git_version | 4 +-
src/Makefile.in | 3058 +++++++++----------
src/acconfig.h.in | 3 -
src/cls/rgw/cls_rgw.cc | 3 +-
src/cls/rgw/cls_rgw_types.h | 2 +-
src/common/RWLock.h | 24 +-
src/common/WorkQueue.cc | 9 +-
src/common/code_environment.h | 1 +
src/common/common_init.cc | 1 +
src/common/config_opts.h | 5 +
src/common/histogram.h | 4 +
src/common/hobject.cc | 14 +
src/crush/CrushWrapper.cc | 6 +-
src/gtest/Makefile.in | 932 ++++--
src/gtest/aclocal.m4 | 723 +++--
compile => src/gtest/build-aux/compile | 99 +-
src/gtest/build-aux/config.guess | 184 +-
src/gtest/build-aux/config.sub | 106 +-
src/gtest/build-aux/depcomp | 487 +--
src/gtest/build-aux/install-sh | 14 +-
src/gtest/build-aux/ltmain.sh | 4 +-
src/gtest/build-aux/missing | 414 +--
src/gtest/build-aux/test-driver | 139 +
src/gtest/configure | 638 ++--
src/gtest/m4/libtool.m4 | 52 +-
src/init-radosgw | 8 +-
src/init-radosgw.sysv | 8 +-
src/java/Makefile.in | 101 +-
src/librados/RadosClient.cc | 19 +-
src/librados/librados.cc | 9 +-
src/librbd/ImageCtx.cc | 2 -
src/librbd/internal.cc | 26 +-
src/mds/MDS.cc | 27 +-
src/messages/MWatchNotify.h | 34 +-
src/mon/MonCap.cc | 6 +-
src/mon/MonCap.h | 8 +-
src/mon/Monitor.cc | 7 +-
src/mon/OSDMonitor.cc | 20 +-
src/mon/PGMonitor.cc | 20 +-
src/mon/Session.h | 3 +-
src/mount/mtab.c | 14 +-
src/msg/Pipe.cc | 2 +-
src/ocf/Makefile.in | 103 +-
src/os/DBObjectMap.cc | 12 +-
src/os/FileJournal.cc | 33 +-
src/os/FileStore.cc | 41 +-
src/os/FileStore.h | 5 +-
src/os/JournalingObjectStore.cc | 5 +
src/os/JournalingObjectStore.h | 1 +
src/os/ObjectStore.cc | 5 +-
src/os/ObjectStore.h | 11 +-
src/osd/OSD.cc | 111 +-
src/osd/OSD.h | 8 +-
src/osd/OSDMap.cc | 10 +-
src/osd/PG.cc | 55 +-
src/osd/PG.h | 2 +-
src/osd/PGLog.cc | 39 +-
src/osd/PGLog.h | 11 +-
src/osd/ReplicatedPG.cc | 84 +-
src/osd/ReplicatedPG.h | 5 +-
src/osd/osd_types.h | 9 +-
src/osdc/Objecter.cc | 2 +-
src/pybind/rados.py | 17 +-
src/rgw/rgw_civetweb.cc | 16 +
src/rgw/rgw_civetweb.h | 1 +
src/rgw/rgw_common.h | 4 +-
src/rgw/rgw_main.cc | 34 +-
src/rgw/rgw_op.cc | 28 +-
src/rgw/rgw_op.h | 3 +-
src/rgw/rgw_rados.cc | 35 +-
src/rgw/rgw_rados.h | 7 +-
src/rgw/rgw_rest.cc | 67 +-
src/rgw/rgw_rest.h | 2 +
src/rgw/rgw_rest_s3.cc | 100 +-
src/rgw/rgw_rest_swift.cc | 46 +-
src/rgw/rgw_swift.cc | 2 +
src/test/librados/misc.cc | 19 +
src/test/mon/moncap.cc | 5 +-
src/test/objectstore/test_idempotent_sequence.cc | 4 +-
src/tools/Makefile.am | 16 +-
src/tools/ceph_filestore_dump.cc | 1429 ---------
src/tools/ceph_filestore_tool.cc | 260 --
src/tools/ceph_objectstore_tool.cc | 3086 ++++++++++++++++++++
src/vstart.sh | 2 +-
test-driver | 139 +
128 files changed, 10976 insertions(+), 6663 deletions(-)
create mode 100644 debian/ceph-common.bash-completion
create mode 100644 debian/ceph-common.maintscript
create mode 100644 debian/ceph.bash-completion
create mode 100644 debian/ceph.maintscript
create mode 100644 debian/patches/CVE-2015-5245.patch
create mode 100644 debian/patches/boost-1.57_1.patch
create mode 100644 debian/patches/boost-1.57_2.patch
create mode 100644 debian/patches/boost-1.58.patch
create mode 100644 debian/patches/bug-11860.patch
create mode 100644 debian/patches/fix-build-without-libatomic-ops.patch
create mode 100644 debian/radosgw.bash-completion
create mode 100644 debian/radosgw.maintscript
create mode 100644 man/ceph-disk.8
copy compile => src/gtest/build-aux/compile (83%)
create mode 100755 src/gtest/build-aux/test-driver
delete mode 100644 src/tools/ceph_filestore_dump.cc
delete mode 100644 src/tools/ceph_filestore_tool.cc
create mode 100644 src/tools/ceph_objectstore_tool.cc
create mode 100755 test-driver
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git
More information about the Pkg-ceph-commits
mailing list