Accepting request 727038 from filesystems:ceph:nautilus

bsc#1145093, bsc#1137189

OBS-URL: https://build.opensuse.org/request/show/727038
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=243
This commit is contained in:
Nathan Cutler 2019-08-29 14:21:06 +00:00 committed by Git OBS Bridge
parent 8d0fe5a328
commit f9cebb4bcd
6 changed files with 37 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:934185cf3a71f4402fabce3eed74cc734b44bd14fdb4d1f2f1e978469f86147b
size 95467046

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82189fb7f16a93a7cc360f8159cca53696dd33b59bbbc3251671fdb794d00e7f
size 95530147

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Aug 29 14:17:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
- Update to 14.2.2-354-g8878cf2360:
+ rgw: Move upload_info declaration out of conditional (bsc#1137189,
https://github.com/SUSE/ceph/pull/325)
-------------------------------------------------------------------
Wed Aug 14 14:54:26 UTC 2019 - Abhishek Lekshmanan <abhishek@suse.com>
- Update to 14.2.2.349+g6716a1e448:
+ rgw: fix for CVE-2019-10222/bsc#1145093 for the beast frontend
("rgw: asio: check the remote endpoint before processing requests")
-------------------------------------------------------------------
Thu Jul 25 11:48:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>

View File

@ -100,7 +100,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 14.2.2.348+gf6da3d1d18
Version: 14.2.2.354+g8878cf2360
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-14.2.2-348-gf6da3d1d18.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.2-354-g8878cf2360.tar.bz2
%if 0%{?suse_version}
Source96: checkin.sh
Source97: README-checkin.txt
@ -508,7 +508,7 @@ This package contains Ceph benchmarks and test tools.
%endif
%endif
%prep
%autosetup -p1 -n ceph-14.2.2-348-gf6da3d1d18
%autosetup -p1 -n ceph-14.2.2-354-g8878cf2360
%build
# LTO can be enabled as soon as the following GCC bug is fixed:

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Aug 29 14:17:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
- Update to 14.2.2-354-g8878cf2360:
+ rgw: Move upload_info declaration out of conditional (bsc#1137189,
https://github.com/SUSE/ceph/pull/325)
-------------------------------------------------------------------
Wed Aug 14 14:54:26 UTC 2019 - Abhishek Lekshmanan <abhishek@suse.com>
- Update to 14.2.2.349+g6716a1e448:
+ rgw: fix for CVE-2019-10222/bsc#1145093 for the beast frontend
("rgw: asio: check the remote endpoint before processing requests")
-------------------------------------------------------------------
Thu Jul 25 11:48:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>

View File

@ -100,7 +100,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 14.2.2.348+gf6da3d1d18
Version: 14.2.2.354+g8878cf2360
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-14.2.2-348-gf6da3d1d18.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.2-354-g8878cf2360.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -1088,7 +1088,7 @@ standalone RPM for use in Continuous Integration and ad hoc testing.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-14.2.2-348-gf6da3d1d18
%autosetup -p1 -n ceph-14.2.2-354-g8878cf2360
%build
# LTO can be enabled as soon as the following GCC bug is fixed: