diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 09:50:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 09:50:10 +0000 |
commit | 121fbf78dbb44671e710ebde5d2a815cdd3f1b3a (patch) | |
tree | ec4dbc78d5c83a3ebdffe9df966bee1b76ba2535 /net/p5-Net-OpenID-Consumer | |
parent | 173ec625b936884254159015b4cc160291c51875 (diff) | |
download | pkgsrc-121fbf78dbb44671e710ebde5d2a815cdd3f1b3a.tar.gz |
Updating package for p5 module Net::OpenID::Consumer from 1.02 to 1.03
Setting LICENSE to ${PERL5_LICENSE} according to module documentation
Upstream changes:
1.03:
* Enforce the rules from the Auth 2.0 spec about which fields
MUST be signed in positive assertion messages.
* Return a more sensible error (no_head_tag) if the identifier
URL returns an empty (0-byte) HTML document.
* Verify delegate on the non-fragment version of the resulting
identifier, so that you can delegate to providers that add
fragments to their identifiers.
Found and fixed by avarix <mindsectr@gmail.com>.
Diffstat (limited to 'net/p5-Net-OpenID-Consumer')
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index 1ae6155745d..f8181c34648 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/11/08 23:39:39 heinz Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/08 09:50:10 sno Exp $ # -DISTNAME= Net-OpenID-Consumer-1.02 +DISTNAME= Net-OpenID-Consumer-1.03 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-OpenID-Consumer/ COMMENT= Perl library for consumers of OpenID identities +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Crypt-DH>=0.05:../../security/p5-Crypt-DH diff --git a/net/p5-Net-OpenID-Consumer/distinfo b/net/p5-Net-OpenID-Consumer/distinfo index de117b00aba..9d367cf6f61 100644 --- a/net/p5-Net-OpenID-Consumer/distinfo +++ b/net/p5-Net-OpenID-Consumer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/11/08 23:39:39 heinz Exp $ +$NetBSD: distinfo,v 1.4 2009/07/08 09:50:10 sno Exp $ -SHA1 (Net-OpenID-Consumer-1.02.tar.gz) = c5bb709240a154f1be840201a746bcca7e8c4210 -RMD160 (Net-OpenID-Consumer-1.02.tar.gz) = 6941028089fc4aa519083bcc2cdd8317b6b9fcb9 -Size (Net-OpenID-Consumer-1.02.tar.gz) = 34049 bytes +SHA1 (Net-OpenID-Consumer-1.03.tar.gz) = 267e74afdb5a136ee2cba6f11f61b5a3cb626fdf +RMD160 (Net-OpenID-Consumer-1.03.tar.gz) = 572e849143c554efe707295538e3cc1b87a2b8d3 +Size (Net-OpenID-Consumer-1.03.tar.gz) = 34443 bytes |