pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/esbuild



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Mar  9 19:47:15 UTC 2025

Modified Files:
        pkgsrc/www/esbuild: Makefile distinfo

Log Message:
esbuild: update to 0.25.0 (security)

This release deliberately contains backwards-incompatible changes. To
avoid automatically picking up releases like this, you should either be
pinning the exact version of esbuild in your package.json file
(recommended) or be using a version range syntax that only accepts patch
upgrades such as ^0.24.0 or ~0.24.0. See npm's documentation about
semver for more information.

- Restrict access to esbuild's development server (GHSA-67mh-4wv8-2f99)
- Delete output files when a build fails in watch mode
- Fix correctness issues with the CSS nesting transform
- Fix some correctness issues with source maps
- Fix incorrect package for @esbuild/netbsd-arm64

  Due to a copy+paste typo, the binary published to
  @esbuild/netbsd-arm64 was not actually for arm64, and didn't run in
  that environment. This release should fix running esbuild in that
  environment (NetBSD on 64-bit ARM). Sorry about the mistake.

- Fix a minification bug with bitwise operators and bigints
- Fix esbuild incorrectly rejecting valid TypeScript edge case
- Transform BigInt values into constructor calls when unsupported


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/esbuild/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/esbuild/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/esbuild/Makefile
diff -u pkgsrc/www/esbuild/Makefile:1.15 pkgsrc/www/esbuild/Makefile:1.16
--- pkgsrc/www/esbuild/Makefile:1.15    Fri Mar  7 20:54:32 2025
+++ pkgsrc/www/esbuild/Makefile Sun Mar  9 19:47:15 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/03/07 20:54:32 bsiegert Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/09 19:47:15 bsiegert Exp $
 
-DISTNAME=      esbuild-0.24.0
+DISTNAME=      esbuild-0.25.0
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=evanw/}
 

Index: pkgsrc/www/esbuild/distinfo
diff -u pkgsrc/www/esbuild/distinfo:1.3 pkgsrc/www/esbuild/distinfo:1.4
--- pkgsrc/www/esbuild/distinfo:1.3     Sat Nov 16 10:12:17 2024
+++ pkgsrc/www/esbuild/distinfo Sun Mar  9 19:47:15 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2024/11/16 10:12:17 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2025/03/09 19:47:15 bsiegert Exp $
 
-BLAKE2s (esbuild-0.24.0.tar.gz) = 78a93759523a35713277001155c2030b478ce3fc24a46dc2bffdee7bd917de17
-SHA512 (esbuild-0.24.0.tar.gz) = 4e13a8858ecb04d16e0a4e26ae36267639705a31512edc73d452051cdf30db578a4403384958a55066820a1bff66425d298e871609d71192facca1244fff0fb6
-Size (esbuild-0.24.0.tar.gz) = 1895084 bytes
+BLAKE2s (esbuild-0.25.0.tar.gz) = 84ca6ca32fbbc277e0a16488379971bab6aee09c0046c05a3e46ee31d8357742
+SHA512 (esbuild-0.25.0.tar.gz) = 15e4e980c0ab87f4a9446f90212ac9fc5faf148cdad0102f6a178e3ca6d95009a8054a3e655dac770a651210846585e64025063f74437827fbbb77658a1a7c35
+Size (esbuild-0.25.0.tar.gz) = 1929206 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 bytes



Home | Main Index | Thread Index | Old Index