diff options
author | Sergey Poznyakoff <gray@gnu.org> | 2020-06-13 05:55:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:43 +0700 |
commit | c72400bb816098881f72ab660b5d4bc1003f2a23 (patch) | |
tree | bdc7971949e468b911e394b4c80629179149e219 /libraries/adns | |
parent | d779d775b3b11c287eaa1b49cc1e76d782aacb72 (diff) |
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>
Diffstat (limited to 'libraries/adns')
-rw-r--r-- | libraries/adns/README | 3 | ||||
-rw-r--r-- | libraries/adns/adns.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/adns/adns.info | 6 | ||||
-rw-r--r-- | libraries/adns/destdir.patch.gz | bin | 943 -> 948 bytes | |||
-rw-r--r-- | libraries/adns/slack-desc | 14 |
5 files changed, 17 insertions, 14 deletions
diff --git a/libraries/adns/README b/libraries/adns/README index ceaa641cbe7f..08130226d07d 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 1664e0031d9c..2a902394d18f 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 6a6415867844..b9db6c6b5ec7 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 Binary files differindex 98bd22ad4e64..49282ce9f0de 100644 --- a/libraries/adns/destdir.patch.gz +++ b/libraries/adns/destdir.patch.gz diff --git a/libraries/adns/slack-desc b/libraries/adns/slack-desc index c45b2be61333..f712f29b06c2 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: |