Files
meta-openembedded/meta-oe/recipes-support
Wang Mingyu 69aea3d8f7 cmark: upgrade 0.30.2 -> 0.30.3
Changelog:
===========
  * Fix quadratic complexity bug with repeated '![[]()'.
    Resolves CVE-2023-22486. Add new pathological test.

  * Allow declarations with no space, as per spec

  * Set 'enumi*' counter correctly in LaTeX output

  * Allow '<!DOCTYPE' to be case-insensitive.
    existing spec.)

  * Fixed HTML comment scanning. Need to handle this case: '<!--> and -->'.
    Since the scanner finds the longest match, we had to
    move some of the logic outside of the scanner.

  * Fix quadratic parsing issue with repeated '<!--' (this was not
    introduced by the previous fix, and not in a released version of cmark).
    Resolves CVE-2023-22484. Add new pathological test.

  * Update HTML comment scanner to accord with commonmark/commonmark-spec#713

  * Pathological tests: half the number of repetitions, and the timeout.
    This reduces the time needed for the pathological tests.

  * Shrink 'struct cmark_node' (#446). The 'internal_offset' member is
    only used for headings and can be moved to 'struct cmark_heading'.
    This reduces the size of 'struct cmark_node' from 112 to 104 bytes on
    64-bit systems.

  * Add '-Wstrict-prototypes' and fix offending functions.

  * Fix quadratic behavior involving 'get_containing_block' (#431).
    Instead of searching for the containing block, update the tight list
    status when entering a child of a list item or exiting a list.

  * Fix 'pathological_tests.py'
    - Use a multiprocessing.Queue to actually get results from spawned
      tests processes.
    - Fix the 'allowed_failures' test.
    - Truncate actual output when printed.
    - Prepare for testing pathological behavior of the Commonmark renderer.

  * Fix source position bug with backticks

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-07 07:01:21 -08:00
..
2022-12-24 14:30:48 -08:00
2021-10-19 09:23:08 -07:00
2022-07-18 09:11:22 -07:00
2022-08-06 09:12:15 -07:00
2023-02-07 07:01:21 -08:00
2022-09-05 22:49:34 -07:00
2023-01-11 08:37:58 -08:00
2023-02-07 07:01:21 -08:00
2022-11-28 11:32:26 -08:00
2021-08-03 10:21:25 -07:00
2022-08-23 09:55:28 -07:00
2022-12-08 17:10:47 -08:00
2022-12-08 17:10:48 -08:00
2022-09-22 03:51:38 -07:00
2023-01-21 10:02:02 -08:00
2022-09-14 21:33:38 -07:00
2022-09-29 19:18:27 -07:00
2022-08-23 09:55:28 -07:00
2023-01-21 10:02:02 -08:00
2022-03-04 08:28:06 -08:00
2022-04-25 10:44:13 -07:00
2022-03-26 18:15:11 -07:00
2021-08-03 10:21:25 -07:00
2022-09-05 22:49:35 -07:00
2023-01-17 01:05:53 -08:00
2022-03-03 08:50:19 -08:00
2023-01-26 13:10:37 -08:00
2023-01-11 08:37:57 -08:00
2023-01-26 21:52:26 -08:00
2022-10-28 10:05:38 -07:00
2022-11-07 08:40:48 -08:00
2022-09-29 13:32:16 -07:00
2022-03-10 07:31:21 -08:00
2022-08-06 09:12:15 -07:00
2022-07-19 18:38:44 -07:00
2022-07-12 01:05:43 -07:00
2022-10-10 10:19:33 -07:00
2023-01-21 10:02:02 -08:00
2021-08-03 10:21:25 -07:00
2022-05-29 06:39:14 -07:00
2021-08-03 10:21:25 -07:00
2022-09-05 22:49:34 -07:00
2022-10-17 19:19:40 -07:00
2022-11-28 11:32:26 -08:00
2022-03-29 08:28:38 -07:00
2023-01-26 10:24:25 -08:00
2022-12-23 08:52:22 -08:00
2023-01-21 10:02:02 -08:00
2022-09-29 16:15:57 -07:00
2023-01-09 08:56:42 -08:00
2023-02-02 10:25:33 -08:00
2023-01-25 08:57:42 -08:00
2022-07-18 09:11:22 -07:00
2023-01-26 21:52:26 -08:00
2022-03-24 09:45:25 -07:00
2023-01-25 23:18:05 -08:00
2022-12-27 16:03:06 -08:00
2022-02-17 11:12:44 -08:00
2023-02-02 00:10:29 -08:00
2023-01-21 10:02:01 -08:00
2021-08-03 10:21:25 -07:00
2022-11-28 11:32:26 -08:00
2023-01-21 10:02:02 -08:00
2022-03-29 08:28:38 -07:00
2021-08-03 10:21:25 -07:00
2023-01-11 08:37:58 -08:00
2022-12-23 08:52:22 -08:00
2023-01-06 11:38:16 -08:00
2022-11-09 10:17:15 -08:00
2022-03-19 01:45:03 -07:00
2022-09-05 22:49:34 -07:00
2022-02-11 09:10:38 -08:00
2022-02-24 08:35:24 -08:00