aboutsummaryrefslogtreecommitdiffstats
path: root/security/dropbear
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.46clement2005-07-112-4/+4
|
* - Update to 0.44clement2005-01-095-28/+16
|
* Security fix.clement2004-07-313-15/+5
| | | | | | | - Update to 0.43 This release fixes a DSS verification vulnerability. See: http://www.freebsd.org/ports/portaudit/0316f983-dfb6-11d8-9b0a-000347a4fa7d.html
* - SIZEify distinfoclement2004-02-081-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - Update to 0.41clement2004-01-212-2/+2
|
* - Update to 0.40clement2004-01-143-8/+12
| | | | Approved by: erwin (mentor) (implicitly)
* - Update my email addressclement2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* - Update to version 0.39krion2003-12-175-30/+39
| | | | | PR: 60296 Submitted by: maintainer
* Update to 0.38erwin2003-10-125-9/+60
| | | | | PR: 57866 Submitted by: maintainer
* [maintainer patch] security/dropbear: Change fetch locationedwin2003-10-061-1/+1
| | | | | | | | | | | I'm rearranging the files a bit on the Dropbear site to avoid problems with links going away for previous versions, would you be able to change the source url for Dropbear to be the package in the http://matt.ucc.asn.au/dropbear/releases/ directory, rather than just the /dropbear/ dir? PR: ports/57643 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - Update to version 0.37krion2003-09-252-2/+4
| | | | | PR: 57188 Submitted by: maintainer
* [new port] security/dropbear: a lightweight SSH2 serveredwin2003-09-084-0/+55
Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports: * Main features of SSH 2 protocol * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication WWW: http://matt.ucc.asn.au/dropbear/dropbear.html PR: ports/55795 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>