<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/data, branch main</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=main</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2024-10-10T08:51:34+00:00</updated>
<entry>
<title>build: T6231: remove Mellanox OFED drivers and tools</title>
<updated>2024-10-10T08:51:34+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2024-10-10T08:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=4d68265e7af38f2cd901dd7dfc139289cf9ef9e2'/>
<id>urn:sha1:4d68265e7af38f2cd901dd7dfc139289cf9ef9e2</id>
<content type='text'>
until their license status is confirmed
</content>
</entry>
<entry>
<title>Merge pull request #762 from sever-sever/T6713-current-realtek</title>
<updated>2024-10-07T14:58:30+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-10-07T14:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=49d41fa34ab0ac31ccea687e97ed0cad6f60c1e5'/>
<id>urn:sha1:49d41fa34ab0ac31ccea687e97ed0cad6f60c1e5</id>
<content type='text'>
T6713: Update Realtek r8152 driver</content>
</entry>
<entry>
<title>Kernel: T5887: update Linux Kernel to v6.6.54</title>
<updated>2024-10-05T06:15:55+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-10-04T05:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=1e53e6451c3fef7599f7ab69afa9c7a59539d94d'/>
<id>urn:sha1:1e53e6451c3fef7599f7ab69afa9c7a59539d94d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6713: Update Realtek r8152 driver</title>
<updated>2024-10-02T11:48:46+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-09-13T10:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=a3b515ca716bc2505c15900c4d5e549a672e7dfa'/>
<id>urn:sha1:a3b515ca716bc2505c15900c4d5e549a672e7dfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6755: Change default vyos mirror URL</title>
<updated>2024-10-02T07:34:49+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-02T07:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=7bd5496de13343a951b6376d50a24264f36a3c0c'/>
<id>urn:sha1:7bd5496de13343a951b6376d50a24264f36a3c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T861: sign all Kernel modules with an ephemeral key</title>
<updated>2024-09-25T18:24:21+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-25T18:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=d235b31a095f9b8fdb2d5c231935c8b4b4c3da6c'/>
<id>urn:sha1:d235b31a095f9b8fdb2d5c231935c8b4b4c3da6c</id>
<content type='text'>
The shim review board (which is the secure boot base loader) recommends using
ephemeral keys when signing the Linux Kernel. This commit enables the Kernel
build system to generate a one-time ephemeral key that is used to:

* sign all build-in Kernel modules
* sign all other out-of-tree Kernel modules

The key lives in /tmp and is destroyed after the build container exits and is
named: "VyOS build time autogenerated kernel key".

In addition the Kernel now uses CONFIG_MODULE_SIG_FORCE. This now makes it
unable to load any Kernel Module to the image that is NOT signed by the
ephemeral key.
</content>
</entry>
<entry>
<title>Kernel: T5887: update Linux Kernel to v6.6.52</title>
<updated>2024-09-22T07:31:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-21T18:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=88f072df3d08c650d8ac0f5f616428fde694e0bd'/>
<id>urn:sha1:88f072df3d08c650d8ac0f5f616428fde694e0bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T861: stripping Kernel modules would also remove module signatures</title>
<updated>2024-09-22T07:31:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-20T20:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=53bd06d17be1d5c66f75b4546f006a6ed1b4675c'/>
<id>urn:sha1:53bd06d17be1d5c66f75b4546f006a6ed1b4675c</id>
<content type='text'>
As the VyOS Linux Kernel will be compiled with CONFIG_MODULE_SIG_FORCE all
driver modules need to be cryptographically signed. This happens during build
of the Kernel and it's 3rd party modules.

Stripping the objects would remove said signature and the system will be unable
to boot b/c of CONFIG_MODULE_SIG_FORCE.
</content>
</entry>
<entry>
<title>T861: add UEFI Secure Boot support</title>
<updated>2024-09-14T21:05:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-04T19:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=fd737172f1068870fe1ededbe9b2ed4a86663acd'/>
<id>urn:sha1:fd737172f1068870fe1ededbe9b2ed4a86663acd</id>
<content type='text'>
This adds support for UEFI Secure Boot. It adds the missing pieces to the Linux
Kernel and enforces module signing. This results in an additional security
layer where untrusted (unsigned) Kernel modules can no longer be loaded into
the live system.

NOTE: This commit will not work unless signing keys are present. Arbitrary
keys can be generated using instructions found in:

  data/live-build-config/includes.chroot/var/lib/shim-signed/mok/README.md
</content>
</entry>
<entry>
<title>Kernel: T5887: update Linux Kernel to v6.6.51</title>
<updated>2024-09-14T18:58:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-14T18:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=f523ae5cacfb162f2f30996777c81c0caf19a684'/>
<id>urn:sha1:f523ae5cacfb162f2f30996777c81c0caf19a684</id>
<content type='text'>
</content>
</entry>
</feed>
