<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/tools/expat, 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>2017-12-16T13:41:37Z</updated>
<entry>
<title>tools/expat: Update to 2.2.5</title>
<updated>2017-12-16T13:41:37Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-12-04T18:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=3be10e3a30823b92c6bb7ff513e8f11a0bfb60b5'/>
<id>urn:sha1:3be10e3a30823b92c6bb7ff513e8f11a0bfb60b5</id>
<content type='text'>
Update (lib)expat to 2.2.5

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>add PKG_CPE_ID ids to package and tools</title>
<updated>2017-11-17T01:24:35Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-09-28T02:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=c61a2395140d92cdd37d3d6ee43a765427e8e318'/>
<id>urn:sha1:c61a2395140d92cdd37d3d6ee43a765427e8e318</id>
<content type='text'>
CPE ids helps to tracks CVE in packages.
https://cpe.mitre.org/specification/

Thanks to swalker for CPE to package mapping and
keep tracking CVEs.

Acked-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>tools/expat: Update to 2.2.4</title>
<updated>2017-09-16T20:22:44Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-09-06T09:56:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=b0f26243feea1b6f4341d7a2e08e9650089ed674'/>
<id>urn:sha1:b0f26243feea1b6f4341d7a2e08e9650089ed674</id>
<content type='text'>
Update (lib)expat to 2.2.4

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/expat: Update to 2.2.3</title>
<updated>2017-08-09T21:20:56Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-08-07T03:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=1a5b7cc151ac6f46481d476a0ea245466bd3c181'/>
<id>urn:sha1:1a5b7cc151ac6f46481d476a0ea245466bd3c181</id>
<content type='text'>
Update (lib)expat to 2.2.3
Remove poor entropy hack, 2.2.3 uses /dev/urandom in worst case

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools: expat: fix build on older host systems</title>
<updated>2017-07-18T21:00:45Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-07-18T20:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=7c727c6fa427dba9e43aaf3648d12af19a4858f1'/>
<id>urn:sha1:7c727c6fa427dba9e43aaf3648d12af19a4858f1</id>
<content type='text'>
Expat release 2.2.2 requires support for either syscall(SYS_getrandom) which
is available on Linux 3.17 or support for getrandom() which is only available
in glibc 2.25 or later.

Since some of our builders still run on Linux 3.16, we need to forcibly
disable the use of getrandom() for the host builds.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>tools/expat: Update host version to 2.2.2</title>
<updated>2017-07-17T20:42:35Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2017-07-17T20:42:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=b4ce088f06c5ee5c055f45361d03ac3ffcaaf2cf'/>
<id>urn:sha1:b4ce088f06c5ee5c055f45361d03ac3ffcaaf2cf</id>
<content type='text'>
Ref: CVE-2017-9233, CVE-2016-9063

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools/expat: Update to 2.2.0</title>
<updated>2016-10-04T09:50:47Z</updated>
<author>
<name>diizzyy</name>
</author>
<published>2016-10-02T21:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=bf567363cd98dd36ffef7312afc066b14bb9237f'/>
<id>urn:sha1:bf567363cd98dd36ffef7312afc066b14bb9237f</id>
<content type='text'>
Updates expat to 2.2.0

Fixes several CVEs:
CVE-2016-0718
CVE-2016-4472
CVE-2016-5300
CVE-2012-6702

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools: add expat library (to be used by gdb)</title>
<updated>2015-07-10T19:42:05Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-07-10T19:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=ae706ea6b6de775de99019a61fd335e0aba5122c'/>
<id>urn:sha1:ae706ea6b6de775de99019a61fd335e0aba5122c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 46297
</content>
</entry>
</feed>
