ktdreyer pushed to ceph-deploy (f21). "update to ceph-deploy 1.5.23 (CVE-2015-3010) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 10 15:01:24 UTC 2015


>From 93d0d75f535b15073c2a6ec077d0213fb57385a5 Mon Sep 17 00:00:00 2001
From: Ken Dreyer <ktdreyer at ktdreyer.com>
Date: Fri, 10 Apr 2015 08:32:27 -0600
Subject: update to ceph-deploy 1.5.23 (CVE-2015-3010)

Resolves: rhbz#1210106
Resolves: rhbz#1210706
Related: rhbz#1210705

diff --git a/.gitignore b/.gitignore
index 3887bb7..0d0fbbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /ceph-deploy-1.5.20.tar.gz
 /ceph-deploy-1.5.21.tar.gz
 /ceph-deploy-1.5.22.tar.gz
+/ceph-deploy-1.5.23.tar.gz
diff --git a/ceph-deploy-1.5.22-tox.ini b/ceph-deploy-1.5.22-tox.ini
deleted file mode 100644
index 3da3548..0000000
--- a/ceph-deploy-1.5.22-tox.ini
+++ /dev/null
@@ -1,32 +0,0 @@
-[tox]
-envlist = py26, py27, flake8
-
-[testenv]
-deps=
-  pytest
-  mock
-setenv =
-    CEPH_DEPLOY_TEST = 1
-commands=py.test -v {posargs:ceph_deploy/tests}
-
-[testenv:docs]
-basepython=python
-changedir=docs/source
-deps=sphinx
-commands=
-    sphinx-build -W -b html -d {envtmpdir}/doctrees .  {envtmpdir}/html
-
-[testenv:flake8]
-deps=flake8
-commands=flake8 --select=F --exclude=vendor {posargs:ceph_deploy}
-
-# Note that ``remoto`` is not added as a dependency here as it is assumed
-# that the tester will have the distro version of remoto installed
-
-[testenv:py26-novendor]
-sitepackages=True
-deps=
-
-[testenv:py27-novendor]
-sitepackages=True
-deps=
diff --git a/ceph-deploy.spec b/ceph-deploy.spec
index 440ae21..b867700 100644
--- a/ceph-deploy.spec
+++ b/ceph-deploy.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           ceph-deploy
-Version:        1.5.22
+Version:        1.5.23
 Release:        1%{?dist}
 Summary:        Admin and deploy tool for Ceph
 
@@ -12,9 +12,6 @@ License:        MIT
 URL:            https://github.com/ceph/ceph-deploy
 
 Source0:        http://pypi.python.org/packages/source/c/%{name}/%{name}-%{version}.tar.gz
-# http://tracker.ceph.com/issues/11242
-# https://raw.githubusercontent.com/ceph/ceph-deploy/v1.5.22/tox.ini
-Source1:        ceph-deploy-1.5.22-tox.ini
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -46,7 +43,6 @@ CEPH_DEPLOY_NO_VENDOR=1 %{__python2} setup.py install -O1 --skip-build --root $R
 
 
 %check
-install -m0644 %{SOURCE1} tox.ini
 # Tests are currently broken:
 #   http://tracker.ceph.com/issues/8825
 CEPH_DEPLOY_NO_VENDOR=1 tox -e py27-novendor || :
@@ -59,6 +55,10 @@ CEPH_DEPLOY_NO_VENDOR=1 tox -e py27-novendor || :
 
 
 %changelog
+* Fri Apr 10 2015 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.5.23-1
+- update to ceph-deploy 1.5.23 (CVE-2015-3010) (RHBZ #1210106, #1210705,
+  #1210706)
+
 * Tue Mar 24 2015 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.5.22-1
 - update to ceph-deploy 1.5.22 (RHBZ #1201064)
 - add tox.ini to the packaging
diff --git a/sources b/sources
index 923b024..eb42e84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6d197fce5d7ee309a29f2c9cf3b227c  ceph-deploy-1.5.22.tar.gz
+5d5e38c5e62b5d44a58b4a807a64a0e9  ceph-deploy-1.5.23.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ceph-deploy.git/commit/?h=f21&id=93d0d75f535b15073c2a6ec077d0213fb57385a5


More information about the scm-commits mailing list