Upstream changes (from NEWS): v1.8.5 * Security fix for CVE-2019-20205 (#127), integer overflow problem, reported by @sleicasper. * Security fix for CVE-2019-20056 (#126), assertion failure problem, reported by @sleicasper. * Security fix for CVE-2019-20094 (#125), heap overflow problem, reported by @cuanduo. * Security fix for #124, illegal longjump() call problem, reported by @cuanduo. * Serucity fix for #74 and #123, access violation problem, reported by @HongxuChen and SuhwanSong. * Security fix for #122, heap overflow problem, reported by @SuhwanSong. * Security fix for CVE-2019-20023(#117, #119, #120), memory leaks problem, reported by @SuhwanSong and @gutiniao. * Strip first flag check in LZW compression function for issue #118, reported by @yoichi
24 lines
583 B
Makefile
24 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.45 2020/01/03 01:51:01 tsutsui Exp $
|
|
|
|
DISTNAME= libsixel-1.8.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/}
|
|
GITHUB_PROJECT= libsixel
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://saitoha.github.io/libsixel/
|
|
COMMENT= DEC SIXEL graphics codec encoder/decoder and converter
|
|
LICENSE= mit AND public-domain
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
PKGCONFIG_OVERRIDE+= libsixel.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|