summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-22 16:06:38 +0000
committerwiz <wiz>2009-02-22 16:06:38 +0000
commite8ecb6e36f65f5b7e3a67262c4159399515ceb2d (patch)
tree60ed2f5550b9bf00e24f23d29200256f2e2c6d6f /security
parent97ae28777b16201ac4adef38c296338af205b18d (diff)
downloadpkgsrc-e8ecb6e36f65f5b7e3a67262c4159399515ceb2d.tar.gz
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 (limited to 'security')
-rw-r--r--security/p5-Authen-SASL-Cyrus/Makefile5
-rw-r--r--security/p5-Authen-SASL-Cyrus/distinfo9
-rw-r--r--security/p5-Authen-SASL-Cyrus/patches/patch-aa13
3 files changed, 6 insertions, 21 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile
index 7ce007f5525..41e5ece34cb 100644
--- a/security/p5-Authen-SASL-Cyrus/Makefile
+++ b/security/p5-Authen-SASL-Cyrus/Makefile
@@ -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 --git a/security/p5-Authen-SASL-Cyrus/distinfo b/security/p5-Authen-SASL-Cyrus/distinfo
index dd15186f2af..6c72c73d0c1 100644
--- a/security/p5-Authen-SASL-Cyrus/distinfo
+++ b/security/p5-Authen-SASL-Cyrus/distinfo
@@ -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 --git a/security/p5-Authen-SASL-Cyrus/patches/patch-aa b/security/p5-Authen-SASL-Cyrus/patches/patch-aa
deleted file mode 100644
index da535faaf3a..00000000000
--- a/security/p5-Authen-SASL-Cyrus/patches/patch-aa
+++ /dev/null
@@ -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>
-
-
-