htmldoc: update to 1.9.16.
# Changes in HTMLDOC v1.9.16 - Added support for `$DATE(format)` and `$TIME(format)` header/footer strings (Issue #472) - Fixed a potential image overflow bug with JPEG and PNG images (Issue #471) - Fixed potential heap overflow bugs with pages (Issue #477, Issue #478, Issue #480, Issue #482, Issue #483) - Fixed potential use-after-free in blocks (Issue #484) - Updated the GNU TLS HTTPS support code to use a faster connection shutdown mode (Issue #487) - Fixed some minor Coverity warnings. - Updated the GUI interface for current display fonts.
This commit is contained in:
parent
c2a02443cb
commit
0ecff46832
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.23 2022/02/10 13:43:14 fcambus Exp $
|
||||
# $NetBSD: Makefile.common,v 1.24 2022/05/24 21:35:45 fcambus Exp $
|
||||
#
|
||||
# used by www/htmldoc/Makefile
|
||||
# used by www/htmldoc-x11/Makefile
|
||||
|
@ -8,7 +8,7 @@ PKGNAME?= ${PKGNAME_BASE}-${VERSION}
|
|||
COMMENT?= Converts HTML to indexed HTML, PDF and/or PostScript
|
||||
|
||||
# Normal package Makefile contents follow.
|
||||
VERSION= 1.9.15
|
||||
VERSION= 1.9.16
|
||||
PKGNAME_BASE= htmldoc
|
||||
CATEGORIES= www
|
||||
DIST_SUBDIR= ${PKGNAME_BASE}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.23 2022/02/10 13:43:14 fcambus Exp $
|
||||
$NetBSD: distinfo,v 1.24 2022/05/24 21:35:45 fcambus Exp $
|
||||
|
||||
BLAKE2s (htmldoc/v1.9.15.tar.gz) = 25f7684ecf26d5dc2d7e92ecfb7ec22dbd4971a5a975b8a9febb87a662171667
|
||||
SHA512 (htmldoc/v1.9.15.tar.gz) = 59460b2761294943164ceb1d0249fe7bf8f088fd904c7e77d608003bba7471c46ab9e9a6e6da4af4982934bc5d52c3877397f034806d576f4b6e5f81fc6c59ef
|
||||
Size (htmldoc/v1.9.15.tar.gz) = 3418006 bytes
|
||||
BLAKE2s (htmldoc/v1.9.16.tar.gz) = 312269baf3f0f089faa17e35cc7be9b4c503806e73bfadf3bd903af55c970a25
|
||||
SHA512 (htmldoc/v1.9.16.tar.gz) = 3970df269a0aeb8145b65dd47daa2d2351c1453b6b71c1775e571089bcd97fffc6d83df8c14906fb8da5eb9af3e1d8bd0c0a689a4e64b59c974331a6ac73daab
|
||||
Size (htmldoc/v1.9.16.tar.gz) = 3416333 bytes
|
||||
SHA1 (patch-desktop_Makefile) = 687b416d6b4189aa4b0242b23858daabd54a76ed
|
||||
SHA1 (patch-htmldoc_http-addrlist.c) = 5c36f78655838e633f805b6529a2a3183e10288a
|
||||
|
|
Loading…
Reference in a new issue