Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] bind: update to 9.14.2.
@ 2019-06-09 18:02 voidlinux-github
  2019-06-10  9:48 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-09 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

[WIP] bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 2738 bytes --]

From 99da49232140d6cb7a9bf3238f9cbdd7637451cc Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 9 Jun 2019 20:00:40 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 srcpkgs/bind/template | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..ef3f2b12606 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6 
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2 
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
@ 2019-06-10  9:48 ` voidlinux-github
  2019-06-10  9:48 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10  9:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

[WIP] bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 4155 bytes --]

From 71d9c80cdf81f99f115f0b1bec9538e9d7f4bc67 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 10 Jun 2019 11:48:17 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 common/shlibs         | 13 +++++++------
 srcpkgs/bind/INSTALL  |  2 +-
 srcpkgs/bind/template | 24 ++++++++----------------
 3 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dc704d7c9ab..0a2b4c1a949 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,13 +1041,14 @@ libgssglue.so.1 libgssglue-0.3_1
 libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.0 libnfsidmap-0.24_1
-libbind9.so.161 bind-libs-9.11.5_1
-libdns.so.1106 bind-libs-9.11.7_1
-libirs.so.161 bind-libs-9.11.5_1
-libisc.so.1100 bind-libs-9.11.5_1
-libisccc.so.161 bind-libs-9.11.5_1
-libisccfg.so.163 bind-libs-9.11.5_1
+libbind9.so.1302 bind-libs-9.14.2_1
+libdns.so.1308 bind-libs-9.14.2_1
+libirs.so.1301 bind-libs-9.14.2_1
+libisc.so.1308 bind-libs-9.14.2_1
+libisccc.so.1302 bind-libs-9.14.2_1
+libisccfg.so.1302 bind-libs-9.14.2_1
 liblwres.so.161 bind-libs-9.11.5_1
+libns.so.1306 bind-libs-9.14.2_1 
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
diff --git a/srcpkgs/bind/INSTALL b/srcpkgs/bind/INSTALL
index 025af19f8df..85a13760010 100644
--- a/srcpkgs/bind/INSTALL
+++ b/srcpkgs/bind/INSTALL
@@ -6,7 +6,7 @@ post)
 
 	# create an rndc.key if it doesn't already exist
 	if [ ! -s etc/named/rndc.key ]; then
-		usr/bin/rndc-confgen -r /dev/urandom -b 256 | \
+		usr/bin/rndc-confgen -b 256 | \
 			head -n 5 >> etc/named/rndc.key
 		chown root:named etc/named/rndc.key
 		chmod 644 etc/named/rndc.key
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..ef3f2b12606 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6 
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2 
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
  2019-06-10  9:48 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-10  9:48 ` voidlinux-github
  2019-06-10  9:52 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10  9:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

[WIP] bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 4155 bytes --]

From 71d9c80cdf81f99f115f0b1bec9538e9d7f4bc67 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 10 Jun 2019 11:48:17 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 common/shlibs         | 13 +++++++------
 srcpkgs/bind/INSTALL  |  2 +-
 srcpkgs/bind/template | 24 ++++++++----------------
 3 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dc704d7c9ab..0a2b4c1a949 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,13 +1041,14 @@ libgssglue.so.1 libgssglue-0.3_1
 libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.0 libnfsidmap-0.24_1
-libbind9.so.161 bind-libs-9.11.5_1
-libdns.so.1106 bind-libs-9.11.7_1
-libirs.so.161 bind-libs-9.11.5_1
-libisc.so.1100 bind-libs-9.11.5_1
-libisccc.so.161 bind-libs-9.11.5_1
-libisccfg.so.163 bind-libs-9.11.5_1
+libbind9.so.1302 bind-libs-9.14.2_1
+libdns.so.1308 bind-libs-9.14.2_1
+libirs.so.1301 bind-libs-9.14.2_1
+libisc.so.1308 bind-libs-9.14.2_1
+libisccc.so.1302 bind-libs-9.14.2_1
+libisccfg.so.1302 bind-libs-9.14.2_1
 liblwres.so.161 bind-libs-9.11.5_1
+libns.so.1306 bind-libs-9.14.2_1 
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
diff --git a/srcpkgs/bind/INSTALL b/srcpkgs/bind/INSTALL
index 025af19f8df..85a13760010 100644
--- a/srcpkgs/bind/INSTALL
+++ b/srcpkgs/bind/INSTALL
@@ -6,7 +6,7 @@ post)
 
 	# create an rndc.key if it doesn't already exist
 	if [ ! -s etc/named/rndc.key ]; then
-		usr/bin/rndc-confgen -r /dev/urandom -b 256 | \
+		usr/bin/rndc-confgen -b 256 | \
 			head -n 5 >> etc/named/rndc.key
 		chown root:named etc/named/rndc.key
 		chmod 644 etc/named/rndc.key
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..ef3f2b12606 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6 
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2 
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
  2019-06-10  9:48 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-10  9:48 ` voidlinux-github
@ 2019-06-10  9:52 ` voidlinux-github
  2019-06-10  9:52 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 4155 bytes --]

From 6284f051925156d322136ef25d0dff5ab6c1005d Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 10 Jun 2019 11:48:17 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 common/shlibs         | 13 +++++++------
 srcpkgs/bind/INSTALL  |  2 +-
 srcpkgs/bind/template | 24 ++++++++----------------
 3 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dc704d7c9ab..0a2b4c1a949 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,13 +1041,14 @@ libgssglue.so.1 libgssglue-0.3_1
 libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.0 libnfsidmap-0.24_1
-libbind9.so.161 bind-libs-9.11.5_1
-libdns.so.1106 bind-libs-9.11.7_1
-libirs.so.161 bind-libs-9.11.5_1
-libisc.so.1100 bind-libs-9.11.5_1
-libisccc.so.161 bind-libs-9.11.5_1
-libisccfg.so.163 bind-libs-9.11.5_1
+libbind9.so.1302 bind-libs-9.14.2_1
+libdns.so.1308 bind-libs-9.14.2_1
+libirs.so.1301 bind-libs-9.14.2_1
+libisc.so.1308 bind-libs-9.14.2_1
+libisccc.so.1302 bind-libs-9.14.2_1
+libisccfg.so.1302 bind-libs-9.14.2_1
 liblwres.so.161 bind-libs-9.11.5_1
+libns.so.1306 bind-libs-9.14.2_1 
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
diff --git a/srcpkgs/bind/INSTALL b/srcpkgs/bind/INSTALL
index 025af19f8df..85a13760010 100644
--- a/srcpkgs/bind/INSTALL
+++ b/srcpkgs/bind/INSTALL
@@ -6,7 +6,7 @@ post)
 
 	# create an rndc.key if it doesn't already exist
 	if [ ! -s etc/named/rndc.key ]; then
-		usr/bin/rndc-confgen -r /dev/urandom -b 256 | \
+		usr/bin/rndc-confgen -b 256 | \
 			head -n 5 >> etc/named/rndc.key
 		chown root:named etc/named/rndc.key
 		chmod 644 etc/named/rndc.key
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..ef3f2b12606 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6 
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2 
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-10  9:52 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-10  9:52 ` voidlinux-github
  2019-06-10  9:58 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 4155 bytes --]

From 6284f051925156d322136ef25d0dff5ab6c1005d Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 10 Jun 2019 11:48:17 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 common/shlibs         | 13 +++++++------
 srcpkgs/bind/INSTALL  |  2 +-
 srcpkgs/bind/template | 24 ++++++++----------------
 3 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dc704d7c9ab..0a2b4c1a949 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,13 +1041,14 @@ libgssglue.so.1 libgssglue-0.3_1
 libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.0 libnfsidmap-0.24_1
-libbind9.so.161 bind-libs-9.11.5_1
-libdns.so.1106 bind-libs-9.11.7_1
-libirs.so.161 bind-libs-9.11.5_1
-libisc.so.1100 bind-libs-9.11.5_1
-libisccc.so.161 bind-libs-9.11.5_1
-libisccfg.so.163 bind-libs-9.11.5_1
+libbind9.so.1302 bind-libs-9.14.2_1
+libdns.so.1308 bind-libs-9.14.2_1
+libirs.so.1301 bind-libs-9.14.2_1
+libisc.so.1308 bind-libs-9.14.2_1
+libisccc.so.1302 bind-libs-9.14.2_1
+libisccfg.so.1302 bind-libs-9.14.2_1
 liblwres.so.161 bind-libs-9.11.5_1
+libns.so.1306 bind-libs-9.14.2_1 
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
diff --git a/srcpkgs/bind/INSTALL b/srcpkgs/bind/INSTALL
index 025af19f8df..85a13760010 100644
--- a/srcpkgs/bind/INSTALL
+++ b/srcpkgs/bind/INSTALL
@@ -6,7 +6,7 @@ post)
 
 	# create an rndc.key if it doesn't already exist
 	if [ ! -s etc/named/rndc.key ]; then
-		usr/bin/rndc-confgen -r /dev/urandom -b 256 | \
+		usr/bin/rndc-confgen -b 256 | \
 			head -n 5 >> etc/named/rndc.key
 		chown root:named etc/named/rndc.key
 		chmod 644 etc/named/rndc.key
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..ef3f2b12606 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6 
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2 
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-10  9:52 ` voidlinux-github
@ 2019-06-10  9:58 ` voidlinux-github
  2019-06-10  9:58 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10  9:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 4153 bytes --]

From c807662539df58b47369889964a55f341108e853 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 10 Jun 2019 11:48:17 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 common/shlibs         | 13 +++++++------
 srcpkgs/bind/INSTALL  |  2 +-
 srcpkgs/bind/template | 24 ++++++++----------------
 3 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dc704d7c9ab..0a2b4c1a949 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,13 +1041,14 @@ libgssglue.so.1 libgssglue-0.3_1
 libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.0 libnfsidmap-0.24_1
-libbind9.so.161 bind-libs-9.11.5_1
-libdns.so.1106 bind-libs-9.11.7_1
-libirs.so.161 bind-libs-9.11.5_1
-libisc.so.1100 bind-libs-9.11.5_1
-libisccc.so.161 bind-libs-9.11.5_1
-libisccfg.so.163 bind-libs-9.11.5_1
+libbind9.so.1302 bind-libs-9.14.2_1
+libdns.so.1308 bind-libs-9.14.2_1
+libirs.so.1301 bind-libs-9.14.2_1
+libisc.so.1308 bind-libs-9.14.2_1
+libisccc.so.1302 bind-libs-9.14.2_1
+libisccfg.so.1302 bind-libs-9.14.2_1
 liblwres.so.161 bind-libs-9.11.5_1
+libns.so.1306 bind-libs-9.14.2_1 
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
diff --git a/srcpkgs/bind/INSTALL b/srcpkgs/bind/INSTALL
index 025af19f8df..85a13760010 100644
--- a/srcpkgs/bind/INSTALL
+++ b/srcpkgs/bind/INSTALL
@@ -6,7 +6,7 @@ post)
 
 	# create an rndc.key if it doesn't already exist
 	if [ ! -s etc/named/rndc.key ]; then
-		usr/bin/rndc-confgen -r /dev/urandom -b 256 | \
+		usr/bin/rndc-confgen -b 256 | \
 			head -n 5 >> etc/named/rndc.key
 		chown root:named etc/named/rndc.key
 		chmod 644 etc/named/rndc.key
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..860356a58d1 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-10  9:58 ` voidlinux-github
@ 2019-06-10  9:58 ` voidlinux-github
  2019-06-10 10:23 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-06-10 10:23 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10  9:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages bind-9.14.2
https://github.com/void-linux/void-packages/pull/12358

bind: update to 9.14.2.


A patch file from https://github.com/void-linux/void-packages/pull/12358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-9.14.2-12358.patch --]
[-- Type: application/text/x-diff, Size: 4153 bytes --]

From c807662539df58b47369889964a55f341108e853 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 10 Jun 2019 11:48:17 +0200
Subject: [PATCH] bind: update to 9.14.2.

---
 common/shlibs         | 13 +++++++------
 srcpkgs/bind/INSTALL  |  2 +-
 srcpkgs/bind/template | 24 ++++++++----------------
 3 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dc704d7c9ab..0a2b4c1a949 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1041,13 +1041,14 @@ libgssglue.so.1 libgssglue-0.3_1
 libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.0 libnfsidmap-0.24_1
-libbind9.so.161 bind-libs-9.11.5_1
-libdns.so.1106 bind-libs-9.11.7_1
-libirs.so.161 bind-libs-9.11.5_1
-libisc.so.1100 bind-libs-9.11.5_1
-libisccc.so.161 bind-libs-9.11.5_1
-libisccfg.so.163 bind-libs-9.11.5_1
+libbind9.so.1302 bind-libs-9.14.2_1
+libdns.so.1308 bind-libs-9.14.2_1
+libirs.so.1301 bind-libs-9.14.2_1
+libisc.so.1308 bind-libs-9.14.2_1
+libisccc.so.1302 bind-libs-9.14.2_1
+libisccfg.so.1302 bind-libs-9.14.2_1
 liblwres.so.161 bind-libs-9.11.5_1
+libns.so.1306 bind-libs-9.14.2_1 
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
diff --git a/srcpkgs/bind/INSTALL b/srcpkgs/bind/INSTALL
index 025af19f8df..85a13760010 100644
--- a/srcpkgs/bind/INSTALL
+++ b/srcpkgs/bind/INSTALL
@@ -6,7 +6,7 @@ post)
 
 	# create an rndc.key if it doesn't already exist
 	if [ ! -s etc/named/rndc.key ]; then
-		usr/bin/rndc-confgen -r /dev/urandom -b 256 | \
+		usr/bin/rndc-confgen -b 256 | \
 			head -n 5 >> etc/named/rndc.key
 		chown root:named etc/named/rndc.key
 		chmod 644 etc/named/rndc.key
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index db9180dbb66..860356a58d1 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,27 +1,24 @@
 # Template file for 'bind'
 pkgname=bind
-reverts="9.13.6_1"
-version=9.11.7
+version=9.14.2
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
-configure_args="--disable-static --enable-threads --enable-largefile
- --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
- --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
+configure_args="--disable-static --enable-largefile
+ --with-libtool --sysconfdir=/etc/named --enable-epoll --enable-ipv6
  --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
- --enable-openssl-hash --with-readline --with-tuning=default --without-python
- --enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
+ --with-readline --with-tuning=default --without-python --with-libidn2
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
-hostmakedepends="automake libtool perl"
+hostmakedepends="automake libtool perl pkg-config"
 makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
- libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
+ libidn2-devel $(vopt_if geoip geoip-devel)"
 short_desc="Berkeley Internet Name Domain server"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
 homepage="https://www.isc.org/downloads/bind/"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
-checksum=5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+checksum=0e4027573726502ec038db3973a086c02508671723a4845e21da1769a5c27f0c
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"
@@ -29,13 +26,9 @@ named_descr="BIND DNS server"
 named_homedir="/var/named"
 make_dirs="/var/named 0770 root named"
 
-build_options="geoip seccomp"
+build_options="geoip"
 build_options_default="geoip"
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*) build_options_default+=" seccomp";;
-esac
-
 do_check() {
 	# requires special network setup
 	:
@@ -78,7 +71,6 @@ bind-devel_package() {
 		vmove usr/share/man/man1/isc-config.sh.1
 		vmove usr/share/man/man1/bind9-config.1
 		vmove usr/include
-		vmove usr/share/man/man3
 		vmove usr/lib/*.so
 	}
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-10  9:58 ` voidlinux-github
@ 2019-06-10 10:23 ` voidlinux-github
  2019-06-10 10:23 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10 10:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a closed pull request on the void-packages repository

bind: update to 9.14.2.
https://github.com/void-linux/void-packages/pull/12358
Description: 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bind: update to 9.14.2.
  2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-10 10:23 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-10 10:23 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-10 10:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12358#issuecomment-500367860
Comment:
Does not support armv6l, I'm giving up for now.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-06-10 10:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-09 18:02 [PR PATCH] [WIP] bind: update to 9.14.2 voidlinux-github
2019-06-10  9:48 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-10  9:48 ` voidlinux-github
2019-06-10  9:52 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-10  9:52 ` voidlinux-github
2019-06-10  9:58 ` voidlinux-github
2019-06-10  9:58 ` voidlinux-github
2019-06-10 10:23 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-10 10:23 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).