From nobody Wed Nov 23 05:23:38 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 4NH8gC3m5Lz4hgVR; Wed, 23 Nov 2022 05:23:51 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NH8gB2TXQz3vZN; Wed, 23 Nov 2022 05:23:50 +0000 (UTC) (envelope-from tcberner@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20210112 header.b=ScKdXM3M; spf=pass (mx1.freebsd.org: domain of tcberner@gmail.com designates 2607:f8b0:4864:20::736 as permitted sender) smtp.mailfrom=tcberner@gmail.com; dmarc=pass (policy=none) header.from=gmail.com Received: by mail-qk1-x736.google.com with SMTP id i9so2268357qkl.5; Tue, 22 Nov 2022 21:23:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=C2nZy/B7gxb2rUpXNJOyfy2C8+wtoQ8krLul1+pt7yI=; b=ScKdXM3MrVfOdwPflmK3CXjGOoxmtWWxWDkVC++3hpsQkKJpdYM/7iwWnPgZtiUPRb /jcQC91kF5wKvF9Qoem/duNhmjPPx8LPdgsm+fvYcO05kG+kUIrNRCI4WhmL6rJKRs31 mHvx+jqoAhYZOPrSrse9/ZrxvGJ7VBow+IMcPt4v5sRIa+zSuXMbqb5AgcBoUneyeyoz aL2gmPJxsheBkic1BNlD9JDJOKiWIlm8Rdy+3QAKeO2aJ4Poc5MFKkpLNusXfbe3cyf3 yWWbwV1G64R4fc+/uH7xGKibGZWar9Rj0DbeLl68sGA8g2L3OihfYLVb3wQV4eYaUtJu K/ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=C2nZy/B7gxb2rUpXNJOyfy2C8+wtoQ8krLul1+pt7yI=; b=lSqOU9rdmzJHXhO9uRp3oDnkg02Nx9U5wMBW8wDFqJbmCDBhlMFBnbXumShVZoT07D iWhccxpAIKRdX6rgTx5XtGtSe6cfA44ik0capafjGf71+LDEHchOG6jpod2EsticIV4z nwWUIr1Zui0A9U9TMG6WH0Mt0oHMKOaX1A6IzydKl8hK9cddgan6Go/OS6XLeM06uBRz PBPvJ/FaVMD0p8qpOueEmZ1FW1ei6r12TNWSp7y8QqGURB6gD5zDPpcFVsMJ7iL6qwBj Krvc+GXBfJjBv09JSx69qME17cap/zQoowQnxxCOor/Kp+4I9AFK38PhBKDFQjG2qHyq b7gQ== X-Gm-Message-State: ANoB5pmtMP5cPTt8poHJRU+oR8c7E7REcQX+I0XxJx+95u8gHWLywYFZ l9ikW2c1SPQe9R1eRgOojVE9d6QT/Ob4SSZ3PGZ3KmOT X-Google-Smtp-Source: AA0mqf5l8QYRMRHZns6cdgB5AwcYV5jIPQ2TrLz1roVKGfpDm3dn3gbAiI/KiJgjGMuxSZpGMoAe91db206ZOiVqx/4= X-Received: by 2002:a37:6ce:0:b0:6ee:3a2e:d253 with SMTP id 197-20020a3706ce000000b006ee3a2ed253mr22854560qkg.366.1669181029262; Tue, 22 Nov 2022 21:23:49 -0800 (PST) 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 References: <202211201906.2AKJ6Z7K081843@gitrepo.freebsd.org> <58629f2e-5e5b-6598-f801-f14870ea0ed9@FreeBSD.org> In-Reply-To: <58629f2e-5e5b-6598-f801-f14870ea0ed9@FreeBSD.org> From: "Tobias C. Berner" Date: Wed, 23 Nov 2022 06:23:38 +0100 Message-ID: Subject: Re: git: 1867f0afa761 - main - www/nginx: Update 3rd Party Modules: ip2location, ip2proxy To: Jochen Neumeister , portmgr Cc: Ryan Steinmetz , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Spamd-Result: default: False [-3.63 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.997]; NEURAL_HAM_SHORT(-0.63)[-0.628]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20210112]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::736:from]; MLMMJ_DEST(0.00)[dev-commits-ports-all@freebsd.org,dev-commits-ports-main@freebsd.org]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FREEMAIL_ENVFROM(0.00)[gmail.com]; DKIM_TRACE(0.00)[gmail.com:+]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[tcberner]; MID_RHS_MATCH_FROMTLD(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; RCPT_COUNT_FIVE(0.00)[6]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-Rspamd-Queue-Id: 4NH8gB2TXQz3vZN X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Moin moin Agreed. The commit message should either have explained why it could be done with a blanket, or asked for approval by the maintainer. mfg Tobias On Mon, 21 Nov 2022 at 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