pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Authen-SASL Update p5-Authen-SASL to 2.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5d1362db2aa
branches:  trunk
changeset: 520216:e5d1362db2aa
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 17 14:20:21 2006 +0000

description:
Update p5-Authen-SASL to 2.10.
Patch provided by Martin Wilke via PR 34396.
Modify to avoid interaction when buildling.

Authen-SASL 2.10 -- Sat Mar 25 13:11:47 CST 2006

Enhancements
  * Added Authen::SASL::Perl::GSSAPI
  * Added error method to Authen::SASL to obtain error from last connection

Bug Fixes
  * Authen::SASL::Perl::DIGEST_MD5
    - Fixed response to server to pass digest-uri
    - Correct un-escaping behaviour when reading the challenge,
    - check for required fields (according to the RFC),
    - allow for qop not to be sent from the server (according to the RFC),
    - add a callback for the realm.

Authen-SASL 2.09 -- Tue Apr 26 06:55:10 CDT 2005

Enhancements
  * authname support in Authen::SASL::Perl::DIGEST_MD5
  * flexible plugin selection in Authen::SASL using import()
     i.e.    use Authen::SASL qw(Authen::SASL::Cyrus);
  * new documentation for
    - Authen::SASL::Perl::ANONYMOUS
    - Authen::SASL::Perl::CRAM_MD5
    - Authen::SASL::Perl::EXTERNAL
    - Authen::SASL::Perl::LOGIN
    - Authen::SASL::Perl::PLAIN
    - Authen::SASL::Perl
  * updates in the tests

Authen-SASL 2.08 -- Tue May 25 11:24:21 BST 2004

Bug Fixes
  * Fix the handling of qop in Digest-MD5

Authen-SASL 2.07 -- Sat Apr 10 09:06:21 BST 2004

Bug Fixes
  * Fixed test bug if Digest::HMAC_MD5 was not installed
  * Fixed order of values sent in the PLAIN mechanism

Enhancements
  * Added support in the framework for server-side plugins

2003-11-01 18:48  Graham Barr

        * lib/Authen/SASL.pm:

        Release 2.06

2003-10-21 19:59  Graham Barr

        * MANIFEST, lib/Authen/SASL/Perl.pm,
        lib/Authen/SASL/Perl/ANONYMOUS.pm,
        lib/Authen/SASL/Perl/CRAM_MD5.pm,
        lib/Authen/SASL/Perl/DIGEST_MD5.pm,
        lib/Authen/SASL/Perl/EXTERNAL.pm, lib/Authen/SASL/Perl/LOGIN.pm,
        lib/Authen/SASL/Perl/PLAIN.pm, t/order.t:

        Add ordering so we always pich the best of the available methods instead of
        just the first

2003-10-17 22:12  Graham Barr

        * lib/Authen/SASL.pm:

        Release 2.05

2003-10-17 22:06  Graham Barr

        * MANIFEST, Makefile.PL:

        use Module::Install to generate Makefile and add SIGNATURE and META.yml

2003-10-17 21:19  Graham Barr

        * lib/Authen/SASL/Perl/DIGEST_MD5.pm:

        Fix typo

2003-10-17 21:17  Graham Barr

        * lib/Authen/SASL/: Perl.pm, Perl/DIGEST_MD5.pm:

        Don't call die in DIGEST_MD5, but call set_error and return an empty list

2003-10-17 21:16  Graham Barr

        * lib/Authen/SASL.pod:

        Update docs to reflect that client_start and client_step return an emtpy list on error

diffstat:

 security/p5-Authen-SASL/Makefile |  6 +++---
 security/p5-Authen-SASL/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r fb2c726f8f58 -r e5d1362db2aa security/p5-Authen-SASL/Makefile
--- a/security/p5-Authen-SASL/Makefile  Tue Oct 17 13:51:20 2006 +0000
+++ b/security/p5-Authen-SASL/Makefile  Tue Oct 17 14:20:21 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:29 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/10/17 14:20:21 obache Exp $
 #
 
-DISTNAME=      Authen-SASL-2.04
+DISTNAME=      Authen-SASL-2.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Authen/}
 
@@ -12,6 +11,7 @@
 COMMENT=       Perl module to handle SASL authentication
 
 PERL5_PACKLIST=        auto/Authen/SASL/.packlist
+MAKE_PARAMS+=  < /dev/null
 
 .include "../../lang/perl5/module.mk"
 
diff -r fb2c726f8f58 -r e5d1362db2aa security/p5-Authen-SASL/distinfo
--- a/security/p5-Authen-SASL/distinfo  Tue Oct 17 13:51:20 2006 +0000
+++ b/security/p5-Authen-SASL/distinfo  Tue Oct 17 14:20:21 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:09 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/10/17 14:20:21 obache Exp $
 
-SHA1 (Authen-SASL-2.04.tar.gz) = b5811774c970f2c4f7ee4016098a0c75e94c81b1
-RMD160 (Authen-SASL-2.04.tar.gz) = 41061053418fb81b321069eab6efa94adc12d829
-Size (Authen-SASL-2.04.tar.gz) = 7501 bytes
+SHA1 (Authen-SASL-2.10.tar.gz) = 690f89b334cd4a02e75f1c48eabd3c4e6870824a
+RMD160 (Authen-SASL-2.10.tar.gz) = 34b1b81e663fbc97e6d37136a48202ba6e991f8e
+Size (Authen-SASL-2.10.tar.gz) = 42783 bytes



Home | Main Index | Thread Index | Old Index