[livecd-tools] - Version 19.3 (bcl) - Avoid setting empty root password (#964299) (thoger) CVE-2013-2069 - Handle

Brian C. Lane bcl at fedoraproject.org
Thu May 23 13:22:03 UTC 2013


commit 98cd5a227fcb6555a3a2e65562ee58e6ba5be5e7
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu May 23 06:21:48 2013 -0700

    - Version 19.3 (bcl)
    - Avoid setting empty root password (#964299) (thoger)
      CVE-2013-2069
    - Handle urlgrabber callback changes (#963645) (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   10 ++++++++--
 sources           |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d17dc3..f8ed034 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-19.0.tar.bz2
 /livecd-tools-19.1.tar.bz2
 /livecd-tools-19.2.tar.bz2
+/livecd-tools-19.3.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 9159eb2..2a14961 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,8 +4,8 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 19.2
-Release: 2%{?dist}
+Version: 19.3
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Base
@@ -104,6 +104,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu May 23 2013 Brian C. Lane <bcl at redhat.com> 19.3-1
+- Version 19.3 (bcl)
+- Avoid setting empty root password (#964299) (thoger)
+  CVE-2013-2069
+- Handle urlgrabber callback changes (#963645) (bcl)
+
 * Wed May 08 2013 Dennis Gilmore <dennis at ausil.us> 19.2-2
 - only require hfsplus-tools on ppc and x86 arches
 
diff --git a/sources b/sources
index 57cd008..9042a78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c05afe054ea5ce8e3af4137516a51223  livecd-tools-19.2.tar.bz2
+4668c0a87ad3f022620f70f266089a28  livecd-tools-19.3.tar.bz2


More information about the scm-commits mailing list