[packages/bind] - rel 3

2018-02-19 Thread arekm
commit dd6e3c28459baeb5afee92e75132f89e5006ed78
Author: Arkadiusz Miśkiewicz 
Date:   Mon Feb 19 12:58:13 2018 +0100

- rel 3

 bind.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 731fc16..0177791 100644
--- a/bind.spec
+++ b/bind.spec
@@ -44,7 +44,7 @@ Summary(uk.UTF-8):BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:  bind
 Version:   %{ver}%{pverdot}
-Release:   2
+Release:   3
 Epoch: 7
 License:   MPL 2.0
 Group: Networking/Daemons
@@ -60,7 +60,7 @@ Source5:  
http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
 Source6:   %{name}-hip.tar.gz
 # Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
 Source7:   ftp://rs.internic.net/domain/root.zone
-# Source7-md5: d9c25f612d508e79f9cc5bcaccc53e56
+# Source7-md5: f41bb1c130257be93ea60b5ab00c3d9d
 Source8:   %{name}-127.0.0.zone
 Source9:   %{name}-localhost.zone
 Source10:  %{name}-named.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bind.git/commitdiff/dd6e3c28459baeb5afee92e75132f89e5006ed78

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/bind] - rel 3; disable seccomp as bind built with it hangs/stops at boot; newstats option no longer exists

2014-11-08 Thread arekm
commit f3fc3a2048d77748c50ff3d82a3e6e8780138af4
Author: Arkadiusz Miśkiewicz 
Date:   Sat Nov 8 15:56:41 2014 +0100

- rel 3; disable seccomp as bind built with it hangs/stops at boot; 
newstats option no longer exists

 bind.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 2866ef6..03deead 100644
--- a/bind.spec
+++ b/bind.spec
@@ -12,6 +12,7 @@
 %bcond_withedns_cli# build with the ability to use 
edns-client-subnet in dig
 %bcond_withhip # build with HIP RR support
 %bcond_without geoip   # build with GeoIP support
+%bcond_withseccomp # seccomp
 
 %if "%{pld_release}" == "ac"
 %bcond_withepoll   # enable epoll support
@@ -43,7 +44,7 @@ Summary(uk.UTF-8):BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:  bind
 Version:   %{ver}%{pverdot}
-Release:   2
+Release:   3
 Epoch: 7
 License:   BSD-like
 Group: Networking/Daemons
@@ -79,7 +80,7 @@ BuildRequires:bison
 BuildRequires: flex
 %{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: idnkit-devel
-BuildRequires: libseccomp-devel
+%{?with_seccomp:BuildRequires: libseccomp-devel}
 BuildRequires: libtool
 %{?with_hip:BuildRequires: libxml2-devel}
 %{?with_sql:BuildRequires: mysql-devel}
@@ -402,9 +403,8 @@ cp -f /usr/share/automake/config.* .
--enable-sit \
--enable-threads \
--enable-getifaddrs \
-   --enable-newstats \
--enable-full-report \
-   --enable-seccomp
+   %{__enable_disable seccomp}
 
 %{__make}
 %{?with_hip:cd bind-hip/; %{__make}}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bind.git/commitdiff/f3fc3a2048d77748c50ff3d82a3e6e8780138af4

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit