From fc9db46ba2c0b844cd89c289a46758584dda20a4 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Wed, 5 Nov 2025 01:20:20 +0000 Subject: [PATCH 1/3] Update xz from 5.4.3 to 5.4.5 [emscripten-4x] --- recipes/recipes_emscripten/xz/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/recipes_emscripten/xz/recipe.yaml b/recipes/recipes_emscripten/xz/recipe.yaml index a2958f7986e..d7dbcea05d8 100644 --- a/recipes/recipes_emscripten/xz/recipe.yaml +++ b/recipes/recipes_emscripten/xz/recipe.yaml @@ -1,5 +1,5 @@ context: - version: 5.4.3 + version: 5.4.5 package: name: xz @@ -7,7 +7,7 @@ package: source: url: http://downloads.sourceforge.net/project/lzmautils/xz-${{ version }}.tar.bz2 - sha256: 9243a04598d7a70c1f567a0143a255581ac5c64b140fd55fd5cbc1e00b0e6f90 + sha256: 8ccf5fff868c006f29522e386fb4c6a1b66463fbca65a4cfc3c4bd596e895e79 build: number: 0 From 205d34f068dccba65a38a17e118b9da1b2075c51 Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Thu, 6 Nov 2025 11:48:20 +0100 Subject: [PATCH 2/3] Fix lint --- recipes/recipes_emscripten/xz/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/xz/recipe.yaml b/recipes/recipes_emscripten/xz/recipe.yaml index d7dbcea05d8..272fdf42e94 100644 --- a/recipes/recipes_emscripten/xz/recipe.yaml +++ b/recipes/recipes_emscripten/xz/recipe.yaml @@ -6,7 +6,7 @@ package: version: ${{ version }} source: - url: http://downloads.sourceforge.net/project/lzmautils/xz-${{ version }}.tar.bz2 + url: https://downloads.sourceforge.net/project/lzmautils/xz-${{ version }}.tar.bz2 sha256: 8ccf5fff868c006f29522e386fb4c6a1b66463fbca65a4cfc3c4bd596e895e79 build: From d8a1b3cd6fd79155bd8396e87db675652434f0ec Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Thu, 6 Nov 2025 11:52:29 +0100 Subject: [PATCH 3/3] Update licensing --- recipes/recipes_emscripten/xz/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/xz/recipe.yaml b/recipes/recipes_emscripten/xz/recipe.yaml index 272fdf42e94..2dff31327b1 100644 --- a/recipes/recipes_emscripten/xz/recipe.yaml +++ b/recipes/recipes_emscripten/xz/recipe.yaml @@ -33,7 +33,7 @@ tests: about: homepage: http://tukaani.org/xz/ - license: LGPL-2.1 AND GPL-2.0 + license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later license_file: COPYING summary: Data compression software with high compression ratio description: |