summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2002-12-01Update to version 0.9b3. Okay'ed by hubertf.seb3-11/+16
Package changes: use buildlink2, ssldump command moved from bin/ to sbin/. Selected Changelogs bits: * Added support for VLAN networks (Jeffrey Hafey) * Added support for non-promiscuous mode (-P flag) (Bruce M Simpson) * Added support for session resumption. * Added the -X flag to force hex-only printing when binary data is displayed as hex dumps. * Added -r as a synonym for -f. -f will eventually be removed and reused for some other option. This was done for option compatibility with tcpdump and on the theory that someday I might add a -w. * Renamed -h to -H and added it to the documentation. -h now triggers usage info. Plus numerous fixes, bug fixes and security fixes.
2002-11-30Add patch to reopen stdout/stderr to /dev/null to quelch whining aboutmjl3-2/+43
closed descriptors in syslog.
2002-11-30Explicitly specify the path to Perl5 executable for configure script.uebayasi1-2/+2
Reported by Jonathan Perkin in PR19205.
2002-11-29Belated bump libgpgme.so from 9.3 to 9.4.chris1-2/+2
Next time something says just updated a couple of scripts, I won't believe it. Thanks to skrueger for pointing this out 8)
2002-11-26Add RCS Tag.cjep1-0/+1
2002-11-26add&enable hackbotpooka1-1/+2
2002-11-26hackbot 2.15 provided by Niilo Kajander in pkg/19151pooka4-0/+44
from DESCR: Hackbot is a vulnerability scanner that started as a joke at first, but now it has become a serious project. Hackbot scans over 300 CGI's, scans for banners of several services, does unicode checks, checks for open relays, outsmarts Cisco PIX MailGuard, can do ripe checkup, spamcop db checkup, X connect test and lots more.
2002-11-24Trivially use buildlink2.seb1-2/+3
2002-11-24As I said before this INSTALL script is not needed anymore: /usr/lib/sasl2seb1-12/+0
is not needed!
2002-11-24use test target provided by bsd.pkg.mk instead of home grown one.dillo1-4/+2
2002-11-24Rename the regress target test. This appears to be the new standard:chris1-2/+2
http://mail-index.netbsd.org/pkgsrc-changes/2002/11/23/0009.html
2002-11-24Update gpgme to 0.3.13.chris2-6/+6
Only change (other than version) is: * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config to version 2002-11-08.
2002-11-24Seems that gnupg now depends on perl being available to create, installchris1-1/+3
and run gpgkeys_mailto Fixes PR pkg/19104 Also bump pkgrevision.
2002-11-23saslauthd daemonises itself, so we don't need to background it, andchris1-2/+1
we don't really need to sleep 2 while it gets going.
2002-11-23Match the default for the sasl socket dir, IE /var/run/saslauthd.chris3-8/+9
Also the dir is now root owned, but with 755 permissions, previously it was cyrus owned. Bump PKGREVISION to 2.
2002-11-20adjust version date embedded into binaryitojun1-3/+3
2002-11-20upgrade to 20021120.itojun4-36/+12
- fix sha2 computation (was in patch-ag) - plug some memory leaks - more strict isakmp header length check - correct phase 2 proposal reqid handling - check for fd_set overrun
2002-11-18Updated isakmpd to 20021118martti2-5/+5
* bug fixes
2002-11-15Whitespace fixes for 80-char wide displays.jlam1-10/+10
2002-11-15buildlink1 -> buildlink2jlam1-2/+2
2002-11-14Bump PKGREVISION:seb12-199/+181
- No need for /usr/lib/sasl2 anymore: INSTALL script removed, DEINSTALL script tuned. - Removed auto* tools dependencies by providing patch files for generated configure and Makefile.in. - Use ${PKGDIR} instead of ${.CURDIR} for PLIST_SRC files. - `--with-rc4' does not need an argument. - Use BUILDLINK_PREFIX.whatever instead of BUILDLINK_DIR. - Fix GSSAPI build for non-current NetBSD, this includes patch-ag removal. - Fix PLIST handling by providing PLIST.post (lib/sasl2 removal at deinstall time) and fixing PLIST.common (include/sasl removal at deinstall time). - Bump BUILDLINK_DEPENDS.cyrus-sasl in buildlink2.mk. - Work around problem introduced by LTCONFIG_OVERRIDE and direct usage of ac_cv_can_build_shared in configure.in as suggested by Nick Hudson. Remove patch-ab (sasl-config is gone btw, it was not needed anyway). This should fix plugins shared libs problem as reported -among other- in PR pkg/19001 by Stephen Degler <sdegler at degler dot net>.
2002-11-13Update to 0.9:jschauma3-22/+9
Version 0.9 * Fixed bugs * Added support for keyed md check of db and config * Removed dependancy on libgcrypt * Added dependancy on mhash Version 0.8 * Fixed loads and loads of bugs * Added syslog backend * Report format changed * added lots of parameters see man page and configure --help * added ACL support for SunOS 5.x (and compatibles) * libgcrypt is now separate and required Version 0.7 * Bug fixes * Compressed database support * Linkname checking * Mhash support (version 0.8.1 of mhash required)
2002-11-13Update to version 0.8.17:jschauma2-6/+6
Version 0.8.17 (released October 4 2002) - Corrected the HEX key mode. Refuses to convert hex strings longer than the given key size. - Corrected some memory leaks in keygen_s2k. Patch by Bob Mathews <bobmathews@alumni.calpoly.edu> - Corrected wrong use of sizeof in hmac_test. Reported by Ellis Pritchard <ellispritchard@users.sf.net> Version 0.8.16 (released May 29 2002) - Code cleanups and optimizations - Added configure time options to disable certain algorithms Version 0.8.15 (released May 24 2002) - Corrected Iterated S2K - Made all static tables constant (pointed out by Darryl Miles <darryl@netbauds.net>) Version 0.8.14 (release March 28 2002) - mhash_deinit() and mhash_hmac_deinit() now accept a null digest parameter - Corrected memory leaks (patch by Gustavo Niemeyer <niemeyer@conectiva.com>) - Corrected bug in Gost hash algorithm (pointed out by Mike Gorchak <mike@malva.ua>) Version 0.8.13 (released November 18 2001) - Added ADLER32 algorithm (implementation by Manuel Kasper <mk@neon1.net>) Version 0.8.12 (released October 29 2001) - Corrected bugs in mhash_get_name() functions - Added SHA-256 from libnettle. Version 0.8.11 (released October 21 2001) - added mhash_save_state_mem() and mhash_restore_state_mem() functions, initial patches and idea by Blake Stephen <Stephen.Blake@veritect.com> - Added mhash_get_name_static() - Corrected mhash_get_name() and mhash_count() Version 0.8.10 (released on July 12 2001) - New mhash_deinit() and mhash_hmac_deinit() functions based on the proposal, and patches by William Ahern <wahern@25thandClement.com>
2002-11-13Make it build again if you don't have SASL_USE_GSSAPI set anywhere.chris1-2/+2
2002-11-13Fix support for kerberos 5, it now compiles and installs properly whenchris4-20/+18
SASL_USE_GSSAPI is defined to yes. Note untested as I don't have kerberos setup, it probably won't work until some patches are put in to fix plugins not working.
2002-11-05- make this work with apache2martti2-4/+4
- buildlink2
2002-10-31Remove unneeded files. Closes PR 18868.wiz2-172/+0
2002-10-29Update to version 1.2.1.joda4-38/+40
Changes in release 1.2.1: * kadmind: fix remote exploit Changes in release 1.2: * fix buffer overrun in ftp * fix openssl building * don't try to force encryption in telnet if not talking to a default telnet port * recognise AIX 5 * should work with more DB libraries
2002-10-28update to 1.9a4drochner4-62/+24
Many changes since 0.1.3, compatibility is not provided, so this is more or less a new pkg.
2002-10-28Use buildlink2. Use perl5/module.mk.seb1-5/+3
2002-10-27Remove gmake dependency.seb1-3/+2
2002-10-27Use buildlink2. Use perl5/module.mk.seb5-25/+15
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-27Enable cyrus-sasl2.chris1-1/+2
2002-10-27Initial import of cyrus-sasl 2.1.9.chris21-0/+811
This is the latest release of cyrus-sasl. It is needed for the 2.1.x versions of cyrus-imapd. SASL is a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection.
2002-10-27Update gpgme to 0.3.12. Again mostly bug fixes. Now depends on gpg 1.2.0.chris4-40/+13
Don't seem to need patch-ba. Also fix .info file handling.
2002-10-27Update gnupg to 1.2.1. Is a bug fix release.chris4-46/+22
Major user visible changes are: * The library dependencies for OpenLDAP seem to change fairly frequently, and GnuPG's configure script cannot guess all the combinations. Use ./configure LDAPLIBS="-L libdir -l libs" to override the script and use the libraries selected. * Secret keys generated with --export-secret-subkeys are now indicated in key listings with a '#' after the "sec", and in --with-colons listings by showing no capabilities (no lowercase characters). * --trusted-key has been un-obsoleted, as it is useful for adding ultimately trusted keys from the config file. It is identical to using --edit and "trust" to change a key to ultimately trusted. * The usual bug fixes as well as fixes to build problems on some systems. Note that patch-aa and patch-ab are no longer needed as was, patch-aa now contains fixes to handle dlsym errors properly. Also now include libiconv/buildlink2.mk as gnupg looks for iconv. Fixes pkg/18221.
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-25Convert to buildlink2.wiz1-2/+3
2002-10-25Add buildlink2.mk.wiz2-0/+62
2002-10-25Unused.wiz2-157/+0
2002-10-25Convert to buildlink2.wiz1-5/+6
2002-10-25buildlink1 -> buildlink2.wiz4-14/+18
2002-10-25buildlink1 -> buildlink2.wiz2-7/+9
2002-10-22Convert to buildlink2, and add buildlink2.mk. Inspired by PR 18728.wiz2-2/+23
2002-10-21Use exec to save forking a new process, and use proper argument quoting.jlam1-2/+2
2002-10-21Fix sasl-config script so that "sasl-config --libs" returns the full listjlam5-15/+15
of libraries and linker flags needed to link against libsasl. Bump PKGREVISION and bump the BUILDLINK_DEPENDS as packages will be needing to use a version of cyrus-sasl with a correct sasl-config.
2002-10-20Use buildlink2. Use perl5/module.mk.seb2-11/+6
2002-10-20Use perl5/module.mk.seb1-5/+2
2002-10-20Add CONLICT with ssh2 package. From Greg A. Woods in PR 18729.wiz1-2/+2