bind: security update to 9.9.7P1 [CVE-2015-4620].
This commit is contained in:
parent
7ff62625f4
commit
ac0f5f7935
|
@ -962,10 +962,10 @@ libtirpc.so.1 libtirpc-0.2.2_1
|
|||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||
libnfsidmap.so.0 libnfsidmap-0.24_1
|
||||
liblwres.so.91 bind-libs-9.9.6_1
|
||||
libdns.so.104 bind-libs-9.9.6_1
|
||||
libdns.so.106 bind-libs-9.9.7P1_1
|
||||
libbind9.so.90 bind-libs-9.9.0_1
|
||||
libisccfg.so.90 bind-libs-9.9.0_1
|
||||
libisc.so.95 bind-libs-9.9.3_1
|
||||
libisc.so.104 bind-libs-9.9.7P1_1
|
||||
libisccc.so.90 bind-libs-9.9.0_1
|
||||
libplist.so.3 libplist-1.12_1
|
||||
libplist++.so.3 libplist++-1.12_1
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.in.orig 2014-11-19 07:28:13.215512881 +0100
|
||||
+++ configure.in 2014-11-19 07:28:57.431968243 +0100
|
||||
@@ -2869,7 +2869,7 @@ esac
|
||||
case $ac_cv_have_if_nametoindex in
|
||||
yes)
|
||||
ISC_PLATFORM_HAVEIFNAMETOINDEX="#define ISC_PLATFORM_HAVEIFNAMETOINDEX 1"
|
||||
- AC_DEFINE(HAVE_IF_NAMETOINDEX, 1)
|
||||
+ AC_DEFINE([HAVE_IF_NAMETOINDEX], [1], [Have if_nametoindex])
|
||||
;;
|
||||
*)
|
||||
ISC_PLATFORM_HAVEIFNAMETOINDEX="#undef ISC_PLATFORM_HAVEIFNAMETOINDEX"
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
_distver=9.9.6
|
||||
_patchver=P2
|
||||
_distver=9.9.7
|
||||
_patchver=P1
|
||||
version="${_distver}${_patchver}"
|
||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||
revision=4
|
||||
revision=1
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="http://www.isc.org/software/bind/"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed
|
||||
checksum=bd086ff58afaf03cfb8dc695c79b6bd6d0217ef56750a78ff0668b2b3acda34d
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin
|
||||
|
@ -54,7 +54,7 @@ bind-utils_package() {
|
|||
pkg_install() {
|
||||
for f in dig host nslookup; do
|
||||
vmove usr/bin/${f}
|
||||
vmove usr/share/man/man1/$(basename ${f}).1
|
||||
vmove usr/share/man/man1/${f}.1
|
||||
done
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue