summaryrefslogtreecommitdiff
path: root/security/fressh
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-15Convert to set USE_OLD_DES_API=yes, and remove unnecessary patches tojlam5-372/+4
teach fressh how to use either DES API. Bump PKGREVISION since on NetBSD>=2.0, fressh gains a library dependency on -ldes.
2004-12-04Too many (un)signed char problems on -current: turn off -Werror.wiz1-1/+3
2004-11-12Adjust the warning flags so that this pkg builds when using thekristerw1-1/+4
security/openssl package.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-25use buildlink3, expose hidden dependency on openssl.grant1-1/+4
2003-10-31Make the package build when using gcc 3.3.kristerw3-4/+27
Fixes part of PR pkg/22873.
2003-10-28Fix some harmless compiler warnings on NetBSD current (since thiskristerw7-1/+122
package is built with -Wall)
2003-09-21Check openssl version and use new DES api if >= 0.9.7. Allows build tojmc5-2/+372
work on -current again. Bump PKGREVISION
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-05-20Initialize a variable to make it compile with gcc 2.95.3. Closes pkg/15832.wiz2-1/+15
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-20s/www.fressh.com/www.fressh.org/mason1-2/+2
2001-02-20Update fressh to 0.8.1. Unfortunately, no change log is available, butfredb2-4/+4
from diffs, it appears to be a bug fix release. The old distfile is not available either. Closes PR pkg/12247.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-12Initial import of fressh 0.8 into the NetBSD Packages Collection.agc7-0/+47
FreSSH is a free implementation of the SSH communication protocol. It is compact, modular, portable, and designed for security and performance. It is a completely new implementation. Unlike various other SSH implementations already available for Unix, it does not trace its ancestry to the original SSH code written by Tatu Ylonen. FreSSH currently implements SSH protocol version 1.5, with extensions which offer enhanced security when both sides of a connection are running FreSSH.