|
@@ -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.R2
|
|
|
|
-%define sversion 4.1-ESV-R2
|
|
|
|
|
|
+%define pversion 4.1.ESV.R4
|
|
|
|
+%define sversion 4.1-ESV-R4
|
|
|
|
|
|
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 (動的ホスト設定プロトコル) サーバおよびリレーエージェント
|
|
@@ -33,16 +33,16 @@ Source9: dhcp.schema
|
|
Source10: get-ldap-patch.sh
|
|
Source10: get-ldap-patch.sh
|
|
|
|
|
|
Patch0: %{name}-4.1.0-errwarn-message.patch
|
|
Patch0: %{name}-4.1.0-errwarn-message.patch
|
|
-Patch1: %{name}-4.1.0-ldap-configuration.patch
|
|
|
|
-Patch3: %{name}-4.1-ESV-R2-options.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
|
|
Patch4: %{name}-4.1.0-release-by-ifup.patch
|
|
Patch5: %{name}-4.1.0-dhclient-decline-backoff.patch
|
|
Patch5: %{name}-4.1.0-dhclient-decline-backoff.patch
|
|
Patch6: %{name}-4.1.0-unicast-bootp.patch
|
|
Patch6: %{name}-4.1.0-unicast-bootp.patch
|
|
Patch7: %{name}-4.1.0-failover-ports.patch
|
|
Patch7: %{name}-4.1.0-failover-ports.patch
|
|
-Patch8: %{name}-4.1.0-dhclient-usage.patch
|
|
|
|
|
|
+Patch8: %{name}-4.1-ESV-R3-dhclient-usage.patch
|
|
Patch9: %{name}-4.1.0-default-requested-options.patch
|
|
Patch9: %{name}-4.1.0-default-requested-options.patch
|
|
-Patch10: %{name}-4.1.0-xen-checksum.patch
|
|
|
|
-Patch11: %{name}-4.1-ESV-R2-dhclient-anycast.patch
|
|
|
|
|
|
+Patch10: %{name}-4.1-ESV-R3-xen-checksum.patch
|
|
|
|
+Patch11: %{name}-4.1-ESV-R3-dhclient-anycast.patch
|
|
Patch12: %{name}-4.1.0-manpages.patch
|
|
Patch12: %{name}-4.1.0-manpages.patch
|
|
Patch13: %{name}-4.1.0-paths.patch
|
|
Patch13: %{name}-4.1.0-paths.patch
|
|
Patch15: %{name}-4.1.0-inherit-leases.patch
|
|
Patch15: %{name}-4.1.0-inherit-leases.patch
|
|
@@ -216,6 +216,8 @@ for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8 ; do
|
|
-e 's|ETCDIR|%{_sysconfdir}/dhcp|g' $page
|
|
-e 's|ETCDIR|%{_sysconfdir}/dhcp|g' $page
|
|
done
|
|
done
|
|
|
|
|
|
|
|
+%{__sed} -i -e 's|-lldap|-lldap -lcrypto|' server/Makefile.am
|
|
|
|
+
|
|
aclocal
|
|
aclocal
|
|
libtoolize --copy --force
|
|
libtoolize --copy --force
|
|
autoconf
|
|
autoconf
|
|
@@ -391,6 +393,15 @@ fi
|
|
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
|
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Dec 8 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
|
|
|
|
+- 13:4.1.ESV.R4-1
|
|
|
|
+- update to Extended Support Version with security gix (CVE-2011-4539)
|
|
|
|
+
|
|
|
|
+* Fri Aug 12 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
|
|
|
|
+- 13:4.1.ESV.R3-1
|
|
|
|
+- update to Extended Support Version with security gix (CVE-2011-2748,2749)
|
|
|
|
+- update patch1,3,8,10,11 to fit ESV.R3.......
|
|
|
|
+
|
|
* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 13:4.1.ESV.R2-1
|
|
* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 13:4.1.ESV.R2-1
|
|
- update to Extended Support Version
|
|
- update to Extended Support Version
|
|
- increment Epoch
|
|
- increment Epoch
|