pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-OpenID-Consumer Updating package for p5 mod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd662346a74e
branches:  trunk
changeset: 395464:bd662346a74e
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 08 09:50:10 2009 +0000

description:
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@localhost>.

diffstat:

 net/p5-Net-OpenID-Consumer/Makefile |  5 +++--
 net/p5-Net-OpenID-Consumer/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r a82a2e5e3bb9 -r bd662346a74e net/p5-Net-OpenID-Consumer/Makefile
--- a/net/p5-Net-OpenID-Consumer/Makefile       Wed Jul 08 09:38:40 2009 +0000
+++ b/net/p5-Net-OpenID-Consumer/Makefile       Wed Jul 08 09:50:10 2009 +0000
@@ -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 @@
 MAINTAINER=    heinz%NetBSD.org@localhost
 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 -r a82a2e5e3bb9 -r bd662346a74e net/p5-Net-OpenID-Consumer/distinfo
--- a/net/p5-Net-OpenID-Consumer/distinfo       Wed Jul 08 09:38:40 2009 +0000
+++ b/net/p5-Net-OpenID-Consumer/distinfo       Wed Jul 08 09:50:10 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index