***** cve-2015-1852-master-keystoneclient.patch ***** PWD: /var/tmp/portage/dev-python/python-keystoneclient-1.4.0/work/python-keystoneclient-1.4.0 PATCH TOOL: patch -> /usr/bin/patch VERSION INFO: GNU patch 2.7.5 Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc. Copyright (C) 1988 Larry Wall License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Larry Wall and Paul Eggert ===================================================== PATCH COMMAND: patch -p0 -g0 -E --no-backup-if-mismatch < '/usr/portage/dev-python/python-keystoneclient/files/cve-2015-1852-master-keystoneclient.patch' ===================================================== can't find file to patch at input line 21 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 46f8d86c197376b0cdd9589310f2e66ef7af027a Mon Sep 17 00:00:00 2001 |From: Brant Knudson |Date: Tue, 7 Apr 2015 19:38:29 +0000 |Subject: [PATCH] Fix s3_token middleware parsing insecure option | |The "insecure" option was being treated as a bool when it was |actually provided as a string. The fix is to parse the string to |a bool. | |Closes-Bug: 1411063 |Change-Id: I508dae8d7bedfc903e476cdefac43d05cbd7fbe1 |--- | keystoneclient/middleware/s3_token.py | 3 ++- | .../tests/unit/test_s3_token_middleware.py | 24 +++++++++++++++++++++- | 2 files changed, 25 insertions(+), 2 deletions(-) | |diff --git a/keystoneclient/middleware/s3_token.py b/keystoneclient/middleware/s3_token.py |index 7552893..f8d1ce0 100644 |--- a/keystoneclient/middleware/s3_token.py |+++ b/keystoneclient/middleware/s3_token.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 42 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/keystoneclient/tests/unit/test_s3_token_middleware.py b/keystoneclient/tests/unit/test_s3_token_middleware.py |index d5a62e8..dfb4406 100644 |--- a/keystoneclient/tests/unit/test_s3_token_middleware.py |+++ b/keystoneclient/tests/unit/test_s3_token_middleware.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored patch program exited with status 1 ===================================================== PATCH COMMAND: patch -p1 -g0 -E --no-backup-if-mismatch < '/usr/portage/dev-python/python-keystoneclient/files/cve-2015-1852-master-keystoneclient.patch' ===================================================== checking file keystoneclient/middleware/s3_token.py Hunk #1 FAILED at 34. Hunk #2 FAILED at 116. 2 out of 2 hunks FAILED checking file keystoneclient/tests/unit/test_s3_token_middleware.py Hunk #1 FAILED at 124. Hunk #2 succeeded at 164 with fuzz 2 (offset 22 lines). 1 out of 2 hunks FAILED patch program exited with status 1 ===================================================== PATCH COMMAND: patch -p2 -g0 -E --no-backup-if-mismatch < '/usr/portage/dev-python/python-keystoneclient/files/cve-2015-1852-master-keystoneclient.patch' ===================================================== can't find file to patch at input line 21 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 46f8d86c197376b0cdd9589310f2e66ef7af027a Mon Sep 17 00:00:00 2001 |From: Brant Knudson |Date: Tue, 7 Apr 2015 19:38:29 +0000 |Subject: [PATCH] Fix s3_token middleware parsing insecure option | |The "insecure" option was being treated as a bool when it was |actually provided as a string. The fix is to parse the string to |a bool. | |Closes-Bug: 1411063 |Change-Id: I508dae8d7bedfc903e476cdefac43d05cbd7fbe1 |--- | keystoneclient/middleware/s3_token.py | 3 ++- | .../tests/unit/test_s3_token_middleware.py | 24 +++++++++++++++++++++- | 2 files changed, 25 insertions(+), 2 deletions(-) | |diff --git a/keystoneclient/middleware/s3_token.py b/keystoneclient/middleware/s3_token.py |index 7552893..f8d1ce0 100644 |--- a/keystoneclient/middleware/s3_token.py |+++ b/keystoneclient/middleware/s3_token.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 42 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/keystoneclient/tests/unit/test_s3_token_middleware.py b/keystoneclient/tests/unit/test_s3_token_middleware.py |index d5a62e8..dfb4406 100644 |--- a/keystoneclient/tests/unit/test_s3_token_middleware.py |+++ b/keystoneclient/tests/unit/test_s3_token_middleware.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored patch program exited with status 1 ===================================================== PATCH COMMAND: patch -p3 -g0 -E --no-backup-if-mismatch < '/usr/portage/dev-python/python-keystoneclient/files/cve-2015-1852-master-keystoneclient.patch' ===================================================== can't find file to patch at input line 21 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 46f8d86c197376b0cdd9589310f2e66ef7af027a Mon Sep 17 00:00:00 2001 |From: Brant Knudson |Date: Tue, 7 Apr 2015 19:38:29 +0000 |Subject: [PATCH] Fix s3_token middleware parsing insecure option | |The "insecure" option was being treated as a bool when it was |actually provided as a string. The fix is to parse the string to |a bool. | |Closes-Bug: 1411063 |Change-Id: I508dae8d7bedfc903e476cdefac43d05cbd7fbe1 |--- | keystoneclient/middleware/s3_token.py | 3 ++- | .../tests/unit/test_s3_token_middleware.py | 24 +++++++++++++++++++++- | 2 files changed, 25 insertions(+), 2 deletions(-) | |diff --git a/keystoneclient/middleware/s3_token.py b/keystoneclient/middleware/s3_token.py |index 7552893..f8d1ce0 100644 |--- a/keystoneclient/middleware/s3_token.py |+++ b/keystoneclient/middleware/s3_token.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 42 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/keystoneclient/tests/unit/test_s3_token_middleware.py b/keystoneclient/tests/unit/test_s3_token_middleware.py |index d5a62e8..dfb4406 100644 |--- a/keystoneclient/tests/unit/test_s3_token_middleware.py |+++ b/keystoneclient/tests/unit/test_s3_token_middleware.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored patch program exited with status 1 ===================================================== PATCH COMMAND: patch -p4 -g0 -E --no-backup-if-mismatch < '/usr/portage/dev-python/python-keystoneclient/files/cve-2015-1852-master-keystoneclient.patch' ===================================================== can't find file to patch at input line 21 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 46f8d86c197376b0cdd9589310f2e66ef7af027a Mon Sep 17 00:00:00 2001 |From: Brant Knudson |Date: Tue, 7 Apr 2015 19:38:29 +0000 |Subject: [PATCH] Fix s3_token middleware parsing insecure option | |The "insecure" option was being treated as a bool when it was |actually provided as a string. The fix is to parse the string to |a bool. | |Closes-Bug: 1411063 |Change-Id: I508dae8d7bedfc903e476cdefac43d05cbd7fbe1 |--- | keystoneclient/middleware/s3_token.py | 3 ++- | .../tests/unit/test_s3_token_middleware.py | 24 +++++++++++++++++++++- | 2 files changed, 25 insertions(+), 2 deletions(-) | |diff --git a/keystoneclient/middleware/s3_token.py b/keystoneclient/middleware/s3_token.py |index 7552893..f8d1ce0 100644 |--- a/keystoneclient/middleware/s3_token.py |+++ b/keystoneclient/middleware/s3_token.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 42 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/keystoneclient/tests/unit/test_s3_token_middleware.py b/keystoneclient/tests/unit/test_s3_token_middleware.py |index d5a62e8..dfb4406 100644 |--- a/keystoneclient/tests/unit/test_s3_token_middleware.py |+++ b/keystoneclient/tests/unit/test_s3_token_middleware.py -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored patch program exited with status 1