[Pkg-ceph-commits] [ceph] 03/09: Remove patch bug-11860 applied upstream

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:48:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

gaudenz pushed a commit to tag debian/0.80.11-1
in repository ceph.

commit 98a7fe410fbbdeb3b8a2095788944ae215bd5761
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Thu Jan 14 22:08:16 2016 +0100

    Remove patch bug-11860 applied upstream
---
 debian/patches/bug-11860.patch | 24 ------------------------
 debian/patches/series          |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/bug-11860.patch b/debian/patches/bug-11860.patch
deleted file mode 100644
index 2be008c..0000000
--- a/debian/patches/bug-11860.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 8af25faed93fe02d3dad585b8579ce8b041cc4e6 Mon Sep 17 00:00:00 2001
-From: Wido den Hollander <wido at 42on.com>
-Date: Wed, 3 Jun 2015 13:13:33 +0200
-Subject: [PATCH] rgw: Do not enclose the Bucket header in quotes
-
-Fixes: #11860
-Signed-off-by: Wido den Hollander <wido at 42on.com>
----
- src/rgw/rgw_rest.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc
-index 228eea9..fffc003 100644
---- a/src/rgw/rgw_rest.cc
-+++ b/src/rgw/rgw_rest.cc
-@@ -362,7 +362,7 @@ void dump_bucket_from_state(struct req_state *s)
-   int expose_bucket = g_conf->rgw_expose_bucket;
-   if (expose_bucket) {
-     if (!s->bucket_name_str.empty())
--      s->cio->print("Bucket: \"%s\"\r\n", s->bucket_name_str.c_str());
-+      s->cio->print("Bucket: %s\r\n", s->bucket_name_str.c_str());
-   }
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
index 200b8e2..a1fde64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,7 +12,6 @@ backfill-prio.patch
 bash-completion.patch
 rbdmap1-mount.patch
 rbdmap2-hooks.patch
-bug-11860.patch
 CVE-2015-5245.patch
 boost-1.57_1.patch
 boost-1.57_2.patch

-- 
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