<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/ripgrep, 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>2025-10-25T05:24:39Z</updated>
<entry>
<title>ripgrep: bump to 15.0.0</title>
<updated>2025-10-25T05:24:39Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-10-19T00:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=53bda392cef5a8234e4895730f40484725d3bc3c'/>
<id>urn:sha1:53bda392cef5a8234e4895730f40484725d3bc3c</id>
<content type='text'>
release notes:
https://github.com/BurntSushi/ripgrep/releases/tag/15.0.0

patch dropped - integrated upstream.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>ripgrep: update to 4.1.1</title>
<updated>2024-09-15T02:10:55Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-12T14:25:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f73bf31744702b50b213c4f863885aac919beb57'/>
<id>urn:sha1:f73bf31744702b50b213c4f863885aac919beb57</id>
<content type='text'>
- Add patch to fix build on riscv64

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ripgrep: update to 14.1.0</title>
<updated>2024-02-22T18:50:24Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-22T14:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=64c7a4d7a196d38683c6d9008d49bf7fdc7378bb'/>
<id>urn:sha1:64c7a4d7a196d38683c6d9008d49bf7fdc7378bb</id>
<content type='text'>
- Link pcre2 dynamically
  - it was linked statically and libpcre2 dependency was useless
  - it magically fixes build error when global LTO is enabled
  - it reduces resulting binary size
- Use 'release-lto' cargo profile to further reduce binary size

'rg' binary sizes comparision (arm_cortex-a9+neon):
- 4293KB: unmodified
- 4018KB: dynamic libpcre2
- 3521KB: dynamic libpcre2 + release-lto

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>rust: Use make's jobserver when building packages</title>
<updated>2023-10-11T07:50:24Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-09-23T12:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0dfc1b508d5e5b361978ef9783cb63775176c305'/>
<id>urn:sha1:0dfc1b508d5e5b361978ef9783cb63775176c305</id>
<content type='text'>
This allows cargo to use make's jobserver when building packages, by
marking the cargo command as recursive (with the + prefix[1]) and
setting MAKEFLAGS.

This also:

* Give cargo/x.py the build directory instead of having to change the
  current directory (and opening subshells)

* Set PKG_BUILD_PARALLEL/HOST_BUILD_PARALLEL for Rust packages to enable
  the use of make's jobserver

[1]: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>ripgrep: adapt new rust build standard</title>
<updated>2023-03-23T18:08:47Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-03-19T06:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bc4d9429de708bc13d7370a73248159e6b8f56d4'/>
<id>urn:sha1:bc4d9429de708bc13d7370a73248159e6b8f56d4</id>
<content type='text'>
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rust-lang: Apply suggestions from code review</title>
<updated>2023-03-10T14:24:16Z</updated>
<author>
<name>Luca Barbato</name>
</author>
<published>2023-03-09T07:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=44d1d22a16e25b1e06fae86e157718069b7069f6'/>
<id>urn:sha1:44d1d22a16e25b1e06fae86e157718069b7069f6</id>
<content type='text'>
Co-authored-by: Tianling Shen &lt;cnsztl@gmail.com&gt;
Signed-off-by: Luca Barbato &lt;luca.barbato@gmail.com&gt;
</content>
</entry>
<entry>
<title>ripgrep: Add the package</title>
<updated>2023-03-10T14:24:16Z</updated>
<author>
<name>Luca Barbato</name>
</author>
<published>2023-02-08T14:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bc6dab92f4e5ded0ebbbf3dd07baf0e4068a80fe'/>
<id>urn:sha1:bc6dab92f4e5ded0ebbbf3dd07baf0e4068a80fe</id>
<content type='text'>
Based on work from Donald Hoskins &lt;grommish@gmail.com&gt;.
Testcase for the rust language support.

Signed-off-by: Luca Barbato &lt;lu_zero@gentoo.org&gt;
</content>
</entry>
</feed>
