Date: Tue, 26 Nov 2019 16:32:38 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518471 - head/www/nginx Message-ID: <201911261632.xAQGWcUf019626@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Tue Nov 26 16:32:38 2019 New Revision: 518471 URL: https://svnweb.freebsd.org/changeset/ports/518471 Log: When nginx compiled with third-party spnego module, a worker process may crash due to read-after-free operation. This third-party module update fix the issue. PR: 235296 Sponsored by: Netzkommune GmbH Modified: head/www/nginx/Makefile head/www/nginx/Makefile.extmod head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Nov 26 16:25:08 2019 (r518470) +++ head/www/nginx/Makefile Tue Nov 26 16:32:38 2019 (r518471) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.16.1 -PORTREVISION?= 5 +PORTREVISION?= 6 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ Modified: head/www/nginx/Makefile.extmod ============================================================================== --- head/www/nginx/Makefile.extmod Tue Nov 26 16:25:08 2019 (r518470) +++ head/www/nginx/Makefile.extmod Tue Nov 26 16:32:38 2019 (r518471) @@ -78,7 +78,7 @@ HTTP_ACCEPT_LANGUAGE_CONFIGURE_ON= --add-module=${WRKS HTTP_AUTH_DIGEST_GH_TUPLE= atomx:nginx-http-auth-digest:cd86418:auth_digest HTTP_AUTH_DIGEST_VARS= DSO_EXTMODS+=auth_digest -HTTP_AUTH_KRB5_GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:7e028a5:auth_krb5 +HTTP_AUTH_KRB5_GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:21bb963:auth_krb5 HTTP_AUTH_KRB5_VARS= DSO_EXTMODS+=auth_krb5 HTTP_AUTH_KRB5_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-spnego-http-auth-nginx-module-config Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Nov 26 16:25:08 2019 (r518470) +++ head/www/nginx/distinfo Tue Nov 26 16:32:38 2019 (r518471) @@ -1,4 +1,4 @@ -TIMESTAMP = 1568874104 +TIMESTAMP = 1574782814 SHA256 (nginx-1.16.1.tar.gz) = f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b SIZE (nginx-1.16.1.tar.gz) = 1032630 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -55,8 +55,8 @@ SHA256 (giom-nginx_accept_language_module-2f69842_GH0. SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 SHA256 (atomx-nginx-http-auth-digest-cd86418_GH0.tar.gz) = 9858b202e5009da4047ac16f3ee02e018673237f0d9652a9e1c2c9d7917f07bf SIZE (atomx-nginx-http-auth-digest-cd86418_GH0.tar.gz) = 17869 -SHA256 (stnoonan-spnego-http-auth-nginx-module-7e028a5_GH0.tar.gz) = 13f9f8ce2e815a14e43c4741af054f96b0714327d9e248dada241d4d3eaee40d -SIZE (stnoonan-spnego-http-auth-nginx-module-7e028a5_GH0.tar.gz) = 18227 +SHA256 (stnoonan-spnego-http-auth-nginx-module-21bb963_GH0.tar.gz) = 3f7f7e5e4882320ec32211c46dbd924d13307f4d08bc0bad186680c35195973d +SIZE (stnoonan-spnego-http-auth-nginx-module-21bb963_GH0.tar.gz) = 18140 SHA256 (kvspb-nginx-auth-ldap-42d195d_GH0.tar.gz) = 78d74697f89821a7ed31c6c672f6c06923bb53a681ebb203eabebb657bdafd80 SIZE (kvspb-nginx-auth-ldap-42d195d_GH0.tar.gz) = 18455 SHA256 (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911261632.xAQGWcUf019626>