Update libsixel to 1.8.3.
This fixes CVE-2018-19756, CVE-2018-19757, CVE-2018-19759, CVE-2018-19761, CVE-2018-19762, CVE-2018-19763, CVE-2019-3573, CVE-2019-3574, CVE-2019-19635, CVE-2019-19636, CVE-2019-19637, and CVE-2019-19638. From Tim Meunier, thanks!
This commit is contained in:
parent
c416b99ec2
commit
4ce2ab3600
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/12/15 13:39:45 fcambus Exp $
|
||||
|
||||
COMMENT = encoder/decoder implementation for DEC SIXEL graphics
|
||||
|
||||
V = 1.8.2
|
||||
V = 1.8.3
|
||||
DISTNAME = libsixel-$V
|
||||
|
||||
SHARED_LIBS += sixel 1.0 # 1.6
|
||||
@ -31,4 +31,6 @@ CONFIGURE_ARGS += --disable-python \
|
||||
# Requires Python
|
||||
NO_TEST = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/sixel-$V
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libsixel-1.8.2.tar.gz) = xGTSpvzzXp5rrRh2cp6FOoufar/pfZ40h8m/rEXPKl8=
|
||||
SIZE (libsixel-1.8.2.tar.gz) = 4778776
|
||||
SHA256 (libsixel-1.8.3.tar.gz) = 2uThBUQN+OWBkpSIgb5WSEV0bmuncRUkIFi0sWPfH3Y=
|
||||
SIZE (libsixel-1.8.3.tar.gz) = 641789
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/04/16 15:58:31 fcambus Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2019/12/15 13:39:45 fcambus Exp $
|
||||
@bin bin/img2sixel
|
||||
bin/libsixel-config
|
||||
@bin bin/sixel2png
|
||||
include/sixel.h
|
||||
lib/libsixel.a
|
||||
@static-lib lib/libsixel.a
|
||||
lib/libsixel.la
|
||||
@lib lib/libsixel.so.${LIBsixel_VERSION}
|
||||
lib/pkgconfig/libsixel.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user