Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-16 | Kernel: T3223: retrieve firmware information from Kernel module binary itself | Christian Poessinger | |
2021-01-15 | Jenkins: retrive debian repo server via global variable | Christian Poessinger | |
2021-01-10 | Kernel: no longer build Intel out-of-tree NIC drivers | Christian Poessinger | |
2021-01-10 | Docker: vyos-util package requires opem num package | Christian Poessinger | |
2021-01-10 | Docker: add missing python3-sphinx dependency for vyos-1x | Christian Poessinger | |
2021-01-10 | Jenkins: Kernel: extract version from data/defaults.json | Christian Poessinger | |
No need to specify the kernel version two times, it can be retrieved from data/defaults.json | |||
2021-01-10 | Jenkins: Kernel: instead of 'git clone' the source use the tarball | Christian Poessinger | |
This reduces the download and checkout overhead. | |||
2021-01-09 | Kernel: T3199: update Linux Kernel to v5.10.6 | Christian Poessinger | |
2021-01-09 | Merge branch 'kernel-5.10' into current | Christian Poessinger | |
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4 | |||
2021-01-08 | Docker: add missing Accel-PPP dependencies | Christian Poessinger | |
2021-01-08 | Docker: Linux Kernel depends on rsync | Christian Poessinger | |
2021-01-08 | Docker: fix netfilter build dependencies | Christian Poessinger | |
2021-01-08 | Docker: fix FRR build dependencies | Christian Poessinger | |
2021-01-08 | Docker: iproute2 has a build dependency on libbsd-dev | Christian Poessinger | |
2021-01-08 | Docker: add missing cmake dependency on librtr | Christian Poessinger | |
2021-01-08 | Docker: add wireguard and iproute2 build dependencies | Christian Poessinger | |
2021-01-08 | Docker: add missing FRR dependency on python3-sphinx | Christian Poessinger | |
2021-01-07 | Docker: properly arrange vyos-build dependencies | Christian Poessinger | |
2021-01-07 | Docker: vyos-1x has a build-dependency on python3-jinja2 | Christian Poessinger | |
2021-01-07 | Docker: do not install librtr-doc to avoid pulling in additional dependencies | Christian Poessinger | |
2021-01-07 | Docker: update OCaml from 4.09.0 -> 4.09.1 | Christian Poessinger | |
This fixes a build with GCC 10 (coming in Debian Bullseye), release notes available here: https://ocaml.org/releases/4.09.1.html | |||
2021-01-07 | Docker: drop dependencies for keepalived | Christian Poessinger | |
We no longer need to build keepalived on out own, we rely on the Debian upstream version. | |||
2021-01-07 | Docker: dependency cleanup for vyos-1x | Christian Poessinger | |
Most python3 dependencies are set by vyos-1x, use them from that section. | |||
2021-01-07 | Update rolling version to 1.4 | Christian Poessinger | |
Commit b808e36 ("Update the version of the rolling release") bumped the version on the branch but not on the pipeline. | |||
2021-01-06 | Docker: drop installation of dh-systemd | Christian Poessinger | |
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670 | |||
2021-01-05 | Merge pull request #140 from qxmips/current | Christian Poessinger | |
moved webhost address to vars | |||
2021-01-05 | moved webhost address to vars | qxmips | |
2021-01-04 | Fix a typo in the README. | Daniil Baturin | |
2021-01-04 | Update the version of the rolling release. | Daniil Baturin | |
2021-01-03 | frr: T3182: revert back to 7.3 series | Christian Poessinger | |
2021-01-03 | frr: T3182: revert back to 7.4 series | Christian Poessinger | |
2020-12-31 | QAT: update to 1.7.l.4.12.0 | Christian Poessinger | |
2020-12-31 | Kernel: Initial support for 5.10.4 | Christian Poessinger | |
2020-12-31 | Kernel: T3168: update Linux Kernel to v5.4.86 | Christian Poessinger | |
2020-12-28 | systemd: services: disable ddclient | Christian Poessinger | |
2020-12-28 | hooks: adjust to Debian Buster base system | Christian Poessinger | |
2020-12-28 | ddclient: 3151: pin to Debian Bullseye | Christian Poessinger | |
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version. | |||
2020-12-28 | systemd: services: disable additional service from vyatta-cfg-system | Christian Poessinger | |
This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057 | |||
2020-12-28 | services: disable telegraf by default | Christian Poessinger | |
Commit 5bd60a745de22 ("Add telegraf agent (experimentally)") added the agent to the rolling ISO. The telegraf daemon was thus always started by default and simply consuming RAM without doing anything useful. As all VyOS servcies are disabled by default, so is telegraf. If you wan't to experiment with it, you can simply start and enable the service on your system by: systemctl enable telegraf.service systemctl start telegraf.service | |||
2020-12-25 | Kernel: T3145: virtio: enable MMIO_CMDLINE_DEVICES | Christian Poessinger | |
2020-12-25 | Kernel: T3145: enable additional ciphers | Christian Poessinger | |
2020-12-23 | salt: T3147: upgrade to version 3002.2 | Christian Poessinger | |
2020-12-23 | Merge pull request #139 from c-po/frr-update | Daniil Baturin | |
frr: T3146: upgrade to Free Range Routing 7.5 series | |||
2020-12-22 | frr: T3146: upgrade to Free Range Routing 7.5 series | Christian Poessinger | |
2020-12-22 | Kernel: T3145: update Linux Kernel to v5.4.85 | Christian Poessinger | |
2020-12-21 | Revert to FRR 7.4 until we figure our a libyang upgrade path | Daniil Baturin | |
2020-12-21 | Update to FRR 7.5 | Daniil Baturin | |
2020-12-19 | Docker: cleanup stages and remove unused packages | Christian Poessinger | |
2020-12-19 | kernel: rename patches | Christian Poessinger | |
2020-12-19 | Docker: T2666: install bpftool from buster-backports | Christian Poessinger | |