summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2001-10-09Update mcrypt to 2.5.10. Changes from version 2.5.5 include:jlam3-20/+19
- Bug fixes - Updated magic file (for file(1) program) - Updated locales
2001-10-09Include libtool/buildlink.mk since libmcrypt.so is linked against libltdl.jlam1-1/+3
2001-10-09Update mhash to version 0.8.9. Changes from version 0.8.3 include:jlam3-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-09Update libmcrypt to 2.4.17. Changes from version 2.4.7 include:jlam5-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-09Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-10-07It is Size (krb4-1.0.9.tar.gz) and not Size (krb4-1.0.1.tar.gz).veego1-2/+2
Looks like the last commiter didn't use make makesum.
2001-10-04Apply patch from 14155 by Sen Nagata.wiz1-4/+4
2001-10-03Correct depends. Finally fixes PR/14137.mjl1-3/+3
2001-10-03more strict wildcard usage on dependshubertf1-4/+4
2001-10-03Be more careful about wildcards: -* => -[0-9]*hubertf5-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/mcr1-2/+2
2001-10-02 p5-Convert-PEM was checked in to textproc/mcr1-2/+2
2001-10-02Fix dep on MD5 by substituting Digest::MD5 and appropriate changes.mjl4-3/+42
Part of PR/14127 by Sen Nagata.
2001-10-02Shouldn't be here.wiz1-1/+0
2001-10-01Add 7 packages (hi Michael!), sort all.wiz1-3/+10
2001-10-01 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr4-0/+35
2001-10-01 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr4-0/+31
2001-10-01 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr8-0/+78
2001-10-01 pkg from sen_ml@eccosys.commcr5-0/+48
2001-09-30 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr8-0/+70
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam21-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-27Update uvscan-dat to 4163. Changes are updated virus definitions and somerh3-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-27Note addition of security/p5-IO-Socket-SSL.jlam1-1/+2
2001-09-27p5-IO-Socket-SSL - perl5 SSL socket interface classjlam4-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-27This package requires a relatively recent OpenSSL installation.jlam1-1/+3
2001-09-27Note addition of security/p5-Net-SSLeay.jlam1-1/+2
2001-09-27p5-Net-SSLeay - perl5 module for using OpenSSLjlam4-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-27upgrade to 2.9.9p2. a security hole was pluggeditojun5-48/+48
(ssh protocol v2 access control).
2001-09-20Enable p5-Crypt-{Twofish,Rijndael,RIPEMD160}mjl1-1/+4
2001-09-20Initial import of p5-Crypt-RIPEMD160, as provided by Sen Nagata.mjl4-0/+26
2001-09-20Initial import of p5-Crypt-Rijndael, as provided by Sen Nagata.mjl4-0/+27
2001-09-20Initial import of p5-Crypt-Twofish, as provided by Sen Nagata.mjl4-0/+27
2001-09-19Make it work under 1.5. Patch by Martti Kuparinen from pkg/14010.wiz3-5/+15
Update to 1.2nb1.
2001-09-19Update to 2.16, as suggested by Sen Nagata.mjl2-5/+5
2001-09-19Add p5-Digest-MD2, p5-Digest-MD4, p5-Digest-SHA1mjl1-1/+4
2001-09-19Initial import of p5-Digest-MD4, as provided by Sen Nagata on tech-pkg.mjl4-0/+26
2001-09-19Conflict with MD5 <= 2.12mjl1-2/+2
2001-09-19Initial import of p5-Digest-SHA1, as provided by Sen Nagata in PR/13986.mjl4-0/+29
2001-09-19Initial import of p5-Digest-MD2, as provided by Sen Nagata in PR/13986.mjl4-0/+29
2001-09-15Add and enable keychainwiz1-1/+2
2001-09-15Initial import of keychain package provided by Martti Kuparinen in pkg/13931.wiz5-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-15Update to qident-1.2. Changes since 1.0:ad2-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-14Update to 0.2.1, as requested in pkg/13772.wiz4-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-14Super bump the major numbers for libssl and libcrypto so that they don'tskrll3-13/+13
conflict with the -current versions.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-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-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz4-5/+1
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-02Add note to run nessus-adduser etc.hubertf1-1/+5
2001-08-31upgrade to the latest (20010831a). a lot of bug fixes after helsinki IPsec/IKEitojun3-13/+13
bakeoff.
2001-08-30Record libssl dependency on libcrypt.skrll2-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-30Fix version logic in 0.9.6a case.skrll1-2/+2