Up to [cvs.NetBSD.org] / pkgsrc / textproc / libyaml
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 26 11:22:18 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:24 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 2 08:28:04 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
libyaml: updated to 0.2.5 0.2.5: Allow question marks in plain scalars in flow collections Emitter: Don't output trailing space for empty scalar nodes Emitter: Output space after an alias mapping key Add -h and --flow (on|off|keep) to run-*-test-suite Remove unnecessary include and malloc Add specific files back to .gitignore Output error position in run-parser-test-suite.c A couple patches to improve test suite support
Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 20 07:54:53 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.13: +5 -5
lines
Diff to previous 1.13 (colored)
libyaml: updated to 0.2.4 0.2.4: Add packaging/docker-dist to Makefile.am Fix logic for document end before directive
Revision 1.13 / (download) - annotate - [select for diffs], Sun Apr 12 10:57:33 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
libyaml: updated to 0.2.3 0.2.3: * Fixed typo. * Fix typo in comment * Use pointer to const for strings that aren't/shouldn't be modified * Squash a couple of warnings in example-deconstructor-alt * Fix spelling for error message * Make appveyor config be a hidden file * Add CHANGES file * Always output document end before directive (YAML 1.2 compatibility) * Output document end marker after open ended scalars * change cmake target name from libOFF.a to libyaml.a * include/yaml.h: fix comments * Fixed missing token in example * Avoid recursion in the document loader. * Support %YAML 1.2 directives * Change dllexport controlling macro to use _WIN32
Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 4 23:54:08 2019 UTC (4 years, 5 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
libyaml: Switch to the new distfile for the same version Upstream informed that replaced the tarball for "good reasons". PKGREVISION++ Noted by <zmcgrew>
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 1 12:15:34 2019 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
libyaml: update to 0.2.2. Changes ======= * https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h * https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release build * https://github.com/yaml/libyaml/pull/103 -- Remove unused code in yaml_document_delete * https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain scalars inside flow collections * https://github.com/yaml/libyaml/pull/109 -- Fix comparison in tests/run-emitter.c * https://github.com/yaml/libyaml/pull/117 -- Fix typo error * https://github.com/yaml/libyaml/pull/119 -- The closing single quote needs to be indented... * https://github.com/yaml/libyaml/pull/121 -- fix token name typos in comments * https://github.com/yaml/libyaml/pull/122 -- Revert removing of open_ended after top level plain scalar * https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27 * https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility * https://github.com/yaml/libyaml/pull/136 -- allow override of Windows static lib name
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 6 06:50:40 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
libyaml: updated to 0.2.1 0.2.1: Fixed most compiler warnings -Wall -Wextra Support static and dynamic libraries Use .gitignore instead of .hgignore Add support for `make test` and travis Dockerfile for testing Apply old fix for `\/` that is not in master. Update license to include all years until now. Port bug fix from Perl binding Fix misspell: preceed Removed trailing-whitespaces Fix typo added an examples directory with a few yaml examples Added missing Cflags path in pkg-config file add unit tests to cmake configuration Include an example of a custom tag from Python Include an example of a %YAML tag Added an example of using a global tag Fix -Wformat compilation errors in tests Update bug report URL in LibYAML Use AM_CPPFLAGS since autotools deprecated INCLUDE Update bug report URL in README Add travis and Makefile support for libyaml-test Add Dockerfile for Fedora 25 WIP: Enable all warnings (-Wall) in libyaml and tests Fix typo Move travis script guts to separate file `yaml/libyaml-test` should become part of `yaml/libyaml` Add a GNUMakefile for immediate make targets Switch from test blacklist to whitelist Update defs for MingGW support on Windows Improve CMakeLists README: Update libyaml link Skip 5 tests in libyaml-emitter.list Forbid escaped singlequote in doublequotes Undefined PTRDIFF_MAX on HP-UX Fixed most compiler warnings -Wall -Wextra Fix problems in CI failures (travis and semaphore) appveyor.yml: add mingw-w64 builds add -no-undefined to src/Makefile.am Added alpine linux testing to dockerfiles remove need for PTRDIFF_MAX .gitignore: major cleanup
Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 1 16:22:02 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.8: +5 -6
lines
Diff to previous 1.8 (colored)
Updated libyaml to 0.1.7. Changes not found.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:39 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 20 21:04:32 2014 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Fix CVS-2014-9130 using the upstream patch. Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 1 21:10:34 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.5: +4 -6
lines
Diff to previous 1.5 (colored)
Update to 0.1.6, which includes the CVE fixes.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 28 16:02:01 2014 UTC (9 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
add patch from upstream to fix heap-based buffer overflow which can lead to arbitrary code execution (CVE-2014-2525) bump PKGREV
Revision 1.3.12.1 / (download) - annotate - [select for diffs], Sun Feb 9 23:19:22 2014 UTC (9 years, 7 months ago) by tron
Branch: pkgsrc-2013Q4
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 5 11:14:07 2014 UTC (9 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
update to 0.1.5 changes: -fix buffer overflow (CVE-2013-6393) -more hardening and minor fixes pkgsrc change: added "test" target
Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 2 15:03:01 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Branch point for: pkgsrc-2013Q4
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update to 0.1.4. I didn't find a changelog, but it now comes with a pkgconfig file.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 9 09:39:13 2009 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to 0.1.2, set LICENSE. No Changelog found.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 20 01:10:16 2008 UTC (14 years, 11 months ago) by ahoka
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import libyaml-0.1.1 as textproc/libyaml. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 20 01:10:16 2008 UTC (14 years, 11 months ago) by ahoka
Branch: MAIN
Initial revision