Commit Graph

18 Commits

Author SHA1 Message Date
sthen
61ab9c7d25 update to libyaml-0.2.5, ok pea@ 2022-08-21 13:25:38 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
sthen
0aa4844fac cope with libyaml upstream distfile which was rerolled to include
generated autoconf files and html docs; thanks aja@ for the report
2019-05-09 15:59:32 +00:00
sthen
9be0b99866 update to yaml-0.2.2, maintainer timeout 2019-05-09 11:23:53 +00:00
jsg
322decc029 update to libyaml 0.1.7
ok rpointel@, maintainer timeout
2016-11-20 00:56:44 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
jasper
6b77032ea6 add comment to patch, no pkg change 2014-12-01 08:48:51 +00:00
jsg
2faaba1473 Remove an "impossible" assert that can be triggered with a yaml
input found with the afl fuzzer.  This issue is CVE-2014-9130.
Taken from the following upstream commit:
2b91567564/raw/
2014-12-01 08:29:19 +00:00
jeremy
45087911e3 Update to libyaml 0.1.6 to fix CVE-2014-2525
OK benoit@, pea@ (MAINTAINER)
2014-03-30 06:59:49 +00:00
jasper
7773dc1cc7 update to yaml-0.1.5, addressing some issues jeremy@ noticed with ruby
that were introduced by the patches added to fix the security issue.

ok jeremy@
maintainer timed-out
2014-03-18 12:08:54 +00:00
jasper
84159c3e1b Security fix for CVE-2013-6393 and apply some further hardening
patches from RedHat.

ok pea@ (MAINTAINER)
2014-01-31 14:05:26 +00:00
jasper
adb862d9c8 update to yaml-0.1.4
ok pea@ (MAINTAINER)
2013-06-28 08:39:04 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
pea
c9efae7a95 Update to 0.1.2
ok ajacoutot@
2008-12-31 12:15:45 +00:00
ajacoutot
6dfa61d68f Import libyaml-0.1.1
LibYAML is a YAML 1.1 parser and emitter written in C.
LibYAML covers presenting and parsing processes. Thus LibYAML defines the
following two processors:
* Parser, which takes an input stream of bytes and produces a sequence
of parsing events.
* Emitter, which takes a sequence of events and produces a stream of bytes
<...>

from Pierre-Emmanuel Andre (MAINTAINER)
2008-10-18 10:50:46 +00:00