Skip to content

fix: allow UpdateOSLibs to handle packages without an MD5Sum#164

Open
NiccoloFei wants to merge 1 commit intomainfrom
dev/163
Open

fix: allow UpdateOSLibs to handle packages without an MD5Sum#164
NiccoloFei wants to merge 1 commit intomainfrom
dev/163

Conversation

@NiccoloFei
Copy link
Copy Markdown
Contributor

Closes #163

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
@NiccoloFei NiccoloFei requested a review from a team as a code owner March 26, 2026 11:47
@NiccoloFei
Copy link
Copy Markdown
Contributor Author

NiccoloFei commented Mar 26, 2026

For example, running task update-os-libs:all would make the following changes:

diff --git a/postgis/system-libs/18-bookworm-os-libs.txt b/postgis/system-libs/18-bookworm-os-libs.txt
index 73dba0b..af70745 100644
--- a/postgis/system-libs/18-bookworm-os-libs.txt
+++ b/postgis/system-libs/18-bookworm-os-libs.txt
@@ -22,6 +22,7 @@ libdav1d6_1.0.0-2+deb12u1_amd64.deb MD5Sum:e041891f3cff962c8ecd994865318ee3
 libde265-0_1.0.11-1+deb12u2_amd64.deb MD5Sum:27c287d4fd4e486eb99514cf973cef67
 libdeflate0_1.14-1_amd64.deb MD5Sum:e505f1277c856889aa2b539320e3e154
 libexpat1_2.5.0-1+deb12u2_amd64.deb MD5Sum:f5150efb6f21c50361fc1971ab8de870
+libpng16-16_1.6.39-2+deb12u3_amd64.deb
 libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb MD5Sum:8ee3bd604ace008bee4083b14746dedb
 libfontconfig1_2.14.1-4_amd64.deb MD5Sum:522c4fa1fecd36d0f11eb6970fcd1364
 libfreexl1_1.0.6-2_amd64.deb MD5Sum:7c2dce7741605298d647487bc584cf36
@@ -59,6 +60,7 @@ libogdi4.1_4.1.0+ds-6_amd64.deb MD5Sum:bca573b90eb2ef8e6fa4c7ab66c77927
 libopenjp2-7_2.5.0-2+deb12u2_amd64.deb MD5Sum:f1eebf6b2fff9e531e0386d35fd9e1e6
 liblcms2-2_2.14-2_amd64.deb MD5Sum:42afbab2e9ece636fe24d93bff4fb11e
 libnspr4_2%3a4.35-1_amd64.deb MD5Sum:1f8e0fda3f2527e0051768abd071c2fe
+libnss3_2%3a3.87.1-1+deb12u2_amd64.deb
 libpoppler126_22.12.0-2+deb12u1_amd64.deb MD5Sum:1a8e3334bd9dc09a1b91e002f4c88c02
 libqhull-r8.0_2020.2-5_amd64.deb MD5Sum:781260a36cd4d65a86fc349f26b68338
 librttopo1_1.1.0-3_amd64.deb MD5Sum:901bfdc1a4a806d1c9be972018d65368
diff --git a/postgis/system-libs/18-trixie-os-libs.txt b/postgis/system-libs/18-trixie-os-libs.txt
index 382d5e7..c2667cc 100644
--- a/postgis/system-libs/18-trixie-os-libs.txt
+++ b/postgis/system-libs/18-trixie-os-libs.txt
@@ -31,7 +31,7 @@ libcurl4t64_8.14.1-2+deb13u2_amd64.deb MD5Sum:14495a2bf1fe6f95d760fd6896923fbd
 libde265-0_1.0.15-1+b3_amd64.deb MD5Sum:0c323aaaf6ea41343412aa9da949ef36
 libdeflate0_1.23-2_amd64.deb MD5Sum:7c4b5c0d85726d2d9475d48d3587c775
 libpng16-16t64_1.6.48-1+deb13u3_amd64.deb MD5Sum:2fcd336c2d839e6a4bd2a0a18d9dcf8a
-libfreetype6_2.13.3+dfsg-1_amd64.deb MD5Sum:524c5fb5949c0b3612d29922a3d1f518
+libfreetype6_2.13.3+dfsg-1+deb13u1_amd64.deb
 libfontconfig1_2.15.0-2.3_amd64.deb MD5Sum:51964bf406139551c59047e6cbdd4940
 libminizip1t64_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb MD5Sum:4fd908eee3d3daac83c9746532996757
 libfreexl1_2.0.0-1+b3_amd64.deb MD5Sum:ce2afecace86bac19538fe0d2937fd0b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UpdateOSLibs should handle packages without an MD5Sum

2 participants