<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/jq, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-02-04T05:44:44Z</updated>
<entry>
<title>jq: add host build</title>
<updated>2026-02-04T05:44:44Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2026-02-03T01:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ee3114a76663a6ed7371604fdace8e24309a82d9'/>
<id>urn:sha1:ee3114a76663a6ed7371604fdace8e24309a82d9</id>
<content type='text'>
* luci-app-advanced-reboot requires jq on host, this adds host build of jq
* remove maintainer

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>jq: refactor variants and fix PROVIDES</title>
<updated>2025-12-30T00:07:20Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-12-29T12:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=142331bdb8b26680f03ade669dd27c40e2b238eb'/>
<id>urn:sha1:142331bdb8b26680f03ade669dd27c40e2b238eb</id>
<content type='text'>
Refactor package variants definition to be cleaner and more robust.
E.g.:
- Remove redundant PROVIDES:=jq from the main 'jq' package (it provides
  itself automatically).
- Keep PROVIDES:=jq only on the 'jq-full' variant so it can serve as a
  drop-in replacement.
- Use $(CP) macro rather than $(INSTALL_BIN) to preserve symlinks on shared objects
INSTALL_BIN turns all of the symlinks to files, increasing size.

Fixes: 711a19c4b23f3517ece5296d323c8f0220a0ff4e ("jq: provide regex support in additional package jq-full")

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>jq: bump to v1.8.1</title>
<updated>2025-07-08T07:16:40Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-02T20:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=383fba198e4359344ba2d0a6efcd750ba6f486e1'/>
<id>urn:sha1:383fba198e4359344ba2d0a6efcd750ba6f486e1</id>
<content type='text'>
Simple bump to new release

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>jq: bump to v1.8.0</title>
<updated>2025-06-08T08:40:15Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-06-01T13:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0f281ad57be8ea3247e4b02c6471c01cf891c07c'/>
<id>urn:sha1:0f281ad57be8ea3247e4b02c6471c01cf891c07c</id>
<content type='text'>
In addition to shipping the latest upstream version, package shared objects.
It is worth noting that this release is required when building with GCC 15.1.

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>jq: provide regex support in additional package jq-full</title>
<updated>2025-04-23T17:22:48Z</updated>
<author>
<name>Maximilian Trüpschuch</name>
</author>
<published>2025-04-22T20:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=711a19c4b23f3517ece5296d323c8f0220a0ff4e'/>
<id>urn:sha1:711a19c4b23f3517ece5296d323c8f0220a0ff4e</id>
<content type='text'>
I modified the makefile, so that it will build two packages: jq and
jq-full. The former will remain unchanged and the latter will have a
dependency to the oniguruma library, so jq-full will have regex functions
enabled.

Signed-off-by: Maximilian Trüpschuch &lt;milanx@gmx.net&gt;
</content>
</entry>
<entry>
<title>jq: Add PKG_CPE_ID</title>
<updated>2024-07-05T20:41:56Z</updated>
<author>
<name>Andreas Gnau</name>
</author>
<published>2024-07-05T12:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7e5332e3cdd9f7a463a9961709e3d877f2e3ff97'/>
<id>urn:sha1:7e5332e3cdd9f7a463a9961709e3d877f2e3ff97</id>
<content type='text'>
Signed-off-by: Andreas Gnau &lt;andreas.gnau@iopsys.eu&gt;
</content>
</entry>
<entry>
<title>jq: update to 1.7.1</title>
<updated>2024-02-05T00:29:43Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-02T08:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=73f179bdf080ac87899effa0cdfb312c40ef76b6'/>
<id>urn:sha1:73f179bdf080ac87899effa0cdfb312c40ef76b6</id>
<content type='text'>
- Update package URLs
- Fix license
- Drop obsolete CFLAGS
- Drop obsolete patches

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>jq: remove _GNU_SOURCE from Makefile and instead backport patch</title>
<updated>2023-07-17T18:44:01Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2023-07-17T13:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f60a0b2b46078e9832582e5022399c2a9ca4b7a4'/>
<id>urn:sha1:f60a0b2b46078e9832582e5022399c2a9ca4b7a4</id>
<content type='text'>
Commit 4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault.
This has since been fixed upstream, so this commit backports the upstream
patch instead. This keeps things closer to upstream, and it will prevent
the Makefile from containing a redundant fix once upstream releases the
next version.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>jq: fix hash mismatch problem</title>
<updated>2022-11-17T22:54:35Z</updated>
<author>
<name>Bradford Zhang</name>
</author>
<published>2022-09-30T13:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1bc9cbf2b7e7401923cd5d71b6c8d66b7a63a247'/>
<id>urn:sha1:1bc9cbf2b7e7401923cd5d71b6c8d66b7a63a247</id>
<content type='text'>
change jq source proto to git to deal with hash mismatch problem.

Signed-off-by: Bradford Zhang &lt;zyc@zyc.name&gt;
</content>
</entry>
<entry>
<title>jq: update maintainer email</title>
<updated>2022-03-31T09:25:17Z</updated>
<author>
<name>Marko Ratkaj</name>
</author>
<published>2022-03-30T14:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c7fa48007e0feae9a5f38abf8bcf952a02a11f49'/>
<id>urn:sha1:c7fa48007e0feae9a5f38abf8bcf952a02a11f49</id>
<content type='text'>
Signed-off-by: Marko Ratkaj &lt;markoratkaj@gmail.com&gt;
</content>
</entry>
</feed>
