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 Updating security/p5-Authen-SA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/274459c7300d
branches: trunk
changeset: 572227:274459c7300d
user: sno <sno%pkgsrc.org@localhost>
date: Mon Feb 22 15:56:28 2010 +0000
description:
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
diffstat:
security/p5-Authen-SASL/Makefile | 14 +++++++++-----
security/p5-Authen-SASL/distinfo | 8 ++++----
2 files changed, 13 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 61e32ab2f70d -r 274459c7300d security/p5-Authen-SASL/Makefile
--- a/security/p5-Authen-SASL/Makefile Mon Feb 22 15:23:17 2010 +0000
+++ b/security/p5-Authen-SASL/Makefile Mon Feb 22 15:56:28 2010 +0000
@@ -1,22 +1,26 @@
-# $NetBSD: Makefile,v 1.14 2009/01/20 06:24:03 seb Exp $
+# $NetBSD: Makefile,v 1.15 2010/02/22 15:56:28 sno Exp $
#
-DISTNAME= Authen-SASL-2.12
+DISTNAME= Authen-SASL-2.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
COMMENT= Perl module to handle SASL authentication
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-PERL5_PACKLIST= auto/Authen/SASL/.packlist
-MAKE_PARAMS+= < /dev/null
+PERL5_PACKLIST= auto/Authen/SASL/.packlist
+PERL5_MODULE_TYPE= Module::Install::Bundled
+#MAKE_PARAMS+= < /dev/null
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+# recommended
+DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
.include "../../lang/perl5/module.mk"
diff -r 61e32ab2f70d -r 274459c7300d security/p5-Authen-SASL/distinfo
--- a/security/p5-Authen-SASL/distinfo Mon Feb 22 15:23:17 2010 +0000
+++ b/security/p5-Authen-SASL/distinfo Mon Feb 22 15:56:28 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/01/11 14:30:08 he Exp $
+$NetBSD: distinfo,v 1.6 2010/02/22 15:56:28 sno Exp $
-SHA1 (Authen-SASL-2.12.tar.gz) = 861e025083e8c4bea4d0a6533cbc618d65614838
-RMD160 (Authen-SASL-2.12.tar.gz) = 2401202e15effd8c3f9e8b2bdb8f05226c95f2b8
-Size (Authen-SASL-2.12.tar.gz) = 50394 bytes
+SHA1 (Authen-SASL-2.13.tar.gz) = 474858839f2d3fa2a0f2fedeb4b0fb78d180fc74
+RMD160 (Authen-SASL-2.13.tar.gz) = 690aeb885bfd00baa947bf7d95616c261a43258e
+Size (Authen-SASL-2.13.tar.gz) = 36196 bytes
Home |
Main Index |
Thread Index |
Old Index