From bd03a0b6c53d6d74b9df35ad12a91ad3d1d7a953 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 18 Jun 2025 16:57:39 +0200 Subject: www/mohawk: update to 2.1.0 Changes: - fix handle sigchld correctly when dealing with cgi - fix dirlisting with files containing spaces - fix dirlisting with utf8 files names - dirlist is now valid html5 - add a default responsive dark/light css for dirlisting - modernize internal code (all Wsign-conversion warning fixed) - support blocklistd - improve robusteness of the code. - add support for sha256/512 hash to mhtpasswd and remove deprecated hash support Approved by: maintainer --- www/mohawk/Makefile | 3 +-- www/mohawk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index 07b4a51c4ff1..a5a07947bd58 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -1,6 +1,5 @@ PORTNAME= mohawk -DISTVERSION= 2.0.21 -PORTREVISION= 1 +DISTVERSION= 2.1.0 CATEGORIES= www MASTER_SITES= https://fossil.bsdsx.fr/mohawk/tarball/?r=${DISTVERSION}&name=/ diff --git a/www/mohawk/distinfo b/www/mohawk/distinfo index 9d5f802a8cb5..f29f84c08ba3 100644 --- a/www/mohawk/distinfo +++ b/www/mohawk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632665713 -SHA256 (mohawk-2.0.21.tar.gz) = 92b20038d4f26fbe79e3deb229a065f82e916394e4c42c573b1f9191f5ff1944 -SIZE (mohawk-2.0.21.tar.gz) = 44308 +TIMESTAMP = 1750257137 +SHA256 (mohawk-2.1.0.tar.gz) = d515687f21fe3041b9b1a56ccbb877fff1cbdc31eae0d92f2bb5d376c6695926 +SIZE (mohawk-2.1.0.tar.gz) = 45727 -- cgit v1.2.3