From ca5572303959276d76201ba083179288d68c3d30 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:52:19 +0000 Subject: [PATCH 1/2] tileserver-gl/5.1.1 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- tileserver-gl.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tileserver-gl.yaml b/tileserver-gl.yaml index 45a7b5987d0..42f91f77ebf 100644 --- a/tileserver-gl.yaml +++ b/tileserver-gl.yaml @@ -1,7 +1,7 @@ package: name: tileserver-gl - version: 5.0.0 - epoch: 5 + version: "5.1.1" + epoch: 0 description: Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. copyright: - license: BSD-2-Clause @@ -51,7 +51,7 @@ pipeline: with: repository: https://github.com/maptiler/tileserver-gl tag: v${{package.version}} - expected-commit: 6cda7a0b384940b781838be7415b2ae448edcd29 + expected-commit: f7be63a35ceefd14f8dbbfdf06920485f1f079dc destination: app cherry-picks: | master/93f72c1fe7671429f234c853e81f202e635522e9: GHSA-3xgq-45jj-v275 fix. Bumps cross-spawn to fix version. From 7956b7b1f73263d1437cd24c0e013fadde1c26b2 Mon Sep 17 00:00:00 2001 From: Dentrax Date: Sat, 11 Jan 2025 13:40:08 +0300 Subject: [PATCH 2/2] remove cherry-pick as new version released Signed-off-by: Dentrax --- tileserver-gl.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tileserver-gl.yaml b/tileserver-gl.yaml index 42f91f77ebf..6a80b96a5a7 100644 --- a/tileserver-gl.yaml +++ b/tileserver-gl.yaml @@ -53,8 +53,6 @@ pipeline: tag: v${{package.version}} expected-commit: f7be63a35ceefd14f8dbbfdf06920485f1f079dc destination: app - cherry-picks: | - master/93f72c1fe7671429f234c853e81f202e635522e9: GHSA-3xgq-45jj-v275 fix. Bumps cross-spawn to fix version. # patch and install npm dependencies - uses: patch