Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | gitignore: frr: add rtrlib and remove libyang (provided via Debian package) | 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 | keepalived: T5003: move to Debian upstream version | Christian Breunig | |
2023-03-11 | Docker: fix vim mouse disable command for bookworm - which uses dash | Christian Breunig | |
2023-03-11 | hostap: T5076: move build dependency installation to build.sh | Christian Breunig | |
Fix for commit f163dea ("Docker: T5076: unbloat container - remove dependencies for hostap") as in the hostap Git repo there are no Debian build files available, they will later be copied in by build.sh from Debian SALSA wpa repository. | |||
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-10 | strongswan: T5076: use "" over '' in Jenkinsfile | Christian Breunig | |
2023-03-10 | strongswan: T5076: fix build dependency installation | Christian Breunig | |
2023-03-10 | Kernel: T4928: update Linux Kernel to v6.1.16 | Christian Breunig | |
2023-03-09 | strongswan: T5076: install build-dependencies on-demandx | Christian Breunig | |
2023-03-09 | Docker: T5076: unbloat container - remove dependencies for strongswan | Christian Breunig | |
2023-03-09 | Docker: VyOS moved to FRR and no longer require vyatta-quagga | Christian Breunig | |
2023-03-09 | Docker: T2842: drop build dependency on wireguard tools | Christian Breunig | |
As of commit 1175a62b3464 ("WireGuard: T2842: switch to binary package from buster-backports") we rely on the distributed binary package from Debian and no longer need the build requirements. | |||
2023-03-09 | Docker: T2199: T3873: drop dependencies for vyatta-cfg-firewall | Christian Breunig | |
2023-03-08 | Merge pull request #302 from sempervictus/bug/udev_rename_deadlock | Christian Breunig | |
T4966: Delay UDEV execution, avoid rename deadlock | |||
2023-03-07 | Merge pull request #319 from vfreex/enable-babeld | Christian Breunig | |
T4977: Enable Babeld | |||
2023-03-07 | T4977: Enable Babeld | Yuxiang Zhu | |
Babeld support has been merged https://github.com/vyos/vyos-1x/pull/1800 however I just noticed `/etc/frr/daemons` came from this file. | |||
2023-03-06 | strongSwan: T4593: upgrade package to 5.9.8-5 | Christian Breunig | |
2023-03-04 | Kernel: T4928: update Linux Kernel to v6.1.15 | Christian Breunig | |
2023-02-25 | frr: T5003: use "pipx run" to invoke apkg | Christian Breunig | |
Commit 7b1b40888 ("docker: T5003: Use Debian package for yq, fix pip installs, fix open-vmdk build") removed the apkg installed package via pip. Use pipx run then building the libyang package. | |||
2023-02-25 | Kernel: T4928: update Linux Kernel to v6.1.14 | Christian Breunig | |
2023-02-23 | hostapd: T5003: upgrade to newer Git version | Christian Breunig | |
2023-02-23 | hostapd: T5003: temporary disable GCC12 warnings | Christian Breunig | |
2023-02-23 | Merge pull request #315 from sarthurdev/bookworm | Yuriy Andamasov | |
docker: T5003: Use Debian package for yq, fix pip installs, fix open-vmdk build | |||
2023-02-23 | docker: T5003: Use Debian package for yq, fix pip installs, fix open-vmdk build | sarthurdev | |
* Add zlib1g-dev package for open-vmdk build Debian have updated python3-pip to prevent system-wide installs (PEP 668) * Adds and uses `pipx` that will install dependencies within a venv where appropriate * Use `--break-system-packages` argument for j2lint | |||
2023-02-23 | Merge pull request #314 from sarthurdev/bookworm | Yuriy Andamasov | |
docker: T5003: Re-add build deps for wpa/hostap | |||
2023-02-22 | debian: T5003: Re-add build deps for wpa/hostap | sarthurdev | |
2023-02-22 | Kernel: T4928: update Linux Kernel to v6.1.13 | Christian Breunig | |
2023-02-22 | hostapd: T5003: explicitly use bash as interpreter of choice | Christian Breunig | |
Dcoker image defaults to DASH in non-interactive mode for a shell which has limited capabilities. | |||
2023-02-22 | Merge pull request #313 from sarthurdev/bookworm | Christian Breunig | |
debian: T5003: Revert hostap removal - AES-256 not supported in Debian. | |||
2023-02-22 | debian: T5003: Revert hostap removal - AES-256 not supported in Debian. | sarthurdev | |
2023-02-22 | Merge pull request #312 from sever-sever/T5024 | Christian Breunig | |
T5024: Try to shutdown several times for qemu install script | |||
2023-02-22 | T5024: Try to shutdown several times for qemu install script | Viacheslav Hletenko | |
The first shutdown for qemu doesn't work Try to shutdown several times | |||
2023-02-21 | Docker: T5003: add missing libelf-dev dependency for FRR (fix arm64 builds) | Christian Breunig | |
2023-02-21 | Merge pull request #311 from sarthurdev/chown | Viacheslav Hletenko | |
docker: T5003: Re-add chown on vyos_bld home directory | |||
2023-02-21 | debian: T5003: Re-add chown on vyos_bld home directory | sarthurdev | |
Removed accidentally in commit 41033fa | |||
2023-02-21 | Merge pull request #310 from sarthurdev/owamp | Christian Breunig | |
debian: T5003: Use upstream libi2util to fix OWAMP build issue | |||
2023-02-21 | debian: T5003: Use upstream libi2util to fix OWAMP build issue | sarthurdev | |
2023-02-21 | Merge pull request #309 from sarthurdev/current | Christian Breunig | |
debian: T5003: Fix docker entrypoint | |||
2023-02-21 | debian: T5003: Fix FRR build using old version of Sphinx | sarthurdev | |
2023-02-21 | debian: T5003: Fix docker entrypoint | sarthurdev | |
2023-02-20 | Kernel: QAT: T5003 remove non POSIX compliant array in shell script | Christian Breunig | |
2023-02-20 | Docker: T5003: can no longer change non-interactive shell to bash | Christian Breunig | |