Commit graph

5 commits

Author SHA1 Message Date
heinz
ff1ef011fd Updated to version 1.02.
Pkgsrc changes:
  - p5-URI-Fetch is not needed anymore, a modified internal version is
    used instead.
  - p5-XML-Simple is required now.

Changes since version 0.14:
===========================
1.02:
        * Declare dependency on XML::Simple

1.01:
        * Make the verified_identity bit accept assertions from any
          declared endpoint, rather than only the primary one.
          This implementation kinda sucks because it hits the identity
          URL over and over doing discovery.
        * Refactor the discovery code a little so that the whole list
          of valid endpoints can optionally be returned. This is in
          preparation for fixing the assertion verification code
          so that providers other than the primary one are able to
          make assertions.
        * Support indirect messages encapsualated in POST requests
          when args are given as a CGI, Apache, or Apache::Request
          object.
        * Support the 1.1 and 1.0 namespace values required by
          Auth 2.0 section 4.1.2.
        * Deal with cases where Net::OpenID::Yadis returns arrayref
          or hashref for Service->URI, including a basic support for
          the priority attribute. Based on a patch from
          Fumiaki Yoshimatsu <fyoshimatsu@sixapart.com>.
        * when dealing with a 2.0 server, send 2.0-shaped association
          requests.
        * add the set_extension_args method to ClaimedIdentity and the
          extension_fields and signed_extension_fields methods to
          VerifiedIdentity, which together form a higher-level API
          for using protocol extensions such as SREG and PAPE.
        * add support for OpenID 2.0-style messages from providers
        * use our own simplified fork of Net::Yadis::Discovery to avoid
          dependency on Module::Pluggable::Fast. Or on Net::Yadis::Discovery,
          for that matter.
        * add hooks for openid-test project. (bradfitz)
        * add OpenID 2.0-compliant discovery and authentication request.
        * add method on claimed identity object to get delgated URL
2008-11-08 23:39:39 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
a088cfcda3 Updated to version 0.14.
Pkgsrc changes:
  - none

Changes since version 0.13:
===========================
0.14: (2007-08-03)
	* allow CGI subclasses (like CGI::Fast) for args.  bug fix
	  from Chris Kastorff <encryptio@gmail.com>.
2007-08-19 17:30:23 +00:00
heinz
03f2f362b6 Initial import of p5-Net-OpenID-Consumer 0.13.
This is the Perl API for (the consumer half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity.  More information is available at:

  http://openid.net/
2007-05-06 14:00:56 +00:00