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-Cyrus Update to 0.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f782eac25ca
branches:  trunk
changeset: 554933:5f782eac25ca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 22 16:06:38 2009 +0000

description:
Update to 0.12:

0.12
Made Cyrus.xs more compatible with Perl API by changing function calls
like Perl_warn() to just warn(), and defining PERL_NO_GET_CONTEXT.
Made SASL properties which take an IP address and load it into the SASL
library more robust by determining if the passed address is in
"struct sockaddr" format or in "IP1.IP2.IP3.IP4;PORT" format.
Fixed passing of "function + params" as a callback.

0.11
Fixed t/callback.t to NOT try connecting to the LDAP server
on localhost since that, well, doesn't work at Pause.

0.10
Added better callback management, Perl memory management,
and three test scripts, as written by Ulrich Pfeifer.

0.09
Changed securesocket GLOB, as suggested by Marius Tomaschewski.
Extended SASL2 support.

0.08
Changed the "code" routine to return the result code of the
last SASL library call. This allows differentiation of the
result of the client_step returning a zero byte string vs.
it saying authentication is complete.

diffstat:

 security/p5-Authen-SASL-Cyrus/Makefile         |   5 ++---
 security/p5-Authen-SASL-Cyrus/distinfo         |   9 ++++-----
 security/p5-Authen-SASL-Cyrus/patches/patch-aa |  13 -------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (46 lines):

diff -r 38b24ca3e808 -r 5f782eac25ca security/p5-Authen-SASL-Cyrus/Makefile
--- a/security/p5-Authen-SASL-Cyrus/Makefile    Sun Feb 22 16:01:56 2009 +0000
+++ b/security/p5-Authen-SASL-Cyrus/Makefile    Sun Feb 22 16:06:38 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:44 he Exp $
+# $NetBSD: Makefile,v 1.14 2009/02/22 16:06:38 wiz Exp $
 #
 
-DISTNAME=      Authen-SASL-Cyrus-0.07
+DISTNAME=      Authen-SASL-Cyrus-0.12
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Authen/}
 
diff -r 38b24ca3e808 -r 5f782eac25ca security/p5-Authen-SASL-Cyrus/distinfo
--- a/security/p5-Authen-SASL-Cyrus/distinfo    Sun Feb 22 16:01:56 2009 +0000
+++ b/security/p5-Authen-SASL-Cyrus/distinfo    Sun Feb 22 16:06:38 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:09 agc Exp $
+$NetBSD: distinfo,v 1.3 2009/02/22 16:06:38 wiz Exp $
 
-SHA1 (Authen-SASL-Cyrus-0.07.tar.gz) = 5e3c58ecdffc6647ea51a654e6ac478cd88a0abd
-RMD160 (Authen-SASL-Cyrus-0.07.tar.gz) = bdf7848903fc003afdcd88eeb6a70b2fdebb579f
-Size (Authen-SASL-Cyrus-0.07.tar.gz) = 9467 bytes
-SHA1 (patch-aa) = 96923faa41955f2fa8149d6ac3a7fa76c4773802
+SHA1 (Authen-SASL-Cyrus-0.12.tar.gz) = e6183af5d4ea1025151a29dddce2ba972c8a51e3
+RMD160 (Authen-SASL-Cyrus-0.12.tar.gz) = 74488637d1a6f7ebc3fe5f4bbc7b52e42361c184
+Size (Authen-SASL-Cyrus-0.12.tar.gz) = 11522 bytes
diff -r 38b24ca3e808 -r 5f782eac25ca security/p5-Authen-SASL-Cyrus/patches/patch-aa
--- a/security/p5-Authen-SASL-Cyrus/patches/patch-aa    Sun Feb 22 16:01:56 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $
-
---- Cyrus.xs.orig      2003-02-03 22:02:03.000000000 +0100
-+++ Cyrus.xs
-@@ -10,7 +10,7 @@
- #include <EXTERN.h>
- #include <perl.h>
- #include <XSUB.h>
--#include <sasl.h>
-+#include <sasl/sasl.h>
- 
- 
- 



Home | Main Index | Thread Index | Old Index