<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/thess/package/devel, branch master</title>
<subtitle>Ted Hess staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/thess/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/thess/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/'/>
<updated>2021-11-07T17:32:21Z</updated>
<entry>
<title>gdb: Make only full gdb depend on libgmp</title>
<updated>2021-11-07T17:32:21Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-11-07T16:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=71af55ae2a9f5de71041936502c6a631349f33a7'/>
<id>urn:sha1:71af55ae2a9f5de71041936502c6a631349f33a7</id>
<content type='text'>
libgmp is only needed for the full gdb and not for the gdbserver
application.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>gdb: Add explicit patch to libgmp</title>
<updated>2021-11-07T17:32:21Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-11-07T16:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=84616a1725ad274852a7bb016c25653627505714'/>
<id>urn:sha1:84616a1725ad274852a7bb016c25653627505714</id>
<content type='text'>
Without giving the patch gdb does not compile on Arch Linux.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>binutils: Update to version 2.37</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-31T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=7f1edbd41295dff9f2127b169fbc086c0fb2c14e'/>
<id>urn:sha1:7f1edbd41295dff9f2127b169fbc086c0fb2c14e</id>
<content type='text'>
This matches the version used in the toolchain.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>strace: Update to version 5.14</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-31T16:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=c4415993e1b32fd9b1d658d9a6afd2aa5e4e8b27'/>
<id>urn:sha1:c4415993e1b32fd9b1d658d9a6afd2aa5e4e8b27</id>
<content type='text'>
Explicitly deactivate libselinux, otherwise we get a hard dependency to
libselinux.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>valgrind: Activate also on MIPS 64</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-11-01T13:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=11ad15ed89db8dfafa347f5db0c4a370bfb87270'/>
<id>urn:sha1:11ad15ed89db8dfafa347f5db0c4a370bfb87270</id>
<content type='text'>
This activates valgrind also on mips64 and mips64el.

This was working fine in a basic test in qemu.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>valgrind: Update to version 3.18.1</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-31T16:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=e1db26085bf3af601314a9447689028a66631629'/>
<id>urn:sha1:e1db26085bf3af601314a9447689028a66631629</id>
<content type='text'>
This version has some improvements for musl.
This version works fine for me on MIPS 32 BE without MIPS16 even on musl.

The additional patch is needed to make valgrind use the correct syscall
numbers for new syscalls like clock_gettime64. The MIPS architecture
uses special syscall ranges which are different from most other systems.
The patch is pending upstream: https://bugs.kde.org/show_bug.cgi?id=444781

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>gdb: Update to version 11.1</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-31T16:38:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=90a2398a1176c392213e8acfac7ea9f223cfb427'/>
<id>urn:sha1:90a2398a1176c392213e8acfac7ea9f223cfb427</id>
<content type='text'>
GDB 11.1 now depends on gmp.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>strace: remove code coverage makefile var</title>
<updated>2021-11-02T22:37:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-20T23:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=9a329c4d87d0e830be833f4e06e679c2b8f74847'/>
<id>urn:sha1:9a329c4d87d0e830be833f4e06e679c2b8f74847</id>
<content type='text'>
It relies on a custom ax_code_coverage.m4 file included with strace.
Unfortunately, this conflicts with the one included with
autoconf-macros. Instead of creating a huge patch to fix it, just remove
the variable as code coverage is not used here.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gdb: update to 10.2</title>
<updated>2021-08-21T13:59:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-28T23:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=beddcfdc30e734df52c588ef4862de45b1af7235'/>
<id>urn:sha1:beddcfdc30e734df52c588ef4862de45b1af7235</id>
<content type='text'>
Replace some OpenWrt patches with openembedded ones for easier
maintainability. Remove several outdated ones as well.

Replace PKG_RELEASE with AUTORELEASE to avoid manual bumps.

Remove !arc dependency as it is supported upstream now.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>binutils: update to 2.35.2</title>
<updated>2021-05-23T13:11:38Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2021-04-23T06:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=0097899da79f1140c66fa820be31005c89933a0e'/>
<id>urn:sha1:0097899da79f1140c66fa820be31005c89933a0e</id>
<content type='text'>
Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
</feed>
