Date: Wed, 31 May 2023 06:36:49 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9cbb89ee8070 - main - www/mod_qos: Update to 11.74 Message-ID: <202305310636.34V6anEJ049463@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cbb89ee80700e5b14846946c5f6ac25b7c1c4bb commit 9cbb89ee80700e5b14846946c5f6ac25b7c1c4bb Author: Eero Hänninen <fax@nohik.ee> AuthorDate: 2023-05-30 06:28:48 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-05-31 06:31:52 +0000 www/mod_qos: Update to 11.74 ChangeLog: https://mod-qos.sourceforge.net/CHANGES.txt - Fixed: Potential counter overflow for early event detection (increment before block) or log only mode. PR: 271703 Reported by: fax@nohik.ee (maintainer) --- www/mod_qos/Makefile | 3 +-- www/mod_qos/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/mod_qos/Makefile b/www/mod_qos/Makefile index b33a56aeb81d..41c15cfc4d5c 100644 --- a/www/mod_qos/Makefile +++ b/www/mod_qos/Makefile @@ -1,6 +1,5 @@ PORTNAME= mod_qos -DISTVERSION= 11.73 -PORTREVISION= 1 +DISTVERSION= 11.74 CATEGORIES= www MASTER_SITES= SF/mod-qos DIST_SUBDIR= apache2 diff --git a/www/mod_qos/distinfo b/www/mod_qos/distinfo index 5086360fd86f..8e7cb0948044 100644 --- a/www/mod_qos/distinfo +++ b/www/mod_qos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678221389 -SHA256 (apache2/mod_qos-11.73.tar.gz) = 5ff33dcd54585fe2787c79ba5088d117d854d4ba5cc50ddaae9e02b92a5153e4 -SIZE (apache2/mod_qos-11.73.tar.gz) = 1288540 +TIMESTAMP = 1685361008 +SHA256 (apache2/mod_qos-11.74.tar.gz) = dc2ed7f8916aca05a7ae79f77d9ed433d832b352ff67bf519015edb993e07354 +SIZE (apache2/mod_qos-11.74.tar.gz) = 1288870
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305310636.34V6anEJ049463>