summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-17T4306: do not perform a dirtiness check for release buildsDaniil Baturin
2022-03-15frr: T4302: upgrade to version 8.2Christian Poessinger
2022-03-15frr: T4163: enable bmp (BGP Monitoring Protocol, RFC 7854) plugin for bgpdChristian Poessinger
2022-03-12Kernel: T3318: update Linux Kernel to v5.10.105Christian Poessinger
2022-03-09Kernel: T3318: update Linux Kernel to v5.10.104Christian Poessinger
2022-03-02Kernel: T3318: update Linux Kernel to v5.10.103Christian Poessinger
2022-03-01Merge pull request #218 from jestabro/open-vmdk-gcc-10John Estabrook
pull in patch for building open-vmdk under gcc-10.+
2022-03-01pull in patch for building open-vmdk under gcc-10.+John Estabrook
Temporary fix for issue https://github.com/vmware/open-vmdk/issues/12 not yet merged.
2022-03-01T4235: update commit refs for vyos1x-config, libvyosconfigJohn Estabrook
2022-02-23Kernel: T3318: update Linux Kernel to v5.10.102Christian Poessinger
2022-02-16Kernel: T3318: update Linux Kernel to v5.10.101Christian Poessinger
2022-02-16Merge pull request #217 from runborg/armfixChristian Poessinger
T4197: Fix architecture on custom deb repositories on arm
2022-02-16T4197: Fix architecture on custom deb repositories on armRunar Borge
2022-02-10T4235: update commit refs for vyos1x-config, libvyosconfigJohn Estabrook
2022-02-08 Kernel: T3318: update Linux Kernel to v5.10.99Christian Poessinger
2022-02-06Docker: use python-is-python3 over python-is-python2 to keep dh-pythonChristian Poessinger
vyos-1x and other packages require dh-python. This is uninstalled when python-is-python2 is selected - thus switch to python-is-python3.
2022-02-06Revert "Docker: move Kernel "python-is-python2" requirement to the end"Christian Poessinger
This reverts commit 5271c0fa650ee48528aab21b7ac7ce4ffabac0ae.
2022-02-06Jenkins: Docker: buildcontainers w/o cacheChristian Poessinger
... so we fetch latest Debian updates
2022-02-06Docker: move Kernel "python-is-python2" requirement to the endChristian Poessinger
So other packages can not remove it.
2022-02-04Kernel: T3318: update Linux Kernel to v5.10.96Christian Poessinger
2022-02-03Remove pin ocaml-cytpes to 0.16.0 (commit 968096eb)John Estabrook
2022-01-31Kernel: T3318: update Linux Kernel to v5.10.95Christian Poessinger
2022-01-29upnpd: T3420: disable service by defaultChristian Poessinger
2022-01-27Kernel: T3318: update Linux Kernel to v5.10.94Christian Poessinger
2022-01-27Jenkins: publish generic "latest-rolling" ISO download imageChristian Poessinger
2022-01-24Merge pull request #214 from DmitriyEshenko/patch-6Christian Poessinger
Accel-PPP: T4204: update accel-ppp version
2022-01-24Accel-PPP: T4204: update accel-ppp versionEshenko Dmitriy
2022-01-20Kernel: T3318: update Linux Kernel to v5.10.93Christian Poessinger
2022-01-20ndppd: T4172: fix upstream version tagChristian Poessinger
2022-01-19Merge pull request #212 from hensur/patch-ndppdChristian Poessinger
ndppd: T4172: Backport upstream fix for ndppd
2022-01-16packages: T3164: build Dropbear from source with PAM supportChristian Poessinger
Dropbear version shipped in Debian does not have PAM support enabled. For the VyOS console server it would be nice to have the possibility to use RADIUS authentication.
2022-01-16Docker: T3164: add build dependencies for Dropbear SSH daemonChristian Poessinger
2022-01-16Kernel: T3318: update Linux Kernel to v5.10.92Christian Poessinger
2022-01-12Kernel: T3318: update Linux Kernel to v5.10.91Christian Poessinger
2022-01-11ndppd: T4172: Backport upstream fix for ndppdHenning Surmeier
Backports a fix to not read the full ipv6 route table if there is no need to do so. Which is the case when no auto prefixes are configured.
2022-01-09keepalived: T4128: pin package to specific Git commitChristian Poessinger
keepalived commit 8af889bc is known to work - pin builds to this version until we decide for a newer release (2.2.5 or higher).
2022-01-06systemd: services: remove haproxyChristian Poessinger
Commit https://github.com/vyos/vyos-user-utils/commit/95db6327c4a7b94eb4634 added the haproxy package to the image which will automatically run that service. All external services should be controlled by VyOS CLI thus haproxy is disabled by default.
2022-01-05T3785: pin vyos1x-config to update for handling utf-8 charsJohn Estabrook
2022-01-05Merge pull request #211 from sarthurdev/currentChristian Poessinger
vyos-user-utils: Disable dnsdist service introduced by `vyos-user-utils` package
2022-01-05Kernel: T3318: update Linux Kernel to v5.10.90Christian Poessinger
2022-01-05vyos-user-utils: Disable service `dnsdist` introduced into `vyos-user-utils` ↵sarthurdev
package This service hosts a DNS server on port 53 by default and was breaking dns forwarding smoketests. Also removing legacy `mdns-repeater` service as no longer used.
2022-01-04Jenkins: downloads.vyos.io is deprecated - no longer upload ISO imageChristian Poessinger
2022-01-04Jenkins: increase build timeout to 3 hoursChristian Poessinger
2022-01-03keepalived: T4128: build package from upstream sourceChristian Poessinger
2022-01-03Docker: T4128: add dependencies to build keepalived from sourceChristian Poessinger
2021-12-30 Kernel: T3318: update Linux Kernel to v5.10.89Christian Poessinger
2021-12-26Testsuite: fix cdrom boot in UEFI modeChristian Poessinger
2021-12-26Revert "Testsuite: limit QEmu test disk size to 1G to not waste space on ↵Christian Poessinger
build host" This reverts commit a5e591fa9b66b229f7296de177a570c7b7126be4.
2021-12-26Jenkins: only deploy ISO if requested via parameterChristian Poessinger
2021-12-26Testsuite: limit QEmu test disk size to 1G to not waste space on build hostChristian Poessinger