From nobody Wed Nov 23 13:21:37 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NHMGZ3nj2z4hNQ4; Wed, 23 Nov 2022 13:21:42 +0000 (UTC) (envelope-from zi@freebsd.org) Received: from exodus2.zi0r.com (exodus2.zi0r.com [75.148.12.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NHMGY5XVVz4YNJ; Wed, 23 Nov 2022 13:21:41 +0000 (UTC) (envelope-from zi@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 75.148.12.42 is neither permitted nor denied by domain of zi@freebsd.org) smtp.mailfrom=zi@freebsd.org; dmarc=none Received: from exodus.zi0r.com (syn.zi0r.com [71.179.14.194]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 927B1695160; Wed, 23 Nov 2022 08:21:38 -0500 (EST) Date: Wed, 23 Nov 2022 08:21:37 -0500 From: Ryan Steinmetz To: Jochen Neumeister Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 1867f0afa761 - main - www/nginx: Update 3rd Party Modules: ip2location, ip2proxy Message-ID: References: <202211201906.2AKJ6Z7K081843@gitrepo.freebsd.org> <58629f2e-5e5b-6598-f801-f14870ea0ed9@FreeBSD.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <58629f2e-5e5b-6598-f801-f14870ea0ed9@FreeBSD.org> X-Spam-Score: 5.00 X-Spamd-Result: default: False [-2.77 / 15.00]; NEURAL_HAM_SHORT(-0.99)[-0.991]; NEURAL_HAM_LONG(-0.89)[-0.888]; NEURAL_HAM_MEDIUM(-0.79)[-0.787]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_NONE(0.00)[75.148.12.42:from]; ARC_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-all@freebsd.org,dev-commits-ports-main@freebsd.org]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:7922, ipnet:75.144.0.0/13, country:US]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; DMARC_NA(0.00)[freebsd.org]; FREEFALL_USER(0.00)[zi]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4NHMGY5XVVz4YNJ X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N Oops, looks like the last bit of my commit message didn't make it. Both of these were to unbreak the modules after recent nginx updates. These are the trivial upstream commits that address this: https://github.com/ip2location/ip2location-nginx/commits/master https://github.com/ip2location/ip2proxy-nginx/commits/master Apologies for delay in response--holiday travels/events. Happy holidays! -r On (11/21/22 09:48), Jochen Neumeister wrote: >Is it now allowed to edit the port without informing the maintainer? I >think we have rules here, right? >I can't find any PR or eMail where this update is requested. >Also, PORTREVISION was not pumped. > >Am 20.11.22 um 20:06 schrieb Ryan Steinmetz: >> The branch main has been updated by zi: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=1867f0afa761821b672a8a5395078bd05db5ecf3 >> >> commit 1867f0afa761821b672a8a5395078bd05db5ecf3 >> Author: Ryan Steinmetz >> AuthorDate: 2022-11-20 19:06:22 +0000 >> Commit: Ryan Steinmetz >> CommitDate: 2022-11-20 19:06:22 +0000 >> >> www/nginx: Update 3rd Party Modules: ip2location, ip2proxy >> --- >> www/nginx/Makefile.extmod | 4 ++-- >> www/nginx/distinfo | 8 ++++---- >> 2 files changed, 6 insertions(+), 6 deletions(-) >> >> diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod >> index f04b1ec3701e..38bfb60bc974 100644 >> --- a/www/nginx/Makefile.extmod >> +++ b/www/nginx/Makefile.extmod >> @@ -110,11 +110,11 @@ HTTP_GEOIP2_CFLAGS= -I${LOCALBASE}/include >> HTTP_GEOIP2_VARS= DSO_EXTMODS+=geoip2 >> HTTP_GEOIP2_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb >> >> -HTTP_IP2LOCATION_GH_TUPLE= ip2location:ip2location-nginx:710214c:ip2location >> +HTTP_IP2LOCATION_GH_TUPLE= ip2location:ip2location-nginx:2df35fb:ip2location >> HTTP_IP2LOCATION_LIB_DEPENDS= libIP2Location.so:net/ip2location >> HTTP_IP2LOCATION_VARS= DSO_EXTMODS+=ip2location >> >> -HTTP_IP2PROXY_GH_TUPLE= ip2location:ip2proxy-nginx:931599f:ip2proxy >> +HTTP_IP2PROXY_GH_TUPLE= ip2location:ip2proxy-nginx:02ce447:ip2proxy >> HTTP_IP2PROXY_LIB_DEPENDS= libIP2Proxy.so:net/ip2proxy >> HTTP_IP2PROXY_VARS= DSO_EXTMODS+=ip2proxy >> >> diff --git a/www/nginx/distinfo b/www/nginx/distinfo >> index 24e230b6e3b3..420a5f257e9c 100644 >> --- a/www/nginx/distinfo >> +++ b/www/nginx/distinfo >> @@ -67,10 +67,10 @@ SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f >> SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 >> SHA256 (leev-ngx_http_geoip2_module-3.3_GH0.tar.gz) = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7 >> SIZE (leev-ngx_http_geoip2_module-3.3_GH0.tar.gz) = 8509 >> -SHA256 (ip2location-ip2location-nginx-710214c_GH0.tar.gz) = 06f11b743ee26e5b508b71f3524e8a5c8754078f837d75b648012c921b264183 >> -SIZE (ip2location-ip2location-nginx-710214c_GH0.tar.gz) = 5323 >> -SHA256 (ip2location-ip2proxy-nginx-931599f_GH0.tar.gz) = 7b08713caabf254816830aef115cf8755719d8b663f088882d62c21a9ffd0450 >> -SIZE (ip2location-ip2proxy-nginx-931599f_GH0.tar.gz) = 5043 >> +SHA256 (ip2location-ip2location-nginx-2df35fb_GH0.tar.gz) = 86d6d6d6b4437ecc621c5aac7bd5475dffd33afb70a51c5ea3c7f341ded46efb >> +SIZE (ip2location-ip2location-nginx-2df35fb_GH0.tar.gz) = 5462 >> +SHA256 (ip2location-ip2proxy-nginx-02ce447_GH0.tar.gz) = edbafe23087f019364f9d1c1c615fdbc5116ec727c49bf442e3e4b39441fc4cc >> +SIZE (ip2location-ip2proxy-nginx-02ce447_GH0.tar.gz) = 5177 >> SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 >> SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 >> SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7