<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/include, branch v19.07.5</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.5</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.5'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2020-12-06T23:51:00Z</updated>
<entry>
<title>OpenWrt v19.07.5: adjust config defaults</title>
<updated>2020-12-06T23:51:00Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2020-12-06T23:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c37eb9a9f9d43aa3231a607387754479886edf0d'/>
<id>urn:sha1:c37eb9a9f9d43aa3231a607387754479886edf0d</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>download: handle possibly invalid local tarballs</title>
<updated>2020-12-05T19:50:19Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2020-11-19T15:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=605adb1023efda0c29d160839fccc20801b717cd'/>
<id>urn:sha1:605adb1023efda0c29d160839fccc20801b717cd</id>
<content type='text'>
Currently it's assumed, that already downloaded tarballs are always
fine, so no checksum checking is performed and the tarball is used even
if it might be corrupted.

From now on, we're going to always check the downloaded tarballs before
considering them valid.

Steps to reproduce:

 1. Remove cached tarball

   rm dl/libubox-2020-08-06-9e52171d.tar.xz

 2. Download valid tarball again

   make package/libubox/download

 3. Invalidate the tarball

   sed -i 's/PKG_MIRROR_HASH:=../PKG_MIRROR_HASH:=ff/' package/libs/libubox/Makefile

 4. Now compile with corrupt tarball source

   make package/libubox/{clean,compile}

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit 4e19cbc553350b8146985367ba46514cf50e3393)
</content>
</entry>
<entry>
<title>cmake.mk,rules.mk: fix host builds using CMake and ccache</title>
<updated>2020-12-05T19:50:19Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2020-11-27T21:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=5abe98947542cd9374912f895f057fe56f7036b8'/>
<id>urn:sha1:5abe98947542cd9374912f895f057fe56f7036b8</id>
<content type='text'>
Commit f98878e4c17d ("cmake.mk: set C/CXX compiler for host builds as
well") has introduced regression as it didn't taken usage of ccache into
the account so fix it by handling ccache use cases as well.

In order to get this working we need to export HOSTCXX_NOCACHE in
rules.mk as well.

Fixes: f98878e4c17d ("cmake.mk: set C/CXX compiler for host builds as well")
Reported-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
Tested-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit 524fb5646eec6147aadfdd508219f39bcf8ba8fc)
</content>
</entry>
<entry>
<title>cmake.mk: set C/CXX compiler for host builds as well</title>
<updated>2020-12-05T19:50:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-26T00:08:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=77734ce82a8fdc88b88cb1244d6e2f54eeb773b0'/>
<id>urn:sha1:77734ce82a8fdc88b88cb1244d6e2f54eeb773b0</id>
<content type='text'>
Without this, cmake will use whatever CC/CXX is set to, which could be
clang. In that case, at least libjson-c/host will fail to compile.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
(cherry picked from commit f98878e4c17d5f11e78994b4fc456e6b60b2660f)
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.209</title>
<updated>2020-12-01T20:57:55Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2020-11-28T22:02:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c72b7a4f0d8d476df5fb0f9d6a2ad8fadb223025'/>
<id>urn:sha1:c72b7a4f0d8d476df5fb0f9d6a2ad8fadb223025</id>
<content type='text'>
Refreshed all patches.

Altered patches:
- 804-i2c-support-layerscape.patch

Compile-tested on: ipq40xx, ath79, layerscape/armv8_64b
Runtime-tested on: ipq40xx, ath79

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.206</title>
<updated>2020-11-16T08:35:05Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-11-10T14:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=ac5297340e647c63f98278eadc2f189608d4cd62'/>
<id>urn:sha1:ac5297340e647c63f98278eadc2f189608d4cd62</id>
<content type='text'>
Refreshed all patches.

Altered patches:
- 210-dwc2_defaults.patch
- 708-mc-bus-support-layerscape.patch

Fixes:
- CVE-2020-25656

Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.202</title>
<updated>2020-10-21T13:34:11Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-10-19T11:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=14903d9d8cb2da2d3c2b793bdad51561dc7bb930'/>
<id>urn:sha1:14903d9d8cb2da2d3c2b793bdad51561dc7bb930</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6, x86_64

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.201</title>
<updated>2020-10-14T15:18:54Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-10-14T11:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=7dd822983b8728772e433c7718739b741c3d6de0'/>
<id>urn:sha1:7dd822983b8728772e433c7718739b741c3d6de0</id>
<content type='text'>
Refreshed all patches.

Fixes:
- CVE-2020-14386

Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.200</title>
<updated>2020-10-12T07:45:54Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-10-07T14:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=9c718b5478ac5df8ca4f27dbb70a6201c385aada'/>
<id>urn:sha1:9c718b5478ac5df8ca4f27dbb70a6201c385aada</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: Update to version 4.14.199</title>
<updated>2020-09-27T23:04:35Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2020-09-27T13:41:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d82e6a2f10b5148c73fe0b04766c5b1f6f9e2d9c'/>
<id>urn:sha1:d82e6a2f10b5148c73fe0b04766c5b1f6f9e2d9c</id>
<content type='text'>
Compile and runtime tested on lantiq/xrx200 + ath79/generic.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
