[bcfg2] * Sat Jul 07 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.3-1 - Fix CVE-2012-3366 - Updated

Fabian Affolter fab at fedoraproject.org
Sat Jul 7 14:43:13 UTC 2012


commit b6ec5d6f773be89273cb8c5cdd6ea969d515f708
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Jul 7 16:42:54 2012 +0200

    * Sat Jul 07 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.3-1
    - Fix CVE-2012-3366
    - Updated to new upstream version 1.2.3

 .gitignore |    2 ++
 bcfg2.spec |   12 ++++++------
 sources    |    4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c07c893..cc14dea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@
 /bcfg2-1.2.1.tar.gz
 /bcfg2-1.2.2.tar.gz
 /bcfg2-1.2.2.tar.gz.gpg
+/bcfg2-1.2.3.tar.gz
+/bcfg2-1.2.3.tar.gz.gpg
diff --git a/bcfg2.spec b/bcfg2.spec
index 3edbe3f..b8e62d7 100644
--- a/bcfg2.spec
+++ b/bcfg2.spec
@@ -7,8 +7,8 @@
 #%global _pre 3
 
 Name:             bcfg2
-Version:          1.2.2
-Release:          2%{?dist}
+Version:          1.2.3
+Release:          1%{?dist}
 #Release:          0.1%{?_rc:.rc%{_rc}}%{?dist}
 #Release:          0.1%{?_pre:.pre%{_pre}}%{?dist}
 Summary:          A configuration management system
@@ -148,10 +148,6 @@ do
     %{__sed} -i -e '/^#!/,1d' $f
 done
 
-# Wrong path in .service file fixed
-sed -i -e 's|ExecStart=/usr/bin/bcfg2|ExecStart=/usr/sbin/bcfg2|g' redhat/systemd/%{name}.service
-sed -i -e 's|ExecStart=/usr/bin/bcfg2-server|ExecStart=/usr/sbin/bcfg2-server|g' redhat/systemd/%{name}-server.service
-
 %build
 %{__python} setup.py build
 #%{__python} setup.py build_dtddoc
@@ -356,6 +352,10 @@ fi
 #%doc %{_defaultdocdir}/bcfg2-examples-%{version}%{?_rc:rc%{_rc}}
 
 %changelog
+* Sat Jul 07 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.3-1
+- Fix CVE-2012-3366
+- Updated to new upstream version 1.2.3
+
 * Tue May 01 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.2-2
 - python-nose is needed by bcfg2-test
 
diff --git a/sources b/sources
index 1ffb317..32de6f2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4364aa17b848730bc57a926ed072b31e  bcfg2-1.2.2.tar.gz
-78a6a8d517583cdc7d67aa64866d5742  bcfg2-1.2.2.tar.gz.gpg
+3fc592a0dcf859083e12a2ef67d97f5d  bcfg2-1.2.3.tar.gz
+f2da61b2eeb9ced92d527e3a1195c399  bcfg2-1.2.3.tar.gz.gpg


More information about the scm-commits mailing list