ceph.git
5 years agoMerge version 14.2.7-1+rpi1 and 14.2.8-2 to produce 14.2.8-2+rpi1 archive/raspbian/14.2.8-2+rpi1 raspbian/14.2.8-2+rpi1
Raspbian automatic forward porter [Sun, 29 Mar 2020 23:49:21 +0000 (00:49 +0100)]
Merge version 14.2.7-1+rpi1 and 14.2.8-2 to produce 14.2.8-2+rpi1

5 years agoMerge ceph (14.2.8-2) import into refs/heads/workingbranch
Bernd Zeimetz [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Merge ceph (14.2.8-2) import into refs/heads/workingbranch

5 years agomds-purgequeue-use_uint64_t
Ceph Packaging Team [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
mds-purgequeue-use_uint64_t

===================================================================

Gbp-Pq: Name mds-purgequeue-use_uint64_t.patch

5 years agoLink with -pthread instead of -lpthread to fix FTBFS on riscv64
Ceph Packaging Team [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Link with -pthread instead of -lpthread to fix FTBFS on riscv64

Forwarded: no
Last-Update: 2020-03-01

Gbp-Pq: Name riscv64-link-pthread.patch

5 years agoadd-option-to-disable-ceph-dencoder
Ceph Packaging Team [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
add-option-to-disable-ceph-dencoder

===================================================================

Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch

5 years agofix-bash-completion-location
Ceph Packaging Team [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
fix-bash-completion-location

Gbp-Pq: Name fix-bash-completion-location

5 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

5 years ago[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

5 years agoAdds max_connections to test display.
Jesse Williamson [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Adds max_connections to test display.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

5 years agoMakes SOMAXCONN user-configurable.
Jesse Williamson [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Makes SOMAXCONN user-configurable.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

5 years agoAdds max_connections to reference configuration.
Jesse Williamson [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Adds max_connections to reference configuration.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

5 years agoAvoid use of size_t when necessary
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Avoid use of size_t when necessary

Forwarded: no

On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.

Gbp-Pq: Name 32bit-avoid-size_t.patch

5 years agoAvoid overloading on 32 bit architectures
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

5 years agouse --release 7 instead of -source/-target
Tiago Stürmer Daitx [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
use --release 7 instead of -source/-target

Bug-Ubuntu: https://launchpad.net/bugs/1756854
Bug-Ubuntu: https://launchpad.net/bugs/1766998
Forwarded: no
Last-Update: 2018-04-24

Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch

5 years agoceph (14.2.8-2) unstable; urgency=medium
Bernd Zeimetz [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
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)

[dgit import unpatched ceph 14.2.8-2]

5 years agoImport ceph_14.2.8-2.debian.tar.xz
Bernd Zeimetz [Sun, 22 Mar 2020 23:14:25 +0000 (23:14 +0000)]
Import ceph_14.2.8-2.debian.tar.xz

[dgit import tarball ceph 14.2.8-2 ceph_14.2.8-2.debian.tar.xz]

5 years agoMerge ceph (14.2.8-1) import into refs/heads/workingbranch
Bernd Zeimetz [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Merge ceph (14.2.8-1) import into refs/heads/workingbranch

5 years agoImport ceph_14.2.8.orig.tar.xz
Bernd Zeimetz [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Import ceph_14.2.8.orig.tar.xz

[dgit import orig ceph_14.2.8.orig.tar.xz]

5 years agoLink with -pthread instead of -lpthread to fix FTBFS on riscv64
Ceph Packaging Team [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Link with -pthread instead of -lpthread to fix FTBFS on riscv64

Forwarded: no
Last-Update: 2020-03-01

Gbp-Pq: Name riscv64-link-pthread.patch

5 years agoadd-option-to-disable-ceph-dencoder
Ceph Packaging Team [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
add-option-to-disable-ceph-dencoder

===================================================================

Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch

5 years agofix-bash-completion-location
Ceph Packaging Team [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
fix-bash-completion-location

Gbp-Pq: Name fix-bash-completion-location

5 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

5 years ago[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

5 years agoAdds max_connections to test display.
Jesse Williamson [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Adds max_connections to test display.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

5 years agoMakes SOMAXCONN user-configurable.
Jesse Williamson [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Makes SOMAXCONN user-configurable.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

5 years agoAdds max_connections to reference configuration.
Jesse Williamson [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Adds max_connections to reference configuration.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

5 years agoAvoid use of size_t when necessary
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Avoid use of size_t when necessary

Forwarded: no

On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.

Gbp-Pq: Name 32bit-avoid-size_t.patch

5 years agoAvoid overloading on 32 bit architectures
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

5 years agouse --release 7 instead of -source/-target
Tiago Stürmer Daitx [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
use --release 7 instead of -source/-target

Bug-Ubuntu: https://launchpad.net/bugs/1756854
Bug-Ubuntu: https://launchpad.net/bugs/1766998
Forwarded: no
Last-Update: 2018-04-24

Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch

5 years agoceph (14.2.8-1) unstable; urgency=medium
Bernd Zeimetz [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
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

[dgit import unpatched ceph 14.2.8-1]

5 years agoImport ceph_14.2.8-1.debian.tar.xz
Bernd Zeimetz [Sun, 8 Mar 2020 21:31:55 +0000 (21:31 +0000)]
Import ceph_14.2.8-1.debian.tar.xz

[dgit import tarball ceph 14.2.8-1 ceph_14.2.8-1.debian.tar.xz]

5 years agoMerge version 14.2.6-5+rpi1 and 14.2.7-1 to produce 14.2.7-1+rpi1 archive/raspbian/14.2.7-1+rpi1 raspbian/14.2.7-1+rpi1
Raspbian automatic forward porter [Sun, 9 Feb 2020 06:18:46 +0000 (06:18 +0000)]
Merge version 14.2.6-5+rpi1 and 14.2.7-1 to produce 14.2.7-1+rpi1

5 years agoMerge ceph (14.2.7-1) import into refs/heads/workingbranch
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Merge ceph (14.2.7-1) import into refs/heads/workingbranch

5 years agoadd-option-to-disable-ceph-dencoder
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
add-option-to-disable-ceph-dencoder

===================================================================

Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch

5 years agofix-bash-completion-location
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
fix-bash-completion-location

Gbp-Pq: Name fix-bash-completion-location

5 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

5 years agoFix building with clang.
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Fix building with clang.

Forwarded: yes

 https://tracker.ceph.com/issues/43437

Gbp-Pq: Name fix-clang-build.patch

5 years ago[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

5 years agoAdds max_connections to test display.
Jesse Williamson [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Adds max_connections to test display.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

5 years agoMakes SOMAXCONN user-configurable.
Jesse Williamson [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Makes SOMAXCONN user-configurable.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

5 years agoAdds max_connections to reference configuration.
Jesse Williamson [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Adds max_connections to reference configuration.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

5 years agoAvoid use of size_t when necessary
James Page james.page@ubuntu.com, Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Avoid use of size_t when necessary

Forwarded: no

On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.

Gbp-Pq: Name 32bit-avoid-size_t.patch

5 years agoAvoid overloading on 32 bit architectures
James Page james.page@ubuntu.com, Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

5 years agouse --release 7 instead of -source/-target
Tiago Stürmer Daitx [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
use --release 7 instead of -source/-target

Bug-Ubuntu: https://launchpad.net/bugs/1756854
Bug-Ubuntu: https://launchpad.net/bugs/1766998
Forwarded: no
Last-Update: 2018-04-24

Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch

5 years agoceph (14.2.7-1) unstable; urgency=medium
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
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

[dgit import unpatched ceph 14.2.7-1]

5 years agoImport ceph_14.2.7.orig.tar.xz
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Import ceph_14.2.7.orig.tar.xz

[dgit import orig ceph_14.2.7.orig.tar.xz]

5 years agoImport ceph_14.2.7-1.debian.tar.xz
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Import ceph_14.2.7-1.debian.tar.xz

[dgit import tarball ceph 14.2.7-1 ceph_14.2.7-1.debian.tar.xz]

5 years agoManual merge of version 14.2.6-4+rpi1 and 14.2.6-5 to produce 14.2.6-5+rpi1 archive/raspbian/14.2.6-5+rpi1 raspbian/14.2.6-5+rpi1
Peter Michael Green [Thu, 30 Jan 2020 19:46:53 +0000 (19:46 +0000)]
Manual merge of version 14.2.6-4+rpi1 and 14.2.6-5 to produce 14.2.6-5+rpi1

5 years agoMerge ceph (14.2.6-5) import into refs/heads/workingbranch
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Merge ceph (14.2.6-5) import into refs/heads/workingbranch

5 years ago[PATCH] mgr/dashboard: fix improper URL checking
Ernesto Puerta [Wed, 15 Jan 2020 12:54:26 +0000 (13:54 +0100)]
[PATCH] mgr/dashboard: fix improper URL checking

This change disables up-level references beyond the HTTP base directory.
[CVE-2020-1699]

Fixes: https://tracker.ceph.com/issues/43607
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Gbp-Pq: Name 0443e40c11280ba3b7efcba61522afa70c4f8158.patch

5 years agoadd-option-to-disable-ceph-dencoder
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
add-option-to-disable-ceph-dencoder

===================================================================

Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch

5 years agofix-bash-completion-location
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
fix-bash-completion-location

Gbp-Pq: Name fix-bash-completion-location

5 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

5 years agoFix building with clang.
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Fix building with clang.

Forwarded: yes

 https://tracker.ceph.com/issues/43437

Gbp-Pq: Name fix-clang-build.patch

5 years ago[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

5 years agoAdds max_connections to test display.
Jesse Williamson [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Adds max_connections to test display.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

5 years agoMakes SOMAXCONN user-configurable.
Jesse Williamson [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Makes SOMAXCONN user-configurable.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

5 years agoAdds max_connections to reference configuration.
Jesse Williamson [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Adds max_connections to reference configuration.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

5 years agoAvoid use of size_t when necessary
James Page james.page@ubuntu.com, Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Avoid use of size_t when necessary

Forwarded: no

On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.

Gbp-Pq: Name 32bit-avoid-size_t.patch

5 years agoAvoid overloading on 32 bit architectures
James Page james.page@ubuntu.com, Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

5 years agouse --release 7 instead of -source/-target
Tiago Stürmer Daitx [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
use --release 7 instead of -source/-target

Bug-Ubuntu: https://launchpad.net/bugs/1756854
Bug-Ubuntu: https://launchpad.net/bugs/1766998
Forwarded: no
Last-Update: 2018-04-24

Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch

5 years agoceph (14.2.6-5) unstable; urgency=medium
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
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

[dgit import unpatched ceph 14.2.6-5]

5 years agoImport ceph_14.2.6-5.debian.tar.xz
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Import ceph_14.2.6-5.debian.tar.xz

[dgit import tarball ceph 14.2.6-5 ceph_14.2.6-5.debian.tar.xz]

5 years agoMerge version 14.2.6-1+rpi1 and 14.2.6-4 to produce 14.2.6-4+rpi1 archive/raspbian/14.2.6-4+rpi1 raspbian/14.2.6-4+rpi1
Raspbian automatic forward porter [Tue, 21 Jan 2020 16:10:32 +0000 (16:10 +0000)]
Merge version 14.2.6-1+rpi1 and 14.2.6-4 to produce 14.2.6-4+rpi1

5 years agoMerge ceph (14.2.6-4) import into refs/heads/workingbranch
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Merge ceph (14.2.6-4) import into refs/heads/workingbranch

5 years ago[PATCH] mgr/dashboard: fix improper URL checking
Ernesto Puerta [Wed, 15 Jan 2020 12:54:26 +0000 (13:54 +0100)]
[PATCH] mgr/dashboard: fix improper URL checking

This change disables up-level references beyond the HTTP base directory.
[CVE-2020-1699]

Fixes: https://tracker.ceph.com/issues/43607
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Gbp-Pq: Name 0443e40c11280ba3b7efcba61522afa70c4f8158.patch

5 years agoadd-option-to-disable-ceph-dencoder
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
add-option-to-disable-ceph-dencoder

===================================================================

Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch

5 years agofix-bash-completion-location
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
fix-bash-completion-location

Gbp-Pq: Name fix-bash-completion-location

5 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

5 years agoFix building with clang.
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Fix building with clang.

Forwarded: yes

 https://tracker.ceph.com/issues/43437

Gbp-Pq: Name fix-clang-build.patch

5 years ago[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

5 years agoAdds max_connections to test display.
Jesse Williamson [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Adds max_connections to test display.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

5 years agoMakes SOMAXCONN user-configurable.
Jesse Williamson [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Makes SOMAXCONN user-configurable.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

5 years agoAdds max_connections to reference configuration.
Jesse Williamson [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Adds max_connections to reference configuration.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

5 years agoAvoid use of size_t when necessary
James Page james.page@ubuntu.com, Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Avoid use of size_t when necessary

Forwarded: no

On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.

Gbp-Pq: Name 32bit-avoid-size_t.patch

5 years agoAvoid overloading on 32 bit architectures
James Page james.page@ubuntu.com, Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

5 years agouse --release 7 instead of -source/-target
Tiago Stürmer Daitx [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
use --release 7 instead of -source/-target

Bug-Ubuntu: https://launchpad.net/bugs/1756854
Bug-Ubuntu: https://launchpad.net/bugs/1766998
Forwarded: no
Last-Update: 2018-04-24

Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch

5 years agoceph (14.2.6-4) unstable; urgency=high
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
ceph (14.2.6-4) unstable; urgency=high

  * Really uploading to unstable now.

[dgit import unpatched ceph 14.2.6-4]

5 years agoImport ceph_14.2.6-4.debian.tar.xz
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Import ceph_14.2.6-4.debian.tar.xz

[dgit import tarball ceph 14.2.6-4 ceph_14.2.6-4.debian.tar.xz]

5 years agoRemove stray conflict marker from changelog. archive/raspbian/14.2.6-1+rpi1 raspbian/14.2.6-1+rpi1
Peter Michael Green [Fri, 17 Jan 2020 02:46:40 +0000 (02:46 +0000)]
Remove stray conflict marker from changelog.

5 years agoPut back some files that are present in upstream tarball but seem to have
Peter Michael Green [Thu, 16 Jan 2020 15:27:16 +0000 (15:27 +0000)]
Put back some files that are present in upstream tarball but seem to have
disappeared somewhere along the line.

5 years agoAdd mention of change that was introduced in previous upload, but not mentioned in...
Peter Michael Green [Thu, 16 Jan 2020 14:27:46 +0000 (14:27 +0000)]
Add mention of change that was introduced in previous upload, but not mentioned in changelog.

5 years agoMerge tag '14.2.6-1' into bullseye-staging
Peter Michael Green [Thu, 16 Jan 2020 14:14:52 +0000 (14:14 +0000)]
Merge tag '14.2.6-1' into bullseye-staging

5 years agoImport ceph_14.2.6.orig.tar.xz
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Import ceph_14.2.6.orig.tar.xz

[dgit import orig ceph_14.2.6.orig.tar.xz]

5 years agoMerge ceph (14.2.6-1) import into refs/heads/workingbranch
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Merge ceph (14.2.6-1) import into refs/heads/workingbranch

5 years agofix-bash-completion-location
Ceph Packaging Team [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
fix-bash-completion-location

Gbp-Pq: Name fix-bash-completion-location

5 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

5 years agoFix building with clang.
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Fix building with clang.

Forwarded: yes

 https://tracker.ceph.com/issues/43437

Gbp-Pq: Name fix-clang-build.patch

5 years ago[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

5 years agoAdds max_connections to test display.
Jesse Williamson [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Adds max_connections to test display.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

5 years agoMakes SOMAXCONN user-configurable.
Jesse Williamson [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Makes SOMAXCONN user-configurable.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

5 years agoAdds max_connections to reference configuration.
Jesse Williamson [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Adds max_connections to reference configuration.

Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

5 years agoAvoid use of size_t when necessary
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Avoid use of size_t when necessary

Forwarded: no

On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.

Gbp-Pq: Name 32bit-avoid-size_t.patch

5 years agoAvoid overloading on 32 bit architectures
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch