You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2022/03/13 19:36:26 UTC

[netbeans] branch master updated (c94c756 -> 13458c8)

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from c94c756  Merge pull request #3696 from matthiasblaesing/3669_recursive_js_models
     new 5573b9c  [NETBEANS-6067] Update JSch to 0.1.72 and junixsocket to 2.4.0
     new 1789e05  Enable logging of AgentConnector produced by ConnectorFactory
     new 13458c8  Merge pull request #3713 from matthiasblaesing/update-jsch

The 6736 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/c.jcraft.jsch/build.xml                        |  11 +-
 ide/c.jcraft.jsch/external/binaries-list           |   2 +-
 ...-0.1.55-license.txt => jsch-0.1.72-license.txt} |   4 +-
 ide/c.jcraft.jsch/nbproject/project.properties     |   2 +-
 ide/c.jcraft.jsch/nbproject/project.xml            |  34 +-
 .../external/binaries-list                         |   5 +-
 .../external/junixsocket-2.2.1-notice.txt          |   6 -
 ...1-license.txt => junixsocket-2.4.0-license.txt} |   4 +-
 .../external/junixsocket-2.4.0-notice.txt          |  15 +
 ide/libs.c.kohlschutter.junixsocket/manifest.mf    |   2 +-
 .../nbproject/libs-c-kohlschutter-junixsocket.sig  | 548 ++++++++++++++++++++-
 .../nbproject/project.properties                   |   5 +-
 .../nbproject/project.xml                          |  12 +-
 ide/libs.git/manifest.mf                           |   2 +-
 ide/libs.git/nbproject/project.xml                 |   4 +-
 .../libs/git/jgit/JGitSshSessionFactory.java       | 118 +----
 ide/libs.jsch.agentproxy/external/binaries-list    |  20 -
 .../external/jsch.agentproxy-0.0.7-license.txt     |  34 --
 ide/libs.jsch.agentproxy/manifest.mf               |   4 +-
 .../nbproject/project.properties                   |   6 +-
 ide/libs.jsch.agentproxy/nbproject/project.xml     |  32 +-
 .../libs/jsch/agentproxy/ConnectorFactory.java     |  55 ++-
 php/php.project/manifest.mf                        |   2 +-
 php/php.project/nbproject/project.xml              |   4 +-
 .../php/project/connections/sftp/SftpClient.java   | 140 +-----
 25 files changed, 681 insertions(+), 390 deletions(-)
 rename ide/c.jcraft.jsch/external/{jsch-0.1.55-license.txt => jsch-0.1.72-license.txt} (95%)
 delete mode 100644 ide/libs.c.kohlschutter.junixsocket/external/junixsocket-2.2.1-notice.txt
 rename ide/libs.c.kohlschutter.junixsocket/external/{junixsocket-2.2.1-license.txt => junixsocket-2.4.0-license.txt} (99%)
 create mode 100644 ide/libs.c.kohlschutter.junixsocket/external/junixsocket-2.4.0-notice.txt
 delete mode 100644 ide/libs.jsch.agentproxy/external/binaries-list
 delete mode 100644 ide/libs.jsch.agentproxy/external/jsch.agentproxy-0.0.7-license.txt

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists