<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/boot/grub2, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>grub2: rebase patches</title>
<updated>2018-08-23T17:08:58+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2018-08-23T17:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9ffbe84ea49fc643f41bfdf687de99aee17c9154'/>
<id>9ffbe84ea49fc643f41bfdf687de99aee17c9154</id>
<content type='text'>
Patch 300-CVE-2015-8370.patch was added without proper rebasing on the
version used by OpenWrt, make it apply and refresh the patch to fix
compilation.

Fixes: 7e73e9128f ("grub2: Fix CVE-2015-8370")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch 300-CVE-2015-8370.patch was added without proper rebasing on the
version used by OpenWrt, make it apply and refresh the patch to fix
compilation.

Fixes: 7e73e9128f ("grub2: Fix CVE-2015-8370")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>grub2: Fix CVE-2015-8370</title>
<updated>2018-08-23T05:15:53+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2018-08-23T02:07:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7e73e9128f6a63b9198c88eea97c267810447be4'/>
<id>7e73e9128f6a63b9198c88eea97c267810447be4</id>
<content type='text'>
This CVE is a culmination of multiple integer overflow issues that cause
multiple issues like Denial of Service and authentication bypass.

More info: https://nvd.nist.gov/vuln/detail/CVE-2015-8370

Taken from Fedora.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CVE is a culmination of multiple integer overflow issues that cause
multiple issues like Denial of Service and authentication bypass.

More info: https://nvd.nist.gov/vuln/detail/CVE-2015-8370

Taken from Fedora.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>grub2: fix packed-not-aligned error on GCC 8</title>
<updated>2018-07-30T08:42:47+00:00</updated>
<author>
<name>Edi Turn</name>
<email>yyxstter@gmail.com</email>
</author>
<published>2018-07-23T14:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e9dee194876ffda0bf610ea9382d586c1e619caf'/>
<id>e9dee194876ffda0bf610ea9382d586c1e619caf</id>
<content type='text'>
Fix the compile error "packed-not-aligned" when using GCC 8.

Signed-off-by: Edi Turn &lt;yyxstter@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the compile error "packed-not-aligned" when using GCC 8.

Signed-off-by: Edi Turn &lt;yyxstter@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>grub2: disable building platform code for target utility</title>
<updated>2018-02-22T08:30:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2018-02-22T08:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1b13cbc15b2922d6b79c1e481b252934591326bd'/>
<id>1b13cbc15b2922d6b79c1e481b252934591326bd</id>
<content type='text'>
It is not used and it was causing a build error with GCC 7.3

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not used and it was causing a build error with GCC 7.3

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add PKG_CPE_ID ids to package and tools</title>
<updated>2017-11-17T01:24:35+00:00</updated>
<author>
<name>Alexander Couzens</name>
<email>lynxis@fe80.eu</email>
</author>
<published>2017-09-28T02:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c61a2395140d92cdd37d3d6ee43a765427e8e318'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>package/grub2: update to 2.02</title>
<updated>2017-06-07T16:31:10+00:00</updated>
<author>
<name>Alif M. Ahmad</name>
<email>alive4ever@live.com</email>
</author>
<published>2017-05-20T07:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=415c47de79ada7496c39f435df0b0523472aee58'/>
<id>415c47de79ada7496c39f435df0b0523472aee58</id>
<content type='text'>
Update to version 2.02

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to version 2.02

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>grub2: update to 2.02~rc2</title>
<updated>2017-04-12T09:24:57+00:00</updated>
<author>
<name>Alif M. Ahmad</name>
<email>alive4ever@live.com</email>
</author>
<published>2017-03-22T14:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ffd055d5bbc1a223c80eb5bbc03a6465d0ac0bb4'/>
<id>ffd055d5bbc1a223c80eb5bbc03a6465d0ac0bb4</id>
<content type='text'>
Update to version 2.02~rc2.

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to version 2.02~rc2.

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>grub2: update to 2.02~rc1</title>
<updated>2017-02-26T12:31:32+00:00</updated>
<author>
<name>Alif M. Ahmad</name>
<email>alive4ever@live.com</email>
</author>
<published>2017-02-18T16:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=399cbbd1277fccc12dc73ce96ce637b13c11765c'/>
<id>399cbbd1277fccc12dc73ce96ce637b13c11765c</id>
<content type='text'>
Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>packages: mark packages depending on a target as nonshared</title>
<updated>2017-01-24T08:45:05+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2017-01-19T08:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dc5ba0a48a489424c1c6b2b8509e229c17dc745a'/>
<id>dc5ba0a48a489424c1c6b2b8509e229c17dc745a</id>
<content type='text'>
The packages can't be build as shared packages due to the unmet
dependencies.

Fixes FS#418.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The packages can't be build as shared packages due to the unmet
dependencies.

Fixes FS#418.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>grub2: upgrade to 2.02-beta3 (3 years newer than previous)</title>
<updated>2016-12-20T15:24:21+00:00</updated>
<author>
<name>Alexandru Ardelean</name>
<email>ardeleanalex@gmail.com</email>
</author>
<published>2016-11-21T13:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=65c8f2890ca4f41f5b933b5bc1e43de86cc1bd54'/>
<id>65c8f2890ca4f41f5b933b5bc1e43de86cc1bd54</id>
<content type='text'>
'100-musl-compat.patch' does not seem to be required anymore.
'210-fix_serial_rtscts.patchi' is superseeded by:
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=bac5d1a64ab4191058a8fd4c05f6b3b339e249e7

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'100-musl-compat.patch' does not seem to be required anymore.
'210-fix_serial_rtscts.patchi' is superseeded by:
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=bac5d1a64ab4191058a8fd4c05f6b3b339e249e7

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
