Commit Graph

17 Commits

Author SHA256 Message Date
efabd14eaa Accepting request 1001390 from home:dimstar:Factory
- Add baselibs.conf: produce libyaml-0-2-32bit, required by
  libcamera -> pipewire.

OBS-URL: https://build.opensuse.org/request/show/1001390
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=31
2022-09-12 07:28:51 +00:00
0a4cff36b8 - update to 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=29
2020-08-15 22:29:55 +00:00
98475f40a1 Accepting request 795861 from home:polslinux:branches:devel:libraries:c_c++
- update to 0.2.4
 * Support %YAML 1.2 directives
 * Multiple fixes

OBS-URL: https://build.opensuse.org/request/show/795861
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=27
2020-04-20 20:21:33 +00:00
040a560372 Accepting request 720071 from home:tinita:branches:devel:libraries:c_c++
I am a co-maintainer for https://github.com/yaml/libyaml
The patch isn't needed anymore with version 0.2.2, so I removed it.

OBS-URL: https://build.opensuse.org/request/show/720071
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=25
2019-08-01 13:57:32 +00:00
61db61feeb Accepting request 695728 from home:mimi_vx:branches:devel:libraries:c_c++
- update to 0.2.2
- refreshed libyaml-revert-emitter-changes.patch
 * Fix comparison in tests/run-emitter.c
 * Allow colons in plain scalars inside flow collections
 * The closing single quote needs to be indented...
 * Revert removing of open_ended after top level plain scalar

OBS-URL: https://build.opensuse.org/request/show/695728
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=23
2019-05-01 06:32:59 +00:00
c5e5122d05 Accepting request 669081 from home:jengelh:branches:devel:libraries:c_c++
- --with-pic is useless without static libs, remove it.
- Update RPM groups and descriptions.

OBS-URL: https://build.opensuse.org/request/show/669081
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=21
2019-01-28 13:43:34 +00:00
12cf39b97e Accepting request 667048 from home:iznogood:branches:devel:libraries:c_c++
- Add libyaml-revert-emitter-changes.patch: Revert "This code is not needed and breaks tests" (gh#yaml/libyaml#122). 
Fixes build of python-PyYAML.

OBS-URL: https://build.opensuse.org/request/show/667048
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=20
2019-01-28 12:34:06 +00:00
d51fd044c7 Accepting request 653782 from home:mimi_vx:branches:devel:libraries:c_c++
- update to 0.2.1
 * Fixed most compiler warnings -Wall -Wextra
 * Support static and dynamic libraries
 * Add support for `make test`
 * Apply old fix for `\/` that is not in master.
 * Port bug fix from Perl binding
 * Removed trailing-whitespaces
 *  Fix -Wformat compilation errors in tests
 * Added missing Cflags path in pkg-config file
 * Forbid escaped singlequote in doublequotes

OBS-URL: https://build.opensuse.org/request/show/653782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=19
2018-12-06 13:59:52 +00:00
2998ae3a4a Accepting request 560920 from home:avindra
- update to 0.1.7
  * Fixed segfault in yaml_string_write_handler
  * Fixed invalid simple key assertion (CVE-2014-9130)
  * Fixed error handling in some examples
- remove CVE-2014-9130.patch
  - fixed upstream in 946596172d140497b560e016e581accb0a92cca4
- cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/560920
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=17
2018-01-03 10:26:31 +00:00
Jordi Massaguer
83296f9f6f - fix CVE-2014-9130: libyaml: assert failure when processing
wrapped strings (bnc#907809)
  CVE-2014-9130.patch contains the fix

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=15
2014-12-03 13:00:09 +00:00
Stephan Kulow
0ac51623c7 Accepting request 228126 from home:jordimassaguerpla:branches:devel:libraries:c_c++
- update to 0.1.6 is a security update release for:
  * CVE-2014-2525: heap overflow during parsing (bnc#868944)
  bnc#860617)

OBS-URL: https://build.opensuse.org/request/show/228126
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=13
2014-03-29 13:28:35 +00:00
44bc7c6fa5 - update to 0.1.5:
* Manually define PTRDIFF_MAX for VS C compiler
  * Limit input size to SIZE_MAX/2 
  * Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617)
  * Prevent node index overflow (Reported by Florian Weimer).
  * Fixed invalid size_t->int cast (Thank to Florian Weimer).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=11
2014-02-07 16:32:28 +00:00
a91c389366 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=10 2014-02-07 16:32:13 +00:00
451fd25ce4 - update to 0.1.5:
* Manually define PTRDIFF_MAX for VS C compiler
  * Limit input size to SIZE_MAX/2 
  * Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617)
  * Prevent node index overflow (Reported by Florian Weimer).
  * Fixed invalid size_t->int cast (Thank to Florian Weimer).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=9
2014-02-07 16:31:20 +00:00
Stephan Kulow
139a09dde7 Accepting request 162268 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/162268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=8
2013-04-03 11:03:33 +00:00
689579ddd5 Autobuild autoformatter for 60306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=2
2011-02-15 17:14:34 +00:00
952a8c271b Accepting request 60306 from devel:languages:python
Accepted submit request 60306 from user ug

OBS-URL: https://build.opensuse.org/request/show/60306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=1
2011-02-15 17:14:24 +00:00