[Lunar-commits] <moonbase> libssh: version bumped to 0.4.3.
Florin Braescu
florin at lunar-linux.org
Wed May 19 06:04:26 CEST 2010
commit 4a5581f01e95028ac780e24172f6caac6b51d822
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed May 19 07:04:26 2010 +0300
libssh: version bumped to 0.4.3.
This release fixes important bugs and adds some new features.
The poll(2) emulation has been rewritten, and on Windows there is a
check for WSAPoll() on runtime.
---
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 4f975d5..ba5bd33 100644
--- a/libs/libssh/BUILD
+++ b/libs/libssh/BUILD
@@ -1,9 +1,9 @@
(
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
- mkdir $OOTB_DIR &&
- cd $OOTB_DIR &&
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE \
diff --git a/libs/libssh/DETAILS b/libs/libssh/DETAILS
index 3f41424..2fc5645 100644
--- a/libs/libssh/DETAILS
+++ b/libs/libssh/DETAILS
@@ -1,11 +1,11 @@
MODULE=libssh
- VERSION=0.4.2
+ VERSION=0.4.3
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.libssh.org/files
- SOURCE_VFY=sha1:d094ff7b4f0c9a46c04dc12505f41a45e4205a95
+ SOURCE_URL=http://www.libssh.org/files
+ SOURCE_VFY=sha1:1145613f2e5e85dcaf72e75fd368e0af459f78b2
WEB_SITE=http://www.libssh.org
ENTERED=20091001
- UPDATED=20100316
+ UPDATED=20100519
SHORT="library for accessing ssh client services through C libraries calls"
cat << EOF
More information about the Lunar-commits
mailing list