diff options
author | Mario Preksavec <mario@slackware.hr> | 2025-02-20 06:27:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 10:01:34 +0700 |
commit | e2a508139ab38bddb9a45938e04d4f5ee5c63e42 (patch) | |
tree | f269869ce4068b8d1bad48ea8d6378893bf6e64a | |
parent | 74561ea5871e9d9d8697de74a531f205002ef670 (diff) |
libraries/php-ssh2: Updated for version 1.4.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/php-ssh2/README | 2 | ||||
-rw-r--r-- | libraries/php-ssh2/php-ssh2.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/php-ssh2/php-ssh2.info | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/libraries/php-ssh2/README b/libraries/php-ssh2/README index ed24317286..aac989cf4c 100644 --- a/libraries/php-ssh2/README +++ b/libraries/php-ssh2/README @@ -1,5 +1,5 @@ This extension enables PHP to connect to and use SSH2 servers. -To enable the pgsql extension for php, go to /etc/php.d/ssh2.ini +To enable the ssh2 extension for php, go to /etc/php.d/ssh2.ini and uncomment the line: ; extension=ssh2.so diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild index cad789a789..22f0dace95 100644 --- a/libraries/php-ssh2/php-ssh2.SlackBuild +++ b/libraries/php-ssh2/php-ssh2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for php-ssh2 -# Copyright 2012, 2015, 2016 Mario Preksavec, Zagreb, Croatia +# Copyright 2012, 2025 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php-ssh2 SRCNAM=ssh2 -VERSION=${VERSION:-1.3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.4.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,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 diff --git a/libraries/php-ssh2/php-ssh2.info b/libraries/php-ssh2/php-ssh2.info index 2b437b48e4..7ce6763b43 100644 --- a/libraries/php-ssh2/php-ssh2.info +++ b/libraries/php-ssh2/php-ssh2.info @@ -1,8 +1,8 @@ PRGNAM="php-ssh2" -VERSION="1.3.1" +VERSION="1.4.1" HOMEPAGE="http://pecl.php.net/package/ssh2" -DOWNLOAD="http://pecl.php.net/get/ssh2-1.3.1.tgz" -MD5SUM="aa29046de73f1036aea66b4a70f6f598" +DOWNLOAD="http://pecl.php.net/get/ssh2-1.4.1.tgz" +MD5SUM="9d655fb9e83aec24fcd6f943ddf94000" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |