pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/htmldoc htmldoc: update to 1.9.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd406543107a
branches:  trunk
changeset: 770786:fd406543107a
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Dec 09 10:14:53 2021 +0000

description:
htmldoc: update to 1.9.13.

# Changes in HTMLDOC v1.9.13

- Now install a 32x32 icon for Linux (Issue #432)
- Fixed an issue with large values for roman numerals and letters in headings
  (Issue #433)
- Fixed a crash bug when a HTML comment contains an invalid nul character
  (Issue #439)
- Fixed a crash bug with bogus BMP images (Issue #444)
- Fixed a potential heap overflow bug with bogus GIF images (Issue #451)
- Fixed a potential stack overflow bug with bogus BMP images (Issue #453)

diffstat:

 www/htmldoc/Makefile        |  3 +--
 www/htmldoc/Makefile.common |  4 ++--
 www/htmldoc/PLIST           |  4 ++--
 www/htmldoc/distinfo        |  8 ++++----
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs (61 lines):

diff -r d05755d933ae -r fd406543107a www/htmldoc/Makefile
--- a/www/htmldoc/Makefile      Thu Dec 09 09:49:30 2021 +0000
+++ b/www/htmldoc/Makefile      Thu Dec 09 10:14:53 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2021/12/08 16:06:56 adam Exp $
+# $NetBSD: Makefile,v 1.55 2021/12/09 10:14:53 fcambus Exp $
 
 CONFIGURE_ARGS+=       --without-gui
 
-PKGREVISION= 2
 .include "${.CURDIR}/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r d05755d933ae -r fd406543107a www/htmldoc/Makefile.common
--- a/www/htmldoc/Makefile.common       Thu Dec 09 09:49:30 2021 +0000
+++ b/www/htmldoc/Makefile.common       Thu Dec 09 10:14:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2021/07/21 05:57:54 fcambus Exp $
+# $NetBSD: Makefile.common,v 1.21 2021/12/09 10:14:53 fcambus Exp $
 #
 # used by www/htmldoc/Makefile
 # used by www/htmldoc-x11/Makefile
@@ -8,7 +8,7 @@
 COMMENT?=      Converts HTML to indexed HTML, PDF and/or PostScript
 
 # Normal package Makefile contents follow.
-VERSION=       1.9.12
+VERSION=       1.9.13
 PKGNAME_BASE=  htmldoc
 CATEGORIES=    www
 DIST_SUBDIR=   ${PKGNAME_BASE}
diff -r d05755d933ae -r fd406543107a www/htmldoc/PLIST
--- a/www/htmldoc/PLIST Thu Dec 09 09:49:30 2021 +0000
+++ b/www/htmldoc/PLIST Thu Dec 09 10:14:53 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/05/15 07:22:39 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/12/09 10:14:53 fcambus Exp $
 bin/htmldoc
 man/man1/htmldoc.1
 share/applications/htmldoc.desktop
@@ -82,5 +82,5 @@
 share/htmldoc/fonts/Times-Roman.pfa
 share/icons/hicolor/128x128/apps/htmldoc.png
 share/icons/hicolor/256x256/apps/htmldoc.png
+share/icons/hicolor/32x32/apps/htmldoc.png
 share/mime/packages/htmldoc.xml
-share/pixmaps/htmldoc.xpm
diff -r d05755d933ae -r fd406543107a www/htmldoc/distinfo
--- a/www/htmldoc/distinfo      Thu Dec 09 09:49:30 2021 +0000
+++ b/www/htmldoc/distinfo      Thu Dec 09 10:14:53 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:29:33 nia Exp $
+$NetBSD: distinfo,v 1.21 2021/12/09 10:14:53 fcambus Exp $
 
-BLAKE2s (htmldoc/v1.9.12.tar.gz) = e1cbc75bc82f2ba082ad937ccc433e713d08bed8ce94ddeefb3cd03e66c7dac6
-SHA512 (htmldoc/v1.9.12.tar.gz) = bd388f2cad335e2ecc12892f951edb164389f583458f14f8fcc85a0bfca01f2c620465889522574155d00b65e3b28d8ecbde65b87d883136044493d3d5839280
-Size (htmldoc/v1.9.12.tar.gz) = 3422902 bytes
+BLAKE2s (htmldoc/v1.9.13.tar.gz) = 9216f51f128b50c0e43d679071392972d87cb73255e23abf7698d71e0a87d539
+SHA512 (htmldoc/v1.9.13.tar.gz) = 435e1ad583b93c2e08cad86c99030f630ef94fd228018b17fe78249b1fc60acc90588c3869c4f258023419a2c65e3ef8d2b80cf839dfe085edf9ad8eebdb12de
+Size (htmldoc/v1.9.13.tar.gz) = 3421943 bytes
 SHA1 (patch-desktop_Makefile) = 687b416d6b4189aa4b0242b23858daabd54a76ed
 SHA1 (patch-htmldoc_http-addrlist.c) = 5c36f78655838e633f805b6529a2a3183e10288a



Home | Main Index | Thread Index | Old Index