Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
icu-74-debian — Debian build files for icu 74.2 with a patch to fix CVE-2025-5222 | Kitploit
Tools/GitHubGitHub/berkley4/icu-74-debian
General Purpose UtilitiesEncryption/Decryption ToolsVulnerability AnalysisSupply Chain Security
GitHubberkley4/icu-74-debian

icu-74-debian

Debian build files for icu 74.2 with a patch to fix CVE-2025-5222

View Repository
211 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

icu-74-debian

Debian build files for icu 74.2 with a patch to fix CVE-2025-5222

You need to download and extract icu_74.2.orig.tar.gz to set up your source tree.

Clone this repo somewhere with the following command :-

root@kitploit:~
git clone https://github.com/berkley4/icu-74-debian

Copy the debian folder from the cloned repo to your icu source directory, eg :-

root@kitploit:~
cp -a icu-74-debian/debian icu/

Change into the icu source tree and start building the icu deb files :-

root@kitploit:~
cd icu

DEB_BUILD_MAINT_OPTIONS=abi=+time64 dpkg-buildpackage -b -uc

End users, eg those who have downloaded my ungoogled chromium debs, need to install :-

libicu74_74.2-1_amd64.deb

Builders need to install the following debs :-

libicu74_74.2-1_amd64.deb libicu-dev_74.2-1_amd64.deb icu-devtools_74.2-1_amd64.deb

Download Tool