summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2026-01-22T8198: Use zabbix-agent2 from Debian backportsAndrii Klymenko
Zabbix agent 7.x is now available from bookworm-backports so we don't need to take it from any third party or build it anymore.
2026-01-21apt: T8092: remove the Kea repository keyDaniil Baturin
that is no longer needed since we now build Kea from source
2026-01-21geoip: T7926: Refactor geoip handlingsarthurdev
2026-01-07T8159: remove rest of pmacctKyrylo Yatsenko
Apart from pmacctd service, package pmacct also provided nfacctd, sfacctd and uacctd. Remove mention about them as we've removed pmacct.
2025-12-29Merge pull request #1083 from c-po/qemu-reuse-qcow2Christian Breunig
T8111: cloud-init: Implement smoketests for testing
2025-12-25Testsuite: T8111: add --cloud-init test targetChristian Breunig
Add support to dynamically assemble cloud-init NoCloud ISO image and attach it to an existing qcow2 image file. The config data injected via NoCloud is later validated if it has been properly configured on the OS level.
2025-12-19kea: T8092: Build kea from sourcesarthurdev
2025-11-24Kernel: T8035: update Linux Kernel to v6.6.117Christian Breunig
2025-10-24Kernel: T7952: update Linux Kernel to v6.6.114Christian Breunig
2025-10-13Kernel: T5887: update Linux Kernel to v6.6.111Christian Breunig
2025-09-29Merge pull request #1046 from asklymenko/patch-5Viacheslav Hletenko
T7873: Bump Suricata version to 7.0.10
2025-09-28Kernel: T5887: update Linux Kernel to v6.6.108Christian Breunig
2025-09-26T7873: Bump Suricata version to 7.0.10Andrii Klymenko
Suricata 7.0.* is available in bookworm-backports repository only. It also requires libhtp2 package.
2025-09-22kea: T7821: Use correct Kea unit filessarthurdev
2025-09-18Merge pull request #1033 from sarthurdev/kea3.0Viacheslav Hletenko
kea: T7281: Update Kea to 3.0
2025-09-15kea: T7821: Add Kea 3.0 arm64 repositorysarthurdev
2025-09-15kea: T7281: Update Kea to 3.0sarthurdev
2025-09-15T75: remove pmacctKyrylo Yatsenko
2025-09-12Kernel: T5887: update Linux Kernel to v6.6.106Christian Breunig
2025-09-09T7804: Modify SquashFS compression options for ARM64 platformAndrii Klymenko
2025-08-31Kernel: T5887: update Linux Kernel to v6.6.103Christian Breunig
2025-08-25Kernel: T5887: update Linux Kernel to v6.6.102Christian Breunig
2025-07-25Kernel: T5887: update Linux Kernel to v6.6.100Christian Breunig
2025-07-12Merge pull request #988 from c-po/kernel-6.6.96Christian Breunig
Kernel: T5887: update Linux Kernel to v6.6.96
2025-07-11Kernel: T5887: update Linux Kernel to v6.6.96Christian Breunig
2025-07-03iso: T7610: include a file with ISO9660 string to prevent upgrade failures ↵Daniil Baturin
from 1.3.x
2025-06-11Kernel: T5887: update Linux Kernel to v6.6.93Christian Breunig
2025-05-30Kernel: T5887: update Linux Kernel to v6.6.92c-po-patch-1Christian Breunig
2025-05-22T7321: enable vyos-commitd.service for intial testingJohn Estabrook
2025-05-12Kernel: T5887: update Linux Kernel to v6.6.90Christian Breunig
2025-05-05Merge pull request #958 from c-po/io_uringDaniil Baturin
Kernel: T7428: remove io_uring support
2025-05-04systemd: T7356: use short service names to avoid truncationChristian Breunig
The issue ONLY appears on small terminals where systemd automatically truncates the lines to match the terminal width - so far so good. The BUG is, if truncation happens in the service name which is BOLD you're pretty much screwed, as truncation will not reset the color. We can set StatusUnitFormat=description in /etc/systemd/system.conf which will not print the service long description to avoid truncation making the boot a little less verbose. This actually restores the behavior of VyOS 1.3
2025-05-04Kernel: T5887: update Linux Kernel to v6.6.89Christian Breunig
2025-04-28T7407: fix the incorrect url for arm64 salt pkgsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-04-23Kernel: T5887: update Linux Kernel to v6.6.87Christian Breunig
2025-04-23Merge pull request #951 from c-po/syslog-T7367Christian Breunig
T7367: syslog.service links to rsyslog.service - thus disable it, too
2025-04-20T7367: syslog.service links to rsyslog.service - thus disable it, tooChristian Breunig
The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. As rsyslog service is already disabled - also take care of the linked service.
2025-04-20Merge pull request #948 from dmbaturin/T7372-quote-lb-config-argumentsChristian Breunig
build: T7372: correctly quote lb_config arguments
2025-04-18build: T7372: correctly quote lb_config argumentsDaniil Baturin
2025-04-18build: T7241: remove fastnetmon from the list of servicesDaniil Baturin
to be disabled by default
2025-04-18Merge pull request #922 from Embezzle/T6322Daniil Baturin
T6322: Include microcode in amd64 architecture builds
2025-04-15Merge pull request #944 from c-po/netplug-T7353Daniil Baturin
T7353: netplug.service is started by vyos-router
2025-04-14T6322: Include microcode in amd64 architecture buildsAlex W
2025-04-13T7353: netplug.service is started by vyos-routerChristian Breunig
Netplug daemon is started last after all interfaces got initialized to properly monitor them for up/down events.
2025-04-10build: T7345: do not use Debian Buster repos in image buildsDaniil Baturin
2025-04-01Merge pull request #940 from dmbaturin/T7301-goodbye-gnupgChristian Breunig
build: T7301: do not include the GPG image signing key in images
2025-04-01Merge pull request #924 from c-po/ipt-netflowDaniil Baturin
Kernel: T6230: add ipt_NETFLOW out-of-tree module
2025-04-01build: T7301: do not include the GPG image signing key in imagesDaniil Baturin
2025-03-25T7278: Fix missing cracklib database files on image updateoniko94
2025-03-18T861: use custom Kernel certificate over the root shim signing certificateChristian Breunig