Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-11 | Merge pull request #960 from c-po/fix-blackbox-exporter-buildHEADcurrent | Viacheslav Hletenko | |
build: T6949: add missing build trigger for blackbox exporter | |||
2025-05-11 | build: T6949: add missing build trigger for blackbox exporter | Christian 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-06 | Merge pull request #955 from tjjh89017/arm64_kernel | Viacheslav Hletenko | |
T7406: add virtio-gpu and pl011 console support for arm64 | |||
2025-05-05 | Merge pull request #958 from c-po/io_uring | Daniil Baturin | |
Kernel: T7428: remove io_uring support | |||
2025-05-05 | Merge pull request #959 from c-po/ansi-T7356 | Daniil Baturin | |
systemd: T7356: use short service names to avoid truncation | |||
2025-05-04 | systemd: T7356: use short service names to avoid truncation | Christian 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-04 | Kernel: T7428: remove io_uring support | Christian 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-04 | Kernel: T5887: update Linux Kernel to v6.6.89 | Christian Breunig | |
2025-04-29 | Merge pull request #957 from dmbaturin/T7409-no-md5 | Daniil Baturin | |
build: T7409: do not include MD5 checksums in the ISO image | |||
2025-04-28 | Merge pull request #953 from dmbaturin/T7399-no-apt-downgrade | Christian Breunig | |
build: T7399: remove the APT option to allow downgrades | |||
2025-04-28 | Merge pull request #956 from tjjh89017/T7407 | Christian Breunig | |
T7407: fix the incorrect url for arm64 salt pkgs | |||
2025-04-28 | Merge pull request #954 from tjjh89017/arm64 | Christian Breunig | |
T7405: add missing dependency kpartx for all archs | |||
2025-04-28 | build: T7409: do not include MD5 checksums in the ISO image | Daniil Baturin | |
2025-04-28 | T7407: fix the incorrect url for arm64 salt pkgs | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2025-04-28 | T7406: add virtio-gpu and pl011 console support for arm64 | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2025-04-27 | T7405: add missing dependency kpartx for all archs | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2025-04-25 | build: T7399: remove the APT option to allow downgrades | Daniil Baturin | |
It doesn't appear necessary anymore, if it ever was | |||
2025-04-24 | Merge pull request #943 from nvollmar/T7347 | Daniil Baturin | |
T7347: Update prometheus exporters | |||
2025-04-24 | T7384: 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-24 | Merge pull request #952 from vyos/c-po-patch-1 | Viacheslav Hletenko | |
Kernel: T5887: update Linux Kernel to v6.6.87 | |||
2025-04-23 | Kernel: T5887: update Linux Kernel to v6.6.87c-po-patch-1 | Christian Breunig | |
2025-04-23 | Merge pull request #951 from c-po/syslog-T7367 | Christian Breunig | |
T7367: syslog.service links to rsyslog.service - thus disable it, too | |||
2025-04-23 | packages: T7347: Update prometheus exporters | Nicolas Vollmar | |
2025-04-20 | T7367: syslog.service links to rsyslog.service - thus disable it, too | Christian 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-20 | Merge pull request #948 from dmbaturin/T7372-quote-lb-config-arguments | Christian Breunig | |
build: T7372: correctly quote lb_config arguments | |||
2025-04-20 | Merge pull request #949 from ryanzuwala/current | Christian Breunig | |
radvd: T7376: upgrade package to v2.20 | |||
2025-04-20 | Merge pull request #950 from kumvijaya/current | Christian Breunig | |
T7334: pr mirror trigger workflow added with label creation permission for default github token | |||
2025-04-20 | T7334: pr mirror trigger workflow added with label creation permission for ↵ | kumvijaya | |
default github token | |||
2025-04-19 | radvd: T7376: upgrade package to v2.20 | Ryan Zuwala | |
2025-04-18 | Merge pull request #947 from dmbaturin/T7241-remove-fastnemon | Viacheslav Hletenko | |
build: T7241: remove fastnetmon from the list of services to be disabled by default | |||
2025-04-18 | build: T7372: correctly quote lb_config arguments | Daniil Baturin | |
2025-04-18 | build: T7241: remove fastnetmon from the list of services | Daniil Baturin | |
to be disabled by default | |||
2025-04-18 | Merge pull request #922 from Embezzle/T6322 | Daniil Baturin | |
T6322: Include microcode in amd64 architecture builds | |||
2025-04-18 | Merge pull request #946 from dmbaturin/T6230-ipt-netflow-libs-fix | Viacheslav Hletenko | |
packages: T6230: include iptables modules in vyos-ipt-netflow | |||
2025-04-17 | packages: T6230: include iptables modules in vyos-ipt-netflow | Daniil Baturin | |
2025-04-15 | Merge pull request #936 from sarthurdev/kea_2.6 | Daniil Baturin | |
kea: T7281: Update Kea to 2.6.1-2 | |||
2025-04-15 | Merge pull request #944 from c-po/netplug-T7353 | Daniil Baturin | |
T7353: netplug.service is started by vyos-router | |||
2025-04-14 | T6322: Include microcode in amd64 architecture builds | Alex W | |
2025-04-14 | kea: T7281: Patches from upstream to include ping_check library | sarthurdev | |
2025-04-14 | kea: T7281: Update Kea to 2.6.1-2 | sarthurdev | |
2025-04-13 | Merge pull request #945 from boretom/fix/T7357-libnss-mapuser | Viacheslav Hletenko | |
vyos-build: T7357: add libnss-mapuser package | |||
2025-04-13 | vyos-build: T7357: add libnss-mapuser package | Thomas 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-13 | T7353: netplug.service is started by vyos-router | Christian Breunig | |
Netplug daemon is started last after all interfaces got initialized to properly monitor them for up/down events. | |||
2025-04-11 | Merge pull request #942 from dmbaturin/T7345-goodbye-buster | Viacheslav Hletenko | |
build: T7345: do not use Debian Buster repos in image builds | |||
2025-04-10 | Merge pull request #941 from dmbaturin/T7344-build-bash-completion | Viacheslav Hletenko | |
packages: T7344: build bash-completion from source | |||
2025-04-10 | packages: T7344: build bash-completion from source | Daniil Baturin | |
2025-04-10 | build: T7345: do not use Debian Buster repos in image builds | Daniil Baturin | |
2025-04-01 | Merge pull request #940 from dmbaturin/T7301-goodbye-gnupg | Christian Breunig | |
build: T7301: do not include the GPG image signing key in images | |||
2025-04-01 | Merge pull request #938 from jestabro/commit-cli | John Estabrook | |
T7292: add build dependency python3-protobuf | |||
2025-04-01 | Merge pull request #924 from c-po/ipt-netflow | Daniil Baturin | |
Kernel: T6230: add ipt_NETFLOW out-of-tree module |