# HG changeset patch # User John Donoghue # Date 1407282112 14400 # Node ID 64912b529fc37aac8731cb8312a8869cf45ee425 # Parent 1f3183556bcfb4ba93cc1424571d9ce263bcd539 libssh2: update to 1.4.3 * src/libssh2.mk: update version * src/libssh2-1-fixes.patch: update patch diff -r 1f3183556bcf -r 64912b529fc3 src/libssh2-1-fixes.patch --- a/src/libssh2-1-fixes.patch Tue Aug 05 09:13:58 2014 -0400 +++ b/src/libssh2-1-fixes.patch Tue Aug 05 19:41:52 2014 -0400 @@ -1,29 +1,6 @@ This file is part of MXE. See index.html for further information. -From 0e2179c67d0cd618be29b30425bda18c23a2ddf0 Mon Sep 17 00:00:00 2001 -From: Dmitry Smirnov -Date: Mon, 13 Aug 2012 23:34:51 +0200 -Subject: [PATCH 1/2] configure: gcrypt doesn't come with pkg-config support - -... so use plain old -lgcrypt to the linker to link with it. - -Fixes #225 -(cherry picked from commit e470738a0cf302abfd2891b80dbac4ac3e7eedd2) - -diff --git a/configure.ac b/configure.ac -index aa9d397..dfc6988 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -102,7 +102,7 @@ fi - # Look for libgcrypt - if test "$ac_cv_libssl" != "yes" && test "$use_libgcrypt" != "no"; then - AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include ]) -- LIBSREQUIRED=libgcrypt -+ LIBS="$LIBS -lgcrypt" - fi - - AC_SUBST(LIBSREQUIRED) -- 1.7.10.4 diff -r 1f3183556bcf -r 64912b529fc3 src/libssh2.mk --- a/src/libssh2.mk Tue Aug 05 09:13:58 2014 -0400 +++ b/src/libssh2.mk Tue Aug 05 19:41:52 2014 -0400 @@ -3,8 +3,8 @@ PKG := libssh2 $(PKG)_IGNORE := -$(PKG)_VERSION := 1.4.2 -$(PKG)_CHECKSUM := 7fc084254dabe14a9bc90fa3d569faa7ee943e19 +$(PKG)_VERSION := 1.4.3 +$(PKG)_CHECKSUM := c27ca83e1ffeeac03be98b6eef54448701e044b0 $(PKG)_SUBDIR := libssh2-$($(PKG)_VERSION) $(PKG)_FILE := libssh2-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.libssh2.org/download/$($(PKG)_FILE)