Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2019 23:11:10 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517848 - in head/www/nginx-devel: . files
Message-ID:  <201911172311.xAHNBA70056449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sun Nov 17 23:11:10 2019
New Revision: 517848
URL: https://svnweb.freebsd.org/changeset/ports/517848

Log:
  Update the extra patch for the third-party spnego module,
  it was missing with r517770.
  
  Bump PORTREVISION.
  
  PR:	242031

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Nov 17 23:10:07 2019	(r517847)
+++ head/www/nginx-devel/Makefile	Sun Nov 17 23:11:10 2019	(r517848)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.17.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config
==============================================================================
--- head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config	Sun Nov 17 23:10:07 2019	(r517847)
+++ head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config	Sun Nov 17 23:11:10 2019	(r517848)
@@ -1,5 +1,5 @@
---- ../spnego-http-auth-nginx-module-0c6ff3f/config.orig	2017-04-15 13:07:01.159506000 -0400
-+++ ../spnego-http-auth-nginx-module-7e028a5/config	2018-04-20 00:15:08.515289000 +0200
+--- ../spnego-http-auth-nginx-module-21bb963/config.orig	2017-04-15 13:07:01.159506000 -0400
++++ ../spnego-http-auth-nginx-module-21bb963/config	2018-04-20 00:15:08.515289000 +0200
 @@ -1,9 +1,6 @@
  ngx_addon_name=ngx_http_auth_spnego_module
 -ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911172311.xAHNBA70056449>