diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-03-13 19:50:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:19:53 +0700 |
commit | 6478cb8b64896b118768f9d323fcab54cbda927d (patch) | |
tree | 30ee831b66b5d56c12b7c8d0b2068189a9e951dd /system | |
parent | b0d234e5c016e31defba362c51f835a5b4258b5a (diff) |
system/pam_ssh_agent_auth: Updated for version 0.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/pam_ssh_agent_auth/openssl-1.1.1-1.patch.gz | bin | 6519 -> 0 bytes | |||
-rw-r--r-- | system/pam_ssh_agent_auth/pam_ssh_agent_auth.SlackBuild | 9 | ||||
-rw-r--r-- | system/pam_ssh_agent_auth/pam_ssh_agent_auth.info | 6 |
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 Binary files differdeleted file mode 100644 index abd4d24d2aecf..0000000000000 --- a/system/pam_ssh_agent_auth/openssl-1.1.1-1.patch.gz +++ /dev/null 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 832c6e11641ea..ad1a8a33a8577 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 17fe909a9f447..a2c662602be1c 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="" |