mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/nginx-devel: update third-party SPNEGO module to it recent commit
Notify that one of the implementation of Kerberos5 needs to be chosen. Bump PORTREVISION.
This commit is contained in:
parent
fb3f11e5db
commit
adc7097c90
4 changed files with 13 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.21.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
@ -222,6 +222,12 @@ CONFIGURE_ENV+= OPTIMIZE="yes"
|
|||
CFLAGS+= -DNDEBUG
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} && (empty(PORT_OPTIONS:MGSSAPI_HEIMDAL) && empty(PORT_OPTIONS:MGSSAPI_MIT))
|
||||
IGNORE= required at least GSSAPI_HEIMDAL or \
|
||||
GSSAPI_MIT_USES to be defined. Please do \
|
||||
'make config' again
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
.if ${PORT_OPTIONS:MHTTP_UPSTREAM_FAIR}
|
||||
|
|
|
@ -90,7 +90,7 @@ HTTP_ACCEPT_LANGUAGE_VARS= DSO_EXTMODS+=accept_language
|
|||
HTTP_AUTH_DIGEST_GH_TUPLE= atomx:nginx-http-auth-digest:274490c:auth_digest
|
||||
HTTP_AUTH_DIGEST_VARS= DSO_EXTMODS+=auth_digest
|
||||
|
||||
HTTP_AUTH_KRB5_GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:72c8ee0:auth_krb5
|
||||
HTTP_AUTH_KRB5_GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:a06f9ef:auth_krb5
|
||||
HTTP_AUTH_KRB5_VARS= DSO_EXTMODS+=auth_krb5
|
||||
HTTP_AUTH_KRB5_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-spnego-http-auth-nginx-module-config
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1634648725
|
||||
TIMESTAMP = 1634653086
|
||||
SHA256 (nginx-1.21.3.tar.gz) = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a
|
||||
SIZE (nginx-1.21.3.tar.gz) = 1066609
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
|
@ -51,8 +51,8 @@ SHA256 (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = a58feb576f
|
|||
SIZE (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = 3425
|
||||
SHA256 (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 0839c33c2f8d519f92daae274f62cf87eb68415d562c6500ee3e3721ce80557c
|
||||
SIZE (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 17815
|
||||
SHA256 (stnoonan-spnego-http-auth-nginx-module-72c8ee0_GH0.tar.gz) = df6be6e67a4a4a37db584effdf2326a7eca29891724363bd34d03967cc8e5c68
|
||||
SIZE (stnoonan-spnego-http-auth-nginx-module-72c8ee0_GH0.tar.gz) = 18502
|
||||
SHA256 (stnoonan-spnego-http-auth-nginx-module-a06f9ef_GH0.tar.gz) = f7b1559e730d75fd0eee82a0aef67e3ab026cc816e0413fb94d51c8ad87df883
|
||||
SIZE (stnoonan-spnego-http-auth-nginx-module-a06f9ef_GH0.tar.gz) = 18504
|
||||
SHA256 (kvspb-nginx-auth-ldap-83c059b_GH0.tar.gz) = e76e9e117ad51af578a68fa7a30c256178796bb271fa77f01c93281a92b09921
|
||||
SIZE (kvspb-nginx-auth-ldap-83c059b_GH0.tar.gz) = 18547
|
||||
SHA256 (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../spnego-http-auth-nginx-module-72c8ee0/config.orig 2020-08-27 07:59:28.423636000 -0400
|
||||
+++ ../spnego-http-auth-nginx-module-72c8ee0/config 2020-08-27 08:01:42.152121000 -0400
|
||||
--- ../spnego-http-auth-nginx-module-a06f9ef/config.orig 2020-08-27 07:59:28.423636000 -0400
|
||||
+++ ../spnego-http-auth-nginx-module-a06f9ef/config 2020-08-27 08:01:42.152121000 -0400
|
||||
@@ -1,8 +1,9 @@
|
||||
ngx_addon_name=ngx_http_auth_spnego_module
|
||||
-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"
|
||||
|
|
Loading…
Add table
Reference in a new issue