update to YAML::XS 0.54
Among other things this disables an "impossible" assert that triggered with an input found with the afl fuzzer. This issue is CVE-2014-9130.
This commit is contained in:
parent
99dc67e17f
commit
c5087aae81
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2014/06/14 23:25:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2014/12/01 08:15:25 jsg Exp $
|
||||
|
||||
COMMENT = YAML implementation using XS and libyaml
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
V = 0.41
|
||||
V = 0.54
|
||||
DISTNAME = YAML-LibYAML-$V
|
||||
PKGNAME = p5-YAML-XS-$V
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (YAML-LibYAML-0.41.tar.gz) = mmVEJ6OmPeQ0xtA7GLuhRMx7oPDmGnEAxtCNd6kBRc4=
|
||||
SIZE (YAML-LibYAML-0.41.tar.gz) = 179218
|
||||
SHA256 (YAML-LibYAML-0.54.tar.gz) = pWfuQU+Ug95eguoMSweZOdNQ8ixaAJvPus8zrzTKuck=
|
||||
SIZE (YAML-LibYAML-0.54.tar.gz) = 140645
|
||||
|
Loading…
Reference in New Issue
Block a user