summaryrefslogtreecommitdiff
path: root/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/nginx: Update 3rd-party moduleJochen Neumeister2023-05-011-2/+2
| | | | | | | | Resurrect GSSAPI radio button for http_auth_krb5 module, last one builds just fine with both implementations now. Obtained from: nginx-devel Sponsored by: Netzkommune GmbH
* www/nginx: Update to 1.24.0Jochen Neumeister2023-04-171-4/+3
| | | | | | | Update NGINX to 1.24.0 Overview of the changes from nginx-devel. Osa has made many good changes in the last devel phases. These have been adopted into the nginx port (httpv3 ....). Also all modules were updated to the latest version Sponsored by: Netzkommune GmbH
* www/nginx: Fix TypoJochen Neumeister2022-03-041-1/+1
| | | | | PR: 262063 Sponsored by: Netzkommune GmbH
* www/nginx: update third-party spnego-http-auth moduleJochen Neumeister2022-02-101-3/+3
| | | | | | | | | 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
* Update third-party spnego-http-auth moduleJochen Neumeister2020-10-191-14/+9
| | | | | | | | | | | | | | | Add the corresponding library path to the patch for the third-party http_auth_spnego module. The third-party http_auth_spnego module may not work with in-base Kerberos implementation because of gss_locaname() function usage, so remove the GSSAPI_BASE option from the GSSAPI radio button. (merge from www/nginx-devel in r546696) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=552734
* - Add support for FreeBSD accept filters [1]Jochen Neumeister2019-11-281-1/+1
| | | | | | | | | | | - Fix build with HTTP_AUTH_KRB5 after r518471 [2] - Update 3rd party Modul PR: 238739 [1], 242256 [2] Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=518572
* HTTP_AUTH_KRB5 option is not fully implemented. This patch makes it build ↵Jochen Neumeister2018-04-221-5/+16
| | | | | | | | | | | with security/krb5 and security/heimdal PR: 226044 Reviewed by: brnrd Differential Revision: https://reviews.freebsd.org/D14973 Notes: svn path=/head/; revision=468031
* Upgrade from 1.10.3 to 1.12.0.Sergey A. Osokin2017-04-251-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: http://nginx.org/en/CHANGES-1.12 Remove IPV6 knob, IPv6 now compiled-in automatically if support is found. Also, remove third-party modules: o) udplog o) statsd Enable third_party mod_zip module back by changing upstream. Upgrade third-party modules: o) lua to 0.10.8 o) upstream_fair to b5be36f (upstream has been changed) o) upload to 72ec037 (upstream has been changed). o) http_auth_krb5 to 0c6ff3f. o) party njs to 0.1.10. Please see this comment in case of the production use of the lua module: https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002 Patches obtained from: o) https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3 o) https://github.com/SpiderLabs/ModSecurity/pull/1373/commits/d19df159043106a4d6dfd113696900b5b0dae24b Notes: svn path=/head/; revision=439421
* Upgrade third-party auth_krb5 module from f76d5d9 to c85a38c revision.Sergey A. Osokin2016-02-131-2/+2
| | | | Notes: svn path=/head/; revision=408797
* Update third-party KRB5/SPNEGO module to the latest upstream version.Philip Paeps2015-07-101-2/+2
| | | | | | | Approved by: osa (maintainer) Notes: svn path=/head/; revision=391693
* Add third-party SPNEGO authentication module.Sergey A. Osokin2015-06-131-0/+8
PR: 192904 Notes: svn path=/head/; revision=389476