<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/package/utils, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-01-27T15:46:45Z</updated>
<entry>
<title>build: add hardened builds with PIE (ASLR) support</title>
<updated>2018-01-27T15:46:45Z</updated>
<author>
<name>Julien Dusser</name>
</author>
<published>2018-01-08T22:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=df0bd42fdeb76c9bc51b816c3df699db123c0024'/>
<id>urn:sha1:df0bd42fdeb76c9bc51b816c3df699db123c0024</id>
<content type='text'>
Introduce a configuration option to build a "hardened" OpenWrt with
ASLR PIE support.

Add new option PKG_ASLR_PIE to enable Address Space Layout Randomization (ASLR)
by building Position Independent Executables (PIE). This new option protects
against "return-to-text" attacks.

Busybox need a special care, link is done with ld, not gcc, leading to
unknown flags. Set BUSYBOX_DEFAULT_PIE instead and disable PKG_ASLR_PIE.

If other failing packages were found, PKG_ASLR_PIE:=0 should be added to
their Makefiles.

Original Work by: Yongkui Han &lt;yonhan@cisco.com&gt;
Signed-off-by: Julien Dusser &lt;julien.dusser@free.fr&gt;
</content>
</entry>
<entry>
<title>util-linux: add fstrim support</title>
<updated>2018-01-18T07:04:18Z</updated>
<author>
<name>Dirk Brenken</name>
</author>
<published>2018-01-12T11:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=ef8cd6be1eab8bfeca77b1117b7a22c35dbae2ec'/>
<id>urn:sha1:ef8cd6be1eab8bfeca77b1117b7a22c35dbae2ec</id>
<content type='text'>
This PR adds optional fstrim support

Signed-off-by: Dirk Brenken &lt;dev@brenken.org&gt;
</content>
</entry>
<entry>
<title>treewide: replace LEDE_GIT with PROJECT_GIT</title>
<updated>2018-01-10T20:27:32Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-01-05T09:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=fe920d01bb7a4bb57f7d5cab15d4ee8abc5211d7'/>
<id>urn:sha1:fe920d01bb7a4bb57f7d5cab15d4ee8abc5211d7</id>
<content type='text'>
Remove LEDE_GIT references in favor to the new name-agnostic
PROJECT_GIT variable.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lua: clean up patch fuzz</title>
<updated>2018-01-05T09:42:34Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2018-01-04T20:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=4e800716ac9718699e981e2fa6ec4b3dc2e91aa9'/>
<id>urn:sha1:4e800716ac9718699e981e2fa6ec4b3dc2e91aa9</id>
<content type='text'>
Refresh patches to tidy up fuzz.  No functional changes

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>busybox: clean up patch fuzz</title>
<updated>2018-01-05T09:35:51Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2018-01-04T21:22:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=b61a648e4adff13e08caca1eaf44ea3e03ae4dc8'/>
<id>urn:sha1:b61a648e4adff13e08caca1eaf44ea3e03ae4dc8</id>
<content type='text'>
Refresh patches to tidy up fuzz.  No functional changes

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>busybox: enable flock by default</title>
<updated>2018-01-02T06:51:39Z</updated>
<author>
<name>Roman Yeryomin</name>
</author>
<published>2017-12-17T18:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=2277cd1249a6952228f36b768beea117c91123a0'/>
<id>urn:sha1:2277cd1249a6952228f36b768beea117c91123a0</id>
<content type='text'>
This is needed for procd init script protection to work.
flock adds 4248 bytes to stripped busybox binary.

Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</content>
</entry>
<entry>
<title>busybox: backport cve-2017-16544 fix</title>
<updated>2018-01-02T06:14:08Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2018-01-01T10:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=7c0a2bc93077f52c033e406864b34af3a4fab245'/>
<id>urn:sha1:7c0a2bc93077f52c033e406864b34af3a4fab245</id>
<content type='text'>
In the add_match function in libbb/lineedit.c in BusyBox through 1.27.2,
the tab autocomplete feature of the shell, used to get a list of filenames
in a directory, does not sanitize filenames and results in executing any
escape sequence in the terminal. This could potentially result in code
execution, arbitrary file writes, or other attacks.

Fixes: FS#1181 - CVE-2017-16544:

Backport the patch from:
https://git.busybox.net/busybox/commit/?id=c3797d40a1c57352192c6106cc0f435e7d9c11e8
https://nvd.nist.gov/vuln/detail/CVE-2017-16544

Signed-off-by: Derek Werthmuller &lt;thewerthfam@gmail.com&gt;
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>busybox: add missing TARGET_CPPFLAGS and TARGET_LDFLAGS</title>
<updated>2017-12-28T11:26:23Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2017-12-10T17:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=20c349f68ca108d8b20363efbf5fa698e8446009'/>
<id>urn:sha1:20c349f68ca108d8b20363efbf5fa698e8446009</id>
<content type='text'>
Unconditionally pass TARGET_CPPFLAGS (not passed at all before) and
TARGET_LDFLAGS (passed only in certain non-default configuration before the
Makefile streamlining). Without these flags, hardening options
(PKG_FORTIFY_SOURCE and PKG_RELRO) were not actually applied to busybox.

The addition of these flags increases the size of the stripped busybox
binary by about 6KB (~4KB with fortify headers, ~2KB with "-znow -zrelro")
with the default hardening options PKG_FORTIFY_SOURCE_1 and PKG_RELRO_FULL.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>busybox: streamline Makefile</title>
<updated>2017-12-28T11:24:25Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2017-12-10T17:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=a10fae113349f120486c86fc616948b5b6f1a76e'/>
<id>urn:sha1:a10fae113349f120486c86fc616948b5b6f1a76e</id>
<content type='text'>
Use default Build/Install steps where possible. No binary change in default
configuration, so PKG_RELEASE is not incremented.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>usbmode: update to latest git HEAD</title>
<updated>2017-12-24T08:03:01Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2017-12-19T19:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=5bbd493e669d91730aa445da3024c7c43065460c'/>
<id>urn:sha1:5bbd493e669d91730aa445da3024c7c43065460c</id>
<content type='text'>
f40f84c support PantechMode
d8dc335 support Quanta and Blackberry modes
333e486 fix support for Option modems

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
</feed>
