Received: by mail.netbsd.org (Postfix, from userid 605) id 7961984E9B; Wed, 21 Jul 2021 05:58:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6D1784D54 for ; Wed, 21 Jul 2021 05:58:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bpFovpKhaGSL for ; Wed, 21 Jul 2021 05:58:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13B6F84CBC for ; Wed, 21 Jul 2021 05:58:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 111F9FA95; Wed, 21 Jul 2021 05:58:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626847124221240" MIME-Version: 1.0 Date: Wed, 21 Jul 2021 05:58:44 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/www/htmldoc-x11 To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210721055844.111F9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626847124221240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Wed Jul 21 05:58:44 UTC 2021 Modified Files: pkgsrc/www/htmldoc-x11: Makefile Log Message: htmldoc-x11: update to 1.9.12. # Changes in HTMLDOC v1.9.12 - Fixed a crash bug with "data:" URIs and EPUB output (Issue #410) - Fixed crash bugs for books (Issue #412, Issue #414) - Fixed a number-up crash bug (Issue #413) - Fixed JPEG error handling (Issue #415) - Fixed crash bugs with bogus table attributes (Issue #416, Issue #417) - Fixed a crash bug with malformed URIs (Issue #418) - Fixed a crash bug with malformed GIF files (Issue #423) - Fixed a crash bug with empty titles (Issue #425) - Fixed crash bugs with bogus text (Issue #426, Issue #429, Issue #430, Issue #431) - Fixed some issues reported by Coverity. - Removed the bundled libjpeg, libpng, and zlib. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/htmldoc-x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626847124221240 Content-Disposition: inline Content-Length: 486 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/htmldoc-x11/Makefile diff -u pkgsrc/www/htmldoc-x11/Makefile:1.24 pkgsrc/www/htmldoc-x11/Makefile:1.25 --- pkgsrc/www/htmldoc-x11/Makefile:1.24 Sat May 15 07:22:39 2021 +++ pkgsrc/www/htmldoc-x11/Makefile Wed Jul 21 05:58:43 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/05/15 07:22:39 nia Exp $ +# $NetBSD: Makefile,v 1.25 2021/07/21 05:58:43 fcambus Exp $ PKGNAME= htmldoc-x11-${VERSION} -PKGREVISION= 1 CONFIGURE_ARGS+= --with-gui --_----------=_1626847124221240--