summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-05-05Switch to buildlink2 again... java packages are not ready for bl3.xtraeme1-2/+2
2004-05-05+antonymtv1-1/+2
2004-05-05antonym 1.9. From the DESCR:tv7-0/+107
Many people use anonymous pseudonyms to send and receive mail that cannot be traced to them. This program is for people who know what the pseudonyms (shortened to 'nyms' from here on) are, understand how they work, and wish to make their use a little easier. Antonym supports the following functions: * Generating a create or modify block for a given reply path * Decrypting a message sent to a particular nym * Generating random passwords or text phrases * Encrypting mails to be sent to nymservers * Encrypting mails to be sent to anonymous remailers * Calculating statistics about a given remailer chain
2004-05-05bl3ifyrecht1-2/+2
2004-05-05bl3ify and also allow Python 2.3-pth to be usedrecht1-5/+5
2004-05-03Convert to buildlink3.snj10-101/+81
2004-05-02Enable md5 passwords support in Linux. This closes PR pkg/25322 byxtraeme1-1/+4
Piotr Meyer.
2004-05-02Update to 0.4.1:jmmv4-36/+20
This release includes some HIG compliance improvements to the dialogs and other fixes (like a working .desktop file).
2004-05-02Update to version 2.10.heinz2-5/+5
Changes since 2.07 ================== Release 2.10 Restore compatibility with perl-5.004 and perl-5.005. Release 2.09 The 2.08 release did not compile with a threaded debugging perl, because assert() then needs my_perl. Fixed by commenting out the asserts. Release 2.08 Enable PERL_NO_GET_CONTEXT for more more efficient execution on a threaded perl. Fix up md5 references. Patch by Ville Skyttä <ville.skytta@iki.fi>.
2004-05-02Update to version 1.08.heinz2-6/+6
Changes since 1.06 ================== 2004-04-29 Gisle Aas <gisle@ActiveState.com> Release 1.08 Make Digest->new("CRC-16"), Digest->new("CRC-32") and Digest->new("CRC-CCITT") work. Patch by Oliver Maul <oliver@maul.tv>. Release 1.07 Updated benchmark.
2004-04-30libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.tv3-3/+6
2004-04-29Disable the pth-test, since it doesn't work correctly (bl3 problem?)wiz1-1/+3
on systems still needing pth.
2004-04-29Precreate the include/gnutls directory to fix installation. Dunno how thisjmmv1-1/+4
worked before (maybe the joys of make replace did not expose the problem)... Fixes PR pkg/25304.
2004-04-29Add and enable gpass.jmmv1-1/+2
2004-04-29Initial import of gpass, version 0.4:jmmv6-0/+106
GPass is a simple GNOME application that lets you manage a collection of passwords. The password collection is stored in an encrypted file, protected by a master-password. Features include: * Clean and easy-to-use user interface. * Quick-search facility. * Username and password may easily be copied to the clipboard. * Encryption is done using the OpenSSL cryptographic library. * The built-in password generator helps you generate secure passwords.
2004-04-28Fix small typo.darcy1-1/+1
2004-04-28* Bl3ify.uebayasi1-11/+6
* Enable pkgviews installation. * Obsolete PRIV_CONF_DIR and follow PKG_SYSCONFDIR, the standard.
2004-04-28The buildlink3.mk file for the Kerberos 5 implementation used willjlam1-2/+1
automatically pass the correct -I flags to the compiler.
2004-04-28This version of OpenSSH actually no longer supports building withjlam1-7/+1
Kerberos 4 support, so remove those Makefile checks.
2004-04-28Fix up OpenSSH sources to allow building with S/Key support on NetBSD asjlam5-10/+55
well. Bump the PKGREVISION. XXX The right fix is to create a autoconf check for the number of args XXX that skeychallenge takes and do the right thing accordingly.
2004-04-28Building with Kerberos 4 support doesn't work when using mit-krb5. Onlyjlam1-11/+10
allow building with Kerberos 4 support when using Heimdal and if the kerberosIV headers exist.
2004-04-28Remove artificial restriction on which platforms can build this package.jlam1-6/+5
Also bl3ify.
2004-04-28Add a builtin.mk file that uses pkgsrc skey except on NetBSD, unlessjlam1-0/+54
PREFER_PKGSRC is set appropriately.
2004-04-28This package only installs static libraries.jlam1-1/+2
2004-04-27Convert INSTALL_SCRIPT to INSTALL_LIB.tv1-2/+2
2004-04-27Add the .endif I missed off last night.markd1-1/+2
2004-04-27Shared objects must be installed as executable on some systems; converttv1-3/+3
INSTALL_DATA to INSTALL_SCRIPT.
2004-04-27Don't support the updating the in-tree openssh via pkgsrc. pkgsrc reallyjlam4-121/+2
has no business trying to update parts of the base system.
2004-04-27Add handling of utmpx/wtmpx on NetBSD-current.markd6-11/+154
Bump PKGREVISION.
2004-04-27Something in our framework interferes with configure disabling utmp/wtmpmarkd1-1/+5
handling on Solaris >= 8 so do it explicitly.
2004-04-27Use krb5.buildlink3.mk to find krb5 locations.markd1-5/+7
2004-04-27Teach about recent NetBSD versions.markd1-4/+5
Finish buildlink3 changes. Obscure LOCALBASE path so that base system compilers dont match the prefix otherwise compiler.mk then wants to build the pkgsrc gcc package. (ick)
2004-04-27Convert to buildlink3.snj17-40/+40
2004-04-27Add bl3 file.wiz1-0/+18
XXX: needs builtin support.
2004-04-26Updated security/mit-krb5 to 1.3.3. Changes from version 1.3.2 include:jlam2-14/+10
[2284] Fixed accept_sec_context to use a replay cache in the GSS_C_NO_CREDENTIAL case. [2453] The AES string-to-key function no longer returns a pointer to stack memory when given a password longer than 64 characters. [2277] In sendto_kdc, a socket leak on connection failure was fixed. [2384] A memory leak in the TCP handling code in the KDC has been fixed.
2004-04-26Convert to buildlink3.snj1-3/+3
2004-04-26Convert to buildlink3.snj2-4/+4
2004-04-26Make build on Interix.tv1-1/+2
2004-04-25Convert to bl3; update comments in Makefile.intree.wiz2-11/+11
2004-04-25Unused.wiz2-39/+0
2004-04-25Make compile on Interix. No-op change for other platforms, so no PKGREVISIONtv4-13/+36
bump. (Main MI change: -soname -> -h, as some GNU ld(1) wants --soname instead of -soname, but -h works on all GNU ld(1) versions.)
2004-04-25Convert to buildlink3.snj5-15/+15
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25Convert to buildlink3.snj2-10/+10
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-5/+5
2004-04-25Convert to buildlink3.snj1-3/+3