From b421cb1136471f973b6d31ddd4172105a549db52 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 14 Jul 2023 09:58:36 +0700 Subject: libraries/oath-toolkit: Updated for version 2.6.9. Signed-off-by: Willy Sudiarto Raharjo --- libraries/oath-toolkit/oath-toolkit.SlackBuild | 13 +++++-------- libraries/oath-toolkit/oath-toolkit.info | 6 +++--- 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'libraries/oath-toolkit') diff --git a/libraries/oath-toolkit/oath-toolkit.SlackBuild b/libraries/oath-toolkit/oath-toolkit.SlackBuild index 7672d14816..3e77c67625 100644 --- a/libraries/oath-toolkit/oath-toolkit.SlackBuild +++ b/libraries/oath-toolkit/oath-toolkit.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for oath-toolkit -# Copyright 2014-2021 Willy Sudiarto Raharjo +# Copyright 2014-2023 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=oath-toolkit -VERSION=${VERSION:-2.6.7} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.6.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -89,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ - --disable-pam \ + --enable-pam \ --build=$ARCH-slackware-linux make @@ -102,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog NEWS README* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/lib*/*.la diff --git a/libraries/oath-toolkit/oath-toolkit.info b/libraries/oath-toolkit/oath-toolkit.info index 59fb9b9d17..2d8de67900 100644 --- a/libraries/oath-toolkit/oath-toolkit.info +++ b/libraries/oath-toolkit/oath-toolkit.info @@ -1,8 +1,8 @@ PRGNAM="oath-toolkit" -VERSION="2.6.7" +VERSION="2.6.9" HOMEPAGE="http://www.nongnu.org/oath-toolkit/" -DOWNLOAD="http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.6.7.tar.gz" -MD5SUM="0a3c0d9e1f8095c88657bfea8ad5d59f" +DOWNLOAD="http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.6.9.tar.gz" +MD5SUM="3a408c07032be46f656ff74b46b6ef61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="xmlsec" -- cgit v1.2.3-65-gdbad