aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_openid
Commit message (Collapse)AuthorAgeFilesLines
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Second batch at resetting maintainership on ports that have not been staged andBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | without any pending PR With hat: portmgr Notes: svn path=/head/; revision=360228
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326494
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - update to version 0.7Olli Hauer2013-04-203-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=316165
* - USE_APACHE= s/22+/22/Olli Hauer2012-09-221-6/+2
| | | | | | | | | | | | | | - adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@ Notes: svn path=/head/; revision=304723
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* Make it depends on sqlite3 instead of sqlite34Baptiste Daroussin2012-04-161-9/+4
| | | | | | | | | | | While here remove the pre 7.x bits PR: ports/166478 Submitted by: bapt Approved by: maintainer timeout (> 14j) Notes: svn path=/head/; revision=294892
* - Update to 0.6Philip M. Gollucci2012-02-142-4/+3
| | | | | | | | | | PR: ports/165077 Submitted by: myself (pgollucci) Approved by: zhoushuqun@gmail.com (maintainer) Sponsored by: Apache Software Foundation (ASF) Notes: svn path=/head/; revision=291356
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.5Philip M. Gollucci2010-09-292-4/+4
| | | | | | | | PR: ports/150908 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> (maintainer) Notes: svn path=/head/; revision=262065
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE to be incorrectly set during some make phases as a result of the recent PKGNAMEPREFIX for apache ports. 'Revert' some of the PKGNAMEPREFIX changes for apXX-. - Must be manually requested in tbe port Makefile either by a) AP_FAST_BUILD=yes b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX} - Going forward, we will only do this for ports where WITH_APACHE is NOT optional, but required. mod_* ports are a good fit. 141 ports are mod_ ports 80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a]. 61 remaining are then patched to mirror the other $lang frameworks [b]. PR: ports/146956 Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several Discussed with: pav, itectu on #bsdports Tested by: P6 TB run Approved by: portmgr (pav) Notes: svn path=/head/; revision=255075
* - Unbreak after devel/apr0 incranation. USE_APACHE will pull in the correct ↵Philip M. Gollucci2010-05-251-1/+0
| | | | | | | | | apr. With Hat: apache@ Notes: svn path=/head/; revision=255035
* - Convert ports/ to devel/apr1Philip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254522
* - update to 0.4Philip M. Gollucci2009-05-202-6/+7
| | | | | | | | | | | - mark MAKE_JOBS_SAFE=yes PR: ports/134701 Approved by: maintainer Submitted by: me Notes: svn path=/head/; revision=234262
* Mark broken on 6.x because it is unbuildable there.Edwin Groothuis2008-08-251-1/+8
| | | | | | | Noticed by: pavbot, drosobot Notes: svn path=/head/; revision=219122
* New port: www/mod_auth_openid An authentication module for theEdwin Groothuis2008-08-174-0/+94
Apache 2 webserver with OpenID 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 PR: ports/126218 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> Notes: svn path=/head/; revision=218709