From 02a16d38abb6cefac4cde129205a052c0269a4ed Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Apr 2026 10:13:26 +0800 Subject: libharu: upgrade 2.4.5 -> 2.4.6 Changelog: =========== - TTF security fixes - Fix #334 - HPDF_FAILD_TO_ALLOC_MEM missing - Compatibility with Higher version of Delphi - Remove restriction on user password to be different from owner password - Fix various typos - Fix Build error for Win32 (x86) due to modifier mismatch #350 - CMakeLists.txt: install docs and bindings to DOCDIR - Adapt CMake scripts for WebAssembly compilation Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/libharu/libharu_2.4.5.bb | 15 --------------- meta-oe/recipes-support/libharu/libharu_2.4.6.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-support/libharu/libharu_2.4.5.bb create mode 100644 meta-oe/recipes-support/libharu/libharu_2.4.6.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb b/meta-oe/recipes-support/libharu/libharu_2.4.5.bb deleted file mode 100644 index 0ad4bd92c0..0000000000 --- a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "free PDF library" -HOMEPAGE = "http://libharu.org" -DESCRIPTION = "libHaru is a library for generating PDF files. \ - It is free, open source, written in ANSI C and cross platform. " - -LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0" - -DEPENDS += "libpng zlib" - -SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https" -SRCREV = "8fe5a738541a04642885fb7a75b2b5b9c5b416fa" - - -inherit cmake diff --git a/meta-oe/recipes-support/libharu/libharu_2.4.6.bb b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb new file mode 100644 index 0000000000..714cccbc3c --- /dev/null +++ b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb @@ -0,0 +1,15 @@ +SUMMARY = "free PDF library" +HOMEPAGE = "http://libharu.org" +DESCRIPTION = "libHaru is a library for generating PDF files. \ + It is free, open source, written in ANSI C and cross platform. " + +LICENSE = "Zlib" +LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0" + +DEPENDS += "libpng zlib" + +SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c" + + +inherit cmake -- cgit v1.2.3-54-g00ecf