<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/toolchain, branch state</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2019-01-07T16:09:06Z</updated>
<entry>
<title>toolchain/gdb: bump to 8.2.1</title>
<updated>2019-01-07T16:09:06Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-01-07T11:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=4ef4ca4581cdaf635a8c2518b0014e3d75384bcd'/>
<id>urn:sha1:4ef4ca4581cdaf635a8c2518b0014e3d75384bcd</id>
<content type='text'>
PR build/23516 (gdb build error under msys+mingw: strip can't handle gdb-add-index.exe)
PR build/23623 (install-strip fails)
PR rust/23626 (gdb crashes in upstream rust nil-enum test)
PR rust/23650 (rust field name access error mentions "foo")
PR gdb/23663 (gdb 8.1.1: undefined rpl_stat function with musl toolchains)
PR python/23669 (gdb.execute("show commands") doesn't work)
PR python/23714 (Command repetition stops working after gdb.execute)
PR gdb/23838 (8.2 regression for invalid -data-directory)
PR gdb/23974 ("info os" crash when specifying invalid object)
PR gdb/23999 (SYMBOL_LANGUAGE assertion failure on AIX)
PR gdb/24003 (Error when binary searching CUs for a specific DIE when using DWZ)

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit (BZ #24018)</title>
<updated>2019-01-07T14:16:12Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2019-01-07T14:13:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=b3664bc7028b5c628e973e0b0f6dd9611067d78f'/>
<id>urn:sha1:b3664bc7028b5c628e973e0b0f6dd9611067d78f</id>
<content type='text'>
68c2930a56 NEWS: add entries for bugs 23275, 23861, and 23907
766e8fb932 intl: Do not return NULL on asprintf failure in gettext [BZ #24018]

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit (BZ #24027, BZ #23927)</title>
<updated>2019-01-01T21:31:43Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2019-01-01T14:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e9e63c5a9ae64344b793d3a2860cc6da8b1e77e7'/>
<id>urn:sha1:e9e63c5a9ae64344b793d3a2860cc6da8b1e77e7</id>
<content type='text'>
3981fc3453 malloc: Always call memcpy in _int_realloc [BZ #24027]
f6d0e8c36f Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)
2794474c65 powerpc: Add missing CFI register information (bug #23614)
d8ca7a0c71 Fix _dl_profile_fixup data-dependency issue (Bug 23690)
f1e211096b inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]
4e9f34e54f support: Implement &lt;support/descriptors.h&gt; to track file descriptors
e75481a7a7 support: Close original descriptors in support_capture_subprocess
0f79dc0be3 support_quote_string: Do not use str parameter name
6b2dd53aa0 support: Implement support_quote_string
50477165b9 malloc: Add another test for tcache double free check.
4b246928bd malloc: tcache double free check

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>gcc: update to version 7.4.0</title>
<updated>2018-12-15T14:25:03Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-12-09T18:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=af1aa07b0722a0d3cae0cbaa07a7a9ef46335d4e'/>
<id>urn:sha1:af1aa07b0722a0d3cae0cbaa07a7a9ef46335d4e</id>
<content type='text'>
This updates the GCC to the next minor release which fixes 178 bugs.
The two removed patches are included in gcc 7.4.0

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Tested-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit (BZ #23927)</title>
<updated>2018-12-14T15:18:32Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-12-14T15:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=a969e96e47f8f893108fcffb31a4af7369a978dd'/>
<id>urn:sha1:a969e96e47f8f893108fcffb31a4af7369a978dd</id>
<content type='text'>
f6d0e8c36f Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)
2794474c65 powerpc: Add missing CFI register information (bug #23614)
d8ca7a0c71 Fix _dl_profile_fixup data-dependency issue (Bug 23690)
f1e211096b inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]
4e9f34e54f support: Implement &lt;support/descriptors.h&gt; to track file descriptors
e75481a7a7 support: Close original descriptors in support_capture_subprocess
0f79dc0be3 support_quote_string: Do not use str parameter name
6b2dd53aa0 support: Implement support_quote_string
50477165b9 malloc: Add another test for tcache double free check.
4b246928bd malloc: tcache double free check

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit (BZ #23927)</title>
<updated>2018-12-06T10:47:36Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-12-06T10:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=476336fe66b0c1b77b774609adacf1f609c3596a'/>
<id>urn:sha1:476336fe66b0c1b77b774609adacf1f609c3596a</id>
<content type='text'>
9f433fc791 CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit</title>
<updated>2018-11-22T09:11:22Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-11-21T10:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=1dcaef841017d805501fef19ec57e5a723cf76cd'/>
<id>urn:sha1:1dcaef841017d805501fef19ec57e5a723cf76cd</id>
<content type='text'>
1517dfb8aa Add an additional test to resolv/tst-resolv-network.c
1050634904 libanl: properly cleanup if first helper thread creation failed (bug 22927)

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit (BZ#23709,BZ#23822)</title>
<updated>2018-11-05T13:22:17Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-11-05T13:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=69734416d23d97c1e58c2cc1fcef535ce0c9ae13'/>
<id>urn:sha1:69734416d23d97c1e58c2cc1fcef535ce0c9ae13</id>
<content type='text'>
d8eee5ef55 x86: Fix Haswell CPU string flags (BZ#23709)
5cd5309d91 i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]
1759ea197b conform: XFAIL siginfo_t si_band test on sparc64

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>glibc: update to latest 2.27 commit (BZ #23562, BZ #23275)</title>
<updated>2018-10-23T13:57:51Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-10-23T13:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=70315fe144035c3f741108df2ebdcd8912b2d576'/>
<id>urn:sha1:70315fe144035c3f741108df2ebdcd8912b2d576</id>
<content type='text'>
77b4b8231e signal: Use correct type for si_band in siginfo_t [BZ #23562]
5bdb6897fc Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [BZ #23275]

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain/musl: Don't override optimization set by upstream</title>
<updated>2018-10-20T13:22:56Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-02-22T22:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d27d87c9109e12485bc3a709c8dea1ce05f9f81c'/>
<id>urn:sha1:d27d87c9109e12485bc3a709c8dea1ce05f9f81c</id>
<content type='text'>
Don't override optimization set by upstream.
Provides a speed increase for internal (library), malloc and string
operations in musl.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
[add : to PKG_RELEASE release variable for consistency]
Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
</feed>
