1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- update to version 0.7

- reflect new MASTER_SITE and WWW

Version 0.7
  Fixed issue #13 - issue with handling POST data
  Fixed issue #10 - curl_unescape deprecated / libcurl doesn't unescape '+' as a space
  Fixed "configure: error: conditional "DEBUG" was never defined." message when running autogen.sh.
  Single OP mode
  Set HttpOnly on session-scoped cookies too
  Can now validate AX attrs by regex
  Added AuthOpenIDSecureCookie directive to limit session cookie retrieval to HTTPS connections
  Implemented AuthOpenIDAXUsername and AuthOpenIDSecureCookie
  Described functionality of AuthOpenIDSingleIdP, AuthOpenIDAXRequire, AuthOpenIDAXUsername, AuthOpenIDSecureCookie
  Fixed security vulnerability - sqlite DB should not be world readable

New bugtracker URL:
  http://github.com/bmuller/mod_auth_openid/issues

Feature safe: yes

PR:		ports/177444
Submitted by: 	Ander <ander@angels.org.ua>
Approved by:	Sutra Zhou <zhoushuqun@gmail.com> (maintainer)
This commit is contained in:
Olli Hauer 2013-04-20 19:21:29 +00:00
parent d6e082a3d4
commit fc3c2780ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316165
3 changed files with 5 additions and 6 deletions

View File

@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= mod_auth_openid
PORTVERSION= 0.6
PORTREVISION= 1
PORTVERSION= 0.7
CATEGORIES= www
MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/
MASTER_SITES= http://cloud.github.com/downloads/bmuller/mod_auth_openid/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= zhoushuqun@gmail.com

View File

@ -1,2 +1,2 @@
SHA256 (mod_auth_openid-0.6.tar.gz) = 79e7ca52511d12309ccc3f390255eaade345dcf5959410d352797a22dab6c17b
SIZE (mod_auth_openid-0.6.tar.gz) = 328713
SHA256 (mod_auth_openid-0.7.tar.gz) = 58cb927121d39557a3593b10db8c960440295fb49cddf8120d6a5b521877ed4c
SIZE (mod_auth_openid-0.7.tar.gz) = 352757

View File

@ -2,4 +2,4 @@ mod_auth_openid is an authentication module for the Apache 2 webserver.
It handles the functions of an OpenID consumer as specified in the OpenID
2.0 specification.
WWW: http://trac.butterfat.net/public/mod_auth_openid
WWW: http://findingscience.com/mod_auth_openid/