Fix for CVE-2018-1111
This commit is contained in:
parent
6ed5c121b1
commit
16546798c5
@ -7,7 +7,7 @@ ETCDIR=/etc/dhcp
|
|||||||
interface=$1
|
interface=$1
|
||||||
|
|
||||||
eval "$(
|
eval "$(
|
||||||
declare | LC_ALL=C grep '^DHCP4_[A-Z_]*=' | while read opt; do
|
declare | LC_ALL=C grep '^DHCP4_[A-Z_]*=' | while read -r opt; do
|
||||||
optname=${opt%%=*}
|
optname=${opt%%=*}
|
||||||
optname=${optname,,}
|
optname=${optname,,}
|
||||||
optname=new_${optname#dhcp4_}
|
optname=new_${optname#dhcp4_}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.3.6
|
Version: 4.3.6
|
||||||
Release: 20%{?dist}
|
Release: 21%{?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.
|
||||||
@ -677,6 +677,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 15 2018 Pavel Zhukov <pzhukov@redhat.com> - 12:4.3.6-21
|
||||||
|
- Fix for CVE-2018-1111
|
||||||
|
|
||||||
* Fri Apr 6 2018 Pavel Zhukov <pzhukov@redhat.com> - 12:4.3.6-20
|
* Fri Apr 6 2018 Pavel Zhukov <pzhukov@redhat.com> - 12:4.3.6-20
|
||||||
- Discover hwaddr for all interfaces for xid uniqueness
|
- Discover hwaddr for all interfaces for xid uniqueness
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user