summaryrefslogtreecommitdiff
path: root/dev-libs/json-parser
AgeCommit message (Collapse)Author
2022-08-20dev-libs/json-parser: Keyword 1.1.0_p20211208 riscv, #865819Yixun Lan
Signed-off-by: Yixun Lan <dlan@gentoo.org>
2022-08-18dev-libs/json-parser: fix testsPetr Vaněk
It is necessary to link the test with libm. Fixes: 3d84addb0089 ("dev-libs/json-parser: new package, add 1.1.0_p20211208") Closes: https://bugs.gentoo.org/865669 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26908 Signed-off-by: Sam James <sam@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>