summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2008-10-03Don't put glob.h in the PLIST for NetBSD. At least 4.0 and current dogdt1-4/+10
not require this, and this fixes the build on those systems. Not objected to by joerg@.
2008-10-03Use POSIX types for int32/uint32 to fix build on AMD64.joerg4-27/+38
Add DESTDIR support.
2008-10-02Don't mess with /etc on installation. Add DESTDIR support.joerg3-6/+17
2008-10-02Fix DESTDIR build.joerg1-1/+3
2008-10-02Fix lp64 build. Add DESTDIR support.joerg3-4/+47
2008-10-01* Move inclusion of phthread.buildlink3.mk to rightful place in options.mk andobache2-12/+10
only suggest pthread option when native pthread exists. We cannot use pthread.buildlink3.mk to just detect if suituable pthread implementation exist or not. Avoid unwanted dependency on pthread package when no native pthread and pthread option off. * Move inclusion of seculity/tcp_wappers/buildlink3.mk to rightful place in options.mk. Avoid unwanted dependency on tcp_wrappers when libwrap option off. * Remove deprecated(?) --with-tcp-wrappers from CONFIGURE_ARGS. * Remove --enable-libwrap from CONFIGURE_ARGS even if require tcp_wrappers. It affect not only check of existence of tcp_wappers but also blow off needful addition of -lwrap to LIBS. Fixes PR 39635
2008-10-01Revert to previous revision and remove bin/makedat (it was conflict with ↵obache1-17/+1
maildrop?). Additional entries are optionally and already handled in Makefile and options.mk. Re: PR 39661
2008-10-01Make dsniff and dsniff-nox11 build on NetBSD-current:apb5-8/+34
* In dsniff-nox11/Makefile, add a post-configure target to move missing/sys/queue.h out of the way if the configure script found a real sys/queue.h. * Add patches to #include <string.h> in some files where I noticed warnings. Bump PKGREVISION for both dsniff and dsniff-nox11.
2008-09-29sortobache1-2/+2
2008-09-29Require OpenSSL.obache1-6/+9
While here, add DESTDIR support.
2008-09-28Upgrade courier-authlib to version 0.61.0 in order to fix CVE-2008-2667,tonnerre5-61/+95
finally. While here, fix PLIST and depkglint a bit. Also, fix the horrid abuse of libtool. Changes since 0.60.2: * courier-authlib.spec: Dummy provides: for symlinks, to allow upgrade with older packages that require <libname>.so.0. * Makefile.am: Switch to versionless shared libraries. Install all shared libraries just as <libname>.so. make install manually removes *.so.0.0 files that were left over from previous versions, and installs a temporary *.so.0 symlink to *.so, for temporary binary ABI compatibility with 0.60. The symlinks will be removed in 0.62. * Cleanup: always compile md5, sha* and hmac stuff, and remove all conditionally-compiled cruft. Move SASL list to an internal header. Add client-side support for AUTH EXTERNAL. * authsasl.c (auth_sasl_ex): auth_sasl_ex() supercedes auth_sasl(), invokes auth_sasl() for non-EXTERNAL SASL methods, implements EXTERNAL by going through the motions, then setting up a dummy authentication request. * authdaemon.c (auth_generic): Check for the dummy EXTERNAL authentication request, and handle it by invoking auth_getuserinfo(), rather than sending it down the pipe. This avoid having to implement a stub in every authentication module. * authmysqllib.c: Use mysql_set_character_set() instead of SET NAMES * authmysqllib.c: Fix domain-less queries. * Makefile: Drop the unmaintained authvchkpw module. * authmysqllib.c: Cleanup. Use mysql_real_escape_string instead of crude filtering. * Makefile.am: Use _LIBADD properly. * configure.in: More portability fixes.
2008-09-27If strverscmp() is not present, gnutls shouldn't export a symbol of thetonnerre4-2/+35
same name, breaking the builds of libraries trying to both link against libcurl and use strverscmp(). Bump PKGREVISION. Fixes PR 39640.
2008-09-19Expose libwrap through options.mk (no change to default builds)adrianp1-3/+13
2008-09-17Fix build on DragonFly. From PR 38835.joerg4-7/+23
Add DESTDIR support.
2008-09-17Fix build with newer awk in netbsd-current.joerg2-1/+15
2008-09-17Add zlib option.reed2-3/+11
This is for PR 39433. It is not enabled by default.
2008-09-16Finish removal of security/Ai{CA,SSLtelnet} that should have been partgdt9-230/+0
of last commit.
2008-09-16Remove security/AiCA, security/AiSSLtelnet, security/smimemsg.gdt21-391/+1
These packages have unfetchable distfiles and unreachable HOMEPAGEs. Removal proposed on pkgsrc-users with no objections received.
2008-09-16Add & enable p5-Authen-CAS-Clientseb1-1/+2
2008-09-16Initial import of p5-Authen-CAS-Client version 0.03 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Authen::CAS::Client provides a simple interface for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0 and v2.0 are supported.
2008-09-16Update openssh package to 5.1.1 (5.1p1)taca9-110/+28
Changes from OpenSSH 5.0 is huge to write here, please refer its release note: http://www.openssh.com/txt/release-5.1. I quote only Security section from the release note. Security: * sshd(8): Avoid X11 man-in-the-middle attack on HP/UX (and possibly other platforms) when X11UseLocalhost=no When attempting to bind(2) to a port that has previously been bound with SO_REUSEADDR set, most operating systems check that either the effective user-id matches the previous bind (common on BSD-derived systems) or that the bind addresses do not overlap (Linux and Solaris). Some operating systems, such as HP/UX, do not perform these checks and are vulnerable to an X11 man-in-the-middle attack when the sshd_config(5) option X11UseLocalhost has been set to "no" - an attacker may establish a more-specific bind, which will be used in preference to sshd's wildcard listener. Modern BSD operating systems, Linux, OS X and Solaris implement the above checks and are not vulnerable to this attack, nor are systems where the X11UseLocalhost has been left at the default value of "yes". Portable OpenSSH 5.1 avoids this problem for all operating systems by not setting SO_REUSEADDR when X11UseLocalhost is set to no. This vulnerability was reported by sway2004009 AT hotmail.com.
2008-09-12Update from version 1.06 to 1.07.he2-6/+6
Upstream changes: 1.07 - Fri Aug 15 16:53:36 2008 * Fixed the odd character problems in some of the files * No need to upgrade if you already have this installed 1.06_03 - Sun Jun 22 11:32:46 2008 * Trying the __sgi definition. If this doesn't make things blow up, this release will get bumped to 1.07. 1.06_02 - Thu Jun 19 11:55:21 2008 * Removed wide chars from the header file. Some compilers like to complain about things that are wrong. :( 1.06_01 - Wed Jun 18 09:37:34 2008 This is a test of a fix for Irix. 1.06_01 - Wed Jun 4 19:18:57 2008 * This is a test of a fix for Irix.
2008-09-12Clarify that the vague patent claims are made by the licensor.gdt1-2/+2
2008-09-12+generic-nonlicense, NO_*_ON_* because one can't read the license duegdt1-1/+5
to distfile/homepage lossage. candidate for removal.
2008-09-12Add LICENSE=generic-nonlicense, set NO_*_ON_* due to unfetchablegdt1-1/+5
distfile.
2008-09-08Changes 0.2.28:adam3-7/+8
* Rewrite to use poll instead of select. * Improve Windows installation instructions in the manual. * tests: New self test of gsasl_mechanism_name function.
2008-09-07Update to libassuan-1.0.5. As shipped, it builds with -fPIC on linux.bjs7-8/+246
This is not acceptable for us. Instead, we patch to use libtool. The included test passes. Changes since 1.0.3: * Minor fixes. * Build library for GNU/Linux as PIC [**but we use libtool**] * New hook feature to enhance the internal I/O functions.
2008-09-06Bump PKGREVISION for libevent users due to 1.4.3->1.4.5 shlib name change.wiz4-8/+8
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-1/+2
name change).
2008-09-06Update to 1.15:wiz2-6/+6
v1.15 - change internal behavior when SSL handshake failed (like when verify callback returned an error) in the hope to fix spurios errors in t/auto_verify_hostname.t
2008-08-31Update to 5.4adrianp6-27/+166
- Make this compile on amd64 - Don't silently look for libraries when we don't need them. This should fix PR 39318 - Add missing depends on apr Release 5.4 ########### * Fixes to the http modules as some Apache installations are picky * The MySQL module also works with mysqld-5.0, updated * Added AS/400 return code checks to pop3 module * Fixed memory leaks in the http-form module. * Implemented a proposal by Jean-Baptiste.BEAUFRETON (at) turbomeca.fr to check for "530 user unknown" message in the ftp module * Added a performance patch by alejandro.mendiondo (at) baicom.com. This one needs stability testing! * Beautification to remove compiler warnings of modern gcc
2008-08-27Update to 0.9.15. Changes:shannonjr4-10/+25
- preludedb-admin has a bew 'count' command, printing the result of a COUNT() on the database. - preludedb-admin work on smaller set of data, to prevent large retrieval error (fix #220, refs #305). - preludedb-admin handling of interrupted transaction was improved. - Fix MySQL and SQLite MacOSX detection, by Uwe Schwartz <usx303 at googlemail.com>. (fix #296).
2008-08-26Update to 0.9.14.2. Changes: Various build fixes (#306)shannonjr2-7/+6
2008-08-26Update to 0.9.13. Changes:shannonjr3-10/+10
ModSecurity ruleset rewrite, by Peter Vrabec <pvrabec@redhat.com> and Dan Kopecek <dkopecek@redhat.com>. This ruleset handle ModSecurity 2.0 output. (Fix #216). - New rulesets for FreeBSD su attempts, by Alexander Afonyashin <firm@iname.com> (Fix #304). - Add additional format to the default configuration to deal with apache error_log file format, by Alexander Afonyashin <firm@iname.com> (Fix #307). - Normalize some classification: introduce Remote Login, and Credentials Change. Cleanup SSH ruleset, and remove duplicated rules.
2008-08-26Update to 0.9.19. Changes:shannonjr3-7/+8
- EasyBindings inclusion! EasyBindings provide simple C++, Python, Perl, Ruby, and Lua bindings for using libprelude. They are still considered experimental, thus you need to use (--enable-easy-bindings) to activate them. Thanks to Sebastien Tricaud <toady@inl.fr> and Pierre Chifflier <p.chifflier@inl.fr> for their contribution to this project! - Use automake/autoconf for building/installing Python extension. - Fix 0.9.18 regression (alert created with empty CreateTime). - Implement reference counting for the idmef-criteria and prelude-connection API. - Automatic casting when setting IDMEF Value to a field that is of different type. Until now, if an user tried to set a path of a specific type with an idmef_value_t object containing another type, idmef_path_set() would return an error. - Various bug fixes.
2008-08-24Add and enable p5-Crypt-OpenSSL-AES.obache1-1/+2
2008-08-24Import p5-Crypt-OpenSSL-AES-0.02 as security/p5-Crypt-OpenSSL-AES.obache3-0/+40
Based on PR 39222 by Jens Rehsack. This module implements a wrapper around OpenSSL. Specifically, it wraps the methods related to the US Government's Advanced Encryption Standard (the Rijndael algorithm). This module is compatible with Crypt::CBC (and likely other modules that utilize a block cipher to make a stream cipher). This module is an alternative to the implementation provided by Crypt::Rijndael which implements AES itself. In contrast, this module is simply a wrapper around the OpenSSL library. The Crypt::Rijndael implementation seems to produce inaccurate results on 64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture specific problems, allowing the OpenSSL maintainers to overcome such issues.
2008-08-23Remove unresolvable hosts from MASTER_SITES.obache1-4/+2
Noticed by Zafer Aydogan via private mail.
2008-08-23Set MAKE_JOBS_SAFE=noepg1-1/+3
2008-08-21Push new Python OpenSSL module. Changes since version 0.6:tonnerre3-8/+17
- Removed some unused variables. - Improved Python 2.3 compatibility. - Fixed various threading bugs. - Some improvements in the test suite.
2008-08-20Add p5-Net-DNS-SEC-Maint-Key.he1-1/+2
2008-08-20Import p5-Net-DNS-SEC-Maint-Key version 0.013.he7-0/+290
This is the RIPE NCC DNSSEC Key Management tools, described at https://www.ripe.net/projects/disi/dnssec_maint_tool/ This class implements an interface to a database of private keys used during DNSSEC administration. This package includes some diffs to the self-tests, so that they pass.
2008-08-17Update p5-GSSAPI to 0.26markd2-6/+6
0.22 Mo Mai 29 21:15:17 CEST 2006 - Bugfixs 0.23 Mi Aug 2 15:48:19 UTC 2006 - Re-added support of MIT Kerberos 1.2.x 0.24 Wed, 21 Feb 2007 20:59:39 +0100 - Changed tests as an answer to FAIL 413320 0.25 So 3. Feb 20:18:16 UTC 2008 - Enhancement to use OpenSolaris/Solaris 10 native gss library 0.26 Fr 15. Feb 22:32:10 UTC 2008 - modified Makefile.PL to trigger no FAIL testreports in case of missing prerequirements.
2008-08-17Update from version 2.10 to 2.11.he2-7/+7
Pkgsrc changes: o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer Upstream changes: Authen-SASL 2.11 -- Mon Apr 21 10:23:19 CDT 2008 Enhancements * implement securesocket() in the ::Perl set of plugins Bug Fixes * fix parsing challenges from GnuSASL * update tests for DIGEST-MD5 * New test from Phil Pennock for testing final server response
2008-08-17This installs a bash script. Handle it properly.dholland1-2/+4
PKGREVISION++
2008-08-17Fix DESTDIR.dholland1-3/+3
2008-08-16Update to ipsec-tools 0.7.1, fixes CVE-2008-3652manu2-8/+7
Changes since the 0.6 branch: 0.7.1 - 23 July 2008 o Fixes a memory leak when invalid proposal received o Some fixes in DPD o do not set default gss id if xauth is used o fixed hybrid enabled builds o fixed compilation on FreeBSD8 o cleanup in network port value manipulation o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in purge_ipsec_sp i() o Generates a log if cert validation has been disabled by configuration o better handling for pfkey socket read errors o Fixes in yacc / bison stuff o new plog() macro (reduced CPU usage when logging is disabled) o Try to works better with huge SPD/SAD o Corrected modecfg option syntax o Many other various fixes... 0.7 - 09 August 2007 o Xauth with pre-shared key PSK o Xauth with certificates o SHA2 support o pkcs7 support o system accounting (utmp) o Darwin support o configuration can be reloaded o Support for UNIQUE generated policies o Support for semi anonymous sainfos o Support for ph1id to remoteid matching o Plain RSA authentication o Native LDAP support for Xauth and modecfg o Group membership checks for Xauth and sainfo selection o Camellia cipher support o IKE Fragment force option o Modecfg SplitNet attribute support o Modecfg SplitDNS attribute support ( server side ) o Modecfg Default Domain attribute support o Modecfg DNS/WINS server multiple attribute support
2008-08-14Remove idea option -- I can't find a patch for the current PKGVERSION.wiz1-24/+2
Addresses PR 39316.
2008-08-14Changes 0.2.27:adam3-7/+8
* Fix SASL operations through TLS. * Update gnulib files, and include gnulib self-tests. * Update translations.
2008-08-12Add DESTDIR support.obache12-39/+62