diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-02-10 17:48:43 +0100 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-02-10 17:53:14 +0100 |
commit | 7ab2abfa9d0a0c7efec47aafe89e2e1faf535be8 (patch) | |
tree | a99916ee98fc15ebddc312c77c27a4e6ec94d565 /www/nginx/files | |
parent | devel/jenkins-lts: Update to 2.319.3 (diff) |
www/nginx: update third-party spnego-http-auth module
There was an error when loading the module in nginx.conf. This update also fixes this error:
nginx: [emerg] dlopen() "/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so" failed (/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so: Undefined symbol "__gss_krb5_mechanism_oid_desc") in /usr/local/etc/nginx/nginx.conf:7
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
PR: 261810
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/nginx/files')
-rw-r--r-- | www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config b/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config index 0d7aabe51d93..3afa4aaebd9c 100644 --- a/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config +++ b/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config @@ -1,9 +1,9 @@ ---- ../spnego-http-auth-nginx-module-72c8ee0/config.orig 2020-10-17 22:35:57.676855000 +0200 -+++ ../spnego-http-auth-nginx-module-72c8ee0/config 2020-10-17 22:40:49.255324000 +0200 +--- ../spnego-http-auth-nginx-module-c626163/config.orig 2020-10-17 22:35:57.676855000 +0200 ++++ ../spnego-http-auth-nginx-module-c626163/config 2020-10-17 22:40:49.255324000 +0200 @@ -1,8 +1,10 @@ ngx_addon_name=ngx_http_auth_spnego_module -ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err" -+ngx_feature_libs="%%GSSAPILIBS%%" ++ngx_feature_libs="-L%%GSSAPILIBDIR%% %%GSSAPILIBS%%" +ngx_module_incs="%%GSSAPINCDIR%%" + |