Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | Docker: iproute2 has a build dependency on libbsd-dev | Christian Poessinger | |
(cherry picked from commit fcce4939ed6dcf5cbad72b8a8ba32972a75d3c91) | |||
2021-01-08 | Docker: add missing cmake dependency on librtr | Christian Poessinger | |
(cherry picked from commit 52d7fe9a0531785e2320b99b52ae1474f54047c2) | |||
2021-01-08 | Docker: add wireguard and iproute2 build dependencies | Christian Poessinger | |
(cherry picked from commit 51c1ea1da3a85caf401735d166fa6dac9effff36) | |||
2021-01-08 | Docker: add missing FRR dependency on python3-sphinx | Christian Poessinger | |
(cherry picked from commit b00025ee86fdf14b0d7c79a90eac23f3950d2770) | |||
2021-01-08 | Docker: properly arrange vyos-build dependencies | Christian Poessinger | |
(cherry picked from commit de88ecec39b73df8a2b1836b43ed5fba719275d2) | |||
2021-01-08 | Docker: vyos-1x has a build-dependency on python3-jinja2 | Christian Poessinger | |
(cherry picked from commit 093505b25f500dbd0691e01c96717081f2385dfa) | |||
2021-01-08 | Docker: do not install librtr-doc to avoid pulling in additional dependencies | Christian Poessinger | |
(cherry picked from commit 5fc508b2dda57652b51702c7eb11d9ca7823108f) | |||
2021-01-08 | 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 (cherry picked from commit 9029464252e73c9bee84e2c93c58be5eba29033f) | |||
2021-01-08 | Docker: drop dependencies for keepalived | Christian Poessinger | |
We no longer need to build keepalived on out own, we rely on the Debian upstream version. (cherry picked from commit f81c6e53bdf3ac6684daf8dc258b26d635b207cc) | |||
2021-01-08 | Docker: dependency cleanup for vyos-1x | Christian Poessinger | |
Most python3 dependencies are set by vyos-1x, use them from that section. (cherry picked from commit cd633eafe1eb604d384445e7c7f3dd3bd7e7629f) | |||
2021-01-08 | 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 (cherry picked from commit 432f3f96927a54d2f606f34a3c54ea61406379ad) | |||
2021-01-08 | moved webhost address to vars | qxmips | |
(cherry picked from commit b5d36aaafab4c797937eff6488a90b0bb68522d5) | |||
2021-01-04 | Fix a typo in the README. | Daniil Baturin | |
2021-01-04 | Set the branch version number. | 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 | 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 | |
2020-12-19 | Merge pull request #136 from moepman/patch-1 | Christian Poessinger | |
Docker: T2666: fix wrong filename | |||
2020-12-19 | Docker: T2666: architecture specific package installtion on linux headers | Christian Poessinger | |
2020-12-17 | Docker: T2666: fix wrong filename | Markus Hauschild | |
The temporary file in sources.list.d should be removed with the same name under which it is added | |||
2020-12-17 | Docker: T2666: provide libbpf support | Christian Poessinger | |
2020-12-17 | Docker: T2666: gcc-multilib support only available for AMD64 | Christian Poessinger | |
2020-12-16 | Docker: T2666: add dependencies for XDP development | Christian Poessinger | |
2020-12-15 | netplug: T3130: add VyOS specific helper script | Christian Poessinger | |
2020-12-14 | GitHub: add PullRequest template | Christian Poessinger | |
2020-12-14 | netplug: T3130: replace vyos-netplug with upstream Debian version | Christian Poessinger | |
2020-12-14 | iproute2: T3129: add Jenkins build | Christian Poessinger | |
2020-12-14 | Merge branch 'kernel-5.4' of github.com:c-po/vyos-build into current | Christian Poessinger | |
* 'kernel-5.4' of github.com:c-po/vyos-build: Kernel: T3129: update Linux Kernel to v5.4.83 | |||
2020-12-14 | Kernel: T3129: update Linux Kernel to v5.4.83 | Christian Poessinger | |
2020-12-09 | Kernel: T3122: update Linux Kernel to v4.19.162 | Christian Poessinger | |
2020-12-06 | hooks: drop isc-dhcp helper files from /etc/default | Christian Poessinger | |
2020-12-04 | Add telegraf agent (experimentally). | Daniil Baturin | |
2020-12-03 | Kernel: T3107: update Linux Kernel to v4.19.161 | Christian Poessinger | |
2020-11-30 | CONTRIBUTING: extend guidelines with samples from the documentation | Christian Poessinger | |