Path to this page:
./
security/cyrus-sasl,
Simple Authentication and Security Layer
Branch: pkgsrc-2009Q1,
Version: 2.1.23,
Package name: cyrus-sasl-2.1.23,
Maintainer: pkgsrc-usersSASL 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 API implentation. It can be used on the client or
server side to provide authentication. See RFC 2222 for more information.
There's a mailing list for Cyrus SASL. Subscribe by sending a message
to majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl".
The mailing list is available via anonymous IMAP at
imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at
http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.9 2006/04/18 17:41:30 jlam Exp $
SASLDB=@PKG_SYSCONFDIR@/sasldb.db
case ${STAGE} in
POST-DEINSTALL)
if ${TEST} -f ${SASLDB}; then
${CAT} << EOF
===========================================================================
You may want to remove the SASL password data file:
${SASLDB}
===========================================================================
EOF
fi
;;
esac
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites: (Expand)
SHA1: 5df33a6788d6cd8329b109eff777c6cfae1a21bd
RMD160: b2cd9734fa8b4bad82663517f019f9b92d9d3519
Filesize: 1575.822 KB
Version history: (Expand)
- (2009-07-05) Updated to version: cyrus-sasl-2.1.23
- (2009-04-06) Package added to pkgsrc.se, version cyrus-sasl-2.1.22 (created)
CVS history: (Expand)
2009-05-17 16:49:51 by Matthias Scheler | Files touched by this commit (14) | |
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)
|