Received: by mail.netbsd.org (Postfix, from userid 605) id E9D8884D5B; Fri, 5 Mar 2021 18:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 31AA284D26 for ; Fri, 5 Mar 2021 18:53:57 +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 NhYZeIsKkFuR for ; Fri, 5 Mar 2021 18:53:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AAF6284CD9 for ; Fri, 5 Mar 2021 18:53:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6170FA95; Fri, 5 Mar 2021 18:53:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614970436146890" MIME-Version: 1.0 Date: Fri, 5 Mar 2021 18:53:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/jasper To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210305185356.A6170FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614970436146890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 5 18:53:56 UTC 2021 Modified Files: pkgsrc/graphics/jasper: Makefile distinfo Log Message: jasper: updated to 2.0.26 2.0.26 * Fix JP2 decoder bug that can cause a null pointer dereference for some invalid CDEF boxes. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/jasper/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/jasper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614970436146890 Content-Disposition: inline Content-Length: 1892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jasper/Makefile diff -u pkgsrc/graphics/jasper/Makefile:1.61 pkgsrc/graphics/jasper/Makefile:1.62 --- pkgsrc/graphics/jasper/Makefile:1.61 Wed Feb 10 10:01:31 2021 +++ pkgsrc/graphics/jasper/Makefile Fri Mar 5 18:53:56 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2021/02/10 10:01:31 nia Exp $ +# $NetBSD: Makefile,v 1.62 2021/03/05 18:53:56 adam Exp $ -DISTNAME= jasper-2.0.25 +DISTNAME= jasper-2.0.26 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=jasper-software/} GITHUB_TAG= version-${PKGVERSION_NOREV} Index: pkgsrc/graphics/jasper/distinfo diff -u pkgsrc/graphics/jasper/distinfo:1.39 pkgsrc/graphics/jasper/distinfo:1.40 --- pkgsrc/graphics/jasper/distinfo:1.39 Wed Feb 10 10:01:31 2021 +++ pkgsrc/graphics/jasper/distinfo Fri Mar 5 18:53:56 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.39 2021/02/10 10:01:31 nia Exp $ +$NetBSD: distinfo,v 1.40 2021/03/05 18:53:56 adam Exp $ -SHA1 (jasper-2.0.25.tar.gz) = f74169c6353f6bde747da9f87a5a8467bde65db0 -RMD160 (jasper-2.0.25.tar.gz) = 140a83de31a98c09a2062ce292af2a32f7e61594 -SHA512 (jasper-2.0.25.tar.gz) = 721957120526227233b1f707b6bc3541e73ba95c919398097a36b3cbb256803306cebf0cec6d6999692a4603fea2bd5bbc70d567fe2da8719957e98a9e1a65e8 -Size (jasper-2.0.25.tar.gz) = 1349645 bytes +SHA1 (jasper-2.0.26.tar.gz) = 50c06b171b4f51982509d788fdbee46b67ce0634 +RMD160 (jasper-2.0.26.tar.gz) = c7d1164f42c6c6a5af3d1aa86cbfc735806d8ad7 +SHA512 (jasper-2.0.26.tar.gz) = 083df81674439bac4f328d2a53d9cb58995d624dcb572b83d47bbc4e5c50209cf83eab0ac62cb2576f0518565e54715b883f752a60ac42de930d4918b12a6281 +Size (jasper-2.0.26.tar.gz) = 1365489 bytes SHA1 (patch-CMakeLists.txt) = a848a73c9e717e5d6b0a98f3c27d0dcfc1dda8a5 SHA1 (patch-build_cmake_modules_JasOpenGL.cmake) = 832cf84b0840fe1159d81c8ce92f24971da16838 SHA1 (patch-src_appl_jiv.c) = 123f1db81a95b4ddd679ccea6f1b2c4887bf574d --_----------=_1614970436146890--