summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-05Merge pull request #355 from sever-sever/T5258Christian Breunig
T5258: git Actions use ubuntu-22.04 for PR conflicts checker
2023-06-05T5258: git Actions use ubuntu-22.04 for PR conflicts checkerViacheslav Hletenko
git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04 for PR conflicts checker
2023-06-03Merge pull request #354 from sever-sever/T5241-contChristian Breunig
T5241: Add jmespath to Docker for validation is_intf_addr_assigned
2023-06-03Docker: T5241: add jmespath dependency to vyos-1xViacheslav 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-30Kernel: T4928: update Linux Kernel to v6.1.31Christian Breunig
2023-05-28hostap: T5151: no need to install Qt dependencies when resulting package has ↵Christian Breunig
no GUI
2023-05-28dropbear: T5244: port PAM auth pathc to 2022.83Christian Breunig
2023-05-28dropbear: T5244: update package to 2022.83Christian Breunig
2023-05-26Kernel: T4928: update Linux Kernel to v6.1.30Christian Breunig
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2023-05-21T5234: move BASH skeleton files to vyos-1x repoChristian Breunig
2023-05-21T5003: disable sendmail serviceChristian Breunig
2023-05-17Kernel: T4928: update Linux Kernel to v6.1.29Christian Breunig
2023-05-17T5208: disable nvmf-autoconnect.serviceChristian Breunig
2023-05-16Docker: T5194: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
2023-05-16Docker: T5194: add OCaml package xml-light as build dependencyJohn Estabrook
2023-05-11Kernel: T4928: update Linux Kernel to v6.1.28Christian Breunig
2023-05-11Merge pull request #348 from sever-sever/T5217Christian Breunig
T5217: Kernel add CONFIG_NFT_SYNPROXY
2023-05-10T5217: Kernel add CONFIG_NFT_SYNPROXYViacheslav Hletenko
2023-05-06Merge pull request #347 from sever-sever/T5203Christian Breunig
T5203: Disable by default vyos-wan-load-balance.service
2023-05-05T5203: Disable by default vyos-wan-load-balance.serviceViacheslav Hletenko
2023-05-04T4928: add zstd to initrdChristian Breunig
2023-05-02Kernel: T5003: use bash over sh (which defaults to dash)Christian Breunig
2023-05-02Kernel: T4928: enable CONFIG_RD_ZSTD and CONFIG_DECOMPRESS_ZSTDChristian Breunig
2023-05-02Kernel: T4928: update Linux Kernel to v6.1.27Christian Breunig
2023-05-01jool: T160: Added scripts to build jool packagezsdc
Added dependencies and build scripts for https://github.com/NICMx/Jool/
2023-04-29Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=mChristian Breunig
2023-04-27Merge pull request #342 from rgwan/currentChristian Breunig
frr: T5123: Backport detailed ospf route table patch to frr 8.5
2023-04-27frr: T5123: Backport detailed ospf route table patch from frr 9.0 to frr 8.5Zhiyuan Wan
2023-04-26Kernel: T4928: update Linux Kernel to v6.1.26Christian Breunig
2023-04-26Docker: T5185: update commit refs for vyos1x-configJohn Estabrook
2023-04-22Merge pull request #328 from rgwan/currentChristian Breunig
frr: T5123: Add patch to support show detailed ospf route table
2023-04-21Merge pull request #337 from indrajitr/remove-minisignChristian Breunig
minisign: T5166: Remove custom build and pickup from upstream Debian
2023-04-21minisign: T5166: Remove custom build and pickup from upstream DebianIndrajit Raychaudhuri
A newer version of minisign is already available in Debian Bookworm. We can skip building a custom package. This is a follow-up to T5003.
2023-04-21Kernel: T4928: update Linux Kernel to v6.1.25Christian Breunig
2023-04-13Kernel: T4928: update Linux Kernel to v6.1.24Christian Breunig
2023-04-11Revert "systemd: services: remove autostart of sendmail and rsyslogd"Christian Breunig
This reverts commit 0b91d71b9cd7e9641287433ea0d0fed3982edb23. Somehow FRR does not like it to be started with no logging daemon present and Smoketests fail.
2023-04-10frr: T5123: Add patch to support show detailed ospf route tableZhiyuan Wan
2023-04-09Merge pull request #334 from chenxiaolong/eapol_tls_1.0_regressionChristian Breunig
T5151: hostap: Reintroduce Debian's allow-legacy-renegotiation.patch
2023-04-09T5151: hostap: Reintroduce Debian's allow-legacy-renegotiation.patchAndrew Gunnerson
The Debian 12 upgrade in T5003 caused a regression for connecting to legacy networks that only support TLSv1.0/1.1 for EAP-TLS. This commit fixes one part of the issue by adding Debian's patch for allowing legacy renegotiation (SSL_OP_LEGACY_SERVER_CONNECT flag). The flag used to be allowed by default, but that changed with the openssl 3.0 upgrade in Debian 12. (This commit also updates `build.sh` to just overwrite `debian/patches/series` and not delete patch files since dpkg-buildpackage/quilt never applies unlisted patches.) Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-04-08systemd: services: remove autostart of sendmail and rsyslogdChristian Breunig
2023-04-06Kernel: T4928: update Linux Kernel to v6.1.23Christian Breunig
2023-04-04Merge pull request #333 from sever-sever/T5142Christian Breunig
T5142: systemd-journald-audit must not show logs from auditd
2023-04-04Merge pull request #332 from zdc/T5138-sagittaChristian Breunig
accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributes
2023-04-04T5142: systemd-journald-audit must not show logs from auditdViacheslav Hletenko
auditd logs must no be displayed for journalctl mask it
2023-04-04accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributeszsdc
Use L2TP Calling-Number in Calling-Station-ID RADIUS attribute
2023-04-01Merge pull request #331 from sever-sever/T5125-2.0.50-4Christian Breunig
T5125: bump hsflowd version to v2.0.50-4
2023-04-01T5125: bump hsflowd version to v2.0.50-4Viacheslav Hletenko
2023-03-31T5129: add AWS build flavourChristian Breunig
2023-03-31Merge pull request #329 from sever-sever/T5125Christian Breunig
T5125: Add DBUS option to build hsflowd for getting sflow stat