summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2019-09-22 23:33:39 +0200
committer Willy Sudiarto Raharjo2019-09-28 12:40:05 +0200
commitf9125847cc35c5c7532526fee1d8ac6ad6322de4 (patch)
tree98f9436f649f543e5563ea8b2fd43c0ac269c082
parent90476a0916a88953b00e1030acdcb1eee30cce54 (diff)
downloadslackbuilds-f9125847cc35c5c7532526fee1d8ac6ad6322de4.tar.gz
development/ldns: Updated for version 1.7.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--development/ldns/ldns.SlackBuild9
-rw-r--r--development/ldns/ldns.info8
2 files changed, 7 insertions, 10 deletions
diff --git a/development/ldns/ldns.SlackBuild b/development/ldns/ldns.SlackBuild
index d6dbc7585d..d53a7bca2f 100644
--- a/development/ldns/ldns.SlackBuild
+++ b/development/ldns/ldns.SlackBuild
@@ -3,7 +3,7 @@
# Copyright 2008, 2009 Eric Hameleers, Eindhoven, NL
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN USA
# Copyright 2010, R. Andrew Bailey, Chantilly, VA USA
-# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2014-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,7 +34,7 @@
# -----------------------------------------------------------------------------
PRGNAM=ldns
-VERSION=${VERSION:-1.7.0}
+VERSION=${VERSION:-1.7.1}
TAG=${TAG:-_SBo}
BUILD=${BUILD:-1}
@@ -85,6 +85,7 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
+ --includedir=/usr/include \
--localstatedir=/var \
--sysconfdir=/etc \
--mandir=/usr/man \
@@ -115,10 +116,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
find $PKG -depth -type d -empty -delete || true
-# Install pkgconfig file.
-mkdir $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
-install -m 0644 packaging/lib${PRGNAM}.pc $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
-
# Create the root.key file
mkdir -p $PKG/etc/$PRGNAM
sed -n '/Zone/,$p' $CWD/root-anchors.xml | sed -e 's|<[^>]*>||g' | \
diff --git a/development/ldns/ldns.info b/development/ldns/ldns.info
index bc613b84cb..3d6c29025b 100644
--- a/development/ldns/ldns.info
+++ b/development/ldns/ldns.info
@@ -1,10 +1,10 @@
PRGNAM="ldns"
-VERSION="1.7.0"
+VERSION="1.7.1"
HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
-DOWNLOAD="http://www.nlnetlabs.nl/downloads/ldns/ldns-1.7.0.tar.gz \
+DOWNLOAD="http://www.nlnetlabs.nl/downloads/ldns/ldns-1.7.1.tar.gz \
https://data.iana.org/root-anchors/root-anchors.xml"
-MD5SUM="74b75c9ba69fb3af2a0c26244ecfd9f6 \
- 0c9bad7c2caac059b80ff68535267b12"
+MD5SUM="166262a46995d9972aba417fd091acd5 \
+ 9000e073302426bad33eb9a34eac72f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Exception perl-Devel-CheckLib"