2023-06-28 23:33:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
poppler: avoid finding gpgme
Reported by Marc Baudoin.
|
2023-06-28 22:04:12 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
poppler*: update to 23.06.0
Release 23.06.0:
core:
* CairoOutputDev: Fix crash when doing type3 rendering
* Fix crash with unknown signature hashing algorithms
* Add gpgme backend for signature handling
* Windows: Fix crash when signing existing signature
* FontInfo: Make it return proper information about font substitution
* FontInfo: Try harder to get Type 3 font name
* Store embedded fonts widths table in a more effective manner
* Skip font lookup for nonprintable characters
* Windows: Look for fonts in both windows font dir and poppler fonts dir
* Windows: symbol.ttf is not a good Symbol font
* Windows: Fix memory leak when looking for fonts
* Fix crash on malformed files
qt5:
* Add API to allow selecting signature backend (nss or gpgme)
* Convert embedded files to bytearray a bit smarter
qt6:
* Add API to allow selecting signature backend (nss or gpgme)
* Convert embedded files to bytearray a bit smarter
|
2023-06-27 12:46:15 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
print/poppler: Make this cross-compile.
|
2023-06-27 12:46:03 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
print/poppler: Stop optionally calling gperf.
This is apparently unnecessary, and the behaviour of a package build
should not depend on what other packages happen to be lying around
installed at the same time without an explicit dependency.
Perhaps we might prefer to always use gperf instead of using the
pregenerated files; in that case this needs TOOL_DEPENDS and the path
must be set to ${TOOLBASE}/bin/gperf.
|
2023-05-08 11:33:30 by Thomas Klausner | Files touched by this commit (48) |
Log message:
*: recursive bump for poppler 23.05.0 shlib bump
|
2023-05-08 11:29:20 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
poppler*: update to 23.05.0
Release 23.05.0:
core:
* Fix crash when filling some forms
* Set SigFlags when signing unsigned signature
* Add some infrastructure code to support multiple signing backends
* Fix potential stack overflow in PostScriptFunction::parseCode
* Fix some minor uninitialised memory reads
|
2023-04-24 09:24:18 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
poppler*: update to 23.04.0
Release 23.04.0:
core:
* Fix memory issue when signing fails. Issue #1372
* Internal improvements of signature related code
* CairoOutputDev: improve type3 font rendering
* Fix memory leak in GlobalParams::findSystemFontFileForFamilyAndStyle
utils:
* pdftocairo: Fix crash in some special situations
* pdfsig: allow holes in -dump signature list
* pdfsig: Support --help
|
2023-03-29 12:23:06 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
poppler*: update to 23.03.0
Release 23.03.0:
core:
* PngWriter: Fix potential uninitialized memory use
|
2023-02-28 21:05:03 by Tobias Nygren | Files touched by this commit (4) |
Log message:
poppler-*: disable qt6 consistently except for in the poppler-qt6 package
|
2023-02-16 09:17:29 by Thomas Klausner | Files touched by this commit (9) | |
Log message:
poppler*: update to 23.02.0
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
qt6:
*
|