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-05-22 23:00:50 by Thomas Klausner | Files touched by this commit (645) |
Log message:
*: bump for libproxy 0.5
|
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-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-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-07 20:48:43 by Niclas Rosenvik | Files touched by this commit (4) | |
Log message:
revbump due to qt6 update to version 6.5.0
|
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-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:
*
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-23 14:13:20 by Thomas Klausner | Files touched by this commit (9) | |
Log message:
poppler*: update to 23.01.0
Release 23.01.0:
core:
* PDFDoc::sign: Fix crash if font can't be found
* PDFDoc::sign: Try Arial to sign if Helvetica isn't found
* FoFiType1::parse: Be more flexible parsing the encoding content. \
Issue #1324
* Gfx::opBeginMarkedContent: Support Span with Name. Issue #1327
* Splash: Avoid color issues due to implicit rounding
* Splash: Fix crash on malformed file.
* CairoOutputDev: Ignore text rendering mode for type3 fonts
* Remove unused FoFiType1::load function
build system:
* Increase minimum required versions of several dependencies
* Improve include path handling
qt6:
- Use less deprecated functions
Release 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a font we can \
use. Issue #1272
Release 22.11.0:
core:
* CairoOutputDev: Update font after restore
* Protect against broken files
* Small code refactoring
|