bind: update to 9.9.0.
This commit is contained in:
parent
6d1197e0a2
commit
a08a04931a
|
@ -947,12 +947,12 @@ libgssglue.so.1 libgssglue libgssglue-devel
|
|||
libtirpc.so.1 libtirpc libtirpc-devel
|
||||
librpcsecgss.so.3 librpcsecgss librpcsecgss-devel
|
||||
libnfsidmap.so.0 libnfsidmap libnfsidmap-devel
|
||||
liblwres.so.80 bind-libs bind-devel
|
||||
libdns.so.81 bind-libs bind-devel
|
||||
libbind9.so.80 bind-libs bind-devel
|
||||
libisccfg.so.82 bind-libs bind-devel
|
||||
libisc.so.83 bind-libs bind-devel
|
||||
libisccc.so.80 bind-libs bind-devel
|
||||
liblwres.so.90 bind-libs bind-devel
|
||||
libdns.so.93 bind-libs bind-devel
|
||||
libbind9.so.90 bind-libs bind-devel
|
||||
libisccfg.so.90 bind-libs bind-devel
|
||||
libisc.so.90 bind-libs bind-devel
|
||||
libisccc.so.90 bind-libs bind-devel
|
||||
libsystemd-daemon.so.0 systemd-libs systemd-devel
|
||||
libsystemd-id128.so.0 systemd-libs systemd-devel
|
||||
libsystemd-journal.so.0 systemd-libs systemd-devel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
liblwres.so.80
|
||||
libdns.so.81
|
||||
libbind9.so.80
|
||||
libisccfg.so.82
|
||||
libisc.so.83
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
liblwres.so.90
|
||||
libdns.so.93
|
||||
libbind9.so.90
|
||||
libisccfg.so.90
|
||||
libisc.so.90
|
||||
|
|
|
@ -3,10 +3,10 @@ libdl.so.2
|
|||
libpthread.so.0
|
||||
libxml2.so.2
|
||||
libc.so.6
|
||||
liblwres.so.80
|
||||
libdns.so.81
|
||||
libbind9.so.80
|
||||
libisccfg.so.82
|
||||
libisccc.so.80
|
||||
libisc.so.83
|
||||
libcap.so.2
|
||||
liblwres.so.90
|
||||
libdns.so.93
|
||||
libbind9.so.90
|
||||
libisccfg.so.90
|
||||
libisccc.so.90
|
||||
libisc.so.90
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=9.8.1"
|
||||
abi_depends=">=9.9.0"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
_distver=9.8.1
|
||||
_patchver=P1
|
||||
version=${_distver}.${_patchver}
|
||||
wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||
version=9.9.0
|
||||
homepage="http://www.isc.org/software/bind/"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-openssl --with-libxml2
|
||||
--enable-threads --enable-largefile --enable-ipv6 --with-libtool
|
||||
|
@ -13,7 +10,7 @@ configure_args="--disable-static --with-openssl --with-libxml2
|
|||
short_desc="Berkeley Internet Name Domain server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
checksum=867fdd52d3436c6ab6d357108d7f9eaaf03f1422652e6e61c742816ff7f87929
|
||||
checksum=814f8783494d0d8eca33341244f227b3ea51ca3559191a26f28723baa494996d
|
||||
long_desc="
|
||||
BIND is by far the most widely used DNS software on the Internet. It provides
|
||||
a robust and stable platform on top of which organizations can build
|
||||
|
@ -39,11 +36,6 @@ Add_dependency build mit-krb5-devel
|
|||
Add_dependency build libxml2-devel
|
||||
Add_dependency build libcap-devel
|
||||
|
||||
pre_build() {
|
||||
# temporary fix for issue reported upstream
|
||||
ln -s .libs/driver.o bin/tests/system/dlzexternal/
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/named.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named
|
||||
|
|
Loading…
Reference in New Issue