SOURCES: php-pecl-ssh2-libssh2.patch (NEW) - saved from mandriva s...
glen
glen at pld-linux.org
Thu Feb 21 19:27:41 CET 2008
Author: glen Date: Thu Feb 21 18:27:41 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- saved from mandriva svn
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/php-ssh2/releases/1:0.11/0.20060607.1mdv2008.0/SOURCES/php-ssh2-libssh2-0.16_fix.diff?revision=59951
---- Files affected:
SOURCES:
php-pecl-ssh2-libssh2.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/php-pecl-ssh2-libssh2.patch
diff -u /dev/null SOURCES/php-pecl-ssh2-libssh2.patch:1.1
--- /dev/null Thu Feb 21 19:27:41 2008
+++ SOURCES/php-pecl-ssh2-libssh2.patch Thu Feb 21 19:27:35 2008
@@ -0,0 +1,11 @@
+--- ssh2.c 2006-06-07 19:35:34.000000000 +0200
++++ ssh2.c.oden 2007-08-07 17:32:29.000000000 +0200
+@@ -484,7 +484,7 @@
+
+ ZEND_FETCH_RESOURCE(session, LIBSSH2_SESSION*, &zsession, -1, PHP_SSH2_SESSION_RES_NAME, le_ssh2_session);
+
+-#if LIBSSH2_APINO < 200412301450
++#if LIBSSH2_VERSION_NUM < 0x001000
+ libssh2_session_methods(session, &kex, &hostkey, &crypt_cs, &crypt_sc, &mac_cs, &mac_sc, &comp_cs, &comp_sc, &lang_cs, &lang_sc);
+ #else
+ kex = libssh2_session_methods(session, LIBSSH2_METHOD_KEX);
================================================================
More information about the pld-cvs-commit
mailing list