- Version 17.17 (bcl)

- Avoid setting empty root password (#964299) (thoger)
  CVE-2013-2069
This commit is contained in:
Brian C. Lane 2013-05-23 06:30:21 -07:00
parent 3e98f57be3
commit 2a99c6e44a
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-17.14.tar.bz2 /livecd-tools-17.14.tar.bz2
/livecd-tools-17.15.tar.bz2 /livecd-tools-17.15.tar.bz2
/livecd-tools-17.16.tar.bz2 /livecd-tools-17.16.tar.bz2
/livecd-tools-17.17.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs Summary: Tools for building live CDs
Name: livecd-tools Name: livecd-tools
Version: 17.16 Version: 17.17
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2 License: GPLv2
@ -100,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc %{python_sitelib}/imgcreate/*.pyc
%changelog %changelog
* Thu May 23 2013 Brian C. Lane <bcl@redhat.com> 17.17-1
- Version 17.17 (bcl)
- Avoid setting empty root password (#964299) (thoger)
CVE-2013-2069
* Wed Apr 03 2013 Brian C. Lane <bcl@redhat.com> 17.16-1 * Wed Apr 03 2013 Brian C. Lane <bcl@redhat.com> 17.16-1
- Version 17.16 (bcl) - Version 17.16 (bcl)
- Use parted to check for GPT disklabel (#947653) (bcl) - Use parted to check for GPT disklabel (#947653) (bcl)

View File

@ -1 +1 @@
4d71be8f6efd455ea081cf399b91419d livecd-tools-17.16.tar.bz2 c9e74472af9cf0727f17adf8ae3a2bda livecd-tools-17.17.tar.bz2