Sat Jul 28 14:01:21 2018 UTC ()
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


(tsutsui)
diff -r1.35 -r1.36 pkgsrc/graphics/libsixel/Makefile
diff -r1.20 -r1.21 pkgsrc/graphics/libsixel/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/graphics/libsixel/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libsixel/Makefile 2018/06/09 19:23:28 1.35
+++ pkgsrc/graphics/libsixel/Makefile 2018/07/28 14:01:21 1.36
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.35 2018/06/09 19:23:28 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.36 2018/07/28 14:01:21 tsutsui Exp $
2 2
3DISTNAME= libsixel-1.8.1 3DISTNAME= libsixel-1.8.2
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/}
6GITHUB_PROJECT= libsixel 6GITHUB_PROJECT= libsixel
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= tsutsui@NetBSD.org 9MAINTAINER= tsutsui@NetBSD.org
10HOMEPAGE= http://saitoha.github.io/libsixel/ 10HOMEPAGE= http://saitoha.github.io/libsixel/
11COMMENT= DEC SIXEL graphics codec encoder/decoder and converter 11COMMENT= DEC SIXEL graphics codec encoder/decoder and converter
12LICENSE= mit AND public-domain 12LICENSE= mit AND public-domain
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.20 -r1.21 pkgsrc/graphics/libsixel/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/libsixel/distinfo 2018/06/09 19:23:28 1.20
+++ pkgsrc/graphics/libsixel/distinfo 2018/07/28 14:01:21 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2018/06/09 19:23:28 tsutsui Exp $ 1$NetBSD: distinfo,v 1.21 2018/07/28 14:01:21 tsutsui Exp $
2 2
3SHA1 (libsixel-1.8.1.tar.gz) = 257fa0f3d1d02ac2e267eeb8cd3f050327919217 3SHA1 (libsixel-1.8.2.tar.gz) = f0a150461904d4217617009249c63150182588f7
4RMD160 (libsixel-1.8.1.tar.gz) = 4d1ee029c4b32c8e014dd7cdc77ad0aa3910610d 4RMD160 (libsixel-1.8.2.tar.gz) = 1f1a6f5a46fa36ecab2563a96c4913d96a61713e
5SHA512 (libsixel-1.8.1.tar.gz) = af38b47aac443bfb443aa7b12041ecc1496722afbc861ad8572e90c34c7c1ed4ee04241d5d5f3abb7d8be945fac2a1f718494c4fbd023a6a7b9f6d912f90554c 5SHA512 (libsixel-1.8.2.tar.gz) = f0287b7b7a190f0f964e27fc65aa816a78c09de5e50045a25eb05f9b430c74f779a7d5eb591b3430a82a06621d53719bf115bcdd0b99acc9afe3cb9ab6fde271
6Size (libsixel-1.8.1.tar.gz) = 4777791 bytes 6Size (libsixel-1.8.2.tar.gz) = 4778776 bytes