92d0 FreshPorts -- security/libssh
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libssh 0.5.2_1 security on this many watch lists=7 search for ports that depend on this port
Library implementing the SSH1 and SSH2 protocol
Maintained by: fluffy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Apr 2009 18:02:49
Also Listed In: devel
License: LGPL21


The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client is
made by the programmer. With libssh, you can remotely execute programs, transfer
files, use a secure and transparent tunnel for your remote programs.
With its Secure FTP implementation, you can play with remote files easily,
without third-party programs others than libcrypto (from openssl).

libssh features:

 * Full C library functions for manipulating a client-side SSH connection
 * SSH2 and SSH1 protocol compliant
 * Fully configurable sessions
 * Server support, SSH agent authentication support
 * Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode
 * Use multiple SSH connections in a same process, at same time
 * Use multiple channels in the same connection
 * Thread safety when using different sessions at same time
 * POSIX-like SFTP implementation with openssh extension support
 * SCP implementation
 * RSA and DSS server public key supported
 * Compression support (with zlib)
 * Public key (RSA and DSS), password and keyboard-interactive authentication

WWW: http://www.libssh.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/cmake
Required To Run:
  1. security/openssl

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/security/libssh/ && make install clean
To add the package: pkg_add -r libssh


Configuration Options
===> The following configuration options are available for libssh-0.5.2_1:
     GCRYPT=off: Build with libgcrypt
     SSH1=off: Build with SSH1 support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
  10. http://www.libssh.org/files/0.5/

Number of commits found: 25

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 May 2013 16:36:41
Original commit files touched by this commit  0.5.2_1
ehaupt search for other commits by this committer
Chase security/libgcrypt update
29 Mar 2013 19:33:42
Original commit files touched by this commit  0.5.2
cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
22 Mar 2013 20:06:15
Original commit files touched by this commit  0.5.2
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
05 Mar 2013 17:07:44
Refresh Original commit files touched by this commit
  Sanity Test Failure
miwi search for other commits by this committer
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
19 Feb 2013 13:12:37
Original commit files touched by this commit  0.5.2
fluffy search for other commits by this committer
- Adopt ports from avl@ to myself by his request

Approved by:	maintainer via IM
18 Apr 2012 23:56:46
Original commit files touched by this commit  0.5.2
avl search for other commits by this committer
- Update to 0.5.2
03 Jul 2011 11:40:49
Original commit files touched by this commit  0.4.8_1
swills search for other commits by this committer
- Chase the libgcrypt shared lib version
27 Jan 2011 09:36:41
Original commit files touched by this commit  0.4.8
avl search for other commits by this committer
- Update to 0.4.8
- Remove BSD license, this library is distributed under LGPL21 license

Feature safe:   yes
30 Dec 2010 03:13:02
Original commit files touched by this commit  0.4.7
avl search for other commits by this committer
- Update to 0.4.7
- The libssh library is distributed under LGPL21 license
05 Dec 2010 06:02:49
Original commit files touched by this commit  0.4.6_1
avl search for other commits by this committer
- Install a static version of the library [1]
- Fix slow response in Remmina SSH [2]
- Remove MD5 checksum from distinfo

PR:             ports/151653 [1]
Submitted by:   Ronald F.Guilmette <rfg AT tristatelogic.com> [1]
Obtained from:  libssh git [2]
12 Sep 2010 13:37:21
Original commit files touched by this commit  0.4.6
avl search for other commits by this committer
- Update to 0.4.6
05 Aug 2010 02:51:51
Original commit files touched by this commit  0.4.5
avl search for other commits by this committer
- Update to 0.4.5
- Add license information
27 Jul 2010 01:25:20
Original commit files touched by this commit  0.4.4_1
wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
11 Jun 2010 00:13:52
Original commit files touched by this commit  0.4.4
avl search for other commits by this committer
- Update to 0.4.4
26 Mar 2010 08:31:47
Original commit files touched by this commit  0.4.2
avl search for other commits by this committer
- Update to 0.4.2
- Add option for SSH1 support
14 Feb 2010 04:23:45
Original commit files touched by this commit  0.4.1
avl search for other commits by this committer
- Update to 0.4.1
14 Dec 2009 02:05:56
Original commit files touched by this commit  0.4.0
avl search for other commits by this committer
- Update to 0.4.0

Thanks to:      fluffy@
17 Sep 2009 22:27:37
Original commit files touched by this commit  0.3.4
avl search for other commits by this committer
- Update to 0.3.4

Approved by:    tabthorpe, glarkin (mentors, implicit)
Feature safe:   yes
29 Aug 2009 15:53:22
Original commit files touched by this commit  0.3.3
avl search for other commits by this committer
- Update to 0.3.3

Approved by:    tabthorpe (mentor)
20 Aug 2009 18:01:27
Original commit files touched by this commit  0.3.2
tabthorpe search for other commits by this committer
- Update to 0.3.2

PR:             ports/137549
Submitted by:   Sylvio Cesar <scjamorim bsd.com.br>
Approved by:    maintainer implicit
23 Jul 2009 23:42:01
Original commit files touched by this commit  0.3.1
avl search for other commits by this committer
- Attempt to fix build on FreeBSD 8.x

Reported by:    pointyhat via erwin
Approved by:    tabthorpe (mentor)
15 Jul 2009 13:54:56
Original commit files touched by this commit  0.3.1
avl search for other commits by this committer
- Update to 0.3.1

Approved by:    tabthorpe (mentor)
13 Jul 2009 12:57:26
Original commit files touched by this commit  0.3.0
avl search for other commits by this committer
- Update to 0.3.0

Approved by:    tabthorpe (mentor)
28 May 2009 20:44:16
Original commit files touched by this commit  0.2
avl search for other commits by this committer
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
12 Apr 2009 17:47:48
Original commit files touched by this commit  0.2
lwhsu search for other commits by this committer
Add libssh 0.2, a library implementing the SSH1 and SSH2 protocol.

PR:             ports/133657
Submitted by:   Alexander Logvinov <ports at logvinov.com>

Number of commits found: 25

2847
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24516
Broken 217
Deprecated 472
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours6
new 7 days22
new fortnight74
new month205

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0