Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 000837A302 for ; Sat, 17 Dec 2016 23:10:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6BBD6855E4; Sat, 17 Dec 2016 23:10:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFBD1855E4 for ; Sat, 17 Dec 2016 23:10:25 +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 pgoD-EOm00OR for ; Sat, 17 Dec 2016 23:10:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 817EB84CFD for ; Sat, 17 Dec 2016 23:10:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C346FBA6; Sat, 17 Dec 2016 23:10:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482016225191650" MIME-Version: 1.0 Date: Sat, 17 Dec 2016 23:10:25 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/graphics/jasper To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20161217231025.7C346FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482016225191650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sat Dec 17 23:10:25 UTC 2016 Modified Files: pkgsrc/graphics/jasper: distinfo pkgsrc/graphics/jasper/patches: patch-CVE-2016-8654 Log Message: Insert rcsid header in patch file, which I dropped in almost verbatim from upstream. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/jasper/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/jasper/patches/patch-CVE-2016-8654 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482016225191650 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jasper/distinfo diff -u pkgsrc/graphics/jasper/distinfo:1.23 pkgsrc/graphics/jasper/distinfo:1.24 --- pkgsrc/graphics/jasper/distinfo:1.23 Sat Dec 17 23:02:51 2016 +++ pkgsrc/graphics/jasper/distinfo Sat Dec 17 23:10:25 2016 @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.23 2016/12/17 23:02:51 dholland Exp $ +$NetBSD: distinfo,v 1.24 2016/12/17 23:10:25 dholland Exp $ SHA1 (jasper-1.900.29.tar.gz) = 6d50e5ea9e822ad5f88f4451819acab2e3b47f8e RMD160 (jasper-1.900.29.tar.gz) = 4ae47353f3dc086b3a11eff86ec7fb57d598c6fb SHA512 (jasper-1.900.29.tar.gz) = fdf557889660b9068e3712ff809fe7d4ab0855e1afff9a39eb19763599b4e747472743e4c49a42f7d38beadc6a0aa7a7b402422422853e8bb6d683def81b1544 Size (jasper-1.900.29.tar.gz) = 1746319 bytes -SHA1 (patch-CVE-2016-8654) = 9b430a5f872fbd2d33486d7280eeec04b552ec6f +SHA1 (patch-CVE-2016-8654) = 99eaf8432aa681b8a5f4116928b7537f3de05213 SHA1 (patch-configure) = 14039911be04b88559e40f20a01bb46fd0db4488 SHA1 (patch-src_libjasper_base_jas__seq.c) = a0208cd0271388ae0fdc2e359da3223a35a7ae14 SHA1 (patch-src_libjasper_base_jas__stream.c) = 2e9ad538ab2c0191063fef06202949b435b0085e Index: pkgsrc/graphics/jasper/patches/patch-CVE-2016-8654 diff -u pkgsrc/graphics/jasper/patches/patch-CVE-2016-8654:1.1 pkgsrc/graphics/jasper/patches/patch-CVE-2016-8654:1.2 --- pkgsrc/graphics/jasper/patches/patch-CVE-2016-8654:1.1 Sat Dec 17 23:02:51 2016 +++ pkgsrc/graphics/jasper/patches/patch-CVE-2016-8654 Sat Dec 17 23:10:25 2016 @@ -1,3 +1,5 @@ +$NetBSD: patch-CVE-2016-8654,v 1.2 2016/12/17 23:10:25 dholland Exp $ + From 4a59cfaf9ab3d48fca4a15c0d2674bf7138e3d1a Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Sat, 26 Nov 2016 20:23:23 -0800 --_----------=_1482016225191650--