[Lunar-commits] <moonbase-other> libssh: version bump to 0.6.0 + libgcrypt compile fix
Stefan Wold
ratler at lunar-linux.org
Sun Jan 19 20:18:01 CET 2014
commit 5a298c68a9b52243f97e019250019c9d6eb196de
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 19 Jan 2014 06:47:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/5a298c68a9b52243f97e019250019c9d6eb196de
libssh: version bump to 0.6.0 + libgcrypt compile fix
---
libs/libssh/DETAILS | +8/-5
libs/libssh/PRE_BUILD | +2/-0
2 files changed, 10 insertions(+), 5 deletions(-)
--- a/libs/libssh/DETAILS
+++ b/libs/libssh/DETAILS
@@ -1,11 +1,14 @@
MODULE=libssh
- VERSION=0.5.5
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=https://red.libssh.org/attachments/download/51/
- SOURCE_VFY=sha1:e701476ec43f85178bdb36fbb58aa45417a38f5e
+ VERSION=0.6.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE2=libssh-0.6.0-libgcrypt-1.6.0.patch
+ SOURCE_URL=https://red.libssh.org/attachments/download/71
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:da432966c2123bc7aa399d93dc8c185149d661a2
+ SOURCE2_VFY=sha1:197af0c3b87e5f6f7462e79cd3efdc2c6af138ee
WEB_SITE=http://www.libssh.org
ENTERED=20091001
- UPDATED=20131005
+ UPDATED=20140119
SHORT="library for accessing ssh client services through C libraries calls"
cat << EOF
--- /dev/null
+++ b/libs/libssh/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list