summaryrefslogtreecommitdiff
path: root/security/libssh2
Commit message (Collapse)AuthorAgeFilesLines
* - Provide a patch to fix a bug in the configure script that caused the includeEmanuel Haupt2006-09-072-1/+15
| | | | | | | | | | | and library directory flags to gcc to be wrong - Bump PORTREVISION PR: 102920 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Notes: svn path=/head/; revision=172523
* - Updating libssh2 to 0.14. Changes:Cheng-Lung Sung2006-07-122-4/+4
| | | | | | | | | | | | | | | | - Plug leaks in EVP cipher init/shutdown. (Selcuk Gueney) - Allow socket_fd == 0 in libssh2_session_startup(). (puudeli) - Swap ordering of packet_add/packet-inspection to avoid inspect after - free. (Selcuk) - Swap KEX_INIT ordering, send our KEX_INIT first. - Add check for oportunistic KEX_INIT packets. Burn bad guess if necessary. - Fix OpenSSL detection using pkg-config. (Dan Casey) PR: ports/100127 Submitted by: maintainer (David Thiel) Notes: svn path=/head/; revision=167559
* - AdoptPav Lucistnik2006-05-251-1/+1
| | | | | | | | PR: ports/97860 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=163429
* - update to 0.13Cheng-Lung Sung2006-05-022-5/+4
| | | | Notes: svn path=/head/; revision=161175
* Update to 0.12Marcus Alves Grando2005-11-182-3/+5
| | | | | | | | | | Add SHA256 PR: 89239 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=148730
* - Update to 0.11.Florent Thoumie2005-07-132-4/+4
| | | | | | | | PR: ports/83401 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=139144
* - Update to 0.10Michael Johnson2005-06-162-8/+9
| | | | | | | | PR: ports/82280 Submitted by: Ports Fury Notes: svn path=/head/; revision=137512
* Fix post-install target.Alexander Leidinger2005-04-231-2/+3
| | | | | | | Noticed by: pointyhat (via kris) Notes: svn path=/head/; revision=133989
* libssh2 is a library implementing the SSH2 protocol as defined byAlexander Leidinger2005-04-223-0/+41
Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10). Notes: svn path=/head/; revision=133962