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

Tomas Hozza thozza at fedoraproject.org
Wed Jul 25 10:40:23 UTC 2012


commit a2c801fe4f9c23c6ebf7290dfb589b836d2aba07
Author: Tomas Hozza <thozza at redhat.com>
Date:   Wed Jul 25 12:37:46 2012 +0200

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

 .gitignore |    1 +
 dhcp.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
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 <thozza at 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 at 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).
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


More information about the scm-commits mailing list