Re: [UPDATE] devel/libyaml

2019-04-03 Thread Stuart Henderson
On 2019/03/14 13:42, Remi Pointel wrote: > Hi, > > attached is the diff to update libyaml to latest release. > > Ok? > > Cheers, > > Remi. > Index: Makefile > === > RCS file: /cvs/ports/devel/libyaml/Makefile,v > retrieving

Re: [UPDATE] devel/libyaml

2019-03-18 Thread Jeremie Courreges-Anglas
On Thu, Mar 14 2019, Remi Pointel wrote: > Hi, > > attached is the diff to update libyaml to latest release. > > Ok? Diffs for ports that ship shared libraries should be checked for API and ABI changes. Please mention which checks you have done to avoid duplicate work. ;) For this libyaml

[UPDATE] devel/libyaml

2019-03-14 Thread Remi Pointel
Hi, attached is the diff to update libyaml to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/libyaml/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile 20 Nov 2016

Re: UPDATE: devel/libyaml 0.1.7

2016-11-13 Thread Remi Pointel
On 11/13/16 06:28, Jonathan Gray wrote: https://bitbucket.org/xi/libyaml/raw/6d5f97d2330147c286839bacfa0c66fac3992faf/announcement.msg * Fixed segfault in yaml_string_write_handler. * Fixed invalid simple key assertion. * Fixed error handling in some examples (thank to Mathias Svensson). *

UPDATE: devel/libyaml 0.1.7

2016-11-12 Thread Jonathan Gray
https://bitbucket.org/xi/libyaml/raw/6d5f97d2330147c286839bacfa0c66fac3992faf/announcement.msg * Fixed segfault in yaml_string_write_handler. * Fixed invalid simple key assertion. * Fixed error handling in some examples (thank to Mathias Svensson). * Removed obsolete VS project files. Index:

update devel/libyaml for CVE-2014-9130

2014-11-28 Thread Jonathan Gray
I found a yaml input with the afl fuzzer which causes libyaml to assert/abort. This is CVE-2014-9130. https://marc.info/?l=oss-securitym=141715462623662w=2 The upstream repository has a commit to remove the assertion but no release has been made.

Re: update devel/libyaml for CVE-2014-9130

2014-11-28 Thread Jeremy Evans
On Fri, Nov 28, 2014 at 9:28 PM, Jonathan Gray j...@jsg.id.au wrote: I found a yaml input with the afl fuzzer which causes libyaml to assert/abort. This is CVE-2014-9130. https://marc.info/?l=oss-securitym=141715462623662w=2 The upstream repository has a commit to remove the assertion but

Re: update devel/libyaml for CVE-2014-9130

2014-11-28 Thread Jonathan Gray
On Fri, Nov 28, 2014 at 09:44:23PM -0800, Jeremy Evans wrote: On Fri, Nov 28, 2014 at 9:28 PM, Jonathan Gray j...@jsg.id.au wrote: I found a yaml input with the afl fuzzer which causes libyaml to assert/abort. This is CVE-2014-9130. https://marc.info/?l=oss-securitym=141715462623662w=2

Re: update devel/libyaml for CVE-2014-9130

2014-11-28 Thread Jeremy Evans
On Fri, Nov 28, 2014 at 9:44 PM, Jeremy Evans jeremyeva...@gmail.com wrote: On Fri, Nov 28, 2014 at 9:28 PM, Jonathan Gray j...@jsg.id.au wrote: I found a yaml input with the afl fuzzer which causes libyaml to assert/abort. This is CVE-2014-9130.