./textproc/libyaml, YAML 1.1 parser and emitter written in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q4, Version: 0.1.5, Package name: libyaml-0.1.5, Maintainer: pkgsrc-users

YAML is a data serialization language which is designed to be both
human readable and computationally powerful.

This C language implementation is developed by Kirill Simonov for Python
Software Foundation as a part of Google Summer of Code under the mentorship
of Clark Evans and released under the MIT license.


Master sites:

SHA1: 8b78cb9f759c7d80db8a7328c0ebecfe34fde737
RMD160: 58d5a60ccc13c728bed48013cd0a5f001d7bde04
Filesize: 493.063 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-10 00:19:22 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4317 - requested by drochner
textproc/libyaml: security update

Revisions pulled up:
- textproc/libyaml/Makefile                                     1.6
- textproc/libyaml/distinfo                                     1.4

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Wed Feb  5 11:14:07 UTC 2014

   Modified Files:
           pkgsrc/textproc/libyaml: Makefile distinfo

   Log message:
   update to 0.1.5
   changes:
   -fix buffer overflow (CVE-2013-6393)
   -more hardening and minor fixes

   pkgsrc change: added "test" target