diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2017-05-03 22:16:25 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2017-05-03 22:16:25 +0000 |
commit | a36274b826d0cb9c9b2d3b927f59011c9397b63e (patch) | |
tree | fb07d41fa4c4dd21b6bc02e2624b93874bd39501 /www/nginx-devel | |
parent | 36f5c2c587ac391f03caa9eff472de42aa016ab9 (diff) | |
download | ports-a36274b826d0cb9c9b2d3b927f59011c9397b63e.tar.gz ports-a36274b826d0cb9c9b2d3b927f59011c9397b63e.zip |
Upgrade third-party auth_digest module from cc61b4a to 519dc2a,
it's possible to build it as dynamic module.
Do not bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=440064
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 6 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index d0d369be87fa..fe739f660da3 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -338,12 +338,16 @@ CONFIGURE_ARGS+=--with-http_addition_module .endif .if ${PORT_OPTIONS:MHTTP_AUTH_DIGEST} -GIT_AUTH_DIGEST_VERSION= cc61b4a +GIT_AUTH_DIGEST_VERSION= 519dc2a GH_ACCOUNT+= atomx:auth_digest GH_PROJECT+= nginx-http-auth-digest:auth_digest GH_TAGNAME+= ${GIT_AUTH_DIGEST_VERSION}:auth_digest +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_auth_digest} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_auth_digest} .endif +.endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} GIT_HTTP_AUTH_KRB5_VERSION= 0c6ff3f diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 69e5ababb689..0f47029deebb 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1493848307 +TIMESTAMP = 1493849424 SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SIZE (nginx-1.13.0.tar.gz) = 982592 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -23,8 +23,8 @@ SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea981 SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 5534ca63cdfc2a7dc4e1cbf9c2d54d3ed3f0e6c86b4a95be48ec0a3f41cc1eb0 SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 -SHA256 (atomx-nginx-http-auth-digest-cc61b4a_GH0.tar.gz) = e68b34e03516a4ab43006eb4c481d6bc5e813e0d40876359c606a26c5c68ccf6 -SIZE (atomx-nginx-http-auth-digest-cc61b4a_GH0.tar.gz) = 16060 +SHA256 (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 6ef8c81267cbb2f912fa3add846fddaaab06d604155de322dad83912410adafc +SIZE (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 17778 SHA256 (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 3d3fed1e19a532cdd2a37726953f2b2d4e20891a44119ff6075a6b5891324d2d SIZE (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) = 18212 SHA256 (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) = 0ec4f099e50cc12a6319e37700e71540498d354831d1f09e113ee046ee0bb7b2 |