From 976c4dec61184051e3332ad9728b5b1a50ce69ae Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Apr 06 2011 09:44:33 +0000 Subject: 4.2.1-P1: fix for CVE-2011-0997 (#694005) --- diff --git a/.gitignore b/.gitignore index 8429ac3..7cb7255 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dhcp-4.2.1b1.tar.gz /dhcp-4.2.1rc1.tar.gz /dhcp-4.2.1.tar.gz +/dhcp-4.2.1-P1.tar.gz diff --git a/dhcp.spec b/dhcp.spec index 41294e4..6c3f43c 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -5,18 +5,18 @@ %global dhcpconfdir %{_sysconfdir}/dhcp # Patch version -#%global patchver P2 +%global patchver P1 # Pre-Release version #%global prever rc1 -#%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.1 -Release: 3%{?dist} +Release: 4.%{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. @@ -630,6 +630,9 @@ fi %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz %changelog +* Wed Apr 06 2011 Jiri Popelka - 12:4.2.1-4.P1 +- 4.2.1-P1: fix for CVE-2011-0997 (#694005) + * Fri Mar 25 2011 Jiri Popelka - 12:4.2.1-3 - Polished patches according to results from static analysis of code. diff --git a/sources b/sources index ca27a58..da855bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bddce8a23551f009fd0ac840afc89780 dhcp-4.2.1.tar.gz +22e6f1eff6d5cfe2621a06cc62ba5b70 dhcp-4.2.1-P1.tar.gz