Browse Source

php-ssh2: Updated (0.11-20060607 -> 0.11.0)

user/karasz/next/updates
Nagy Karoly Gabriel 14 years ago
parent
commit
77b03b00d6
  1. 29
      security/php-ssh2/php-ssh2-libssh2-0.16_fix.patch
  2. 8
      security/php-ssh2/php-ssh2.desc

29
security/php-ssh2/php-ssh2-libssh2-0.16_fix.patch

@ -1,29 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../php-ssh2/php-ssh2-libssh2-0.16_fix.patch
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
# Source: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages?view=rev&revision=59940
# Author:Oden Eriksson <oeriksson@mandriva.com>
--- ./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);

8
security/php-ssh2/php-ssh2.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../php-ssh2/php-ssh2.desc
[COPY] Copyright (C) 2007 The OpenSDE Project
[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -24,9 +24,9 @@
[C] php/framework
[L] PHP
[S] Beta
[V] 0.11-20060607
[S] Stable
[V] 0.11.0
[P] X -----5---9 800.000
[D] X ssh2-0.11-20060607.tar.bz2 cvs://:pserver:cvsread@cvs.php.net:/repository pecl/ssh2 -D 2006-06-07
[D] 0 ssh2-0.11.0.tgz http://pecl.php.net/get/ssh2-0.11.0.tgz

Loading…
Cancel
Save