Download raw body.
[UPDATE] www/minify 2.24.11 -> 2.24.12
Ping.
On Wed Apr 8, 2026 at 10:46 PM CEST, Igor Zornik wrote:
> Hello, ports.
>
> Just as 2.24.11 was updated in the ports, a smaller update for 2.24.12
> came out with two fixes that I think could be squeezed in just before
> the port's tree lock. Still minifies and all on yesterday's amd64 snap.
> QP-encoded diff below that hopefully concludes my port submissions for
> the following release. Someone please commit if OK.
>
> Changelog:
> - JS: Fix variable reordering for const and let declarations.
> - HTML: Prevent long execution time for whitespace look-ahead, fixes
> bug from OSSFuzz.
>
> Detailed changelog is available at
> https://github.com/tdewolff/minify/releases/tag/v2.24.12
>
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/minify/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile 6 Apr 2026 13:07:38 -0000 1.3
+++ Makefile 15 Apr 2026 20:19:31 -0000
@@ -1,7 +1,7 @@
COMMENT = minifiers for web formats
MODGO_MODNAME = github.com/tdewolff/minify/v2
-MODGO_VERSION = v2.24.11
+MODGO_VERSION = v2.24.12
DISTNAME = minify-${MODGO_VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/minify/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo 6 Apr 2026 13:07:38 -0000 1.3
+++ distinfo 15 Apr 2026 20:19:31 -0000
@@ -27,7 +27,7 @@ SHA256 (go_modules/gopkg.in/check.v1/@v/
SHA256 (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip) = ThgX+WTKNOVFuBr9oDJaXonPWN4uQT2CB8Cv3dD9wVw=
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = qrj7xOYwDqCOav4crqGKIckMefSJ9SxT4vIEMfGpoBU=
-SHA256 (minify-v2.24.11.zip) = +daaq6OBPbpZq9j3aToG5EKgikSv0QTu1QJ59Yv0iH0=
+SHA256 (minify-v2.24.12.zip) = x9MxMUqqCiiTMyNNQRd3FTcxqrcGl9no3LQDLScRyNU=
SIZE (go_modules/filippo.io/edwards25519/@v/v1.1.0.mod) = 40
SIZE (go_modules/filippo.io/edwards25519/@v/v1.1.0.zip) = 55809
SIZE (go_modules/github.com/djherbis/atime/@v/v1.1.0.mod) = 42
@@ -57,4 +57,4 @@ SIZE (go_modules/gopkg.in/check.v1/@v/v0
SIZE (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip) = 39844
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = 95
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = 104623
-SIZE (minify-v2.24.11.zip) = 7885766
+SIZE (minify-v2.24.12.zip) = 7884575
[UPDATE] www/minify 2.24.11 -> 2.24.12