summaryrefslogtreecommitdiff
path: root/security/libssh/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Update libssh to 0.7.3:wiz1-3/+3
version 0.7.3 (released 2016-01-23) * Fixed CVE-2016-0739 * Fixed ssh-agent on big endian * Fixed some documentation issues
2015-11-18Pass pkglint.christos1-11/+13
2015-11-17update to 0.72 since the previous versions have known security issues.christos1-3/+3
2013-02-01Update libssh to (upstream) 0.5.4 == (our) 0.54.is1-6/+13
(We need to keep the old numbering syntax to make versions compare correctly.) There are only two consumers in pkgsrc; one of them (remmina and remmina-plugins) actually needed library version 0.4 or later, and didn't build the ssh/sftp/nx plugins without. Hydra is also supposed to build with 0.4.x and later.) Upstream changelogs: 0.5.4: CVE-2013-0176 - NULL dereference leads to denial of service Fixed several NULL pointer dereferences in SSHv1. Fixed a free crash bug in options parsing. and for completeness 0.5.3: This is an important SECURITY and maintenance release in order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561 and CVE-2012-4562. CVE-2012-4559 - Fix multiple double free() flaws CVE-2012-4560 - Fix multiple buffer overflow flaws CVE-2012-4561 - Fix multiple invalid free() flaws CVE-2012-4562 - Fix multiple improper overflow checks (...) Suggested by Noud de Brouwer in wip/libssh and PR pkg/47518, but needed some changes to PLIST as well as to make "pkg_admin audit" and updates compare correctly.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2006-02-05Update PLIST that was missed in the recent updateadrianp1-2/+3
2005-04-17The ssh library was designed to be used by programmers needing a workingadrianp1-0/+10
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).