8 Commits

Author SHA1 Message Date
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