Version: 1.6, Package name: jq-1.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description jq is a command-line JSON processor. It is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. |
Filesize: 1709.555 KB |
Version History (View Complete History) |
|
2019-10-04 06:45:12 by Klemens Nanni | Files touched by this commit (2) |
Log message: Use rerolled distfile Upstream apparently shipped at new tarball for the same 1.6 release that merely includes the oniguruma sources, which we explicitly disable anyway in favour of the dedicated textproc/oniguruma port. Avoid fetch failures from GitHub and fallback to the next MASTER_SITES by using the new tarball instead. No changes otherwise, DISTFILES input and OK sthen |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-11-02 10:41:29 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to jq-1.6 use oniguruma from ports rather than bundled |
2017-05-12 09:49:18 by Marc Espie | Files touched by this commit (1) |
Log message: fix configure test to actually emit TLS code. If the variable is static, clang optimizes it all away! |
2017-04-25 15:15:57 by Stuart Henderson | Files touched by this commit (1) |
Log message: Remove patch obsoleted by usr.bin/libtool/LT/Mode/Link.pm r1.35 |
2017-04-24 08:55:46 by Stuart Henderson | Files touched by this commit (1) |
Log message: Don't use -static-libtool-libs, our libtool doesn't handle it and passes it straight through to the compiler, which causes an error with clang. |
2016-08-17 07:48:33 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: fix pledge to allow loading modules (and a contrived case of unset HOME) spotted by semarie@ |
2016-08-16 00:48:19 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: pledge jq ok sthen@ |
2016-05-02 05:25:19 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: Fix off-by-one leading to heap buffer overflow in textproc/jq, triggered by JSON-encoded numbers longer than 256 bytes. CVE-2015-8863 |
2016-04-23 08:11:14 by Stuart Henderson | Files touched by this commit (2) |
Log message: Fix off-by-one leading to heap buffer overflow in textproc/jq, triggered by JSON-encoded numbers longer than 256 bytes. CVE-2015-8863 |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-10-25 15:01:48 by Stuart Henderson | Files touched by this commit (2) |
Log message: committed upstream |
2015-10-24 04:25:39 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to jq-1.5 |
2015-07-28 09:33:05 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Makefile spacing and reordering. |
2015-05-05 11:00:21 by Stuart Henderson | Files touched by this commit (152) |
Log message: sync WANTLIB |
2014-11-02 05:37:44 by Stuart Henderson | Files touched by this commit (1) |
Log message: more explicit license marker - MIT (code), CC-BY-3.0 (docs) |
2014-11-02 05:01:00 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to jq 1.4 |