Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-09 | Update mcrypt to 2.5.10. Changes from version 2.5.5 include: | jlam | 3 | -20/+19 | |
- Bug fixes - Updated magic file (for file(1) program) - Updated locales | |||||
2001-10-09 | Include libtool/buildlink.mk since libmcrypt.so is linked against libltdl. | jlam | 1 | -1/+3 | |
2001-10-09 | Update mhash to version 0.8.9. Changes from version 0.8.3 include: | jlam | 3 | -7/+42 | |
- Bug fixes - MD4 and MD5 now compile on big endian machines - TIGER now compiles on big endian machines. - Corrected Tiger implementation - Added MD4, TIGER128 and TIGER160 - added mhash_hmac_end_m() and mhash_end_m() functions which allow to specify the malloc function. - added mhash_cp() - Copy a context - added mhash_get_mhash_algo() - Returns the name of the algorithm of the context | |||||
2001-10-09 | Update libmcrypt to 2.4.17. Changes from version 2.4.7 include: | jlam | 5 | -129/+107 | |
- Bug fixes and memory leaks - Added new modes: nCFG - Due to an endianness handling problem Blowfish algorithm was not compatible with other implementations. Now it has been corrected. If you want to access the old algorithm used use the "blowfish-compat" module. - Corrected bug in rijndael-256. This makes the algorithm incompatible with previous versions. | |||||
2001-10-09 | Add buildlink.mk file for use by other package Makefiles. | jlam | 1 | -0/+34 | |
2001-10-07 | It is Size (krb4-1.0.9.tar.gz) and not Size (krb4-1.0.1.tar.gz). | veego | 1 | -2/+2 | |
Looks like the last commiter didn't use make makesum. | |||||
2001-10-04 | Apply patch from 14155 by Sen Nagata. | wiz | 1 | -4/+4 | |
2001-10-03 | Correct depends. Finally fixes PR/14137. | mjl | 1 | -3/+3 | |
2001-10-03 | more strict wildcard usage on depends | hubertf | 1 | -4/+4 | |
2001-10-03 | Be more careful about wildcards: -* => -[0-9]* | hubertf | 5 | -38/+38 | |
Noted in PR 14137 (p5-Crypt-DSA) and 14139 (p5-Crypt-RSA) | |||||
2001-10-02 | p5-Convert-ASCII-Armor was checked in to textproc/ | mcr | 1 | -2/+2 | |
2001-10-02 | p5-Convert-PEM was checked in to textproc/ | mcr | 1 | -2/+2 | |
2001-10-02 | Fix dep on MD5 by substituting Digest::MD5 and appropriate changes. | mjl | 4 | -3/+42 | |
Part of PR/14127 by Sen Nagata. | |||||
2001-10-02 | Shouldn't be here. | wiz | 1 | -1/+0 | |
2001-10-01 | Add 7 packages (hi Michael!), sort all. | wiz | 1 | -3/+10 | |
2001-10-01 | pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP | mcr | 4 | -0/+35 | |
2001-10-01 | pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP | mcr | 4 | -0/+31 | |
2001-10-01 | pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP | mcr | 8 | -0/+78 | |
2001-10-01 | pkg from sen_ml@eccosys.com | mcr | 5 | -0/+48 | |
2001-09-30 | pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP | mcr | 8 | -0/+70 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 21 | -58/+58 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-09-27 | Update uvscan-dat to 4163. Changes are updated virus definitions and some | rh | 3 | -10/+17 | |
fixes to the update script: - correctly parse the new readme.txt files - be verbose only if -v option is given (for cron-lovers) - optional parameter to specify an alternate download location | |||||
2001-09-27 | Note addition of security/p5-IO-Socket-SSL. | jlam | 1 | -1/+2 | |
2001-09-27 | p5-IO-Socket-SSL - perl5 SSL socket interface class | jlam | 4 | -0/+27 | |
IO::Socket::SSL is a class implementing an object-oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods as well as SSL-specific methods. Provided in pkg/14036 by Sen Nagata <sen@eccosys.com>. | |||||
2001-09-27 | This package requires a relatively recent OpenSSL installation. | jlam | 1 | -1/+3 | |
2001-09-27 | Note addition of security/p5-Net-SSLeay. | jlam | 1 | -1/+2 | |
2001-09-27 | p5-Net-SSLeay - perl5 module for using OpenSSL | jlam | 4 | -0/+30 | |
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. Provided in pkg/14035 by Sen Nagata <sen@eccosys.com>. | |||||
2001-09-27 | upgrade to 2.9.9p2. a security hole was plugged | itojun | 5 | -48/+48 | |
(ssh protocol v2 access control). | |||||
2001-09-20 | Enable p5-Crypt-{Twofish,Rijndael,RIPEMD160} | mjl | 1 | -1/+4 | |
2001-09-20 | Initial import of p5-Crypt-RIPEMD160, as provided by Sen Nagata. | mjl | 4 | -0/+26 | |
2001-09-20 | Initial import of p5-Crypt-Rijndael, as provided by Sen Nagata. | mjl | 4 | -0/+27 | |
2001-09-20 | Initial import of p5-Crypt-Twofish, as provided by Sen Nagata. | mjl | 4 | -0/+27 | |
2001-09-19 | Make it work under 1.5. Patch by Martti Kuparinen from pkg/14010. | wiz | 3 | -5/+15 | |
Update to 1.2nb1. | |||||
2001-09-19 | Update to 2.16, as suggested by Sen Nagata. | mjl | 2 | -5/+5 | |
2001-09-19 | Add p5-Digest-MD2, p5-Digest-MD4, p5-Digest-SHA1 | mjl | 1 | -1/+4 | |
2001-09-19 | Initial import of p5-Digest-MD4, as provided by Sen Nagata on tech-pkg. | mjl | 4 | -0/+26 | |
2001-09-19 | Conflict with MD5 <= 2.12 | mjl | 1 | -2/+2 | |
2001-09-19 | Initial import of p5-Digest-SHA1, as provided by Sen Nagata in PR/13986. | mjl | 4 | -0/+29 | |
2001-09-19 | Initial import of p5-Digest-MD2, as provided by Sen Nagata in PR/13986. | mjl | 4 | -0/+29 | |
2001-09-15 | Add and enable keychain | wiz | 1 | -1/+2 | |
2001-09-15 | Initial import of keychain package provided by Martti Kuparinen in pkg/13931. | wiz | 5 | -0/+135 | |
DESCR: Keychain is a shell script which acts as user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session. Please study the documentation on the keychain website carefully since incorrect usage of this script may have certain security implementations. | |||||
2001-09-15 | Update to qident-1.2. Changes since 1.0: | ad | 2 | -5/+5 | |
- NetBSD 1.5 and earlier doesn't have getprogname(). - Fix typo in manual page. - Remove debug crud. - unistd.h, not getopt.h. | |||||
2001-09-14 | Update to 0.2.1, as requested in pkg/13772. | wiz | 4 | -34/+16 | |
Changes since last version, from the NEWS file: AMaViS 0.2.1 relesed. We improved qmail support and added support for exim and postfix and a hack for sendmail to scan outgoing/relayed mail, too. Added support for several anti-virus programs. Lots of other improvements and bug fixes. Read ChangeLog for full details. | |||||
2001-09-14 | Super bump the major numbers for libssl and libcrypto so that they don't | skrll | 3 | -13/+13 | |
conflict with the -current versions. | |||||
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 2 | -4/+4 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-09-08 | Various changes: mostly removing 'WWW:' lines, since that's what we have | wiz | 4 | -5/+1 | |
the HOMEPAGE variable for, as well as some grammar and spelling fixes. | |||||
2001-09-02 | Add note to run nessus-adduser etc. | hubertf | 1 | -1/+5 | |
2001-08-31 | upgrade to the latest (20010831a). a lot of bug fixes after helsinki IPsec/IKE | itojun | 3 | -13/+13 | |
bakeoff. | |||||
2001-08-30 | Record libssl dependency on libcrypt. | skrll | 2 | -5/+5 | |
This allows a mixture of 1.5.x openssl (version<0.9.5) and security/openssl (version>=0.9.6) to actually work. | |||||
2001-08-30 | Fix version logic in 0.9.6a case. | skrll | 1 | -2/+2 | |