Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc0b02518f931673aeb7efc302a29f75a11816f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc0b02518f931673aeb7efc302a29f75a11816f5)
  • Date: Sat, 6 Aug 2016 11:34:51 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ftp/curl/DEPENDS | 2 +-
ftp/curl/HISTORY | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit dc0b02518f931673aeb7efc302a29f75a11816f5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

curl - fix bad depends flag for libssh2

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 2d4842f..2d010e1 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -39,7 +39,7 @@ optional_depends krb5 \
"GSSAPI support" &&

optional_depends libssh2 \
- "--with-libssh2=$INSTALL_ROOT/usr" \
+ "--with-libssh2" \
'--without-libssh2' \
"for SSH (SCP and SFTP) support" &&

diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 4fcb6e1..000cf81 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,6 +1,8 @@
2016-08-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.50.1 SECURITY_PATCH++
fix CVE-2016-5419 CVE-2016-5420 CVE-2016-5421
+ * DEPENDS: fix bad flag for libssh2
+ breaks compile on my notebook

2016-07-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.50.0



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc0b02518f931673aeb7efc302a29f75a11816f5), Treeve Jelbert, 08/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page