Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-01-27 | DragonFly has libutil.h like FreeBSD. Include sys/time.h to get | joerg | 5 | -14/+63 | |
struct timeval on DragonFly. Use BSD_INSTALL_PROGRAM, removing the unportable -r flag at the same time. Fix build with newer OpenSSL versions by including openssl/sha.h explicitly. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-15 | Convert to set USE_OLD_DES_API=yes, and remove unnecessary patches to | jlam | 5 | -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-04 | Too many (un)signed char problems on -current: turn off -Werror. | wiz | 1 | -1/+3 | |
2004-11-12 | Adjust the warning flags so that this pkg builds when using the | kristerw | 1 | -1/+4 | |
security/openssl package. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-25 | use buildlink3, expose hidden dependency on openssl. | grant | 1 | -1/+4 | |
2003-10-31 | Make the package build when using gcc 3.3. | kristerw | 3 | -4/+27 | |
Fixes part of PR pkg/22873. | |||||
2003-10-28 | Fix some harmless compiler warnings on NetBSD current (since this | kristerw | 7 | -1/+122 | |
package is built with -Wall) | |||||
2003-09-21 | Check openssl version and use new DES api if >= 0.9.7. Allows build to | jmc | 5 | -2/+372 | |
work on -current again. Bump PKGREVISION | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-05-20 | Initialize a variable to make it compile with gcc 2.95.3. Closes pkg/15832. | wiz | 2 | -1/+15 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-20 | s/www.fressh.com/www.fressh.org/ | mason | 1 | -2/+2 | |
2001-02-20 | Update fressh to 0.8.1. Unfortunately, no change log is available, but | fredb | 2 | -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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-12 | Initial import of fressh 0.8 into the NetBSD Packages Collection. | agc | 7 | -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. |