Path to this page:
./
security/cyrus-sasl,
Simple Authentication and Security Layer
Branch: pkgsrc-2011Q3,
Version: 2.1.25,
Package name: cyrus-sasl-2.1.25,
Maintainer: obacheSASL 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: b6c34426012d9b5d448d5646cbecd818a5eeacbf
RMD160: c9ed9093828f7f7bb1b35c8a690cadbcd44f3862
Filesize: 5087.148 KB
Version history: (Expand)
- (2011-10-04) Package added to pkgsrc.se, version cyrus-sasl-2.1.25 (created)
CVS history: (Expand)
2011-10-20 05:59:45 by Matthias Scheler | Files touched by this commit (11) |
Log message:
Pullup ticket #3572 - requested by sbd
lang/python24: build fix
lang/python25: build fix
lang/python26: build fix
lang/python27: build fix
lang/python31: build fix
security/cyrus-sasl: build fix
Revisions pulled up:
- lang/python24/distinfo 1.36
- lang/python24/patches/patch-am 1.7
- lang/python25/distinfo 1.18
- lang/python25/patches/patch-am 1.8
- lang/python26/distinfo 1.39
- lang/python26/patches/patch-am 1.17
- lang/python27/distinfo 1.10
- lang/python27/patches/patch-am 1.4
- lang/python31/distinfo 1.4
- lang/python31/patches/patch-am 1.3
- security/cyrus-sasl/Makefile 1.58
---
Module Name: pkgsrc
Committed By: sbd
Date: Tue Oct 18 21:59:19 UTC 2011
Modified Files:
pkgsrc/lang/python24: distinfo
pkgsrc/lang/python24/patches: patch-am
pkgsrc/lang/python25: distinfo
pkgsrc/lang/python25/patches: patch-am
pkgsrc/lang/python26: distinfo
pkgsrc/lang/python26/patches: patch-am
pkgsrc/lang/python27: distinfo
pkgsrc/lang/python27/patches: patch-am
pkgsrc/lang/python31: distinfo
pkgsrc/lang/python31/patches: patch-am
pkgsrc/security/cyrus-sasl: Makefile
Log message:
Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
belongs to gdbm_compat. I.E. _don't_ use ndbm on Linux.
|
2011-10-10 04:39:40 by Steven Drake | Files touched by this commit (1) |
Log message:
Pullup ticket #3538 - requested by tron
security/cyrus-sasl build fix
Revisions pulled up:
- security/cyrus-sasl/Makefile.common 1.17
---
Module Name: pkgsrc
Committed By: tron
Date: Sat Oct 8 13:49:14 UTC 2011
Modified Files:
pkgsrc/security/cyrus-sasl: Makefile.common
Log message:
Mark as not multiple jobs safe. This fixes random build errors on my
dual core NetBSD/amd64 5.1_STABLE system.
|