Skip to content

Commit

Permalink
textproc/htmldoc: update to 1.9.13
Browse files Browse the repository at this point in the history
Changelog:
- Now install a 32x32 icon for Linux
- Fixed an issue with large values for roman numerals and letters in headings
- Fixed a crash bug when a HTML comment contains an invalid nul character
- Fixed a crash bug with bogus BMP images
- Fixed a potential heap overflow bug with bogus GIF images
- Fixed a potential stack overflow bug with bogus BMP images
(https://www.msweet.org/blog/2021-11-05-htmldoc-1.9.13.html)

PR:		260108
Approved by:	jose@diasfernandes.pt (maintainer timeout, >3 weeks)
  • Loading branch information
clausecker authored and tagattie committed Dec 21, 2021
1 parent 4099a01 commit b9127e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion textproc/htmldoc/Makefile
@@ -1,7 +1,7 @@
# Created by: Glenn Trewitt <glenn@trewitt.org>

PORTNAME= htmldoc
PORTVERSION= 1.9.12
PORTVERSION= 1.9.13
DISTVERSIONPREFIX= v
CATEGORIES= textproc

Expand Down
6 changes: 3 additions & 3 deletions textproc/htmldoc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1631647902
SHA256 (michaelrsweet-htmldoc-v1.9.12_GH0.tar.gz) = abeb50b9a0247fee4a83af98c56ba3bc35804f593af1893899de084830315a05
SIZE (michaelrsweet-htmldoc-v1.9.12_GH0.tar.gz) = 3422902
TIMESTAMP = 1638178579
SHA256 (michaelrsweet-htmldoc-v1.9.13_GH0.tar.gz) = e020936267afe2c36d9cecd96a054994947207cbe231c94f59c98e08ca24dd37
SIZE (michaelrsweet-htmldoc-v1.9.13_GH0.tar.gz) = 3421943

0 comments on commit b9127e8

Please sign in to comment.