poppler: upgrade to release 24.08.0
Fixes CVE-2024-6239 Downloaded from https://poppler.freedesktop.org/poppler-24.08.0.tar.xz Change-Id: I70373c367cc3da87d9847c00b02a17f514b52ae8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171667 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
This commit is contained in:
parent
78a2addbfe
commit
e266da95e0
2 changed files with 3 additions and 3 deletions
|
@ -578,8 +578,8 @@ LIBTIFF_TARBALL := tiff-4.6.0t.tar.xz
|
|||
# three static lines
|
||||
# so that git cherry-pick
|
||||
# will not run into conflicts
|
||||
POPPLER_SHA256SUM := 0cdabd495cada11f6ee9e75c793f80daf46367b66c25a63ee8c26d0f9ec40c76
|
||||
POPPLER_TARBALL := poppler-24.06.0.tar.xz
|
||||
POPPLER_SHA256SUM := 97453fbddf0c9a9eafa0ea45ac710d3d49bcf23a62e864585385d3c0b4403174
|
||||
POPPLER_TARBALL := poppler-24.08.0.tar.xz
|
||||
POPPLER_DATA_SHA256SUM := c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74
|
||||
POPPLER_DATA_TARBALL := poppler-data-0.4.12.tar.gz
|
||||
# three static lines
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
#if PCH_LEVEL >= 1
|
||||
#include <Object.h>
|
||||
#include <Object.h> // Please include this header file to avoid error LNK2019.
|
||||
#include <algorithm>
|
||||
#include <annot_stamp_approved.h>
|
||||
#include <annot_stamp_as_is.h>
|
||||
|
|
Loading…
Reference in a new issue