diff mbox series

[yocto-patches,meta-security] ccs-tools: upgrade 1.8.9 -> 1.8.14

Message ID 20260828022509.1221-1-wangmy@fujitsu.com
State New
Headers show
Series [yocto-patches,meta-security] ccs-tools: upgrade 1.8.9 -> 1.8.14 | expand

Commit Message

Wang Mingyu Aug. 28, 2026, 2:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ccs-tools/{ccs-tools_1.8.9.bb => ccs-tools_1.8.14.bb}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-mac/ccs-tools/{ccs-tools_1.8.9.bb => ccs-tools_1.8.14.bb} (84%)
diff mbox series

Patch

diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.14.bb
similarity index 84%
rename from recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
rename to recipes-mac/ccs-tools/ccs-tools_1.8.14.bb
index 3f754e9..aaf17b0 100644
--- a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
+++ b/recipes-mac/ccs-tools/ccs-tools_1.8.14.bb
@@ -7,10 +7,10 @@  LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe"
 
 DEPENDS = "ncurses"
 
-DS = "20210910"
-SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz"
+DS = "20250707"
+SRC_URI = "https://sourceforge.net/projects/tomoyo/files/ccs-tools/1.8/${BPN}-${PV}-${DS}.tar.gz"
 
-SRC_URI[sha256sum] = "7900126cf2dd8706c42c2c1ef7a37fd8b50f1505abd7d9c3d653dc390fb4d620"
+SRC_URI[sha256sum] = "b62e344cc357a982310a08760f2a2cebf4cf48b1341ea9bd3990ae55f45bab03"
 
 S = "${UNPACKDIR}/${BPN}"