summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-30Kernel: T5887: update Linux Kernel to v6.6.92c-po-patch-1Christian Breunig
2025-05-28Merge pull request #967 from dmbaturin/T7490-broadcast-relay-buildYevhen Bondarenko
packages: T7490: add build files for udp-broadcast-relay
2025-05-28packages: T7490: add build files for udp-broadcast-relayDaniil Baturin
2025-05-28Merge pull request #969 from sever-sever/T7494-flexViacheslav Hletenko
T7494: FRR add build dependency flex libelf-dev
2025-05-28T7494: FRR add build dependency flex libelf-devViacheslav Hletenko
2025-05-28Merge pull request #968 from sever-sever/T7494Christian Breunig
T7494: FRR add missing build bison and liblua dependencies
2025-05-28T7494: FRR add missing build bison and liblua dependenciesViacheslav Hletenko
2025-05-26Merge pull request #966 from kumvijaya/currentViacheslav Hletenko
T7445: added open prs conflict checker caller workflow
2025-05-22Merge pull request #963 from jestabro/config-contextJohn Estabrook
T7352: add arg to test script for running smoketests under vyconfd/commitd
2025-05-22T7352: add test script arg for testing under vyconfd/commitdJohn Estabrook
2025-05-22T7321: enable vyos-commitd.service for intial testingJohn Estabrook
2025-05-22T7445: added open prs conflict checker caller workflowkumvijaya
2025-05-21Merge pull request #965 from c-po/boot-recovery-T1771Daniil Baturin
T1771: enable "reboot-on-upgrade-failure" for new VyOS installations
2025-05-17T1771: enable "reboot-on-upgrade-failure" for new VyOS installationsChristian Breunig
2025-05-15Merge pull request #961 from c-po/kernel-perf-T7253Viacheslav Hletenko
Kernel: T7253: build linux-perf-$version package
2025-05-15Docker: T7253: re-add build-essential dependency for vyos-1xChristian Breunig
vyshim consists out of C code which needs the build-essential package.
2025-05-13Merge pull request #964 from dmbaturin/T7450-use-pcre2Daniil Baturin
docker: T7450: use PCRE2 for vyos-utils and libvyosconfig
2025-05-13docker: T7450: use PCRE2 for vyos-utils and libvyosconfigDaniil Baturin
2025-05-12Kernel: T7253: build linux-perf-$version packageChristian Breunig
Previous patch was removed during VyOS 1.3 -> 1.4 development cycle as the internal handling for Kernel package generation changed. This brings back the perf binary in a new linux-perf-$KERNELVERSION Debian package.
2025-05-12Docker: T7253: remove Kernel build dependencies to shrink container imageChristian Breunig
Move the Kernel build dependencies to package.toml to unbload the build container even more.
2025-05-12Kernel: T5887: update Linux Kernel to v6.6.90Christian Breunig
2025-05-12Add macOS Finder .DS_Store to .gitignore fileChristian Breunig
2025-05-11Merge pull request #960 from c-po/fix-blackbox-exporter-buildViacheslav 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.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-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