4.2.3-P1: fix for CVE-2011-4539 (#765681)
This commit is contained in:
parent
f3cba52167
commit
e810201549
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/dhcp-4.2.2.tar.gz
|
/dhcp-4.2.2.tar.gz
|
||||||
/dhcp-4.2.3rc1.tar.gz
|
/dhcp-4.2.3rc1.tar.gz
|
||||||
/dhcp-4.2.3.tar.gz
|
/dhcp-4.2.3.tar.gz
|
||||||
|
/dhcp-4.2.3-P1.tar.gz
|
||||||
|
15
dhcp.spec
15
dhcp.spec
@ -11,18 +11,18 @@
|
|||||||
%global dhcpconfdir %{_sysconfdir}/dhcp
|
%global dhcpconfdir %{_sysconfdir}/dhcp
|
||||||
|
|
||||||
# Patch version
|
# Patch version
|
||||||
#%global patchver P1
|
%global patchver P1
|
||||||
# Pre-Release version
|
# Pre-Release version
|
||||||
#%global prever rc1
|
#%%global prever rc1
|
||||||
|
|
||||||
#%global VERSION %{version}-%{patchver}
|
#%%global VERSION %{version}%{prever}
|
||||||
#%global VERSION %{version}%{prever}
|
#%%global VERSION %{version}
|
||||||
%global VERSION %{version}
|
%global VERSION %{version}-%{patchver}
|
||||||
|
|
||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.2.3
|
Version: 4.2.3
|
||||||
Release: 7%{?dist}
|
Release: 8.%{patchver}%{?dist}
|
||||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
# 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.
|
# that's why it is at 12 now. It should have never been used, but it was.
|
||||||
@ -675,6 +675,9 @@ fi
|
|||||||
%{_initddir}/dhcrelay
|
%{_initddir}/dhcrelay
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Send DHCPDECLINE and exit(2) when duplicate address was detected and
|
||||||
dhclient had been started with '-1' (#756759).
|
dhclient had been started with '-1' (#756759).
|
||||||
|
Loading…
Reference in New Issue
Block a user