From 424199bb5a49ec5352c64c924148ff766b2d1db0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 7 Dec 2025 11:45:13 +0530 Subject: [PATCH] Bump version of libpng for CVE --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 7184509cb..5165e3a8f 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -154,10 +154,10 @@ }, { - "name": "libpng 1.6.51", + "name": "libpng 1.6.52", "unix": { "file_extension": "tar.xz", - "hash": "sha256:a050a892d3b4a7bb010c3a95c7301e49656d72a64f1fc709a90b8aded192bed2", + "hash": "sha256:36bd726228ec93a3b6c22fdb49e94a67b16f2fe9b39b78b7cb65772966661ccc", "urls": ["https://downloads.sourceforge.net/sourceforge/libpng/{filename}"] } },