summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sergey Poznyakoff2020-06-13 06:55:12 +0200
committer Willy Sudiarto Raharjo2020-06-14 12:45:43 +0200
commitc72400bb816098881f72ab660b5d4bc1003f2a23 (patch)
treebdc7971949e468b911e394b4c80629179149e219
parentd779d775b3b11c287eaa1b49cc1e76d782aacb72 (diff)
downloadslackbuilds-c72400bb816098881f72ab660b5d4bc1003f2a23.tar.gz
libraries/adns: Updated for version 1.6.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/adns/README3
-rw-r--r--libraries/adns/adns.SlackBuild8
-rw-r--r--libraries/adns/adns.info6
-rw-r--r--libraries/adns/destdir.patch.gzbin943 -> 948 bytes
-rw-r--r--libraries/adns/slack-desc14
5 files changed, 17 insertions, 14 deletions
diff --git a/libraries/adns/README b/libraries/adns/README
index ceaa641cbe..08130226d0 100644
--- a/libraries/adns/README
+++ b/libraries/adns/README
@@ -4,4 +4,5 @@ concurrent calls. The package also includes several command-line
utilities for use in scripts.
The library is written by Ian Jackson and is an official GNU
-package.
+package. It's homepage is http://www.chiark.greenend.org.uk/~ian/adns
+and http://www.gnu.org/software/adns.
diff --git a/libraries/adns/adns.SlackBuild b/libraries/adns/adns.SlackBuild
index 1664e0031d..2a902394d1 100644
--- a/libraries/adns/adns.SlackBuild
+++ b/libraries/adns/adns.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ADNS
-# Copyright 2018 Sergey Poznyakoff, <gray@gnu.org>
+# Copyright 2018-2020 Sergey Poznyakoff, <gray@gnu.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=adns
-VERSION=${VERSION:-1.5.1}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,9 @@ make
make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING GPL-vs-LGPL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ COPYING GPL-vs-LGPL NEWS README TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/adns/adns.info b/libraries/adns/adns.info
index 6a64158678..b9db6c6b5e 100644
--- a/libraries/adns/adns.info
+++ b/libraries/adns/adns.info
@@ -1,8 +1,8 @@
PRGNAM="adns"
-VERSION="1.5.1"
+VERSION="1.6.0"
HOMEPAGE="http://www.gnu.org/software/adns"
-DOWNLOAD="http://www.chiark.greenend.org.uk/~ian/adns/ftp/adns-1.5.1.tar.gz"
-MD5SUM="8b6274d314af0de1a00cf3ef49f6dd56"
+DOWNLOAD="http://www.chiark.greenend.org.uk/~ian/adns/ftp/adns-1.6.0.tar.gz"
+MD5SUM="b01ba30e4b486d523059bb02ad1441f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/adns/destdir.patch.gz b/libraries/adns/destdir.patch.gz
index 98bd22ad4e..49282ce9f0 100644
--- a/libraries/adns/destdir.patch.gz
+++ b/libraries/adns/destdir.patch.gz
Binary files differ
diff --git a/libraries/adns/slack-desc b/libraries/adns/slack-desc
index c45b2be613..f712f29b06 100644
--- a/libraries/adns/slack-desc
+++ b/libraries/adns/slack-desc
@@ -1,19 +1,19 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-adns: adns (C library)
+adns: GNU adns (asynchronous DNS client library and utilities)
adns:
adns: GNU adns is a C library that provides easy-to-use DNS resolution
adns: functionality. The library is asynchronous, allowing several
adns: concurrent calls. The package also includes several command-line
adns: utilities for use in scripts.
adns:
-adns: The library is written by Ian Jackson. This is an official GNU
+adns: The library is written by Ian Jackson. This is an official GNU
adns: package. It's homepage is http://www.chiark.greenend.org.uk/~ian/adns
adns:
adns: