[Lunar-commits] <moonbase> libssh: Version bump.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Dec 14 12:05:46 CET 2009
commit 2e93531b0905e88d147afc88785beaefd388a810
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 14 06:05:46 2009 -0500
libssh: Version bump.
---
libs/libssh/BUILD | 6 +++---
libs/libssh/DETAILS | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/libs/libssh/BUILD b/libs/libssh/BUILD
index bab1db4..4f975d5 100644
--- a/libs/libssh/BUILD
+++ b/libs/libssh/BUILD
@@ -1,13 +1,13 @@
(
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
mkdir $OOTB_DIR &&
cd $OOTB_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE &&
-
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
default_make
) > $C_FIFO 2>&1
diff --git a/libs/libssh/DETAILS b/libs/libssh/DETAILS
index 1073de7..8f77e4b 100644
--- a/libs/libssh/DETAILS
+++ b/libs/libssh/DETAILS
@@ -1,11 +1,11 @@
MODULE=libssh
- VERSION=0.3.4
+ VERSION=0.3.92
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.libssh.org/files/
- SOURCE_VFY=sha1:abded99e80706ae8d50f5f25e1a3eed3c909513d
+ SOURCE_URL[0]=http://www.libssh.org/files/rc/
+ SOURCE_VFY=sha1:3ff542a66f02582b3a318755cc610d30fd7371a1
WEB_SITE=http://www.libssh.org/
ENTERED=20091001
- UPDATED=20091001
+ UPDATED=20091214
SHORT="library for accessing ssh client services through C libraries calls"
cat << EOF
More information about the Lunar-commits
mailing list