From 77a77f651ed34659bbade19825dccd20d1250584 Mon Sep 17 00:00:00 2001 From: Fabian Date: Fri, 19 Jul 2013 18:30:51 +0000 Subject: [PATCH] openssl group: update dnsutils; remark: what is arch doing at that front, why don't they like nsupdate? --- dnsutils/PKGBUILD | 11 ++++++----- dnsutils/tools-only.patch | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/dnsutils/PKGBUILD b/dnsutils/PKGBUILD index 7886f6af3..967d57dd6 100644 --- a/dnsutils/PKGBUILD +++ b/dnsutils/PKGBUILD @@ -1,12 +1,13 @@ # # Core Packages for Chakra, part of chakra-project.org # -# maintainer: abveritas@chakra-project.org +# maintainer: inkane@chakra-project.org +# contributor: abveritas@chakra-project.org pkgname=dnsutils # _pkver when P version used. -pkgver=9.9.2.1 -_pkgver=9.9.2-P1 +pkgver=9.9.3.1 +_pkgver=9.9.3-P1 pkgrel=1 pkgdesc="Various DNS utilities - dig host nslookup nsupdate" arch=('x86_64') @@ -16,8 +17,8 @@ depends=('openssl') options=('makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'tools-only.patch') -md5sums=('44b9d1feb11de09811160775f94c2554' - 'a7b414849b4fb2137e33f348c3cdd458') +md5sums=('cf9cd9238d7bc15f1b4a5a5fff90f0d4' + '49510087bdb52945242a1a1ba9408112') build() { cd "${srcdir}/bind-${_pkgver}" diff --git a/dnsutils/tools-only.patch b/dnsutils/tools-only.patch index 8d4b49848..418a1a802 100644 --- a/dnsutils/tools-only.patch +++ b/dnsutils/tools-only.patch @@ -5,9 +5,9 @@ diff -aur old/bin/Makefile.in new/bin/Makefile.in VPATH = @srcdir@ top_srcdir = @top_srcdir@ --SUBDIRS = named rndc dig dnssec tests tools nsupdate \ +-SUBDIRS = named rndc dig dnssec tools tests nsupdate \ - check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@ -+SUBDIRS = dig ++SUBDIRS = dig nsupdate TARGETS = @BIND9_MAKE_RULES@