-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 22.10.0: core: * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292 * Protect against malformed files * Refactor code to not use strndup * Other small code refactoring utils: * pdftoppm: Avoid round-off errors when determining raster dimensions * pdftocairo: Avoid round-off errors when determining raster dimensions * pdftotext: Simplify memory handling qt: * Take into account flagNoView when getting/setting the visible status. KDE bug #456313 build system: * Fix sed invocation
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@comment $NetBSD: PLIST,v 1.43 2022/09/03 17:01:30 wiz Exp $ | ||
@comment $NetBSD: PLIST,v 1.44 2022/10/13 10:56:03 wiz Exp $ | ||
lib/libpoppler.so | ||
lib/libpoppler.so.124 | ||
lib/libpoppler.so.124.0.0 | ||
lib/libpoppler.so.125 | ||
lib/libpoppler.so.125.0.0 | ||
lib/pkgconfig/poppler.pc | ||
share/doc/poppler/README-XPDF | ||
share/doc/poppler/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.166 2022/09/03 17:01:30 wiz Exp $ | ||
$NetBSD: distinfo,v 1.167 2022/10/13 10:56:03 wiz Exp $ | ||
|
||
BLAKE2s (poppler-22.09.0.tar.xz) = caae80147680c32b9f3154445cb6d9f4a99b23b8162118a520bbc81914ec863b | ||
SHA512 (poppler-22.09.0.tar.xz) = bd288b042ad6fa31584d733b941b7ba72d9e68407fda5596827d559be0f46cf27dd8e0b1b7e0d58c997e29b18c5f086486f900965229c61e034e31d8ac474613 | ||
Size (poppler-22.09.0.tar.xz) = 1842704 bytes | ||
BLAKE2s (poppler-22.10.0.tar.xz) = 1d4e48613fc88c019c8f02ba04860f2c425920c2b19b3439cd85ad0f4c71219a | ||
SHA512 (poppler-22.10.0.tar.xz) = 9f80a08ae7c6c41c2ae9a2f3d2fbd8b65e430f290d2603aaa6df39d1d69f4418f76584c3f20733fb38731e4a57a8b04f55cf0f9753dd8a43be7b6d18f609f116 | ||
Size (poppler-22.10.0.tar.xz) = 1844524 bytes |