Received: by mail.netbsd.org (Postfix, from userid 605) id DA20784D9C; Thu, 23 Jul 2020 18:39:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 634D184D8C for ; Thu, 23 Jul 2020 18:39:07 +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 Fb0tyB-b3JFh for ; Thu, 23 Jul 2020 18:39:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E02DB84D3C for ; Thu, 23 Jul 2020 18:39:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8D8BFB28; Thu, 23 Jul 2020 18:39:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1595529546106160" MIME-Version: 1.0 Date: Thu, 23 Jul 2020 18:39:06 +0000 From: "Juraj Lutter" Subject: CVS commit: pkgsrc/graphics/jasper To: pkgsrc-changes@NetBSD.org Reply-To: otis@netbsd.org X-Mailer: log_accum Message-Id: <20200723183906.D8D8BFB28@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. --_----------=_1595529546106160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: otis Date: Thu Jul 23 18:39:06 UTC 2020 Modified Files: pkgsrc/graphics/jasper: Makefile distinfo Log Message: jasper: Fix version to 2.0.17 The actual latest version is 2.0.17. "Unknown changes" still applies. Released: 21.7.2020 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/jasper/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/jasper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1595529546106160 Content-Disposition: inline Content-Length: 1883 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.53 pkgsrc/graphics/jasper/Makefile:1.54 --- pkgsrc/graphics/jasper/Makefile:1.53 Tue Jul 21 07:31:28 2020 +++ pkgsrc/graphics/jasper/Makefile Thu Jul 23 18:39:06 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2020/07/21 07:31:28 adam Exp $ +# $NetBSD: Makefile,v 1.54 2020/07/23 18:39:06 otis Exp $ -DISTNAME= jasper-2.0.18 +DISTNAME= jasper-2.0.17 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=mdadams/} GITHUB_TAG= version-${PKGVERSION_NOREV} Index: pkgsrc/graphics/jasper/distinfo diff -u pkgsrc/graphics/jasper/distinfo:1.31 pkgsrc/graphics/jasper/distinfo:1.32 --- pkgsrc/graphics/jasper/distinfo:1.31 Tue Jul 21 07:31:28 2020 +++ pkgsrc/graphics/jasper/distinfo Thu Jul 23 18:39:06 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2020/07/21 07:31:28 adam Exp $ +$NetBSD: distinfo,v 1.32 2020/07/23 18:39:06 otis Exp $ -SHA1 (jasper-2.0.18.tar.gz) = 26e50037c82ea88dbb3bbdc9dc25d96ac351a9f0 -RMD160 (jasper-2.0.18.tar.gz) = 73cd05f6538f3f4540033a99e519a5a705b75c66 -SHA512 (jasper-2.0.18.tar.gz) = 14be966604194a3de4d0d9d42ee0aae5dcee45ac8e6bcdd306bdb6a66c777bfbb06b25a271e20805c879b95ad4e42c71cfab18d0ebee8394d7243f36f3f83e0f -Size (jasper-2.0.18.tar.gz) = 1314862 bytes +SHA1 (jasper-2.0.17.tar.gz) = fe8d8532d043fe2a9ec0bbcbc92a1583cd9f996f +RMD160 (jasper-2.0.17.tar.gz) = bc0de6964ef567ff0d3faa240bf83843a00e5c54 +SHA512 (jasper-2.0.17.tar.gz) = 9b682cfef7e951e6a78b57869fb7ddeb696aaa1b90f08c3142d2f26246ea06ed5f2cd867dae0b49ac41a792e4672db7cd96d32a46a6e99c066b7118b025a65fe +Size (jasper-2.0.17.tar.gz) = 1314703 bytes SHA1 (patch-CMakeLists.txt) = 7629fcab6bc854c51a0895449b2cdd214409fa3c SHA1 (patch-src_appl_jiv.c) = 123f1db81a95b4ddd679ccea6f1b2c4887bf574d SHA1 (patch-src_libjasper_base_jas__stream.c) = 2e9ad538ab2c0191063fef06202949b435b0085e --_----------=_1595529546106160--