summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-11Merge pull request #960 from c-po/fix-blackbox-exporter-buildHEADcurrentViacheslav Hletenko
build: T6949: add missing build trigger for blackbox exporter
2025-05-11build: T6949: add missing build trigger for blackbox exporterChristian Breunig
Commit d6fab6c8c036 ("T6949: Adds build for blackbox exporter deb package") added the general requirements for a package build - but it missed the trigger for changes within the build ocnfiguration dir.
2025-05-06Merge pull request #955 from tjjh89017/arm64_kernelViacheslav Hletenko
T7406: add virtio-gpu and pl011 console support for arm64
2025-05-05Merge pull request #958 from c-po/io_uringDaniil Baturin
Kernel: T7428: remove io_uring support
2025-05-05Merge pull request #959 from c-po/ansi-T7356Daniil Baturin
systemd: T7356: use short service names to avoid truncation
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: T7428: remove io_uring supportChristian Breunig
Given the recent chatter about io_uring and it flaws - e.g. [1] - and we have to my knowledge no use for it we should remove it from the Kernel configuration. Every feature not used and removed from the Kernel is a good one. 1: https://www.armosec.io/blog/io_uring-rootkit-bypasses-linux-security/
2025-05-04Kernel: T5887: update Linux Kernel to v6.6.89Christian Breunig
2025-04-29Merge pull request #957 from dmbaturin/T7409-no-md5Daniil Baturin
build: T7409: do not include MD5 checksums in the ISO image
2025-04-28Merge pull request #953 from dmbaturin/T7399-no-apt-downgradeChristian Breunig
build: T7399: remove the APT option to allow downgrades
2025-04-28Merge pull request #956 from tjjh89017/T7407Christian Breunig
T7407: fix the incorrect url for arm64 salt pkgs
2025-04-28Merge pull request #954 from tjjh89017/arm64Christian Breunig
T7405: add missing dependency kpartx for all archs
2025-04-28build: T7409: do not include MD5 checksums in the ISO imageDaniil Baturin
2025-04-28T7407: fix the incorrect url for arm64 salt pkgsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-04-28T7406: add virtio-gpu and pl011 console support for arm64Date Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-04-27T7405: add missing dependency kpartx for all archsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-04-25build: T7399: remove the APT option to allow downgradesDaniil Baturin
It doesn't appear necessary anymore, if it ever was
2025-04-24Merge pull request #943 from nvollmar/T7347Daniil Baturin
T7347: Update prometheus exporters
2025-04-24T7384: Radius patch for Dns-Server-IPv6-Address attribute - accel-ppp (#926)AlexIT-FT
* Add 0002-Radius-Dns-Server-IPv6-Address.patch This adds the ability to pull IPv6 DNS servers from the radius response not just hard coded in the config file
2025-04-24Merge pull request #952 from vyos/c-po-patch-1Viacheslav Hletenko
Kernel: T5887: update Linux Kernel to v6.6.87
2025-04-23Kernel: T5887: update Linux Kernel to v6.6.87c-po-patch-1Christian 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-23packages: T7347: Update prometheus exportersNicolas Vollmar
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-20Merge pull request #949 from ryanzuwala/currentChristian Breunig
radvd: T7376: upgrade package to v2.20
2025-04-20Merge pull request #950 from kumvijaya/currentChristian Breunig
T7334: pr mirror trigger workflow added with label creation permission for default github token
2025-04-20T7334: pr mirror trigger workflow added with label creation permission for ↵kumvijaya
default github token
2025-04-19radvd: T7376: upgrade package to v2.20Ryan Zuwala
2025-04-18Merge pull request #947 from dmbaturin/T7241-remove-fastnemonViacheslav Hletenko
build: T7241: remove fastnetmon from the list of services to be disabled by default
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-18Merge pull request #946 from dmbaturin/T6230-ipt-netflow-libs-fixViacheslav Hletenko
packages: T6230: include iptables modules in vyos-ipt-netflow
2025-04-17packages: T6230: include iptables modules in vyos-ipt-netflowDaniil Baturin
2025-04-15Merge pull request #936 from sarthurdev/kea_2.6Daniil Baturin
kea: T7281: Update Kea to 2.6.1-2
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-14kea: T7281: Patches from upstream to include ping_check librarysarthurdev
2025-04-14kea: T7281: Update Kea to 2.6.1-2sarthurdev
2025-04-13Merge pull request #945 from boretom/fix/T7357-libnss-mapuserViacheslav Hletenko
vyos-build: T7357: add libnss-mapuser package
2025-04-13vyos-build: T7357: add libnss-mapuser packageThomas Kupper
After renaming the package from libnss-mapuser to vyos-libnss-mapuser in T7336-new-package-name, the package is missing from scripts/package-build/. Adding it, taking libpam-radius-auth as an example. The dependency is taking from the Build-Depends field of the debian/control file of the libnss-mapuser package. Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
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-11Merge pull request #942 from dmbaturin/T7345-goodbye-busterViacheslav Hletenko
build: T7345: do not use Debian Buster repos in image builds
2025-04-10Merge pull request #941 from dmbaturin/T7344-build-bash-completionViacheslav Hletenko
packages: T7344: build bash-completion from source
2025-04-10packages: T7344: build bash-completion from sourceDaniil Baturin
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 #938 from jestabro/commit-cliJohn Estabrook
T7292: add build dependency python3-protobuf
2025-04-01Merge pull request #924 from c-po/ipt-netflowDaniil Baturin
Kernel: T6230: add ipt_NETFLOW out-of-tree module