summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2005-08-09Remove explicit dependence on "nessus-core" package because thattron1-2/+1
dependence is inherited from the "nessus-plugins" package anyway.
2005-08-09add a "pam" pkg option and make it work with NetBSD's openpam if enableddrochner4-6/+63
2005-08-08Remove redundant PERL5_CONFIGURE settings as it defaults to "yes".jlam2-6/+2
2005-08-08whitespace removaladrianp2-16/+16
2005-08-07Fix build problem under platforms were "size_t" is not an integer.tron2-1/+17
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam47-134/+131
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05Update "ipsec-tools" package to version 0.6.1rc1.tron3-8/+22
Changes since version 0.6b2: - NAT-T fixes for situations where NAT-T is not used - OpenSSL 0.9.8 support - keys are not restricted to OpenSSL default size anymore - PKCS7 support - SHA2 support
2005-08-04Add patch-aa to make heimdal compile with gcc-4 (default with darwin 8)tonio3-2/+33
This patch is the same as revision 1.3 of /cvsroot/src/crypto/dist/heimdal/lib/asn1/gen_glue.c by matt@ those cvs log: Don't emit struct units [] anymore. emit a struct units * const foo and in the C file initialize that to the static list. Bump pkgrevision: it changes the binary package on gcc<4 platforms approved by wiz@
2005-08-04Fixed the number of backslashes in the version checking code.rillig2-5/+5
2005-08-04Updated keychain to 2.5.5martti2-6/+6
* lots of bug fixes
2005-08-03Add patch to address msfweb "refang" security updateadrianp3-9/+34
Bump to nb2 make pkglint happy
2005-08-02Sync COMMENT with other perl comments.wiz1-2/+2
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed2-3/+3
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
2005-08-01Use tar, gtar is not really necessary.wiz1-3/+2
2005-08-01Update MASTER_SITES. Use rsaref-license.wiz1-4/+4
2005-08-01Convert to options framework.wiz2-24/+26
2005-08-01Sort.wiz2-4/+4
2005-08-01Default to enabling ssl, like before.wiz1-1/+3
2005-08-01Convert to options framework.wiz2-13/+20
2005-07-31Add and enable pwsafe.wiz1-1/+2
2005-07-31Initial import of pwsafe-0.1.6 from pkgsrc-wip, packaged bywiz6-0/+78
Mike M. Volokhov. pwsafe is a unix commandline program that manages encrypted password databases. There are few features listed: * Pure command-line operation if desired (good for remote access over ssh). * Can interact with X11 selection & clipboard. * Portable, endianess-clean, misaligned-access-free C++. * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x. * Funny comments included in source code.
2005-07-29Add "VARBASE" to "PLIST_SUBST" to create a correct package list.tron1-1/+2
2005-07-28MESSAGE file removed. As mentioned on tech-pkg in May, /etc/ssh.confreed3-25/+5
and /etc/sshd.conf is old (and I assume some configurations from there don't apply any more), user and group are not created automatically (only if PKG_CREATE_USERGROUP is at default YES), UsePrivilegeSeparation is the default, and seems to imply that openssh is insecure without it. Bump PKGREVISION. Change comment regarding MESSAGE.Interix. Removed unused MESSAGE_SUBST settings. Move one to the options.mk as it is for "pam" only.
2005-07-28My fix from eight days ago was broken. Add the "man" subdirectoryreed1-14/+14
for the man entries.
2005-07-28Update to 1.4.2.wiz2-6/+6
Noteworthy changes in version 1.4.2 (2005-07-26) ------------------------------------------------ * New command "verify" in the card-edit menu to display the Private-DO-3. The Admin command has been enhanced to take the optional arguments "on", "off" and "verify". The latter may be used to verify the Admin Pin without modifying data; this allows displaying the Private-DO-4 with the "list" command. * Rewrote large parts of the card code to optionally make use of a running gpg-agent. If --use-agent is being used and a gpg-agent with enabled scdaemon is active, gpg will now divert all card operations to that daemon. This is required because both, scdaemon and gpg require exclusive access to the card reader. By delegating the work to scdaemon, both can peacefully coexist and scdaemon is able to control the use of the reader. Note that this requires at least gnupg 1.9.17. * Fixed a couple of problems with the card reader. * Command completion is now available in the --edit-key and --card-edit menus. Filename completion is available at all filename prompts. Note that completion is only available if the system provides a readline library. * New experimental HKP keyserver helper that uses the cURL library. It is enabled via the configure option --with-libcurl like the other (also experimental) cURL helpers. * New key cleaning options that can be used to remove unusable (expired, revoked) signatures from a key. This is available via the new "clean" command in --edit-key on a key by key basis, as well as via the import-clean-sigs/import-clean-uids and export-clean-sigs/export-clean-uids options for --import-options and --export-options. These are currently off by default, and replace the import-unusable-sigs/export-unusable-sigs options from version 1.4.1. * New export option export-reset-subkey-passwd. * New option --limit-card-insert-tries.
2005-07-27update to 0.4.3drochner3-7/+11
changes: * Translation updates * Fix bug in acl functions* Fix bug in acl functions * implement gnome_keyring_set_info * add sync function for all operations * fix leaks
2005-07-26Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-07-22Update to 0.2.14:wiz3-9/+10
- Pkg-config script 'libtasn1.pc' added. - Postal address to FSF in license updated. Sort PLIST.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz8-16/+16
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20Remove MANDIR variable and just use "man" instead.reed2-19/+16
2005-07-20Add and enable cvm.schmonz1-1/+2
2005-07-20Initial import of Credential Validation Modules. This package contains:schmonz6-0/+149
- The reference source for the CVM interface. - Diagnostic and benchmark CVM clients. - A checkpassword interface CVM client. - A UNIX/POSIX system module (uses getpwnam). - A flat-file module. - A vmailmgr module. - MySQL and PgSQL modules. - A library for client writers. - A set of libraries for module writers.
2005-07-19update to 0.46drochner3-9/+18
changes: -Update to LibTomCrypt 1.05 and LibTomMath 0.35 -bugfixes and code cleanup
2005-07-19Update HOMEPAGE, and set LICENSE to uvscan-license.wiz1-3/+3
2005-07-19depends should be ../../<category>/<pkg>grant5-13/+13
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-19the option for fee-based-commercial-use is fee-based-commercial-use,grant1-7/+7
not fee-based-commercial.
2005-07-17Regenerate so that the Mac OS X patch program undestands howkristerw2-9/+8
to apply it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam18-44/+38
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam3-7/+6
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14Update comment about lzo.wiz1-2/+3
2005-07-14Update to 1.2.5:wiz3-11/+12
* Version 1.2.5 (2005-07-03) - More builddir != srcdir fixes, reported by Mike Castle - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn, reported by Adam Langley - Corrected some stuff in minilzo detection. Pointed out by Sergey Lipnevich. - MiniLZO updated to version 2.00. - gnutls_x509_crt_list_import now accept a DER formatted CRL. - API and ABI modifications: No changes since last version.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam43-86/+86
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-12use ${NOLOGIN}, not hardcoded /sbin/nologin.grant1-2/+2
2005-07-10Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-07-04"inet6" shouldn't be defined in PKG_SUGGESTED_OPTIONS, it's decided insalo1-2/+1
bsd.prefs.mk automatically.
2005-07-03IPv6 support appeared in 4.06, but it was never enabled in pkgsrc.tv2-2/+21
Add as an options.mk switch, on by default where available. Bump to 4.07nb2.
2005-07-02- The tarball has been updated but the version number not incremented, soadrianp3-6/+11
deal with this. - No official changelog in the tarball for what's changed - PLIST fixes - Looks like: Updated certificate for online updates Updated exploits notably Solaris LPD Command Execution Fixes for console interface