[dhcp/f17] 4.2.4-P2: fix for CVE-2012-3955 (#856770)

Tomas Hozza thozza at fedoraproject.org
Thu Sep 13 14:39:14 UTC 2012


commit 4e9c259f1db65c23f0814343b5f9ef0e96849428
Author: Tomas Hozza <thozza at redhat.com>
Date:   Thu Sep 13 14:41:33 2012 +0200

    4.2.4-P2: fix for CVE-2012-3955 (#856770)

 .gitignore |    1 +
 dhcp.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbd2ee8..9c1b03b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /dhcp-4.2.4rc2.tar.gz
 /dhcp-4.2.4.tar.gz
 /dhcp-4.2.4-P1.tar.gz
+/dhcp-4.2.4-P2.tar.gz
diff --git a/dhcp.spec b/dhcp.spec
index 6cf40f9..06cc0ab 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -8,7 +8,7 @@
 %global dhcpconfdir %{_sysconfdir}/dhcp
 
 
-%global patchver P1
+%global patchver P2
 #%%global prever rc2
 
 %global VERSION %{version}-%{patchver}
@@ -18,7 +18,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.4
-Release:  12.%{patchver}%{?dist}
+Release:  13.%{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.
@@ -585,6 +585,9 @@ fi
 
 
 %changelog
+* Thu Sep 13 2012 Tomas Hozza <thozza at redhat.com> - 12:4.2.4-13.P2
+- 4.2.4-P2: fix for CVE-2012-3955 (#856770)
+
 * Fri Aug 24 2012 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.4-12.P1
 - revert previous change
 
diff --git a/sources b/sources
index fedca57..3b72467 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ca7181024651f6323951d5498c8020b  dhcp-4.2.4-P1.tar.gz
+fe36056f2d274fa4b82a5422f192e65f  dhcp-4.2.4-P2.tar.gz


More information about the scm-commits mailing list