4.2.1-P1: fix for CVE-2011-0997 (#694005)

This commit is contained in:
Jiri Popelka 2011-04-06 11:44:33 +02:00
parent 2b40dd8d32
commit 976c4dec61
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jpopelka@redhat.com> - 12:4.2.1-4.P1
- 4.2.1-P1: fix for CVE-2011-0997 (#694005)
* Fri Mar 25 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-3
- Polished patches according to results from static analysis of code.

View File

@ -1 +1 @@
bddce8a23551f009fd0ac840afc89780 dhcp-4.2.1.tar.gz
22e6f1eff6d5cfe2621a06cc62ba5b70 dhcp-4.2.1-P1.tar.gz