GSSAPI support for ldap authentication (#1150542)
This commit is contained in:
parent
fac5ecb164
commit
619d70848b
@ -18,7 +18,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.3.1
|
Version: 4.3.1
|
||||||
Release: 13%{?dist}
|
Release: 14%{?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.
|
||||||
@ -76,6 +76,7 @@ Patch36: dhcp-sd_notify.patch
|
|||||||
Patch37: dhcp-dhc6-life.patch
|
Patch37: dhcp-dhc6-life.patch
|
||||||
Patch38: dhcp-skip-vlan.patch
|
Patch38: dhcp-skip-vlan.patch
|
||||||
Patch39: dhcp-relay-hop-limit.patch
|
Patch39: dhcp-relay-hop-limit.patch
|
||||||
|
Patch40: dhcp-ldapgssapi.patch
|
||||||
|
|
||||||
Patch100: dhcp-bind996.patch
|
Patch100: dhcp-bind996.patch
|
||||||
|
|
||||||
@ -369,6 +370,9 @@ rm -rf includes/isc-dhcp
|
|||||||
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #37426])
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #37426])
|
||||||
%patch39 -p1 -b .hop-limit
|
%patch39 -p1 -b .hop-limit
|
||||||
|
|
||||||
|
# GSSAPI support for ldap authentication (#1150542)
|
||||||
|
%patch40 -p1 -b .ldapgssapi
|
||||||
|
|
||||||
# to build against bind-9.9.6
|
# to build against bind-9.9.6
|
||||||
%patch100 -p1 -b .bind996
|
%patch100 -p1 -b .bind996
|
||||||
|
|
||||||
@ -670,6 +674,9 @@ done
|
|||||||
%doc doc/html/
|
%doc doc/html/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 04 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-14
|
||||||
|
- GSSAPI support for ldap authentication (#1150542)
|
||||||
|
|
||||||
* Fri Oct 31 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-13
|
* Fri Oct 31 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-13
|
||||||
- redefine DHCLIENT_DEFAULT_PREFIX_LEN 64 -> 128
|
- redefine DHCLIENT_DEFAULT_PREFIX_LEN 64 -> 128
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user