<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/lib, branch 14</title>
<subtitle> (mirror of https://github.com/vyos/efi-boot-shim.git)
</subtitle>
<id>https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=14</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=14'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2017-12-19T21:52:01+00:00</updated>
<entry>
<title>"in_protocol" is used in more than shim.o; make it not static.</title>
<updated>2017-12-19T21:52:01+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-11-02T22:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=97a3f6cf94365141b98363d29a88865f6876e5a6'/>
<id>urn:sha1:97a3f6cf94365141b98363d29a88865f6876e5a6</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Add a mechanism to print openssl errors</title>
<updated>2017-08-31T19:13:45+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-08-31T18:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=96b347c200b2401d02f576b47da8a49cc6286b4b'/>
<id>urn:sha1:96b347c200b2401d02f576b47da8a49cc6286b4b</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make msleep() be a thing</title>
<updated>2017-08-31T19:13:34+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-08-31T18:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=78f6b007e7138df347cb9c527f1ebe01a32cfe3d'/>
<id>urn:sha1:78f6b007e7138df347cb9c527f1ebe01a32cfe3d</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make it possible to build in a subdirectory.</title>
<updated>2017-07-25T00:11:28+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-07-25T00:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=8a6d270d707df229a3f2a1d5bcf52a84141950b8'/>
<id>urn:sha1:8a6d270d707df229a3f2a1d5bcf52a84141950b8</id>
<content type='text'>
This lets you do:

mkdir build-x64 build-ia32
cd build-x64
make TOPDIR=.. -f ../Makefile
cd ../build-ia32
setarch i686 -B make ARCH=ia32 TOPDIR=.. -f ../Makefile

And not worry about generated sources and headers mixing and matching.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>become more friendly for the cross compilation</title>
<updated>2017-06-15T15:30:05+00:00</updated>
<author>
<name>Lans Zhang</name>
<email>jia.zhang@windriver.com</email>
</author>
<published>2016-09-21T03:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=3537d91c61d93bc4a07879e9c6bb6cea5c44c1c5'/>
<id>urn:sha1:3537d91c61d93bc4a07879e9c6bb6cea5c44c1c5</id>
<content type='text'>
Allow to overwrite certain settings from the external.

Signed-off-by: Lans Zhang &lt;jia.zhang@windriver.com&gt;
</content>
</entry>
<entry>
<title>fix compilerer errors in security policy</title>
<updated>2017-06-15T15:21:04+00:00</updated>
<author>
<name>Max Resch</name>
<email>max.resch@student.tuwien.ac.at</email>
</author>
<published>2017-05-09T12:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=047242c624917901f203bcfa7ff0a42aa2d6f1bb'/>
<id>urn:sha1:047242c624917901f203bcfa7ff0a42aa2d6f1bb</id>
<content type='text'>
When compiling with -Werror security policy can't be compiled because of
type errors. This commit fixes this problem.
</content>
</entry>
<entry>
<title>More incorrect unsigned vs signed fixups from yours truly.</title>
<updated>2015-06-29T18:41:21+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-06-19T20:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=abe6ed8b5712d647b06039b4d0e83700186b1e1c'/>
<id>urn:sha1:abe6ed8b5712d647b06039b4d0e83700186b1e1c</id>
<content type='text'>
Woops.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Fix console_print_box*() parameters.</title>
<updated>2015-06-16T15:41:32+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-06-11T18:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7bb0d6f71d7deeb82ca17ec20839fe10dc572c1d'/>
<id>urn:sha1:7bb0d6f71d7deeb82ca17ec20839fe10dc572c1d</id>
<content type='text'>
When we made lib build with the correct CFLAGS, it inherited
-Werror=sign-compare, and I fixed up some parameters on
console_print_box() and console_print_box_at() to avoid sign comparison
errors.

The fixups were *completely wrong*, as some behavior relies on negative
values.  So this fixes them in a completely different way, by casting
appropriately to signed types where we're doing comparisons.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make lib/ use the right CFLAGS.</title>
<updated>2015-04-13T23:55:25+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-02-25T21:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=605be9f1793e9a46c35ad3b165915895a0b575d8'/>
<id>urn:sha1:605be9f1793e9a46c35ad3b165915895a0b575d8</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make lib/ build right with the cflags it should be using...</title>
<updated>2015-04-13T23:55:25+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-02-25T21:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7fdbd9d48a4e447d4ea42268afb80a1ee84b633b'/>
<id>urn:sha1:7fdbd9d48a4e447d4ea42268afb80a1ee84b633b</id>
<content type='text'>
... but isn't.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
