4.2.3-P1: fix for CVE-2011-4539 (#765681)

This commit is contained in:
Jiri Popelka 2011-12-09 12:45:35 +01:00
parent f3cba52167
commit e810201549
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/dhcp-4.2.2.tar.gz
/dhcp-4.2.3rc1.tar.gz
/dhcp-4.2.3.tar.gz
/dhcp-4.2.3-P1.tar.gz

View File

@ -11,18 +11,18 @@
%global dhcpconfdir %{_sysconfdir}/dhcp
# Patch version
#%global patchver P1
%global patchver P1
# Pre-Release version
#%global prever rc1
#%%global prever rc1
#%global VERSION %{version}-%{patchver}
#%global VERSION %{version}%{prever}
%global VERSION %{version}
#%%global VERSION %{version}%{prever}
#%%global VERSION %{version}
%global VERSION %{version}-%{patchver}
Summary: Dynamic host configuration protocol software
Name: dhcp
Version: 4.2.3
Release: 7%{?dist}
Release: 8.%{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.
@ -675,6 +675,9 @@ fi
%{_initddir}/dhcrelay
%changelog
* Fri Dec 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-8.P1
- 4.2.3-P1: fix for CVE-2011-4539 (#765681)
* Thu Nov 24 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-7
- Send DHCPDECLINE and exit(2) when duplicate address was detected and
dhclient had been started with '-1' (#756759).

View File

@ -1 +1 @@
a06649ec5336d284fc86a0232c0edd63 dhcp-4.2.3.tar.gz
04599f1557a5cafd10d7745267a68c8b dhcp-4.2.3-P1.tar.gz