Skip to content

Commit

Permalink
lcms2: Update to version 2.14
Browse files Browse the repository at this point in the history
- Update from version 2.13.1 to 2.14
- Update of rootfile
- Changelog
    2.14 Featured release
	lcms2 now implements ICC specification 4.4
	New multi-threaded plug-in
	several fixes to keep fuzzers happy
	Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used
	Added more validation against broken profiles
	Add more help to several tools

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
  • Loading branch information
Adolf Belka authored and pmu-ipf committed Jan 9, 2023
1 parent e4fe032 commit 7faaa71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/rootfiles/common/lcms2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#usr/lib/liblcms2.la
#usr/lib/liblcms2.so
usr/lib/liblcms2.so.2
usr/lib/liblcms2.so.2.0.13
usr/lib/liblcms2.so.2.0.14
#usr/lib/pkgconfig/lcms2.pc
#usr/share/man/man1/jpgicc.1
#usr/share/man/man1/linkicc.1
Expand Down
6 changes: 3 additions & 3 deletions lfs/lcms2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
Expand All @@ -24,7 +24,7 @@

include Config

VER = 2.13.1
VER = 2.14

THISAPP = lcms2-$(VER)
DL_FILE = $(THISAPP).tar.gz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = ff4815fc4bcea94dc942f8072741c592f1bbde9c8e997f4e21e36cd271062a341ecc9b1f3c56e3e36ec19091fec049ee9faf75df04c2bc1e11174dc4cfe8da9e
$(DL_FILE)_BLAKE2 = 777b0bf65829121a3d32bca1ab936ac022f9af739bccdd02d5f86688c3386b974f526a012bdec4d36649566eea0aa659db317dd383eede6488236d601156a0f9

install : $(TARGET)

Expand Down

0 comments on commit 7faaa71

Please sign in to comment.