diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-21 12:57:09 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-21 12:57:09 +0000 |
commit | 8e124cb8fb17ffa5a90463e80e3c044fe287b4f4 (patch) | |
tree | 098adfa6be871fbb9f57f62d0767691b7067ad42 /graphics/diffpdf | |
parent | New port: net/traefik2 High availability reverse proxy and load balancer 2.x (diff) |
Update poppler to 0.86.1
Release 0.86.1:
core:
* Fix regression in Browse Link handling
* Internal code improvements
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam
* Internal code improvements
glib:
* Automatic handle of page's cropbox on annots. Issue #129
* Fix memory leak if poppler_document_new_from_file fails
* Minor speed optimization on poppler_page_get_annot_mapping
utils:
* pdfdetach: add 'savefile' option
* pdftoppm/pdftocairo: Fix more odd/even mismatch
qt5:
* Fix loading from iodevice
PR: 244827
Exp-run by: antoine
Diffstat (limited to 'graphics/diffpdf')
-rw-r--r-- | graphics/diffpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile index df60347189cf..3e90c93c19af 100644 --- a/graphics/diffpdf/Makefile +++ b/graphics/diffpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ |