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 /editors/texworks | |
parent | 5aaf1f97cfcb9d33e4b67e6c0f64033fed50281d (diff) | |
download | freebsd-ports-8e124cb8fb17ffa5a90463e80e3c044fe287b4f4.zip |
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 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 3ee6d56c8aea..74c9eae30461 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |