summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author pyllyukko2024-03-13 18:50:51 +0100
committer Willy Sudiarto Raharjo2024-03-16 04:19:53 +0100
commit6478cb8b64896b118768f9d323fcab54cbda927d (patch)
tree30ee831b66b5d56c12b7c8d0b2068189a9e951dd
parentb0d234e5c016e31defba362c51f835a5b4258b5a (diff)
downloadslackbuilds-6478cb8b64896b118768f9d323fcab54cbda927d.tar.gz
system/pam_ssh_agent_auth: Updated for version 0.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/pam_ssh_agent_auth/openssl-1.1.1-1.patch.gzbin6519 -> 0 bytes
-rw-r--r--system/pam_ssh_agent_auth/pam_ssh_agent_auth.SlackBuild9
-rw-r--r--system/pam_ssh_agent_auth/pam_ssh_agent_auth.info6
3 files changed, 8 insertions, 7 deletions
diff --git a/system/pam_ssh_agent_auth/openssl-1.1.1-1.patch.gz b/system/pam_ssh_agent_auth/openssl-1.1.1-1.patch.gz
deleted file mode 100644
index abd4d24d2a..0000000000
--- a/system/pam_ssh_agent_auth/openssl-1.1.1-1.patch.gz
+++ /dev/null
Binary files differ
diff --git a/system/pam_ssh_agent_auth/pam_ssh_agent_auth.SlackBuild b/system/pam_ssh_agent_auth/pam_ssh_agent_auth.SlackBuild
index 832c6e1164..ad1a8a33a8 100644
--- a/system/pam_ssh_agent_auth/pam_ssh_agent_auth.SlackBuild
+++ b/system/pam_ssh_agent_auth/pam_ssh_agent_auth.SlackBuild
@@ -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
diff --git a/system/pam_ssh_agent_auth/pam_ssh_agent_auth.info b/system/pam_ssh_agent_auth/pam_ssh_agent_auth.info
index 17fe909a9f..a2c662602b 100644
--- a/system/pam_ssh_agent_auth/pam_ssh_agent_auth.info
+++ b/system/pam_ssh_agent_auth/pam_ssh_agent_auth.info
@@ -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=""