diff options
author | peter <peter@FreeBSD.org> | 2015-06-02 15:51:00 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2015-06-02 15:51:00 +0800 |
commit | e3a0ad7b5e4079722b262ad1fa9b64c6c64ff111 (patch) | |
tree | 372f774db5232ffd800158546bf39cf0c3aea899 /www/nginx/Makefile | |
parent | 5c796e6c47dde43e8b01787579f20288c591d80f (diff) | |
download | freebsd-ports-gnome-e3a0ad7b5e4079722b262ad1fa9b64c6c64ff111.tar.gz freebsd-ports-gnome-e3a0ad7b5e4079722b262ad1fa9b64c6c64ff111.tar.zst freebsd-ports-gnome-e3a0ad7b5e4079722b262ad1fa9b64c6c64ff111.zip |
Update the optional (defaults to off) ldap authentication module to a more
recent version. Of particular importance is that the old one
connected/disconnected to the ldap server for every single URL being served
while this one has a configurable cache.
PR: 200550
Reviewed by: osa
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 0d303482fbd1..069b9642e2db 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -290,10 +290,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_auth_digest} .if ${PORT_OPTIONS:MHTTP_AUTH_LDAP} # WWW: https://github.com/kvspb/nginx-auth-ldap -GIT_HTTP_AUTH_LDAP_VERSION= c4dc7c9153 -MASTER_SITES+= LOCAL/rm:http_auth_ldap -DISTFILES+= http_auth_ldap-${GIT_HTTP_AUTH_LDAP_VERSION}.tar.gz:http_auth_ldap -CONFIGURE_ARGS+=--add-module=${WRKDIR}/http_auth_ldap-${GIT_HTTP_AUTH_LDAP_VERSION} +GIT_HTTP_AUTH_LDAP_VERSION= 928856aa95 +GH_ACCOUNT+= kvspb:http_auth_ldap +GH_PROJECT+= nginx-auth-ldap:http_auth_ldap +GH_TAGNAME+= ${GIT_HTTP_AUTH_LDAP_VERSION}:http_auth_ldap +CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-auth-ldap-${GIT_HTTP_AUTH_LDAP_VERSION} USE_OPENLDAP= yes .endif |