system/pam_ssh_agent_auth: Updated for version 0.10.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pyllyukko 2024-03-13 19:50:51 +02:00 committed by Willy Sudiarto Raharjo
parent b0d234e5c0
commit 6478cb8b64
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 7 deletions

View file

@ -25,10 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pam_ssh_agent_auth
VERSION=${VERSION:-0.10.3}
VERSION=${VERSION:-0.10.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ED25519_DONNA_COMMIT="8757bd4cd209cb032853ece0ce413f122eef212c"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -70,8 +71,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
tar xvf $CWD/ed25519-donna-${ED25519_DONNA_COMMIT}.tar.gz --strip-components=1 -C ed25519-donna/
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -93,7 +95,6 @@ CXXFLAGS="$SLKCFLAGS" \
--without-openssl-header-check \
--build=$ARCH-slackware-linux
zcat ${CWD}/openssl-1.1.1-1.patch | patch -p1
sed -i 's/^\(mansubdir=\).*$/\1man/' Makefile
make
make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="pam_ssh_agent_auth"
VERSION="0.10.3"
VERSION="0.10.4"
HOMEPAGE="https://pamsshagentauth.sourceforge.net/"
DOWNLOAD="https://sourceforge.net/projects/pamsshagentauth/files/pam_ssh_agent_auth/v0.10.3/pam_ssh_agent_auth-0.10.3.tar.bz2"
MD5SUM="8dbe90ab3625e545036333e6f51ccf1d"
DOWNLOAD="https://github.com/jbeverly/pam_ssh_agent_auth/archive/pam_ssh_agent_auth-0.10.4/pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4.tar.gz https://github.com/floodyberry/ed25519-donna/archive/8757bd4/ed25519-donna-8757bd4cd209cb032853ece0ce413f122eef212c.tar.gz"
MD5SUM="42f87c6cce9bcf8cfd46ed4605b779f5 cfeee7be3fce570389db6d662f989469"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""