<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/ldir/package/devel, branch master</title>
<subtitle>Kevin D-Bs staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/ldir/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/ldir/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/'/>
<updated>2023-05-18T09:35:29Z</updated>
<entry>
<title>treewide: replace AUTORELEASE with real PKG_RELEASE</title>
<updated>2023-05-18T09:35:29Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-17T13:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=48ed07bc0b94b930d369baf911014bedd5bf6a7e'/>
<id>urn:sha1:48ed07bc0b94b930d369baf911014bedd5bf6a7e</id>
<content type='text'>
Based on Paul Fertser &lt;fercerpav@gmail.com&gt;'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>strace: update to 6.3</title>
<updated>2023-05-15T13:12:10Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-14T12:16:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=aae41e6e8f9e23cf10826501c1eae51c648981a6'/>
<id>urn:sha1:aae41e6e8f9e23cf10826501c1eae51c648981a6</id>
<content type='text'>
Release Notes:
https://github.com/strace/strace/releases/tag/v6.3

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>gperf: add from packages feed</title>
<updated>2023-05-04T04:07:29Z</updated>
<author>
<name>Michael Pratt</name>
</author>
<published>2023-04-19T08:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=2070a2ca27bdb2b1e4e1587274e192e42f247516'/>
<id>urn:sha1:2070a2ca27bdb2b1e4e1587274e192e42f247516</id>
<content type='text'>
Add gperf which is required for building gettext
after using the autogen.sh script.

Signed-off-by: Michael Pratt &lt;mcpratt@pm.me&gt;
</content>
</entry>
<entry>
<title>treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-03-21T17:28:22Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-02-02T19:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=5c545bdb365a78b8995ddfa441a6018f7ff3c011'/>
<id>urn:sha1:5c545bdb365a78b8995ddfa441a6018f7ff3c011</id>
<content type='text'>
Keep backwards compatibility via PKG_USE_MIPS16 for now, as this is
used in all package feeds.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>strace: update to 6.2</title>
<updated>2023-03-10T19:57:32Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-03-03T12:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=166ab6f90eef9e08b1d5f45fe5464ecd2194b2e3'/>
<id>urn:sha1:166ab6f90eef9e08b1d5f45fe5464ecd2194b2e3</id>
<content type='text'>
Release Notes:
https://github.com/strace/strace/releases/tag/v6.2

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>binutils: Deactivate msgpack</title>
<updated>2023-03-09T20:38:17Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2023-03-08T22:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=d9a00c5e2d54443bacddba5ce382ccc690156c81'/>
<id>urn:sha1:d9a00c5e2d54443bacddba5ce382ccc690156c81</id>
<content type='text'>
Deactivate the msgpack option. The binutils build might detect the
libmsgpackc.so.2 library and will try to link against it, if it is not
explicitly deactivated.

This prevents the following build errors seen in the build bots.
Package binutils is missing dependencies for the following libraries:
libmsgpackc.so.2

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>binutils: Update to version 2.40</title>
<updated>2023-03-05T18:23:42Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2023-02-26T14:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=a03076cc392b67c8342aac2017f8ac903c983e59'/>
<id>urn:sha1:a03076cc392b67c8342aac2017f8ac903c983e59</id>
<content type='text'>
binutils 2.39: https://lists.gnu.org/archive/html/info-gnu/2022-08/msg00002.html
binutils 2.40: https://lists.gnu.org/archive/html/info-gnu/2023-01/msg00003.html

This version includes a new libsframe.so library, pack it into the
libbfd package as it is used by this library. Also deactivate some
optional configuration options for now.

An extra patch to fix compile problem in AARCH64 is added.
gprofng needs a C++ standard library, deactivate it for now.

Activate feature-disassembler-init-styled in bpftools too to fix
compilation with the updated binutils.

An bpftool version 7.0 or later is needed for binutils 2.39 and later.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>trace-cmd: update to v3.1.6</title>
<updated>2023-01-13T21:02:20Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-01-10T15:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=c051693ef4873162801ebcaff17c55628e6a8482'/>
<id>urn:sha1:c051693ef4873162801ebcaff17c55628e6a8482</id>
<content type='text'>
Update to latest release.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>gdb: Do not link against xxhash</title>
<updated>2022-12-17T21:34:44Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-12-17T21:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=a442974cfa89c7182c37b3b422b2d49319e2b339'/>
<id>urn:sha1:a442974cfa89c7182c37b3b422b2d49319e2b339</id>
<content type='text'>
libxxhash is now available in the OpenWrt package feed and gdb will link
against it if gdb finds this library. Explicitly deactivate the usage
of xxhash.

This should fix the build of gdb in build bots.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>strace: update to 6.1</title>
<updated>2022-12-17T19:28:18Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-12-13T19:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=74b7d6960158422b8fb0ccaa4bb52f6838990e23'/>
<id>urn:sha1:74b7d6960158422b8fb0ccaa4bb52f6838990e23</id>
<content type='text'>
Release Notes:
https://github.com/strace/strace/releases/tag/v6.1

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
