./security/p5-Authen-SASL, Perl module to handle SASL authentication

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


Branch: CURRENT, Version: 2.14, Package name: p5-Authen-SASL-2.14, Maintainer: pkgsrc-users

SASL is a generic mechanism for authentication used by several
network protocols. Authen::SASL provides an implementation
framework that all protocols should be able to share.

The included plugin Authen::SASL::Perl implements several of
these protocols (DIGEST-MD5, CRAM-MD5, ANONYMOUS, EXTERNAL,
LOGIN and PLAIN).


Required to run:
[lang/perl5] [security/p5-Digest-HMAC] [security/p5-GSSAPI]

Master sites: (Expand)

SHA1: 3a0e220cbf464b6fe069d0054342172fac51f987
RMD160: 0e57da03053481015bb287f853d64a43adc7fc70
Filesize: 40.908 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-16 11:18:00 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating security/p5-Authen-SASL from 2.13 to 2.14

Upstream changes:
Authen-SASL 2.14 -- Thu Mar 11 08:21:07 CST 2010
  * Documentation updates  [Yann Kerherve]
  * Added server API description [Yann Kerherve]
  * Bugfixes to LOGIN, PLAIN and DIGEST_MD5 [Yann Kerherve]
  * Added server support for LOGIN, PLAINaand DIGEST_MD5 [Yann Kerherve]
  * Compatiblity with Authen::SASL::XS [Yann Kerherve]
   2010-02-22 16:56:28 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating security/p5-Authen-SASL from 2.12nb1 to 2.13

pkgsrc changes:
- Add license definition
- Adjust dependencies
- Add module type

Upstream changes:
Authen-SASL 2.13 -- Thu Sep 24 17:27:47 CDT 2009
  * RT#42191 Only use pass for GSSAPI credentials if it is an object of type \ 
GSSAPI::Cred
  * RT#675 Authorization with Authen::SASL::Perl::External
  * Call client_new and server_new inside eval so further plugins can be tried \ 
before failing
  * Prefer to use Authen::SASL::XS over Authen::SASL::Cyrus
   2009-01-20 07:24:03 by Stoned Elipot | Files touched by this commit (1) | Package updated
Log message:
Update from version 2.12 to version 2.12nb1.

Pkgsrc changes:
- Register required dependency on package security/p5-Digest-HMAC
   2009-01-11 15:30:08 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 2.11nb1 to 2.12.

Upstream changes:

Authen-SASL 2.12 -- Mon Jun 30 21:35:21 CDT 2008

Enhancements
  * GSSAPI implement protocol according to RFC, but by default,
    remain compatible with cyrus sasl lib
  * DIGEST-MD5 implement channel encryption layer
   2008-11-20 17:20:05 by Quentin Garnier | Files touched by this commit (1)
Log message:
Properly give up maintainership, as pointed out by wiz@ [hi he!].
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-08-17 19:40:36 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 2.10 to 2.11.

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-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.