Received: by mail.netbsd.org (Postfix, from userid 605) id E0CD584D66; Thu, 14 May 2020 17:51:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 684F884D41 for ; Thu, 14 May 2020 17:51:50 +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 MiRpUH6vlNUy for ; Thu, 14 May 2020 17:51:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DC29284CE3 for ; Thu, 14 May 2020 17:51:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7BC3FB27; Thu, 14 May 2020 17:51:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589478709265010" MIME-Version: 1.0 Date: Thu, 14 May 2020 17:51:49 +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: <20200514175149.D7BC3FB27@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. --_----------=_1589478709265010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu May 14 17:51:49 UTC 2020 Modified Files: pkgsrc/graphics/jbig2dec: Makefile distinfo Removed Files: pkgsrc/graphics/jbig2dec/patches: patch-autogen.sh Log Message: jbig2dec: Update to 0.18 pkgsrc changes: - Remove patches/patch-autogen.sh, applied upstream - Remove not needed GITHUB_TAG reinitialization, it is already initialized to ${PKGVERSION_NOREV} by default Changes: 0.18 ---- * Performance enhancements related to decoding of MMR and generic regions as well as composing images onto pages. * Bug fixes for a few issues reported by Coverity and OSS-Fuzz. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/jbig2dec/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/jbig2dec/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/jbig2dec/patches/patch-autogen.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589478709265010 Content-Disposition: inline Content-Length: 1807 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.14 pkgsrc/graphics/jbig2dec/Makefile:1.15 --- pkgsrc/graphics/jbig2dec/Makefile:1.14 Tue Dec 10 10:35:59 2019 +++ pkgsrc/graphics/jbig2dec/Makefile Thu May 14 17:51:49 2020 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2019/12/10 10:35:59 leot Exp $ +# $NetBSD: Makefile,v 1.15 2020/05/14 17:51:49 leot Exp $ -DISTNAME= jbig2dec-0.17 +DISTNAME= jbig2dec-0.18 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} -GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://jbig2dec.com/ Index: pkgsrc/graphics/jbig2dec/distinfo diff -u pkgsrc/graphics/jbig2dec/distinfo:1.10 pkgsrc/graphics/jbig2dec/distinfo:1.11 --- pkgsrc/graphics/jbig2dec/distinfo:1.10 Tue Dec 10 10:35:59 2019 +++ pkgsrc/graphics/jbig2dec/distinfo Thu May 14 17:51:49 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/12/10 10:35:59 leot Exp $ +$NetBSD: distinfo,v 1.11 2020/05/14 17:51:49 leot Exp $ -SHA1 (jbig2dec-0.17.tar.gz) = 8d2ba831bcf475da05a381df02020e0706322ccf -RMD160 (jbig2dec-0.17.tar.gz) = 96aab09c5ce1a749b5aadc4644c038790ee4a00c -SHA512 (jbig2dec-0.17.tar.gz) = 79b3957186a30fc304ecd571d31c5cc421364921eb4eba242c3ea941ea111f461773f86c975657fa2ce91f2f79ff9abf760ef9bed404c7a4f35c036e5642ba0f -Size (jbig2dec-0.17.tar.gz) = 141195 bytes -SHA1 (patch-autogen.sh) = 1d22310c07b10c0f7cddda387c363f17132bc83f +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 --_----------=_1589478709265010--