aboutsummaryrefslogtreecommitdiff
path: root/security/libssh2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.David Thiel2009-04-032-9/+12
| | | | | | | | | PR: ports/133336 Submitted by: Sofian Brabez <sbrabez@gmail.com> Approved by: lx (maintainer) Notes: svn path=/head/; revision=231559
* Argh. So, the update notifier was wrong, and 0.2 is not a new releaseDavid Thiel2009-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 Notes: svn path=/head/; revision=227415
* Include appropriate openssl headers.David Thiel2009-01-311-0/+11
| | | | Notes: svn path=/head/; revision=227278
* Update to 0.2.David Thiel2009-01-312-38/+6
| | | | Notes: svn path=/head/; revision=227245
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Update to 0.18.David Thiel2007-12-112-4/+4
| | | | Notes: svn path=/head/; revision=202988
* Update to 0.17.David Thiel2007-08-092-4/+4
| | | | Notes: svn path=/head/; revision=197364
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* Updating to 0.15.David Thiel2007-07-083-23/+37
| | | | Notes: svn path=/head/; revision=195188
* - 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