bind: update to 9.16.2; Claim maintainer
This commit is contained in:
parent
0a4875625d
commit
2178537c73
4 changed files with 24 additions and 45 deletions
|
@ -1049,13 +1049,13 @@ libgssglue.so.1 libgssglue-0.3_1
|
|||
libtirpc.so.3 libtirpc-1.0.2_1
|
||||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||
libnfsidmap.so.1 libnfsidmap-2.4.3_2
|
||||
libbind9.so.161 bind-libs-9.11.5_1
|
||||
libdns.so.1107 bind-libs-9.11.10_1
|
||||
libirs.so.161 bind-libs-9.11.5_1
|
||||
libisc.so.1104 bind-libs-9.11.13_1
|
||||
libisccc.so.161 bind-libs-9.11.5_1
|
||||
libisccfg.so.163 bind-libs-9.11.5_1
|
||||
liblwres.so.161 bind-libs-9.11.5_1
|
||||
libbind9.so.1600 bind-libs-9.16.2_1
|
||||
libdns.so.1602 bind-libs-9.16.2_1
|
||||
libirs.so.1600 bind-libs-9.16.2_1
|
||||
libisc.so.1602 bind-libs-9.16.2_1
|
||||
libisccc.so.1600 bind-libs-9.16.2_1
|
||||
libisccfg.so.1600 bind-libs-9.16.2_1
|
||||
libns.so.1602 bind-libs-9.16.2_1
|
||||
libplist.so.3 libplist-1.12_1
|
||||
libplist++.so.3 libplist++-1.12_1
|
||||
libnsbmp.so.0 libnsbmp-0.0.3_1
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ./lib/isc/unix/socket.c.orig 2005-11-03 17:08:42.000000000 -0600
|
||||
+++ ./lib/isc/unix/socket.c 2006-02-18 13:09:15.000000000 -0600
|
||||
@@ -245,6 +245,8 @@
|
||||
|
||||
#define SOCK_DEAD(s) ((s)->references == 0)
|
||||
|
||||
+#undef SO_BSDCOMPAT
|
||||
+
|
||||
static void
|
||||
manager_log(isc_socketmgr_t *sockmgr,
|
||||
isc_logcategory_t *category, isc_logmodule_t *module, int level,
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
reverts="9.13.6_1"
|
||||
version=9.11.13
|
||||
version=9.16.2
|
||||
revision=1
|
||||
_fullver="${version}${_patchver:+-${_patchver}}"
|
||||
wrksrc="${pkgname}-${_fullver}"
|
||||
|
@ -9,19 +8,22 @@ 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
|
||||
--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-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)
|
||||
$(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
|
||||
hostmakedepends="automake libtool perl"
|
||||
makedepends="libressl-devel libxml2-devel libcap-devel readline-devel libatomic-devel
|
||||
libidn2-devel $(vopt_if geoip geoip-devel) $(vopt_if seccomp libseccomp-devel)"
|
||||
hostmakedepends="automake libtool perl pkg-config"
|
||||
makedepends="libressl-devel libxml2-devel libcap-devel readline-devel
|
||||
libatomic-devel libidn2-devel libuv-devel $(vopt_if geoip geoip-devel)
|
||||
$(vopt_if seccomp libseccomp-devel)"
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ISC"
|
||||
maintainer="Randy McCaskill <randy@mccaskill.us>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://www.isc.org/downloads/bind/"
|
||||
distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
|
||||
checksum=fd3f3cc9fcfcdaa752db35eb24598afa1fdcc2509d3227fc90a8631b7b400f7d
|
||||
changelog="https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/CHANGES"
|
||||
distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.xz"
|
||||
checksum=d9e5b77cfca5ccad97f19cddc87128758ec15c16e6585000c6b2f84fc225993f
|
||||
|
||||
conf_files="/etc/named/named.conf"
|
||||
system_accounts="named"
|
||||
|
@ -36,14 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
x86_64*|i686*) build_options_default+=" seccomp";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
# various bind-utils segfault with musl-1.1.24 in catgets
|
||||
# TODO: actually fix instead of disabling it
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) vsed -e 's/#define HAVE_CATGETS 1//g' -i configure
|
||||
esac
|
||||
}
|
||||
|
||||
do_check() {
|
||||
# requires special network setup
|
||||
:
|
||||
|
@ -63,7 +57,7 @@ post_install() {
|
|||
bind-libs_package() {
|
||||
short_desc+=" - Runtime libraries"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,12 +75,7 @@ bind-devel_package() {
|
|||
depends="bind-libs>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/isc-config.sh
|
||||
vmove usr/bin/bind9-config
|
||||
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
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
site="http://ftp.isc.org/isc/bind9/"
|
||||
pattern="9\.[\d.]+(?=/)"
|
||||
ignore="*.*[13579].*"
|
||||
|
|
Loading…
Reference in a new issue