commit: 11645d822ae38daa46b66f8ac4936e5835cfce55 Author: Dustin Smith <d.usty360 <AT> gmail <DOT> com> AuthorDate: Thu Aug 17 03:09:37 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 22:28:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11645d82
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32349 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> www-servers/nginx/nginx-1.24.0-r1.ebuild | 2 +- www-servers/nginx/nginx-1.25.1-r3.ebuild | 2 +- 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)
