- Version 19.3 (bcl)

- Avoid setting empty root password (#964299) (thoger)
  CVE-2013-2069
- Handle urlgrabber callback changes (#963645) (bcl)
This commit is contained in:
Brian C. Lane 2013-05-23 06:21:48 -07:00
parent 88460dae35
commit 98cd5a227f
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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@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@ausil.us> 19.2-2
- only require hfsplus-tools on ppc and x86 arches

View File

@ -1 +1 @@
c05afe054ea5ce8e3af4137516a51223 livecd-tools-19.2.tar.bz2
4668c0a87ad3f022620f70f266089a28 livecd-tools-19.3.tar.bz2