Received: by mail.netbsd.org (Postfix, from userid 605) id D6A5A8502C; Sat, 28 Jul 2018 14:01:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 27D8484F05 for ; Sat, 28 Jul 2018 14:01:22 +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 QMkSd7KcpFYC for ; Sat, 28 Jul 2018 14:01:21 +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 64C5B84CEF for ; Sat, 28 Jul 2018 14:01:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6139AFBEC; Sat, 28 Jul 2018 14:01:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153278648144960" MIME-Version: 1.0 Date: Sat, 28 Jul 2018 14:01:21 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/graphics/libsixel To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20180728140121.6139AFBEC@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. --_----------=_153278648144960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Jul 28 14:01:21 UTC 2018 Modified Files: pkgsrc/graphics/libsixel: Makefile distinfo Log Message: libsixel: update to 1.8.2. Upstream changes: (from https://github.com/saitoha/libsixel/releases/tag/v1.8.2 ) v1.8.2 This release provides some security updates. * core: Fix memory leak problems(#67, CVE-2018-14072, CVE-2018-14073), thanks to @fCorleone. f94bc6f 84ed0bc * core: Fix some heap buffer-overflow problems(#68, #69, #70, #71), thanks to @fgeek. 6a19d99 0d70e04 438188c ba21bb9 * man: Fix a typo (#66), thanks to @tsutsui. cf47281 To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/libsixel/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/libsixel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153278648144960 Content-Disposition: inline Content-Length: 1681 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libsixel/Makefile diff -u pkgsrc/graphics/libsixel/Makefile:1.35 pkgsrc/graphics/libsixel/Makefile:1.36 --- pkgsrc/graphics/libsixel/Makefile:1.35 Sat Jun 9 19:23:28 2018 +++ pkgsrc/graphics/libsixel/Makefile Sat Jul 28 14:01:21 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2018/06/09 19:23:28 tsutsui Exp $ +# $NetBSD: Makefile,v 1.36 2018/07/28 14:01:21 tsutsui Exp $ -DISTNAME= libsixel-1.8.1 +DISTNAME= libsixel-1.8.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/} GITHUB_PROJECT= libsixel Index: pkgsrc/graphics/libsixel/distinfo diff -u pkgsrc/graphics/libsixel/distinfo:1.20 pkgsrc/graphics/libsixel/distinfo:1.21 --- pkgsrc/graphics/libsixel/distinfo:1.20 Sat Jun 9 19:23:28 2018 +++ pkgsrc/graphics/libsixel/distinfo Sat Jul 28 14:01:21 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2018/06/09 19:23:28 tsutsui Exp $ +$NetBSD: distinfo,v 1.21 2018/07/28 14:01:21 tsutsui Exp $ -SHA1 (libsixel-1.8.1.tar.gz) = 257fa0f3d1d02ac2e267eeb8cd3f050327919217 -RMD160 (libsixel-1.8.1.tar.gz) = 4d1ee029c4b32c8e014dd7cdc77ad0aa3910610d -SHA512 (libsixel-1.8.1.tar.gz) = af38b47aac443bfb443aa7b12041ecc1496722afbc861ad8572e90c34c7c1ed4ee04241d5d5f3abb7d8be945fac2a1f718494c4fbd023a6a7b9f6d912f90554c -Size (libsixel-1.8.1.tar.gz) = 4777791 bytes +SHA1 (libsixel-1.8.2.tar.gz) = f0a150461904d4217617009249c63150182588f7 +RMD160 (libsixel-1.8.2.tar.gz) = 1f1a6f5a46fa36ecab2563a96c4913d96a61713e +SHA512 (libsixel-1.8.2.tar.gz) = f0287b7b7a190f0f964e27fc65aa816a78c09de5e50045a25eb05f9b430c74f779a7d5eb591b3430a82a06621d53719bf115bcdd0b99acc9afe3cb9ab6fde271 +Size (libsixel-1.8.2.tar.gz) = 4778776 bytes --_----------=_153278648144960--