summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2026-02-17Kernel: T8134: split-out common executable file formats from configChristian Breunig
2026-02-17Kernel: T8134: Realtek drivers do not need to be build using sudoChristian Breunig
2026-02-17Kernel: T8134: support building from Git source directoryChristian Breunig
If build.py detects a local "linux" directory which could be a Git repository - it is used over downloading the released tarball.
2026-02-17Kernel: T8134: add ccache build dependency for local build time speedupxChristian Breunig
2026-02-17Kernel: T8134: add snmp build dependencies for ipt-netflowChristian Breunig
2026-02-17T8126: FRR add no traffic-eng commandKyrylo Yatsenko
Add FRR patch with adding 'no traffic-eng' command and other pathd fixes. See commit description in patch file for full info.
2026-02-16T8219: Start building Salt from source. Update to v3006.21, remove old repo ↵asklymenko
keys.
2026-02-13T8267: Extend the vyos-build repo to include Ansible install phonyViacheslav Hletenko
Extend the vyos-build repo to include Ansible install PHONY Add the ability to install Ansible and VyOS compatible modules. It could be used for the further "topology tests". It also could be helpful with environment questions where a bug was reproduced. Use virtual environment to install Ansible + VyOS modules New options: - make ansible-install - make ansible-check - make ansible-clean
2026-02-12T8265: leave config path hint in raw image install_imageJohn Estabrook
The raw_image.py script as part of the build-image tools neglects to leave the canonical hint file in the config install path. This is standard in the op mode image_installer.py script and is used to detect previous installations.
2026-02-11T8256: update Linux Kernel to v6.6.124Christian Breunig
2026-02-07T6977: FRR patch for 'no encapsulation' commandKyrylo Yatsenko
Patch adds command 'no encapsulation' under segment-routing/srv6
2026-02-07T6977: Remove patches that were added to 10.5Kyrylo Yatsenko
2026-02-03T8219: Start building Salt from sourceasklymenko
2026-02-03Merge pull request #1112 from asklymenko/currentDaniil Baturin
T8219: Start building Salt from source
2026-01-30Merge pull request #1110 from ritika0313/T8141-2510-toml-updateViacheslav Hletenko
T8141: VPP - Rebase to stable 2510 - package.toml update
2026-01-29T8219: Start building Salt from sourceasklymenko
2026-01-27T8210: ARM: Add missing kernel modules for Marvell CN9130 platformViacheslav Hletenko
2026-01-26T8141: VPP - Rebase to stable 2510Ritika Chopra
2026-01-26Merge pull request #1109 from c-po/kernel-6.6.121John Estabrook
Kernel: T8203: Update Linux Kernel to 6.6.121
2026-01-24Kernelx: T8203: bump linux-firmware to 20260110Christian Breunig
2026-01-24Kernel: T8203: update Linux Kernel to v6.6.121Christian Breunig
2026-01-22Merge pull request #1105 from dmbaturin/T8135-snmptrapd-dosDaniil Baturin
T8135: backport the fix for CVE-2025-68615 (DoS in snmptrapd)
2026-01-21Merge branch 'current' into T8193-better-build-type-arch-errorDaniil Baturin
2026-01-21Merge pull request #1090 from hedrok/T7664-upgrade-frr-10.5Christian Breunig
T7664: Upgrade frr 10.5
2026-01-20T8135: backport the fix for CVE-2025-68615 (DoS in snmptrapd)Daniil Baturin
2026-01-19T7664: Add patch to fix zebra crashKyrylo Yatsenko
2026-01-19build: T8194: fix a typo in the root privileges commentDaniil Baturin
2026-01-19build: T8193: handle the case when build type and architecture mix-in files ↵Daniil Baturin
do not exist
2026-01-19build: T8194: use an exception to simplify exception handlingDaniil Baturin
2026-01-17build: T8185: fix install path for default configs in [[include_chroot]]John Estabrook
2026-01-17build: T8185: correct the install path for entry [default_config]John Estabrook
2026-01-17build: T8185: add vyos-1x directories dict to local utilsJohn Estabrook
2026-01-15Merge pull request #1102 from sever-sever/T8181Daniil Baturin
T8181: Add kernel CONFIG_MODULE_SIG for arm64 architecture
2026-01-15Merge pull request #1092 from sever-sever/T8065-v2Daniil Baturin
T8065: Dehardcode qemu settings to allow run tests on arch arm64
2026-01-15Merge pull request #1100 from sever-sever/T8174Christian Breunig
T8174: Disable CHELSIO_FCOE kernel module due to issues
2026-01-15T8181: Add kernel CONFIG_MODULE_SIG for arm64 architectureViacheslav Hletenko
Add missed CONFIG_MODULE_SIG kernel options for arm64 architecture
2026-01-14T8065: Dehardcode qemu settings to allow run tests on arch arm64Viacheslav Hletenko
2026-01-13T8162: Migrate to ipt-NETFLOW forkKyrylo Yatsenko
Switch to https://github.com/nuclearcat/ipt-netflow as it has up-to-date kernel support. Remove outdated patches.
2026-01-13T8174: Disable CHELSIO_FCOE kernel module due to issuesViacheslav Hletenko
While by-passing a Chelsio NIC in Proxmox, some users are experiencing issues with the `csiostor module`. After manually blacklisting the module in GRUB settings, no issues were found. Comment this module for the kernel.
2026-01-07T7664: Add patch that simplifies and cleans mgmtdKyrylo Yatsenko
Add https://github.com/FRRouting/frr/pull/20088 This PR fixes some crashes and lock problems in mgmtd.
2026-01-06T8146: Confirm the key when config encryption is configured without TPMGiga Murphy
2026-01-06T8155: Update accel-ppp-ng version to 3e30d9bViacheslav Hletenko
ipoe: Fix flowi4_tos build error for the Kernel 6.18
2026-01-05T7664: Rebase patches on 10.5Kyrylo Yatsenko
2026-01-05T7664: Remove patches that are already in 10.5Kyrylo Yatsenko
2026-01-05T7664: Upgrade FRR to 10.5Kyrylo Yatsenko
Need several patches: 0012-Revert-tools-Allow-deleting-of-interfaces.patch: Reverts change in frr-reload.py that runs 'no interface' command when all configuration of interface is deleted. When interface is still active this leads to lots of errors. 0013-Revert-bgpd-Ensure-incorrect-GR-config-isn-t-display.patch: Reverts change that FRR doesn't show graceful-reastart configuration for peer groups.
2025-12-30Merge pull request #1089 from sever-sever/T8132Daniil Baturin
T8132: Update the APT mirror list before a package build
2025-12-30Revert "T8121: Bump net-snmp version to 5.9.5.2"Viacheslav Hletenko
2025-12-30Merge pull request #1084 from sever-sever/T8117Daniil Baturin
T8117: Bump hsflowd version to v2.1.21-1 to fix sample collection on subinterfaces
2025-12-29Merge pull request #1083 from c-po/qemu-reuse-qcow2Christian Breunig
T8111: cloud-init: Implement smoketests for testing
2025-12-29T8132: Update the APT mirror list before a package buildViacheslav Hletenko
The repository update process must be independent of the existence of package/package.toml dependencies. This may lead to build failures for certain packages. Alway update the APT mirror list before build.