From bd0dd9d134d62c69ed98ad1e375e2c04b29c76c8 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 13:40:06 +0200 Subject: [PATCH 1/6] faad2: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 0c13c5e3c8de ("faad2: fix version for APK") Signed-off-by: Florian Eckert --- libs/faad2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index e0e68e06a3..5d7338703a 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -12,7 +12,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/knik0/faad2 -PKG_MIRROR_HASH:=5a4d2e520fa5baeedac703c3dbb7eb81ff80cabd4083c08e6e1305d6811547e7 +PKG_MIRROR_HASH:=3bedd29eb3a55a052158bb27f68c69177ebacb93c6a0643c0aac6303512eeb15 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-or-later From df887f8c9918730de952f9127f405158a80833b3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 14:01:55 +0200 Subject: [PATCH 2/6] libmbim: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 6efdaecf5b0b ("libmbim: add missing PKG_VERSION for APK") Signed-off-by: Florian Eckert --- libs/libmbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libmbim/Makefile b/libs/libmbim/Makefile index dcbb4c36b4..5b6a1a7ab9 100644 --- a/libs/libmbim/Makefile +++ b/libs/libmbim/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/libmbim.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=792c2310290ac3a2ee690e25eda7c79c1e982aa41b3bff2be7454f3505a09827 +PKG_MIRROR_HASH:=fdb9d945465b7ad13ccd180b3e2c580f45ba6859d464e75191d6f3f38257c1ac PKG_BUILD_FLAGS:=gc-sections From 4bacfef4a92e1314ffde29f08fe377f330889d00 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 14:02:05 +0200 Subject: [PATCH 3/6] libqmi: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: cb9fcdab8a30 ("libqmi: add missing PKG_VERSION for APK ") Signed-off-by: Florian Eckert --- libs/libqmi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libqmi/Makefile b/libs/libqmi/Makefile index 4e9af31dfa..285568399d 100644 --- a/libs/libqmi/Makefile +++ b/libs/libqmi/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/libqmi.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=05211a43de53b7bf967fe29ca62dbe8332f42748dbfc8d32880cda765d00020c +PKG_MIRROR_HASH:=beed19cfb25f65186d2a4d9c3aef54f023962662f37e7421cedb94978256791b PKG_BUILD_FLAGS:=gc-sections From 19dd1c0f5829640f300e493c282ab77b768150a2 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 14:02:17 +0200 Subject: [PATCH 4/6] zlog: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 5d273f0f5f01 ("zlog: fix version for APK") Signed-off-by: Florian Eckert --- libs/zlog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile index 3c5caaeabf..14469b856f 100644 --- a/libs/zlog/Makefile +++ b/libs/zlog/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/HardySimpson/zlog PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=d3f8530751763b83668891fc41744878d9f9af82344e2bada62d2bff9c5ff935 +PKG_MIRROR_HASH:=f726edf847c6953c8035f49f0b50dab185b051c01abbb5b12fb1994511d19a48 PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=Apache-2.0 From 0e732c39828204a413fbf22560a69ba6b77516b3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 14:02:32 +0200 Subject: [PATCH 5/6] atlas-probe: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 072140981093 ("atlas-probe: fix version for APK") Signed-off-by: Florian Eckert --- net/atlas-probe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/atlas-probe/Makefile b/net/atlas-probe/Makefile index f8c3a66613..eb2ffbd34f 100644 --- a/net/atlas-probe/Makefile +++ b/net/atlas-probe/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/RIPE-NCC/ripe-atlas-probe-busybox -PKG_MIRROR_HASH:=db2ffc377d09151f33100ae3f62705a84b5ead468074923db622f0a06966fb1a +PKG_MIRROR_HASH:=6caa57297984814ed3d3369f7ac8682c688e39ed592102977048ab7de80e1a91 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=GPL-2.0-or-later From 35f1bed3fbd7fe212be8864e59ea42fac9d5b983 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 14:02:46 +0200 Subject: [PATCH 6/6] modemmanager: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 22f8fd5c5b2e ("modemmanager: add missing PKG_VERSION for APK") Signed-off-by: Florian Eckert --- net/modemmanager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/modemmanager/Makefile b/net/modemmanager/Makefile index ec21b37f36..6322d800ba 100644 --- a/net/modemmanager/Makefile +++ b/net/modemmanager/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=13 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=cd67d0833481146cc630299ffd2e7afdedb2c90f9d8ce3cc348af1fffacc87de +PKG_MIRROR_HASH:=11af92027970f1f0cb5d3016e3c62485399a6bbb81621723016b8b9a561af020 PKG_MAINTAINER:=Nicholas Smith PKG_LICENSE:=GPL-2.0-or-later