<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k, branch v18.06.5</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v18.06.5</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v18.06.5'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2019-11-08T19:32:24Z</updated>
<entry>
<title>OpenWrt v18.06.5: adjust config defaults</title>
<updated>2019-11-08T19:32:24Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-11-08T19:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5e4533cdd4b132959bf24dbfd546466a1fabb232'/>
<id>urn:sha1:5e4533cdd4b132959bf24dbfd546466a1fabb232</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>ustream-ssl: backport fix for CVE-2019-5101, CVE-2019-5102</title>
<updated>2019-11-05T14:12:18Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-11-05T14:07:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=9d401013fc61b0ca51cd557b9922052b2c3cce26'/>
<id>urn:sha1:9d401013fc61b0ca51cd557b9922052b2c3cce26</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
(cherry picked from commit c5d5cdb759adc890ce6699117b7119acf280ce77)
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.151</title>
<updated>2019-10-31T08:18:43Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-10-30T11:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=e70772311d0c055ef59f799e9ca3497c37b4464f'/>
<id>urn:sha1:e70772311d0c055ef59f799e9ca3497c37b4464f</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.9 to 4.9.198</title>
<updated>2019-10-31T08:18:43Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-10-30T11:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=cdc2937edd805026736300072bff78731f71374f'/>
<id>urn:sha1:cdc2937edd805026736300072bff78731f71374f</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: ar71xx
Runtime-tested on: ar71xx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>scripts/ubinize-image.sh: fix buildbot breakage</title>
<updated>2019-10-31T08:00:13Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2019-07-27T05:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f024b4c83d122ee460251a3078e9dca2e8d599ad'/>
<id>urn:sha1:f024b4c83d122ee460251a3078e9dca2e8d599ad</id>
<content type='text'>
New Docker based buildslaves install just bare minimum of packages, thus
not having bsdmainutils package installed which provides `hexdump`
utility, leading to the following build breakage on buildbots:

 ubinize-image.sh: 12: /builder/scripts/ubinize-image.sh: hexdump: not found

So this patch simply replaces `hexdump` with `od` utility provided by
coreutils package, which should be likely available.

Co-authored-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit c6d41c320c795b0bb9a9350c7d4b1ce55f25769a)
</content>
</entry>
<entry>
<title>kernel: mark kmod-usb-serial-wwan as hidden</title>
<updated>2019-10-30T12:47:17Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-10-30T12:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=700f66ae950053afe03eedf5d1c37fc7c8c7d906'/>
<id>urn:sha1:700f66ae950053afe03eedf5d1c37fc7c8c7d906</id>
<content type='text'>
The kconfig symbol is an invisible one since its introduction.  It is
not supposed to be enabled on its own.

Resolves FS#1821

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
(cherry picked from commit 4bf9bec361699e1c033460964158531adf15d7ee)
</content>
</entry>
<entry>
<title>kernel: add missing symbol</title>
<updated>2019-10-30T10:21:46Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-10-28T14:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=c4a2e5102d23dad98b09a8d5cd6192967bfc7206'/>
<id>urn:sha1:c4a2e5102d23dad98b09a8d5cd6192967bfc7206</id>
<content type='text'>
Discovered during layerscape compile-testing

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.150</title>
<updated>2019-10-30T10:21:46Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-10-28T13:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=61df1285ce350ffaabcf6f20079bb3f8bc91dbe6'/>
<id>urn:sha1:61df1285ce350ffaabcf6f20079bb3f8bc91dbe6</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.9 to 4.9.197</title>
<updated>2019-10-30T10:21:46Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-10-28T13:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=51431de30dde7fd046eb3d4d3cf0beaa9db35e58'/>
<id>urn:sha1:51431de30dde7fd046eb3d4d3cf0beaa9db35e58</id>
<content type='text'>
Refreshed all patches.

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

Compile-tested on: ar71xx
Runtime-tested on: ar71xx

Compiling target layerscape before this patch shows that it's broken.
Fixing it is out-of-scope for bumping the kernel and will
be done in a later patch.

The altered patch is a sample change which leaves the target
exactly as it was before this bump.

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>brcm2708: Add feature flag rootfs-part</title>
<updated>2019-10-30T02:38:02Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2018-12-27T03:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=0880275d5ee36b006a0501dc9eb9f4d5c953dcb5'/>
<id>urn:sha1:0880275d5ee36b006a0501dc9eb9f4d5c953dcb5</id>
<content type='text'>
Even with squashfs brcm2708 requires ROOTFS_PART_SIZE because the overlay
exists as a loopback device on the space not used by squashfs in the root
partition. Also for ext4 (the other fs option) ROOTFS_PART_SIZE is required,
so use feature flag rootfs-part to enable it.

Fixes FS#2166

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
(cherry picked from commit 3bb44f42990a75e66972016cde75bed6a3f09ef9)
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
</feed>
