4.2.4-P1: fix for CVE-2012-3570 CVE-2012-3571 and CVE-2012-3954 (#842892)

This commit is contained in:
Tomas Hozza 2012-07-25 12:37:46 +02:00
parent cd552e5d99
commit a2c801fe4f
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/dhcp-4.2.4rc1.tar.gz
/dhcp-4.2.4rc2.tar.gz
/dhcp-4.2.4.tar.gz
/dhcp-4.2.4-P1.tar.gz

View File

@ -8,17 +8,17 @@
%global dhcpconfdir %{_sysconfdir}/dhcp
#%%global patchver P2
%global patchver P1
#%%global prever rc2
#%%global VERSION %{version}-%{patchver}
%global VERSION %{version}-%{patchver}
#%%global VERSION %{version}%{prever}
%global VERSION %{version}
#%%global VERSION %{version}
Summary: Dynamic host configuration protocol software
Name: dhcp
Version: 4.2.4
Release: 6%{?dist}
Release: 7.%{patchver}%{?dist}
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
# dcantrell maintaining the package) made incorrect use of the epoch and
# that's why it is at 12 now. It should have never been used, but it was.
@ -571,6 +571,9 @@ fi
%changelog
* Wed Jul 25 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-7.P1
- 4.2.4-P1: fix for CVE-2012-3570 CVE-2012-3571 and CVE-2012-3954 (#842892)
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-6
- ib.patch: added fall-back method (using ioctl(SIOCGIFHWADDR)) when getting
of HW address with getifaddrs() fails (#626514-c#63, #840601).

View File

@ -1 +1 @@
c244cefe663d43100af757d8ff625a1f dhcp-4.2.4.tar.gz
0ca7181024651f6323951d5498c8020b dhcp-4.2.4-P1.tar.gz