mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 14:07:14 +08:00
openssl group: update dnsutils; remark: what is arch doing at that front, why don't they like nsupdate?
This commit is contained in:
parent
560b30a2e0
commit
77a77f651e
@ -1,12 +1,13 @@
|
|||||||
#
|
#
|
||||||
# Core Packages for Chakra, part of chakra-project.org
|
# 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
|
pkgname=dnsutils
|
||||||
# _pkver when P version used.
|
# _pkver when P version used.
|
||||||
pkgver=9.9.2.1
|
pkgver=9.9.3.1
|
||||||
_pkgver=9.9.2-P1
|
_pkgver=9.9.3-P1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
|
pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -16,8 +17,8 @@ depends=('openssl')
|
|||||||
options=('makeflags')
|
options=('makeflags')
|
||||||
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
|
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
|
||||||
'tools-only.patch')
|
'tools-only.patch')
|
||||||
md5sums=('44b9d1feb11de09811160775f94c2554'
|
md5sums=('cf9cd9238d7bc15f1b4a5a5fff90f0d4'
|
||||||
'a7b414849b4fb2137e33f348c3cdd458')
|
'49510087bdb52945242a1a1ba9408112')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/bind-${_pkgver}"
|
cd "${srcdir}/bind-${_pkgver}"
|
||||||
|
@ -5,9 +5,9 @@ diff -aur old/bin/Makefile.in new/bin/Makefile.in
|
|||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
top_srcdir = @top_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@
|
- check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
|
||||||
+SUBDIRS = dig
|
+SUBDIRS = dig nsupdate
|
||||||
TARGETS =
|
TARGETS =
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
Loading…
Reference in New Issue
Block a user