<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/data/package-lists, branch 1.3.2</title>
<subtitle>Archived in favor of https://github.com/NOTvyos/vyos-build (mirror of https://github.com/dd010101/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/dd010101/vyos-build.git/atom?h=1.3.2</id>
<link rel='self' href='https://git.amelek.net/dd010101/vyos-build.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/'/>
<updated>2022-02-08T12:39:47+00:00</updated>
<entry>
<title>telegraf: T3872: Add repo influxdb for newest pkg for equuleus</title>
<updated>2022-02-08T12:39:47+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-02-08T12:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=252b842a30b8663f785250ed74942fb0a9ea5af2'/>
<id>urn:sha1:252b842a30b8663f785250ed74942fb0a9ea5af2</id>
<content type='text'>
Adding influxdb repo and key. Delete telegraf from vyos-buid, it will
be added to vyos-1x in debian/conrtol. To use unixsocket for syslog we
update telegraf to version =&gt; 1.20 b.c current version in the
standard repo 1.16.2-1 doesn't support some features
</content>
</entry>
<entry>
<title>Kernel: T3218: drop dependency on Intel out-of-tree modules</title>
<updated>2021-01-14T18:34:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-14T18:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=160b3a9de4e0537b5dbbf20147b3fef6a2bae522'/>
<id>urn:sha1:160b3a9de4e0537b5dbbf20147b3fef6a2bae522</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netplug: T3130: replace vyos-netplug with upstream Debian version</title>
<updated>2020-12-14T17:52:33+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-14T17:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=f0cbc17bdaa24633cbe0bfb5b0228b8df7e65b26'/>
<id>urn:sha1:f0cbc17bdaa24633cbe0bfb5b0228b8df7e65b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add telegraf agent (experimentally).</title>
<updated>2020-12-04T09:18:34+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2020-12-04T09:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=5bd60a745de223870e3d29981a72c760f51e5365'/>
<id>urn:sha1:5bd60a745de223870e3d29981a72c760f51e5365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wireguard-modules dependency</title>
<updated>2020-11-23T10:49:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-23T10:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=5df15815874f4c0d652f6a9c6ae721ee2340f083'/>
<id>urn:sha1:5df15815874f4c0d652f6a9c6ae721ee2340f083</id>
<content type='text'>
This is the completing commit for [1]. Moving this dependency here eases
development on the 5.9 Kernel tree and also on the ARM tree as now vyos-build
decides if an out-of-tree WireGuard modules should be incorporated into
the image or not.

[1] https://github.com/vyos/vyos-1x/commit/d915a15e665654207e3df9f59bca86c259d00d88
</content>
</entry>
<entry>
<title>Revert "Kernel: T2843: upgrade Kernel to v5.8.5"</title>
<updated>2020-09-12T21:09:09+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-12T21:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=c9eaf71fe0e4da8ffa9487832d60743a43586b56'/>
<id>urn:sha1:c9eaf71fe0e4da8ffa9487832d60743a43586b56</id>
<content type='text'>
This reverts commit 78c43c2078e292ac9b53d2d6a41a47466d283914.

Unfortunately we must revert the Kernel upgrade as there are two problematic
issues. One which is the break of ABI functionality with parted [1] and second
the internal cryptop API [2] which removed required literals for the build of
Intel QAT acceleration.

In the two weeks running 5.8 we still learned a lot - we experienced a
performance improvement of ~30% when doing NAT @ &gt; 10GBit/s and also utilizing
the build in updated drivers for Intel NICs and WireGuard.

We are looking forward to the release of this years LTS kernel and we hope to
ship this in the final 1.3 release.

1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.8.y&amp;id=692d062655
2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&amp;id=d63007eb95
</content>
</entry>
<entry>
<title>Kernel: T2843: upgrade Kernel to v5.8.5</title>
<updated>2020-08-30T18:02:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-30T18:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=78c43c2078e292ac9b53d2d6a41a47466d283914'/>
<id>urn:sha1:78c43c2078e292ac9b53d2d6a41a47466d283914</id>
<content type='text'>
Note: Intel does not provide a compatible QAT version. There is a custom patch
which make QAT compile for the specified Kernel version. This patch will change
the source to a non backwards-compatible version - this is fine as we run 5.8
anyways.
</content>
</entry>
<entry>
<title>T2832: vyos-smoketest package is not called vyos-1x-smoketest</title>
<updated>2020-08-27T19:20:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-27T19:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=8464d8c0a9d549b446e69ddb4644e2e0b7be759a'/>
<id>urn:sha1:8464d8c0a9d549b446e69ddb4644e2e0b7be759a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: Intel: config: i40evf driver is used from mainline</title>
<updated>2020-08-10T15:03:54+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-10T15:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=99114c57bad63885ea65b7da0b991bf95e48a401'/>
<id>urn:sha1:99114c57bad63885ea65b7da0b991bf95e48a401</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos-dev: add vim</title>
<updated>2020-06-06T15:14:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-06-06T15:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/dd010101/vyos-build.git/commit/?id=972534c08225bc26658f594ec8d71f813bea3fbf'/>
<id>urn:sha1:972534c08225bc26658f594ec8d71f813bea3fbf</id>
<content type='text'>
</content>
</entry>
</feed>
