|
@@ -1,8 +1,8 @@
|
|
# vendor string (e.g., Fedora, EL)
|
|
# vendor string (e.g., Fedora, EL)
|
|
%define vvendor Vine
|
|
%define vvendor Vine
|
|
|
|
|
|
-%define pversion 4.1.ESV.R9
|
|
|
|
-%define sversion 4.1-ESV-R9
|
|
|
|
|
|
+%define pversion 4.1.ESV.R15.P1
|
|
|
|
+%define sversion 4.1-ESV-R15-P1
|
|
|
|
|
|
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
|
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
|
Summary(ja): DHCP (動的ホスト設定プロトコル) サーバおよびリレーエージェント
|
|
Summary(ja): DHCP (動的ホスト設定プロトコル) サーバおよびリレーエージェント
|
|
@@ -16,7 +16,7 @@ Name: dhcp
|
|
# --------------------------------------------------------------------------
|
|
# --------------------------------------------------------------------------
|
|
Epoch: 13
|
|
Epoch: 13
|
|
Version: %{pversion}
|
|
Version: %{pversion}
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
License: ISC
|
|
License: ISC
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
@@ -33,22 +33,21 @@ Source9: dhcp.schema
|
|
Source10: get-ldap-patch.sh
|
|
Source10: get-ldap-patch.sh
|
|
Source11: dhcpd6.init
|
|
Source11: dhcpd6.init
|
|
|
|
|
|
-Patch0: %{name}-4.1-ESV-R9-errwarn-message.patch
|
|
|
|
-Patch1: %{name}-4.1-ESV-R3-ldap-configuration.patch
|
|
|
|
-Patch3: %{name}-4.1-ESV-R3-options.patch
|
|
|
|
-Patch4: %{name}-4.1.0-release-by-ifup.patch
|
|
|
|
-Patch5: %{name}-4.1.0-dhclient-decline-backoff.patch
|
|
|
|
-Patch6: %{name}-4.1.0-unicast-bootp.patch
|
|
|
|
-Patch7: %{name}-4.1.0-failover-ports.patch
|
|
|
|
-Patch8: %{name}-4.1-ESV-R3-dhclient-usage.patch
|
|
|
|
-Patch9: %{name}-4.1.0-default-requested-options.patch
|
|
|
|
-Patch10: %{name}-4.1-ESV-R9-xen-checksum.patch
|
|
|
|
-Patch11: %{name}-4.1-ESV-R3-dhclient-anycast.patch
|
|
|
|
-Patch12: %{name}-4.1.0-manpages.patch
|
|
|
|
-Patch13: %{name}-4.1.0-paths.patch
|
|
|
|
-Patch15: %{name}-4.1.0-inherit-leases.patch
|
|
|
|
-Patch16: %{name}-4.1.0-garbage-chars.patch
|
|
|
|
-Patch19: %{name}-4.1.0-dhclient-option.patch
|
|
|
|
|
|
+Patch0: 0001-errwarn-message.patch
|
|
|
|
+Patch1: 0002-ldap-configuration.patch
|
|
|
|
+Patch3: 0003-options.patch
|
|
|
|
+Patch4: 0004-release-by-ifup.patch
|
|
|
|
+Patch5: 0005-dhclient-decline-backoff.patch
|
|
|
|
+Patch6: 0006-unicast-bootp.patch
|
|
|
|
+Patch7: 0007-failover-ports.patch
|
|
|
|
+Patch8: 0008-dhclient-usage.patch
|
|
|
|
+Patch9: 0009-default-requested-options.patch
|
|
|
|
+Patch11: 0010-dhclient-anycast.patch
|
|
|
|
+Patch12: 0011-manpages.patch
|
|
|
|
+Patch13: 0012-paths.patch
|
|
|
|
+Patch15: 0013-inherit-leases.patch
|
|
|
|
+Patch16: 0014-garbage-chars.patch
|
|
|
|
+Patch19: 0015-dhclient-option.patch
|
|
|
|
|
|
# security patches
|
|
# security patches
|
|
# None..
|
|
# None..
|
|
@@ -157,9 +156,6 @@ libdhcpctl and libomapi static libraries are also included in this package.
|
|
# requested DHCP options
|
|
# requested DHCP options
|
|
%patch9 -p1
|
|
%patch9 -p1
|
|
|
|
|
|
-# Handle Xen partial UDP checksums
|
|
|
|
-%patch10 -p1
|
|
|
|
-
|
|
|
|
# Add anycast support to dhclient (for OLPC)
|
|
# Add anycast support to dhclient (for OLPC)
|
|
%patch11 -p1
|
|
%patch11 -p1
|
|
|
|
|
|
@@ -243,6 +239,8 @@ CFLAGS="%{optflags} -fPIC" \
|
|
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
|
|
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
|
|
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
|
|
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
|
|
--with-relay-pid-file=%{_localstatedir}/run/dhcrelay.pid \
|
|
--with-relay-pid-file=%{_localstatedir}/run/dhcrelay.pid \
|
|
|
|
+ --with-ldap \
|
|
|
|
+ --with-ldapcrypto \
|
|
--enable-paranoia
|
|
--enable-paranoia
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
@@ -435,6 +433,11 @@ fi
|
|
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
|
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 11 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1.ESV.R15.P1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch10.
|
|
|
|
+- updated patches.
|
|
|
|
+
|
|
* Sat Jun 21 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1.ESV.R9-1
|
|
* Sat Jun 21 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1.ESV.R9-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- re-enabled dhcpv6.
|
|
- re-enabled dhcpv6.
|