From a2c801fe4f9c23c6ebf7290dfb589b836d2aba07 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Jul 25 2012 10:37:46 +0000 Subject: 4.2.4-P1: fix for CVE-2012-3570 CVE-2012-3571 and CVE-2012-3954 (#842892) --- diff --git a/.gitignore b/.gitignore index 6f864e1..bbd2ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/dhcp.spec b/dhcp.spec index b9b2f53..d4aab71 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -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 - 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 - 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). diff --git a/sources b/sources index 9b617ba..fedca57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c244cefe663d43100af757d8ff625a1f dhcp-4.2.4.tar.gz +0ca7181024651f6323951d5498c8020b dhcp-4.2.4-P1.tar.gz