diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-01 06:39:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-01 06:39:22 +0000 |
commit | d163307e8072d71cf304157b8866763ef8c7ca41 (patch) | |
tree | 8707837ef91130494dfbec74c432bfdd67a9b3fd /editors/texworks | |
parent | d15697a03cafb1c77b70af7b655c459b6d7a8a53 (diff) | |
download | freebsd-ports-d163307e8072d71cf304157b8866763ef8c7ca41.zip |
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
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 d6fda36bc8b7..f12e9fb88e79 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |