Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2025 20:10:45 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a30180d872f6 - main - www/nginx-devel: update third-party ip2location-ip2proxy module...
Message-ID:  <202502042010.514KAj8Q017368@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a30180d872f634502205b3883f5ac5fe60704b0a

commit a30180d872f634502205b3883f5ac5fe60704b0a
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-02-04 20:08:11 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-02-04 20:08:11 +0000

    www/nginx-devel: update third-party ip2location-ip2proxy module...
    
    after net/ip2proxy recent update.
    
    Bump PORTREVISION.
    
    Also, fix my previous commit for the third-party stream-lua module.
    
    Fixes:  4e51506ec92c7ee330509ade93bb618c6f8101f3
---
 www/nginx-devel/Makefile        | 2 +-
 www/nginx-devel/Makefile.extmod | 3 +--
 www/nginx-devel/distinfo        | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index a6241039920a..54607d91aae0 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME?=	nginx
 PORTVERSION=	1.27.3
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index fe6a8bb2b83b..66614230777b 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -118,7 +118,7 @@ HTTP_IP2LOCATION_GH_TUPLE=	ip2location:ip2location-nginx:5f2c59a:ip2location
 HTTP_IP2LOCATION_LIB_DEPENDS=	libIP2Location.so:net/ip2location
 HTTP_IP2LOCATION_VARS=		DSO_EXTMODS+=ip2location
 
-HTTP_IP2PROXY_GH_TUPLE=		ip2location:ip2proxy-nginx:02ce447:ip2proxy
+HTTP_IP2PROXY_GH_TUPLE=		ip2location:ip2proxy-nginx:f3e7e7d:ip2proxy
 HTTP_IP2PROXY_LIB_DEPENDS=	libIP2Proxy.so:net/ip2proxy
 HTTP_IP2PROXY_VARS=		DSO_EXTMODS+=ip2proxy
 
@@ -218,7 +218,6 @@ LUASTREAM_CONFIGURE_ENV=LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
 			LUAJIT_LIB=${LOCALBASE}/lib
 LUASTREAM_GH_TUPLE=	openresty:stream-lua-nginx-module:v0.0.16:luastream
 LUASTREAM_VARS=		DSO_EXTMODS+=luastream
-LUASTREAM_EXTRA_PATCHES=${PATCHDIR}/extra-patch-stream-lua-nginx-module_config
 
 LINK_GH_TUPLE=		Taymindis:nginx-link-function:3.2.4:link
 LINK_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-nginx-link-function-config \
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 494aaa57caf1..1aafb21ce99e 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -59,8 +59,8 @@ SHA256 (leev-ngx_http_geoip2_module-445df24_GH0.tar.gz) = f19985b13e4095168a60aa
 SIZE (leev-ngx_http_geoip2_module-445df24_GH0.tar.gz) = 8889
 SHA256 (ip2location-ip2location-nginx-5f2c59a_GH0.tar.gz) = 3eb29b516d80afcc5267ef436bd527b0810257437bce48bdfd6070dd10f1b767
 SIZE (ip2location-ip2location-nginx-5f2c59a_GH0.tar.gz) = 5506
-SHA256 (ip2location-ip2proxy-nginx-02ce447_GH0.tar.gz) = edbafe23087f019364f9d1c1c615fdbc5116ec727c49bf442e3e4b39441fc4cc
-SIZE (ip2location-ip2proxy-nginx-02ce447_GH0.tar.gz) = 5177
+SHA256 (ip2location-ip2proxy-nginx-f3e7e7d_GH0.tar.gz) = 90dc4a10dd8fc4af3ffdd2cf451368eca1d3b90261ec1944ad629b2302932638
+SIZE (ip2location-ip2proxy-nginx-f3e7e7d_GH0.tar.gz) = 5253
 SHA256 (nginx-modules-ngx_http_json_status_module-c77dff4_GH0.tar.gz) = a071c50834142dc094a2915a5ac7bd80765d76bbe736fe291e40f593c8278f16
 SIZE (nginx-modules-ngx_http_json_status_module-c77dff4_GH0.tar.gz) = 6753
 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885



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