summaryrefslogtreecommitdiff
path: root/scripts/package-build
AgeCommit message (Collapse)Author
2025-08-25Merge pull request #1016 from c-po/kernel-6.6.102Christian Breunig
Kernel: T5887: update Linux Kernel to v6.6.102
2025-08-25Kernel: T5887: remove unused build dependency cleanup code pathChristian Breunig
2025-08-23T7749: Dehardcode x86_64 ARCH to build VPP libraries for accel-pp-ngViacheslav
Dehardcode x86_64 ARCH to build VPP libraries used for accel-ppp-ng
2025-08-22T7725: Bump accel-ppp-ng version to f5764eaViacheslav
Regular upgrade
2025-08-21Merge pull request #1013 from nobidev/features/add_libssl_for_tacacsDaniil Baturin
T7733: Add miss dependency libssl-dev for build tacacs
2025-08-19Merge pull request #1008 from sever-sever/T7714-kernelDaniil Baturin
T7714: Exclude auxiliary directories from linux-kernel tarballs
2025-08-19Merge pull request #1007 from sever-sever/T7714Daniil Baturin
T7714: Exclude auxiliary directories from common tarballs
2025-08-19T7714: Exclude auxiliary directories from linux-kernel tarballsViacheslav
Exclude auxiliary directories from linux-kernel and related to linux-kernel tarballs
2025-08-19T7733: Add miss dependency libssl-dev for build tacacsNobi
2025-08-18T7725: Bump accel-ppp-ng version to 1674efeViacheslav
Regular upgrade
2025-08-18T7729: Build accel-ppp-ng remove extra whitespaceViacheslav
Build accel-ppp-ng remove extra whitespace to fix build binaries
2025-08-16T7725: Bump accel-ppp-ng version to e14d23eViacheslav
Regular update
2025-08-14T7714: Exclude auxiliary directories from common tarballsViacheslav
2025-08-14T7697: Remove vyos-vpp build requirements to build vyos-1xViacheslav
The vyos-vpp repo was merged to the vyos-1x in the https://github.com/vyos/vyos-1x/pull/4650 We do not need copy from vyos-vpp repo anymore.
2025-08-06T7692: Bump VPP version to the stable 2506Viacheslav
2025-08-04Merge pull request #1001 from hedrok/T7537-aws-glbtun-updateDaniil Baturin
T7537: aws-gwlbtun: update to c1fd48b
2025-07-31T7666: Add script to build accel-ppp-ng binaries (#1002)Viacheslav Hletenko
* T7666: Add vpp-sflow src patches and accel-ppp-ng to gitignore * T7666: Add script to build accel-ppp-ng binaries * Update scripts/package-build/linux-kernel/build-accel-ppp-ng.sh --------- Co-authored-by: Daniil Baturin <daniil@baturin.org>
2025-07-30T7537: aws-gwlbtun: update to c1fd48bKyrylo Yatsenko
Updated aws-gwlbtun requires boost too new for Debian bookworm, but requires only one header-only library. * Add download/installation of thist boost header library. * Set path to this boost installation via cmake options.
2025-07-29Merge pull request #998 from sever-sever/T7639Christian Breunig
T7639: Add patches to fix FRR reload for IS-IS segment routing
2025-07-28Merge pull request #1000 from c-po/frr-build-fixChristian Breunig
frr: T7663: add missing build dependencies libnl-3-dev & libpcre3-dev
2025-07-28frr: T7663: add missing build dependencies libnl-3-dev & libpcre3-devChristian Breunig
2025-07-28frr: T7663: remove custom rtrlib build - package included in Debian BookwormChristian Breunig
2025-07-28T7639: Add patches to fix FRR reload for IS-IS segment routingViacheslav
2025-07-24T7175: Downgraded vpp-sflow version v0.9.02-2 to be compatible with VPP ↵Kyle McClammy
stable/2410
2025-07-22Merge pull request #991 from vyos/T7647Daniil Baturin
T7647: Bump keepalived version to 2.3.3
2025-07-22VPP: T7175: Added sflow plugin to build (#962)KyleM
2025-07-21T7647: Bump keepalived version to 2.3.3Viacheslav
2025-07-11Kernel: T5887: update Linux Kernel to v6.6.96Christian Breunig
2025-06-11Kernel: T7539: compile in WWAN drivers and not use loadable modulesChristian Breunig
2025-06-11Kernel: T7539: add option to only install build dependencies for developmentChristian Breunig
2025-06-10Merge pull request #927 from sever-sever/T4409Daniil Baturin
T4409: Fix Framed-Route with attr Accel-VRF-Name
2025-06-10Merge pull request #973 from tjjh89017/T7534Christian Breunig
T7534: netfilter: add asciidoc-base as build depend
2025-06-10Merge pull request #975 from sever-sever/T7530Daniil Baturin
T7530: Build package binaries script should exit if repo is absent
2025-06-10T7534: netfilter: add asciidoc-base,bison as build dependDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-06-09Remove an emoji from an error messageDaniil Baturin
2025-06-09Remove an emoji from an error messageDaniil Baturin
2025-06-09T7530: Build package binaries script should exit if repo is absentViacheslav Hletenko
The build package binaries script should exit if the repo is absent or cannot be cloned If a build package `repo-a` depends on the `repo-b` and the `repo-b` cannot be cloned, then we shoud exit from the script to avoid partly build dependencies For example: ``` [[packages]] name = "fake-repo" commit_id = "v0.0.1" scm_url = "https://github.com/vyos/fake-repo" [[packages]] name = "ethtool" commit_id = "debian/1%6.10-1" scm_url = "https://salsa.debian.org/kernel-team/ethtool" ``` If ethtool depends on some fake-package and this package cannot be downloaded from the repo, then we shouldn't build the ethtool package at all.
2025-06-08T7535: aws-gwlbtun: add cmake for dependDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-05-30Kernel: T7428: re-enable CONFIG_INOTIFY_STACKFSChristian Breunig
Kernel compile time option for our custom patch to enable inotify on stackable filesystems accidently got removed in commit cfdd4451ca3aa ("Kernel: T7428: remove io_uring support"). Option was re-enabled.
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-28T7494: FRR add build dependency flex libelf-devViacheslav Hletenko
2025-05-28T7494: FRR add missing build bison and liblua dependenciesViacheslav Hletenko
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-06Merge pull request #955 from tjjh89017/arm64_kernelViacheslav Hletenko
T7406: add virtio-gpu and pl011 console support for arm64
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-04-28T7406: add virtio-gpu and pl011 console support for arm64Date Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-04-24Merge pull request #943 from nvollmar/T7347Daniil Baturin
T7347: Update prometheus exporters