summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-10-30security/gpgme includes librfuncs/buildink3.mk, but getenv_r was notshannonjr1-1/+6
used because configure fail to detect it. Implemented recomendation from Min Sik Kim to bypass the test.
2004-10-29Added putty-0.56.xtraeme1-1/+2
2004-10-29Initial import of putty-0.56 from pkgsrc-wip.xtraeme6-0/+163
PuTTY is a client program for the SSH, Telnet and Rlogin network protocols. These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs.
2004-10-29avoid use of test -e for consistency with pkgsrc itself. usegrant1-4/+3
consistent shell syntax.
2004-10-28Update pgpdump to 0.23.taca2-5/+5
0.23 2004/10/27 * Catching up to 2440bis-10/11. - 'u' for Literal Data - embedded signature - Primary Key Binding Signature * Bug fix for plain_Secret_Key(). * Fixing Symmetrically_Encrypted_Data_Packet() and Secret_Key_Packet() especially for IDEA.
2004-10-25Fix for compiling on Solaris SPARC with gcc.gavan2-1/+15
If __sparcv8 is defined, use the SPARC v8 version of udiv_qrnnd. Without this change, udiv_qrnnd will not be defined using the SPARC v8 udiv instruction, and the default SPARC v7 case of defining it to be the native __gmpn_udiv_qrnnd will be used, but this does not exist on SPARC v8, so at link time, the user will get an error about _gmpn_udiv_qrnnd being undefined. gcc defines __sparcv8. From PR pkg/26815.
2004-10-24Set the minimum version of libgpg-error required correctly.shannonjr2-4/+4
2004-10-24tell configure where to find xauth(1) so that X forwarding over sshgrant1-2/+9
works when using pkgsrc X11. bump PKGREVISION.
2004-10-23Set the minimum version of libgpg-error required correctly.minskim1-2/+2
2004-10-23Adding patch missed on initial importshannonjr1-0/+32
2004-10-231) Updated to gpgme-1.0.1. This is a bug fix release.shannonjr6-15/+78
2) Added optional support for OpenPGP/MIME and SMIME via gnupg-devel as described here: http://www.gnupg.org/aegypten2/
2004-10-23Added gnupg-devel and dirmngr.shannonjr1-1/+3
2004-10-23GnuPG 1.9 is the future version of GnuPG; it is based on the gnupg-1.3shannonjr7-0/+140
code and the previous newpg package. It will eventually lead to a GnuPG 2.0 release. This pagkage provides several utilities that are used by mail clients, such as Kmail and Balsa, to provide OpenPGP/MIME and SMIME support.
2004-10-23DirMngr is a server for managing and downloadingshannonjr5-0/+81
certificate revocation lists (CRLs) for X.509 certificates and for downloading the certificates themselves. DirMngr also handles OCSP requests as an alternative to CRLs. DirMngr is usually invoked by gpgsm and in general not used directly.
2004-10-23Added libassuan and pinentryshannonjr1-1/+3
2004-10-23Applications for entering PINs or Passphrases. Used in conjunction withshannonjr5-0/+69
gpg-agent that's part of gnupg-devel
2004-10-23IPC library used by gnupg-devel.shannonjr5-0/+51
2004-10-23Re: pkg/27317 The header gcrypt.h references struct timeval withoutshannonjr4-5/+18
including sys/time.h. Added the patch summitted with PR that adds an include for sys/time.h. Bumped PKGREVISION.
2004-10-20Sort USE_* variables.jmmv1-4/+4
2004-10-20Update to 0.7.4:jmmv5-61/+57
* Key manager now uses new file chooser dialogs * For detached signatures, prompt when missing plain text files * Import/Export to clipboard implemented as copy/paste * Dragging keys into the key manager import * All file operations work with gnome-vfs remote URIs (ie: smb, ftp, http, etc...) * Proper sort support for key listings * Filter support on key manager and recipients windows * Multiple file and folder support in nautilus * Fixed MIME type integration with nautilus * Rework the 'Key Properties' dialog * Can now change primary user id, or delete user ids on a secret key * Can sign individual user ids on a key * Can now list signatures on a key * Respects 'Encrypt to Self' option when encrypting files or text * Gnome HIG (Human Interface Guidelines) compliancy fixes * gedit plugin for encrypting/decrypting/signing/verifying text * 'Seahorse Agent' for caching passwords on system * Updated to a new version of GPGME (1.0) * Fixed startup crashers * New Key generation assistant (wizard/druid)
2004-10-20Update to 1.0.0:jmmv3-6/+19
* Version 1.0.0! We are proud to present you with a thoroughly tested and stable version of the GPGME library. A big Thank You! to all the people who made this possible. The development will be branched into a stable 1.x.y series and the head. * The gpgme.m4 macro supports checking the API version. Just prepend it to the required version string, separated by a colon. For example, this release has the version "1:1.0.0". The last release to which this version is (mostly) ABI compatible is "1:0.4.2", which is the default required version.
2004-10-19This package never uses the gettext library directly. The dependencyminskim1-2/+1
on gettext-lib should be taken care of by libgpg-error.
2004-10-19Include gettext-lib/buildlink3.mk so that libtoolized packagesminskim1-1/+3
depending on this package can link correctly with pkgsrc libintl.
2004-10-19Note addition of msf-2.2adrianp1-1/+2
Fix entry for previous addition of InlineEgg
2004-10-19The Metasploit Framework is an advanced open-source platform for developing,adrianp5-0/+644
testing, and using exploit code. This release includes 18 exploits and 27 payloads; many of these exploits are either the only ones publicly available or just much more reliable than anything else out there. The Framework will run on any modern system that has a working Perl interpreter, the Windows installer includes a slimmed-down version of the Cygwin environment.
2004-10-19Don't list the info/ files. This uses INFO_FILES so theyreed1-4/+1
are automatically registered.
2004-10-19This needs a yacc.reed1-1/+2
So used: USE_GNU_TOOLS+= yacc (But it didn't necessarily need a GNU version.)
2004-10-19Add dependency on gettext-lib to provide libintl for platforms that doben1-1/+2
not have it built in. May address PR#27292.
2004-10-16- Update nikto to 1.34adrianp4-34/+20
- No CHANGELOG available
2004-10-15This package requires GNU awk.minskim1-2/+2
2004-10-15Update libgpg-error to 1.0. Patch submitted by shannonjr@ andminskim8-20/+66
slightly modified by me. Changes since 0.6: * Ported to Solaris 2.8. * Added a new error source GPG_ERR_SOURCE_GSTI, and new error codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this source. * Interface changes relative to the 0.7 release: GPG_ERR_SOURCE_GSTI NEW GPG_ERR_PROTOCOL_VIOLATION NEW GPG_ERR_INV_MAC NEW GPG_ERR_INV_REQUEST NEW * libgpg-error can be built on systems where the errno macros do not evaluate to plain numbers, but expressions. If you want to cross-compile, you might have to set CC_FOR_BUILD, though. * A new tool gpg-error to convert error numbers into symbols into strings is provided. * Interface changes relative to the 0.6 release: GPG_ERR_LOCALE_PROBLEM NEW GPG_ERR_NOT_LOCKED NEW
2004-10-14Find OpenSSL in the correct location.gavan1-1/+2
2004-10-14You're going to install those .la files, and you're going to like it, Mister.tv4-3/+29
(Fixes build breakage because the .la files are needed by the new libtoolize-plist logic.)
2004-10-13Uncomment erroneously commented out lines in Makefile.ben1-13/+13
2004-10-13Update fprot-workstation-bin to version 4.4.7, and add SunOS support.ben2-17/+24
Addresses PR#27254 Version 4.4.7 contains various bugfixes and improvements to the documentation and software. o A critical bug fixed in scan-mail.pl. o Detection of JPG exploits has been added. o A file descriptor leak has been fixed in f-protd. o A minor bug in f-protd related to CPU hogging under certain conditions has been fixed. o A log level has been added (further information can be found in the man pages).
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed2-5/+5
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
2004-10-111) Taking over maintainance of package on agreement with previousshannonjr3-10/+9
maintainer Klaus Klein. 2) Update to version 0.9.7 to satisfy version requirements for, soon to be committed, gnupg2 (1.9.10) that provides SMIME support. Libksba is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy. It a highlevel interface to the implemented protocols and presents the data in a consistent way.
2004-10-07This is a libtool package. .la files go in the PLIST.tv3-12/+7
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-06Undefine open in ndbm_wrap.c. This fixes a build problem on Solaris.gavan2-1/+14
2004-10-06Update to 20041004, closes PR 27161:wiz2-6/+6
2004-10-03 22:04 nolan * src/: mypasswordsafe.ui.h, safedragobject.cpp, safedragobject.hpp, safelistview.cpp, safelistview.hpp: Did some work so MyPS wouldn't segfault when dragging onto another app 2004-10-03 22:03 nolan * MyPasswordSafe.pro: Removed spaces added by Designer
2004-10-06Moved corkscrew from security to netmartti6-42/+1
2004-10-06rename cfg+ directory to libcfg+ so it matches the PKGNAME.grant1-2/+2
2004-10-06Add and enable MyPasswordSafe.wiz1-1/+2
2004-10-06Initial import of MyPasswordSafe-20041001:wiz7-0/+144
MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features: * Safes are encrypted when they are stored to disk. * Passwords never have to be seen, because they are copied to the clipboard * Random passwords can be generated. * Window size, position, and column widths are remembered. * Passwords remain encrypted until they need to be decrypted at the dialog and file levels. * A safe can be made active so it will always be opened when MyPasswordSafe starts. * Supports Unicode in the safes * Languages supported: English and French
2004-10-05Fix dependences broken by package revision bump madness. Bump packagetron1-4/+4
revision of this package, too.
2004-10-04On certain OS'es (e.g. Darwin) CPP can be defined as "gcc -E -no-cpp-precomp".adrianp1-2/+2
So when it comes to do the building of the package this causes it to fail if it is not enclosed in double-quotes.
2004-10-03BUILDLINK_DEPENDS should, in nearly every case, be a dewey depends, not atv1-2/+2
precise version.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv114-169/+231
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-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant2-6/+6
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.