aboutsummaryrefslogtreecommitdiff
path: root/libraries/php-ssh2
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/php-ssh2')
-rw-r--r--libraries/php-ssh2/README2
-rw-r--r--libraries/php-ssh2/php-ssh2.SlackBuild9
-rw-r--r--libraries/php-ssh2/php-ssh2.info6
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=""