diff options
author | Dustin Smith <d.usty360@gmail.com> | 2023-08-16 23:09:37 -0400 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-20 00:28:25 +0200 |
commit | 11645d822ae38daa46b66f8ac4936e5835cfce55 (patch) | |
tree | 63958828207833b62f3c0138f6a83acbfaca05a6 /www-servers | |
parent | net-wireless/wireless-regdb: fix check bug (diff) | |
download | gentoo-11645d822ae38daa46b66f8ac4936e5835cfce55.tar.gz gentoo-11645d822ae38daa46b66f8ac4936e5835cfce55.tar.bz2 gentoo-11645d822ae38daa46b66f8ac4936e5835cfce55.zip |
www-servers/nginx: update HTTP_METRICS_MODULE_URI
While doing an unrelated thing with nginx, I tried to `pkgdev manifest`
and noticed this package no longer existed at the current URL. I've
updated it to a mirror.
That said, this module seems fairly old (no commits in three years).
Signed-off-by: Dustin Smith <d.usty360@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32349
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx/nginx-1.24.0-r1.ebuild | 2 | ||||
-rw-r--r-- | www-servers/nginx/nginx-1.25.1-r3.ebuild | 2 | ||||
-rw-r--r-- | www-servers/nginx/nginx-1.25.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/nginx/nginx-1.24.0-r1.ebuild b/www-servers/nginx/nginx-1.24.0-r1.ebuild index 7f18ae87047a..a98d8349b137 100644 --- a/www-servers/nginx/nginx-1.24.0-r1.ebuild +++ b/www-servers/nginx/nginx-1.24.0-r1.ebuild @@ -80,7 +80,7 @@ HTTP_UPSTREAM_CHECK_MODULE_WD="${WORKDIR}/nginx_upstream_check_module-${HTTP_UPS # http_metrics (https://github.com/zenops/ngx_metrics, BSD license) HTTP_METRICS_MODULE_PV="0.1.1" HTTP_METRICS_MODULE_P="ngx_metrics-${HTTP_METRICS_MODULE_PV}" -HTTP_METRICS_MODULE_URI="https://github.com/madvertise/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" +HTTP_METRICS_MODULE_URI="https://github.com/liquidm/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" HTTP_METRICS_MODULE_WD="${WORKDIR}/ngx_metrics-${HTTP_METRICS_MODULE_PV}" # http_vhost_traffic_status (https://github.com/vozlt/nginx-module-vts, BSD license) diff --git a/www-servers/nginx/nginx-1.25.1-r3.ebuild b/www-servers/nginx/nginx-1.25.1-r3.ebuild index ca4b8d5aa204..b91d643be7e2 100644 --- a/www-servers/nginx/nginx-1.25.1-r3.ebuild +++ b/www-servers/nginx/nginx-1.25.1-r3.ebuild @@ -80,7 +80,7 @@ HTTP_UPSTREAM_CHECK_MODULE_WD="${WORKDIR}/nginx_upstream_check_module-${HTTP_UPS # http_metrics (https://github.com/zenops/ngx_metrics, BSD license) HTTP_METRICS_MODULE_PV="0.1.1" HTTP_METRICS_MODULE_P="ngx_metrics-${HTTP_METRICS_MODULE_PV}" -HTTP_METRICS_MODULE_URI="https://github.com/madvertise/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" +HTTP_METRICS_MODULE_URI="https://github.com/liquidm/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" HTTP_METRICS_MODULE_WD="${WORKDIR}/ngx_metrics-${HTTP_METRICS_MODULE_PV}" # http_vhost_traffic_status (https://github.com/vozlt/nginx-module-vts, BSD license) diff --git a/www-servers/nginx/nginx-1.25.2.ebuild b/www-servers/nginx/nginx-1.25.2.ebuild index ca4b8d5aa204..b91d643be7e2 100644 --- a/www-servers/nginx/nginx-1.25.2.ebuild +++ b/www-servers/nginx/nginx-1.25.2.ebuild @@ -80,7 +80,7 @@ HTTP_UPSTREAM_CHECK_MODULE_WD="${WORKDIR}/nginx_upstream_check_module-${HTTP_UPS # http_metrics (https://github.com/zenops/ngx_metrics, BSD license) HTTP_METRICS_MODULE_PV="0.1.1" HTTP_METRICS_MODULE_P="ngx_metrics-${HTTP_METRICS_MODULE_PV}" -HTTP_METRICS_MODULE_URI="https://github.com/madvertise/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" +HTTP_METRICS_MODULE_URI="https://github.com/liquidm/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" HTTP_METRICS_MODULE_WD="${WORKDIR}/ngx_metrics-${HTTP_METRICS_MODULE_PV}" # http_vhost_traffic_status (https://github.com/vozlt/nginx-module-vts, BSD license) |