- Update from version 23.01.0 to 23.03.0 - Update of rootfile not required - Changelog Release 23.03.0: core: * PngWriter: Fix potential uninitialized memory use Release 23.02.0: core: * CairoOutputDev: Fix rendering of color type 3 fonts * CairoOutputDev: Add handling matte entry * Fix segfault on wrong nssdir * Fix "NSS could not shutdown" utils: * pdfsig: Point out supports PKCS#11 URIs as nickname
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/poppler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/poppler b/lfs/poppler index f7ccb68ba..959eeed0c 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -24,7 +24,7 @@
include Config
-VER = 23.01.0 +VER = 23.03.0
THISAPP = poppler-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 8dd85767a0c101b3d7166719374658a233aff491b0990917aacaa6fb3c5d8e51104b3ac45c78dcfb380286ea48067d1db57c2794d99a93cae9f4d64e9ca3dd07 +$(DL_FILE)_BLAKE2 = 1247b7cf62466f65c46b739f0784e8ba97911940e04f91a7db28bf0663c8fe182f79066aa3925cb338580ccedbf17aecd2a2d2795e859680d1fb721390a1cbe0
install : $(TARGET)
- Update from version 0.4.11 to 0.4.12 - Update of rootfile not required - No Changelog available but the latest version of poppler-data is required by poppler
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/poppler-data | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/poppler-data b/lfs/poppler-data index 3f9bba8eb..32182c81b 100644 --- a/lfs/poppler-data +++ b/lfs/poppler-data @@ -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 # @@ -24,7 +24,7 @@
include Config
-VER = 0.4.11 +VER = 0.4.12
THISAPP = poppler-data-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 01f0f9f3d933f45683a702c4d538d8fc59874512290f199b601c16f98f9b596ff249fbc992574d046931cc80f3685f94733248450d3a54f2f961951cdeda7c39 +$(DL_FILE)_BLAKE2 = 0d34ff1fcc9120b5db2baded9d931ca37128106eecdd54892d0256f9736f799d52eacd4017741797432048def914dd13150c6e3bf8d9ea5b8597a799a497d1c7
install : $(TARGET)