Commit Graph

27 Commits

Author SHA256 Message Date
Dominique Leuenberger
484b9c11e9 Accepting request 1002707 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1002707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=20
2022-09-13 13:07:37 +00:00
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
Dominique Leuenberger
cee0ff8ea6 Accepting request 826902 from devel:libraries:c_c++
- 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/request/show/826902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=19
2020-08-19 16:44:29 +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
Dominique Leuenberger
7dc766aa0a Accepting request 795907 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/795907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=18
2020-04-25 18:11:23 +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
Dominique Leuenberger
88be945e7d Accepting request 720225 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/720225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=17
2019-08-07 11:57:46 +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
Dominique Leuenberger
541e9a8066 Accepting request 699830 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/699830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=16
2019-05-03 20:23:40 +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
Stephan Kulow
bef1c6cea6 Accepting request 669087 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/669087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=15
2019-02-02 20:45:16 +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
Dominique Leuenberger
e0edfc267d Accepting request 561304 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/561304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=14
2018-01-09 13:35:55 +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
Dominique Leuenberger
9d36134a87 Accepting request 264652 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/264652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=13
2014-12-19 08:39:57 +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
0dd63724b8 Accepting request 228178 from 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) (forwarded request 228126 from jordimassaguerpla)

OBS-URL: https://build.opensuse.org/request/show/228178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=11
2014-04-01 09:34:19 +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
Tomáš Chvátal
aa0cab74b0 Accepting request 221285 from devel:libraries:c_c++
- 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/request/show/221285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=10
2014-02-10 09:16:54 +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