SOURCES: php-pecl-ssh2-libssh2.patch - updated to 0.11.0

adamg adamg at pld-linux.org
Fri Dec 26 04:00:09 CET 2008


Author: adamg                        Date: Fri Dec 26 03:00:09 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 0.11.0

---- Files affected:
SOURCES:
   php-pecl-ssh2-libssh2.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php-pecl-ssh2-libssh2.patch
diff -u SOURCES/php-pecl-ssh2-libssh2.patch:1.1 SOURCES/php-pecl-ssh2-libssh2.patch:1.2
--- SOURCES/php-pecl-ssh2-libssh2.patch:1.1	Thu Feb 21 19:27:35 2008
+++ SOURCES/php-pecl-ssh2-libssh2.patch	Fri Dec 26 04:00:03 2008
@@ -4,7 +4,7 @@
  
  	ZEND_FETCH_RESOURCE(session, LIBSSH2_SESSION*, &zsession, -1, PHP_SSH2_SESSION_RES_NAME, le_ssh2_session);
  
--#if LIBSSH2_APINO < 200412301450
+-#if defined(LIBSSH2_APINO) && 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-pecl-ssh2-libssh2.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list