./security/cy2-digestmd5, Cyrus SASL DIGEST-MD5 authentication plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q1, Version: 2.1.23, Package name: cy2-digestmd5-2.1.23, Maintainer: pkgsrc-users

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.

This is the Cyrus SASL plugin that implements the DIGEST-MD5 authentication
mechanism.


Required to run:
[security/cyrus-sasl]

Required to build:
[devel/gmake] [devel/libtool-base]

Master sites: (Expand)

SHA1: 5df33a6788d6cd8329b109eff777c6cfae1a21bd
RMD160: b2cd9734fa8b4bad82663517f019f9b92d9d3519
Filesize: 1575.822 KB

Version history: (Expand)


CVS history: (Expand)


   2009-05-17 16:49:51 by Matthias Scheler | Files touched by this commit (14) | Package updated
Log message:
Pullup ticket #2773 - requested by obache
security/cy2-anonymous: security update
security/cy2-crammd5: security update
security/cy2-digestmd5: security update
security/cy2-gssapi: security update
security/cy2-ldapdb: security update
security/cy2-login: security update
security/cy2-ntlm: security update
security/cy2-otp: security update
security/cy2-plain: security update
security/cy2-sql: security update
security/cyrus-sasl: security update
security/cyrus-saslauthd: security update

Revisions pulled up:
- security/cy2-digestmd5/Makefile		1.12
- security/cy2-gssapi/Makefile			1.14
- security/cy2-ldapdb/Makefile			1.4
- security/cy2-ntlm/Makefile			1.20
- security/cy2-otp/Makefile			1.12
- security/cyrus-sasl/Makefile.common		1.14
- security/cyrus-sasl/distinfo			1.18
- security/cyrus-sasl/patches/patch-ai		1.8
- security/cyrus-sasl/patches/patch-al		1.6
- security/cyrus-sasl/patches/patch-aq		1.6
- security/cyrus-saslauthd/Makefile		1.38
- security/cyrus-saslauthd/distinfo		1.10
- security/cyrus-saslauthd/patches/patch-ab	1.7
- security/cyrus-saslauthd/patches/patch-af	1.3
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Thu May 14 23:00:47 UTC 2009

Modified Files:
	pkgsrc/security/cy2-digestmd5: Makefile
	pkgsrc/security/cy2-gssapi: Makefile
	pkgsrc/security/cy2-ldapdb: Makefile
	pkgsrc/security/cy2-ntlm: Makefile
	pkgsrc/security/cy2-otp: Makefile
	pkgsrc/security/cyrus-sasl: Makefile.common distinfo
	pkgsrc/security/cyrus-sasl/patches: patch-ai patch-al patch-aq
	pkgsrc/security/cyrus-saslauthd: Makefile distinfo
	pkgsrc/security/cyrus-saslauthd/patches: patch-ab patch-af

Log message:
Update cyrus-sasl to 2.1.23.

New in 2.1.23
-------------
* Fixed CERT VU#238019 (make sure sasl_encode64() always NUL
  terminates output or returns SASL_BUFOVER)