aboutsummaryrefslogtreecommitdiffstats
path: root/security/libssh2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.4.lx2010-02-232-4/+4
| | | | | | PR: ports/144202 Submitted by: Sofian Brabez <sbrabez@gmail.com> Feature safe: yes
* Update to 1.2.3.lx2010-02-092-5/+13
| | | | | PR: ports/143542 Submitted by: Sofian Brabez
* - Add TRACE and ZLIB optionspav2009-12-081-4/+16
| | | | | | PR: ports/140711 Submitted by: Sofian Brabez <sbrabez@gmail.com> Approved by: maintainer timeout (lx; 18 days)
* Update to 1.2.2.lx2009-11-202-4/+5
| | | | | | PR: ports/140626 Submitted by: David Naylor Feature safe: yes
* Remove @dirrmtry for libdata/pkgconfig directory. This directory is in ↵lx2009-10-071-1/+0
| | | | | | | BSD.local.dist. Submitted by: QAT Feature safe: yes
* Support libgcrypt, and update to 1.2.1, a bugfix release.lx2009-10-073-12/+25
| | | | | | PR: ports/138473 Submitted by: Peter Wullinger Feature safe: yes
* Update to 1.2.lx2009-08-183-38/+97
| | | | | | PR: 137760 Submitted by: Sofian Brabez Approved by: maintainer
* Update to 1.1.lx2009-04-042-9/+12
| | | | | | PR: ports/133336 Submitted by: Sofian Brabez <sbrabez@gmail.com> Approved by: lx (maintainer)
* Argh. So, the update notifier was wrong, and 0.2 is not a new releaselx2009-02-023-17/+43
| | | | | | | (of course), but I was fooled because there's a separate project called libssh which *did* just have a new release. 1.0 is the real update. Pointed out by: J. Johnston
* Include appropriate openssl headers.lx2009-02-011-0/+11
|
* Update to 0.2.lx2009-01-312-38/+6
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Update to 0.18.lx2007-12-122-4/+4
|
* Update to 0.17.lx2007-08-092-4/+4
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Updating to 0.15.lx2007-07-083-23/+37
|
* - Provide a patch to fix a bug in the configure script that caused the includeehaupt2006-09-082-1/+15
| | | | | | | | and library directory flags to gcc to be wrong - Bump PORTREVISION PR: 102920 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* - Updating libssh2 to 0.14. Changes:clsung2006-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)
* - Adoptpav2006-05-261-1/+1
| | | | | PR: ports/97860 Submitted by: David Thiel <lx@redundancy.redundancy.org>
* - update to 0.13clsung2006-05-022-5/+4
|
* Update to 0.12mnag2005-11-182-3/+5
| | | | | | | Add SHA256 PR: 89239 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.11.flz2005-07-142-4/+4
| | | | | PR: ports/83401 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Update to 0.10ahze2005-06-162-8/+9
| | | | | PR: ports/82280 Submitted by: Ports Fury
* Fix post-install target.netchild2005-04-231-2/+3
| | | | Noticed by: pointyhat (via kris)
* libssh2 is a library implementing the SSH2 protocol as defined bynetchild2005-04-233-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).