summaryrefslogtreecommitdiff
path: root/dev-libs/json-parser/files
AgeCommit message (Collapse)Author
2025-05-08dev-libs/json-parser: add upstream PR link to patchesPetr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-05-08dev-libs/json-parser: fix bug 954840 and 955499Huang Rui
Closes: https://bugs.gentoo.org/954840 Closes: https://bugs.gentoo.org/955499 Signed-off-by: Huang Rui <vowstar@gmail.com> Upstream-PR: https://github.com/json-parser/json-parser/pull/182 Closes: https://github.com/gentoo/gentoo/pull/41956 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2022-08-18dev-libs/json-parser: new package, add 1.1.0_p20211208Petr Vaněk
Original version 1.1.0 is from a year 2014, which is quite old. The snapshot is from latest commit 531a49062975 ("Add author of #154 to AUTHORS") in master branch, which contains (among others) two fixes related to strict aliasing. New release is anticipated [1], but it is not clear when it will happen, as the ticket is open for 2 years already. It was necessary to apply one patch proposed as PR [2] to upstream, which changes pkgconfig file installation path from datadir to libdir. This library is currently known to be bundled in multiple packages in ::gentoo, see the corresponding bugs bellow. [1] https://github.com/json-parser/json-parser/issues/82 [2] https://github.com/json-parser/json-parser/pull/164 Bug: https://bugs.gentoo.org/858524 Bug: https://bugs.gentoo.org/861143 Bug: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>