pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/htmldoc
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Dec 9 10:14:53 UTC 2021
Modified Files:
pkgsrc/www/htmldoc: Makefile Makefile.common PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/htmldoc/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/htmldoc/Makefile.common \
pkgsrc/www/htmldoc/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/htmldoc/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/htmldoc/Makefile
diff -u pkgsrc/www/htmldoc/Makefile:1.54 pkgsrc/www/htmldoc/Makefile:1.55
--- pkgsrc/www/htmldoc/Makefile:1.54 Wed Dec 8 16:06:56 2021
+++ pkgsrc/www/htmldoc/Makefile Thu Dec 9 10:14:53 2021
@@ -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"
Index: pkgsrc/www/htmldoc/Makefile.common
diff -u pkgsrc/www/htmldoc/Makefile.common:1.20 pkgsrc/www/htmldoc/Makefile.common:1.21
--- pkgsrc/www/htmldoc/Makefile.common:1.20 Wed Jul 21 05:57:54 2021
+++ pkgsrc/www/htmldoc/Makefile.common Thu Dec 9 10:14:53 2021
@@ -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 @@ PKGNAME?= ${PKGNAME_BASE}-${VERSION}
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}
Index: pkgsrc/www/htmldoc/distinfo
diff -u pkgsrc/www/htmldoc/distinfo:1.20 pkgsrc/www/htmldoc/distinfo:1.21
--- pkgsrc/www/htmldoc/distinfo:1.20 Tue Oct 26 11:29:33 2021
+++ pkgsrc/www/htmldoc/distinfo Thu Dec 9 10:14:53 2021
@@ -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
Index: pkgsrc/www/htmldoc/PLIST
diff -u pkgsrc/www/htmldoc/PLIST:1.6 pkgsrc/www/htmldoc/PLIST:1.7
--- pkgsrc/www/htmldoc/PLIST:1.6 Sat May 15 07:22:39 2021
+++ pkgsrc/www/htmldoc/PLIST Thu Dec 9 10:14:53 2021
@@ -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.afm
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
Home |
Main Index |
Thread Index |
Old Index