summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-05-01 12:15:42 +0200
committer Willy Sudiarto Raharjo2024-05-04 16:45:08 +0200
commit0bb7cd11bed30fc1320bc0d1fbe7c9b8150d16d1 (patch)
tree1d89b558eef5e0fde0e07c33c09b48fcdfb99e45
parent4aea8a3e717f38294f6905c9d544c4fbbdb32136 (diff)
downloadslackbuilds-0bb7cd11bed30fc1320bc0d1fbe7c9b8150d16d1.tar.gz
perl/perl-Net-DNS-SEC: Updated for version 1.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.SlackBuild7
-rw-r--r--perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.SlackBuild b/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.SlackBuild
index 5b6692edfb..4dcbd1e587 100644
--- a/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.SlackBuild
+++ b/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="perl-Net-DNS-SEC"
SRCNAM="Net-DNS-SEC"
-VERSION=${VERSION:-1.02}
+VERSION=${VERSION:-1.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -80,7 +77,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-echo "y" | CFLAGS="$SLKCFLAGS" perl Makefile.PL \
+CFLAGS="$SLKCFLAGS" perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
diff --git a/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.info b/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.info
index 8a4a7db72f..240c039d3f 100644
--- a/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.info
+++ b/perl/perl-Net-DNS-SEC/perl-Net-DNS-SEC.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Net-DNS-SEC"
-VERSION="1.02"
+VERSION="1.24"
HOMEPAGE="https://metacpan.org/pod/Net::DNS::SEC"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-1.02.tar.gz"
-MD5SUM="3d11216697d0fe43e74484b59f94188d"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-1.24.tar.gz"
+MD5SUM="63879e0f104320f63633be7d4b02b851"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Crypt-OpenSSL-DSA perl-Crypt-OpenSSL-RSA perl-Crypt-OpenSSL-ECDSA perl-Digest-GOST perl-net-dns"