Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | docker: T6742: libvyosconfig update for childless node rendering | Daniil Baturin | |
2024-09-27 | build-image: T6742: update vyos1x-config for childless non-leaf node fixes | Daniil Baturin | |
2024-09-17 | build: T861: Add socat as needed by commit 7f23b57 | sarthurdev | |
2024-09-16 | Merge pull request #758 from HollyGurza/T6684 | Daniil Baturin | |
T6684: new Debian package repo snapshot logic | |||
2024-09-16 | T6684: new Debian package repo snapshot logic | khramshinr | |
patch live-build to save information about all installed packages and their source repo, including temporary packages | |||
2024-09-14 | Docker: T861: fix warning for UID_MIN/UID_MAC out of range | Christian Breunig | |
Rise upper limit for UID when working in an Active Direcotry integrated environment. This solves the warning: vyos_bld's uid 1632000007 outside of the UID_MIN 1000 and UID_MAX 60000 range. | |||
2024-09-05 | Docker: T861: fix warnings about latest ENV key=value syntax | Christian Breunig | |
2024-06-26 | Docker: T6510: add missing build dependencies for vyos-configd tests | Christian Breunig | |
2024-05-27 | T6404: update vyos1x-config commit reference | Christian Breunig | |
2024-05-23 | docker: T6388: use OCaml 4.14.2 for package builds | Daniil Baturin | |
2024-05-19 | Docker: add missing dependency on cmake to build accel-ppp | Christian Breunig | |
2024-05-07 | T6311: Docker add dependency asciidoc-base for nftables | Viacheslav Hletenko | |
Add dependency `asciidob-base` for build nftables | |||
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' ``` | |||
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. | |||
2024-04-15 | docker: T3664: add dependencies for raw disk building | Daniil Baturin | |
2024-04-06 | Debian: T6199: add pylint do list of build dependencies | Christian Breunig | |
2024-04-03 | T6199: remove unneeded python3-sphinx build dependency for vyos-1x | Christian Breunig | |
2024-03-29 | Docker: T6180: update commit refs for vyos1x-config/libvyosconfig | John Estabrook | |
2024-03-21 | Docker: T6149: update commit ref for vyos1x-config | John Estabrook | |
2024-03-15 | Docker: T6111: update commit ref for vyos1x-config | John Estabrook | |
2024-03-12 | docker, build: T6119: use python3-tomli instead of python3-toml | Daniil Baturin | |
for a compliant implementation ot TOML | |||
2024-03-07 | Merge pull request #297 from sarthurdev/tpm_luks | Daniil Baturin | |
config: T4919: Add emulated TPM encryption test | |||
2024-02-20 | config: T4919: Add emulated TPM encryption test | sarthurdev | |
2024-02-19 | docker: T4440: add OCI container labels | Daniil Baturin | |
Original implementation by jtcarnes | |||
2024-01-04 | Kernel: T5887: update Linux Kernel to v6.6.9 | Christian Breunig | |
2023-10-31 | T5701: Bump telegraf to version v1.28.3 | Viacheslav Hletenko | |
2023-10-30 | T5415: upgrade libyang library to v2.1.128 | Viacheslav Hletenko | |
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 | |