packages: bind/bind.spec - added bcond edns_cli and patch for building with...
marti
marti at pld-linux.org
Wed Aug 31 10:28:10 CEST 2011
Author: marti Date: Wed Aug 31 08:28:10 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- added bcond edns_cli and patch for building with the ability to use edns-client-subnet in dig
- more info about patch avaliable in patch commit log
---- Files affected:
packages/bind:
bind.spec (1.324 -> 1.325)
---- Diffs:
================================================================
Index: packages/bind/bind.spec
diff -u packages/bind/bind.spec:1.324 packages/bind/bind.spec:1.325
--- packages/bind/bind.spec:1.324 Wed Aug 3 11:56:30 2011
+++ packages/bind/bind.spec Wed Aug 31 10:28:05 2011
@@ -10,6 +10,7 @@
%bcond_without sql # build without SQL support
%bcond_without static_libs # build without static libraries
%bcond_without tests # perform tests
+%bcond_with edns_cli # build with the ability to use edns-client-subnet in dig
%bcond_with hip # build with HIP RR support
%if "%{pld_release}" == "ac"
%bcond_with epoll # enable epoll support
@@ -41,7 +42,7 @@
Summary(zh_CN.UTF-8): Internet 域名服务器
Name: bind
Version: %{ver}%{pverdot}
-Release: 4
+Release: 5
Epoch: 7
License: BSD-like
Group: Networking/Daemons
@@ -66,6 +67,7 @@
Patch2: %{name}-pmake.patch
Patch3: %{name}-sdb-ldap.patch
Patch4: %{name}-ac-libs.patch
+Patch5: %{name}-edns-client-subnet.patch
URL: https://www.isc.org/software/bind
BuildRequires: autoconf
BuildRequires: automake
@@ -361,6 +363,7 @@
%patch4 -p1
%{?with_hip:mv bind-hip/hip_55.[ch] lib/dns/rdata/generic}
+%{?with_edns_cli:%patch5 -p0}
%build
%{__libtoolize}
@@ -633,6 +636,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.325 2011/08/31 08:28:05 marti
+- added bcond edns_cli and patch for building with the ability to use edns-client-subnet in dig
+- more info about patch avaliable in patch commit log
+
Revision 1.324 2011/08/03 09:56:30 baggins
- rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bind/bind.spec?r1=1.324&r2=1.325&f=u
More information about the pld-cvs-commit
mailing list