Received: by mail.netbsd.org (Postfix, from userid 605) id 8A46684D56; Sun, 13 Sep 2020 11:12:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E71584D46 for ; Sun, 13 Sep 2020 11:12:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1XTV8fSxLMJJ for ; Sun, 13 Sep 2020 11:12:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 77ABD84CEF for ; Sun, 13 Sep 2020 11:12:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A924FB28; Sun, 13 Sep 2020 11:12:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159999556593800" MIME-Version: 1.0 Date: Sun, 13 Sep 2020 11:12:45 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics/jbig2dec To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200913111245.6A924FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159999556593800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Sep 13 11:12:45 UTC 2020 Modified Files: pkgsrc/graphics/jbig2dec: Makefile distinfo Log Message: jbig2dec: Update to 0.19 Changes: 0.19 ---- * API change to use full 32 bit segment numbers, in accordance to the JBIG2 specification. * Better handling of end of input data stream and and when encountering errors in the arithmetic decoder stream. This should improve many situations where jbig2dec appeared to run forever. * Fix several bugs related to signedness or over-/underflow checks that were not robust. * Bug fixes for issues reported by Coverity/OSS-fuzz. * Add option to limit memory usage to command line tool. * Update manpages, and command line tool usage. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/jbig2dec/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/jbig2dec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159999556593800 Content-Disposition: inline Content-Length: 1636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jbig2dec/Makefile diff -u pkgsrc/graphics/jbig2dec/Makefile:1.15 pkgsrc/graphics/jbig2dec/Makefile:1.16 --- pkgsrc/graphics/jbig2dec/Makefile:1.15 Thu May 14 17:51:49 2020 +++ pkgsrc/graphics/jbig2dec/Makefile Sun Sep 13 11:12:45 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/05/14 17:51:49 leot Exp $ +# $NetBSD: Makefile,v 1.16 2020/09/13 11:12:45 leot Exp $ -DISTNAME= jbig2dec-0.18 +DISTNAME= jbig2dec-0.19 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} Index: pkgsrc/graphics/jbig2dec/distinfo diff -u pkgsrc/graphics/jbig2dec/distinfo:1.11 pkgsrc/graphics/jbig2dec/distinfo:1.12 --- pkgsrc/graphics/jbig2dec/distinfo:1.11 Thu May 14 17:51:49 2020 +++ pkgsrc/graphics/jbig2dec/distinfo Sun Sep 13 11:12:45 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/05/14 17:51:49 leot Exp $ +$NetBSD: distinfo,v 1.12 2020/09/13 11:12:45 leot Exp $ -SHA1 (jbig2dec-0.18.tar.gz) = f82ec522225b9b020c6f52ccae932829e1f0a310 -RMD160 (jbig2dec-0.18.tar.gz) = e4cc1bc20ef742d8cae5abb094619459390483d4 -SHA512 (jbig2dec-0.18.tar.gz) = 5931530ee3b811f9009c95d08ad65701564ef8ebf6511145acb969cc7c99dab5028daaee580dd83358b6bdc477cffe347712b9c9768c9b1a63395e366046267d -Size (jbig2dec-0.18.tar.gz) = 148563 bytes +SHA1 (jbig2dec-0.19.tar.gz) = 30205dd80647df0c9eb809740850796c363dd909 +RMD160 (jbig2dec-0.19.tar.gz) = 9d04a58c148504ce8896e24f8ed2f6e5da364723 +SHA512 (jbig2dec-0.19.tar.gz) = d5a27951cc9c06c184f454e258e81b6e4d5aa2742a4da821522b9a42ecc78e7e1b78058dabc23821618e62d62d8832011f16b5ef2d66beac463da6b809fd02af +Size (jbig2dec-0.19.tar.gz) = 149134 bytes --_----------=_159999556593800--