Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-07 | T6311: Docker add dependency asciidoc-base for nftables | Viacheslav Hletenko | |
Add dependency `asciidob-base` for build nftables (cherry picked from commit ac1b06cf2c54e16547fef102e9e4245d5b4885bd) | |||
2024-05-06 | Merge pull request #595 from vyos/mergify/bp/sagitta/pr-594 | Christian Breunig | |
T6307: Add dependency procps to build vyos-1x (backport #594) | |||
2024-05-06 | T6307: Add dependency procps to build vyos-1x | Viacheslav Hletenko | |
This fixes the sysctl dependency ``` ====================================================================== ERROR: test_sysctl_read (test_utils.TestVyOSUtils.test_sysctl_read) ---------------------------------------------------------------------- Traceback (most recent call last): File "/vyos/work/tmp/vyos-1x/src/tests/test_utils.py", line 28, in test_sysctl_read self.assertEqual(sysctl_read('net.ipv4.conf.lo.forwarding'), '1') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/vyos/work/tmp/vyos-1x/python/vyos/utils/system.py", line 28, in sysctl_read tmp = run(['sysctl', '-nb', name], capture_output=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'sysctl' ``` (cherry picked from commit 9d07adceb77fe611d82b0242e28f1ca7c4637ef3) | |||
2024-05-05 | docker: T3664: add dependencies for raw disk building | Daniil Baturin | |
(cherry picked from commit c535510bbc447abcf3b0e514bb6620ebf14ec8f1) | |||
2024-05-04 | Docker: T6283: T6250: no need to include rtrlib and libyang in general | Christian Breunig | |
FRR build tracks the rtrlib and libyang version, so only one place is needed to build to sources. (cherry picked from commit 6ff4b31c4a75583424edd0deb479d1dacc42d6b3) | |||
2024-05-03 | Docker: T6180: update commit refs for vyos1x-config and libvyosconfig | John Estabrook | |
2024-04-18 | Docker: T6111: update commit ref for vyos1x-config | John Estabrook | |
2024-04-06 | Debian: T6199: add pylint do list of build dependencies | Christian Breunig | |
(cherry picked from commit 0c12b79fd8d13db8e7b9789132a0eb7f5ba27a8d) | |||
2024-04-03 | T6199: remove unneeded python3-sphinx build dependency for vyos-1x | Christian Breunig | |
(cherry picked from commit 22f3569e994fe1e1f8fb96d81ddd62347d0d9df5) | |||
2024-03-13 | docker, build: T6119: use python3-tomli instead of python3-toml | Daniil Baturin | |
2024-02-27 | docker: T4440: add OCI container labels | Daniil Baturin | |
Original implementation by jtcarnes (cherry picked from commit bca80434106d96bb00c9808db7baea74d746b4d9) | |||
2024-01-05 | Kernel: T5887: update Linux Kernel to v6.6.9 | Christian Breunig | |
(cherry picked from commit cc04a75932345ba37e4e18f82ae3f85330cedf68) | |||
2023-11-01 | T5701: Bump telegraf to version v1.28.3 | Viacheslav Hletenko | |
2023-10-31 | T5415: upgrade libyang library to v2.1.128 | Viacheslav Hletenko | |
(cherry picked from commit d0649cf3b5b6058e464c906f20fce92d75f1bdcd) | |||
2023-09-25 | ci/cd: update branch references current -> sagitta | Christian Breunig | |
2023-08-24 | Merge pull request #377 from tjjh89017/arm64 | Christian Breunig | |
arm64 build vyos kernel for qemu vm and rpi4 | |||
2023-08-23 | Docker: T5500: update commit ref for vyos1x-config | John Estabrook | |
2023-08-22 | T5499: arm64: build jool with correct depends | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2023-08-01 | frr: T5415: upgrade libyang library to v2.1.80 | Christian Breunig | |
2023-07-28 | Docker: T5317: update commit refs for vyos1x-config and libvyosconfig | John Estabrook | |
2023-07-25 | Docker: T5194: update commit ref for vyos1x-config | John Estabrook | |
2023-07-21 | Docker: T5385: update commit ref for vyos1x-config | John Estabrook | |
2023-06-14 | Docker: T5286: Kernel depends on libelf-dev - add missing dependency | Christian Breunig | |
Commit dd194c6e8 ("Docker: T5286: remove XDP support") dropped all relevant package build dependencies for XDP - which is good as we should not carry leftovers. The Linux Kernel dependency list in contrast always lacked this package. Re-add the package to the appropriate section. | |||
2023-06-12 | Docker: T5286: remove XDP support | Christian Breunig | |
2023-06-03 | Docker: T5241: add jmespath dependency to vyos-1x | Viacheslav Hletenko | |
The validation 'is_intf_addr_assigned' will be rewritten to support 'netns' and will use jmespath that required for build .deb pkg to validate 'vyos-1x/src/tests/test_validate.py'. | |||
2023-05-16 | Docker: T5194: update commit refs for vyos1x-config and libvyosconfig | John Estabrook | |
2023-05-16 | Docker: T5194: add OCaml package xml-light as build dependency | John Estabrook | |
2023-05-01 | jool: T160: Added scripts to build jool package | zsdc | |
Added dependencies and build scripts for https://github.com/NICMx/Jool/ | |||
2023-04-26 | Docker: T5185: update commit refs for vyos1x-config | John Estabrook | |
2023-03-29 | Docker: T5089: update commit refs for vyos1x-config and libvyosconfig | John Estabrook | |
2023-03-14 | Docker: T5076: Intel QAT drivers rely on libudev-dev | Christian Breunig | |
Package was previously side-loaded by another dependency. | |||
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for pam_tacplus | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for sstp-client | Christian Breunig | |
Package consumed via Debian upstream | |||
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for vyos-http-api-tools | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for libnss-mapuser & ↵ | Christian Breunig | |
libpam-radius | |||
2023-03-11 | Docker: T5076: unbloat container - remove obsolete dh-exec package | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for fastnetmon | Christian Breunig | |
Package consumed from Debian upstream | |||
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for ipaddrcheck | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for wide-dhcpv6 | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for hvinfo | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for vyatta-cfg | Christian Breunig | |
2023-03-11 | Docker: T5076: unbloat container - remove dependencies for frr | Christian Breunig | |
2023-03-11 | Docker: T5076: use Debian python3-inotify package | Christian Breunig | |
2023-03-11 | Docker: T5076: merge opam re package installation with other packages | Christian Breunig | |
2023-03-11 | Docker: fix vim mouse disable command for bookworm - which uses dash | Christian Breunig | |
2023-03-10 | Docker: T5076: unbloat container - remove dependencies for keepalived | Christian Breunig | |
2023-03-10 | Docker: T5076: install packages from pip instead of Github source | Christian Breunig | |
2023-03-10 | Docker: T5076: unbloat container - remove dependencies for hostap | Christian Breunig | |
2023-03-10 | Docker: T5076: unbloat container - remove dependencies for dropbear | Christian Breunig | |
2023-03-09 | Docker: T5076: unbloat container - remove dependencies for strongswan | Christian Breunig | |