summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2003-08-01don't depend on "swig-python" - this is only needed under certain circumstancesdrochner1-2/+2
explained in the "Advanced Topics" part of the SWIG documentation (as currently built - w/o python version dependency, it is broken anyway) we just need a build dependency on swig-build
2003-08-01This needs to define KERBEROS or the section which adds the right librariesjmc1-1/+2
never gets included and nothing links.
2003-07-31Convert to the bsd.pkg.install.mk framework by honouring PKG_SYSCONFDIR andjmmv2-29/+38
using RCD_SCRIPTS to handle generation and installation of the rc.d script. Convert the rc.d script to the rc.subr framework too. Bump PKGREVISION to 1.
2003-07-31Convert the rc.d script to the rc.subr framework and use RCD_SCRIPTS fromjmmv2-101/+18
bsd.pkg.install.mk to handle its generation and installation. While here, switch to buildlink2. Bump PKGREVISION to 1.
2003-07-30drop unneeded parensgrant1-2/+2
2003-07-30MASTER_SITES and HOMEPAGE gone; comment them out.wiz1-3/+3
2003-07-29add openssl 0.9.7a, as found in Slackware Linux 9.grant1-1/+9
XXX there really must be a better way to (not have to) do this.
2003-07-29Install example file under the examples hierarchy and honour PKG_SYSCONFDIR.jmmv5-21/+37
Bump PKGREVISION to 1.
2003-07-26Avoid null-pointer dereference if getpwuid(getuid()) fails.simonb2-1/+19
2003-07-25With native threads, explicitely disable any GNU pth checking.drochner1-2/+7
Otherwise it gets confused about the library hidden by buildlink.
2003-07-25update to 1.9alpha6drochner2-7/+7
changes: -bugfixes -speed improvements, added benchmark tools -support to RSA key objects for blinding and unblinding data - * Renamed cansign(), canencrypt(), hasprivate(), to can_sign, can_encrypt, has_private. -* Many randpool changes.
2003-07-25+py-m2cryptodrochner1-1/+2
2003-07-25Now that we have openssl-0.97 it makes sense to importdrochner4-0/+116
m2crypto-0.11, a crypto and SSL toolkit for Python.
2003-07-24Bump ${PKGREVISION} for re-enabled kerberos support.jwise1-1/+2
2003-07-24Fix kerberos support in this package (kerberos support in the Makefilejwise1-6/+10
was commented out because it didn't work with recent openssh, is now fiexed and commented back in). This support is conditional on ${KERBEROS} being set, and currently enables support for both kerberos 4 and 5. This should be refined. This has been tested and confirmed on -current and 1.6. Testing on other platforms (if any? solaris?) in which we support kerberos in pkgsrc should be done.
2003-07-24Make difference between this package and ../openssh clearer in DESCR andjwise2-9/+7
COMMENT, and add comment to Makefile explaining why we copy, rather than source, files from ../openssh.
2003-07-24Import package for openssh+gssapi, which is openssh-3.6.1p2 with versionjwise15-0/+541
20030430 of the GSSAPI patches from http://www.sxw.org.uk/computing/patches/openssh.html . From the site: The patches on this page are concerned with adding support for authenticating users via their Kerberos credentials, and allowing authenticated users to forward their credentials to a remote machine over ssh. These patches are against various versions of the OpenSSH portable code. SSH has both a legacy protocol version 1, and a newer, protocol version 2 (which is being standardised in the IETF). Techniques exist for performing Kerberos authentication over both protocols, and GSSAPI authentication over protocol version 2. In this package standard ssh support for kerberos versions 4 and 5 is kept for version 1 of the ssh protocol (openssh does not support kerberos 4 in ssh protocol version 2). These patches, which provide a much more thorough implementation of kerberos 5 support than that shipped with openssh, are pkg'ed here with an eye toward evaluation of their usefullness for inclusion in the base os.
2003-07-24Add openssh+gssapi.jwise1-1/+2
2003-07-24Mark conflicts with openssh+gssapi.jwise3-3/+6
2003-07-24Add support for OpenSSL 0.9.7b shipped with NetBSD-current.tron1-1/+9
2003-07-23Better INSTALL_* fix for PR pkg/22234 by Jonathan Perkin.salo4-14/+53
Use buildlink2. ONLY_FOR_PLATFORM -> NOT_FOR_PLATFORM (*BSD have skey in base system.) Workaround a bug in GCC on sparc64. Whitespace.
2003-07-23Fix installation permissions using the right install commands. Also avoidjmmv2-1/+36
making some directories that are automatically created by mtree. Patch provided in PR pkg/22234 by Jonathan Perkin.
2003-07-23Let the COMMENT be plural: the package provides multiple utilities.jmmv1-2/+2
2003-07-23Make descriptions and comments a bit different between pgp2 and pgp5,jmmv4-4/+8
as proposed in PR pkg/22227 by reed@reedmedia.net.
2003-07-22Remove fallout from ruby-openssl mis-reimport.wiz1-11/+0
2003-07-22Remove ruby-ossl since it was back to ruby-openssl.taca4-50/+0
Since "ossl" is only distribution file's name and real library name is "openssl", ruby-openssl is better name. I was much confused yesterday. name
2003-07-22Delete ruby-ossl and add ruby-openssl.taca1-2/+2
2003-07-22Re-add ruby-openssl 0.1.4.1 package: back out ruby-openssl => ruby-ossl.taca4-0/+50
2003-07-22Re-import security/ruby-openssl 0.1.4.1.taca2-10/+12
2003-07-21Update ruby-ossl package to 0.1.4.1 (0.1.4a).taca1-17/+0
Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * ossl-0.1.4a released Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * extconf.rb: check CRYPTO_malloc for libcrypto. * ossl.h: include <openssl/bn.h>. * ossl_bn.c: use BN_CTX_new instead of BN_CTX_init. * ossl_cipher.c: NIDs of AES were changed. * ossl_x509store.c: alias add_cert add_trusted. * lib/net/https.rb: follow HTTPResponse.read_new's incompatiplity. Tue, 15 Jul 2003 04:48:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * ossl-0.1.4 released Tue, 15 Jul 2002 04:19:44 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * openssl_missing.h: add MS_CALLBACK. * extconf.rb: should check <openssl/e_os.h>. * ossl.h: check HAVE_OPENSSL_E_OS_H. * net/https.rb: follow ruby-1.8.
2003-07-21Update ruby-ossl package to 0.1.4.1 (0.1.4a).taca2-7/+7
Add conflict with its older name, ruby-openssl package. Thanks to advise by a private mail from wiz. Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * ossl-0.1.4a released Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * extconf.rb: check CRYPTO_malloc for libcrypto. * ossl.h: include <openssl/bn.h>. * ossl_bn.c: use BN_CTX_new instead of BN_CTX_init. * ossl_cipher.c: NIDs of AES were changed. * ossl_x509store.c: alias add_cert add_trusted. * lib/net/https.rb: follow HTTPResponse.read_new's incompatiplity. Tue, 15 Jul 2003 04:48:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * ossl-0.1.4 released Tue, 15 Jul 2002 04:19:44 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * openssl_missing.h: add MS_CALLBACK. * extconf.rb: should check <openssl/e_os.h>. * ossl.h: check HAVE_OPENSSL_E_OS_H. * net/https.rb: follow ruby-1.8.
2003-07-21COMMENT should start with a capital letter.martti28-56/+56
2003-07-21COMMENT should start with a capital letter.martti27-54/+54
2003-07-21Deleted ruby-openssl since it renamed to ruby-ossl.taca5-68/+0
2003-07-21remove ruby-openssl and add ruby-ossl.taca1-2/+2
2003-07-21Re-import security/ruby-openssl as security/ruby-ossl for changingtaca5-0/+67
the package name.
2003-07-18Updated keychain to 2.0.3martti4-12/+14
- Added keychain man page - Fixed bugs with displaying colors for keychain --help - Added a $grepopts to fix the grepping for a pid on cygwin - Added a TODO document color fix based on submission by Luke Holden
2003-07-17s/netbsd.org/NetBSD.org/grant112-224/+224
2003-07-13Update DEPENDS.wiz1-3/+4
2003-07-13@dirrm libexec/crack.wiz1-1/+2
2003-07-13PKGREVISION bump for libiconv update.wiz11-17/+22
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-12$NetBSD$itojun4-4/+10
2003-07-12upgrade to 20030711 snapshot. (compiles at least on 1.6.1, not tested on 1.5)itojun5-6/+103
bunch of stability fixes
2003-07-12Update p5-Digest-MD5 to version 2.24zuntum2-5/+5
Changes: 2003-03-09 Gisle Aas <gisle@ActiveState.com> Release 2.24 Don't let the $^W test get confused by lexical warnings. Sync up with bleadperl; safer patchlevel include. 2003-01-18 Gisle Aas <gisle@ActiveState.com> Release 2.23 Override INSTALLDIRS for 5.8 as suggested by Guido Ostkamp <Guido.Ostkamp@t-online.de>.
2003-07-12Update p0f to version 1.8.3zuntum4-14/+17
Changelog: 1.8.3 (Feb 6, 2003) - Lots of new signatures - URL's for papers and sites with information on fingerprinting. - Information on the windows/Cygwin port. .exe for 1.8.3 will show up soon. 1.8.2.2 (May 13, 2002) - Rechecked version numbers. (Bill) - Mysql cleanup and integration - Mysql quickstart (Marion) 1.8.2.1 (May 12, 2002) - Mysql Support Added (Evrim ULU <evrim@core.gen.tr>) - FPS Buffer Length increased from 120 to 150 (Evrim) - p0f-mysql.conf config file added for mysql connectivity (Evrim) - parser for p0f.fp was corrected. It was including wwww:ttt: ... line in the comments. (Evrim) - mysql/db.sql file is included for creation of db tables (Evrim) - Makefile.mysql is added - no gnu autoconf support yet. (Evrim) - New RedHat 7.0 Beta Fischer FP added. (Evrim) - Max fingerprints raised to 5000 for the moresigs project. (Bill)
2003-07-09Remove NO_MTREE=yesaymeric1-2/+1
It broke installation of audit-packages as the first package in the system. Okayed by Alistair.
2003-07-06Update ruby-openssl package from 0.1.3.taca3-6/+25
- ad hoc fix build problem on NetBSD current. - changes from 0.1.2a: Tue, 10 Dec 2002 02:32:54 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * ossl-0.1.3 released Mon, 9 Dec 2002 22:26:15 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * x509name.c: let initialize() give a Array instead of a Hash. to_a is implemented and to_h is deprecated. * openssl.rb: X509::Name is refined. Mon, 9 Dec 2002 20:21:32 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org> * ossl.c: use ruby_unsetenv() instead of unsetenv(). * ssl.c: the return value of SSL_read/SSL_write is int (not size_t). This fix is suggested by matz. ([ruby-list:36721]) Mon, 28 Oct 2002 10:39:43 +0100 -- Michal Rokos <m.rokos@sh.cvut.cz> * LICENCE: update to latest Ruby's * extconf.rb: fix to make it work under Ruby 1.7.3 * pkey.c: fix MACRO * ChangeLog: changed style
2003-07-02Do not hardcode /usr/pkg in patch files.jmmv2-4/+4
2003-07-02style nits, join two .if's.grant1-8/+6