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
This commit is contained in:
parent
5b3cfd7497
commit
18f3021f2a
2 changed files with 13 additions and 9 deletions
|
@ -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
|
||||
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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue