summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
5 daysMerge pull request #946 from dmbaturin/T6230-ipt-netflow-libs-fixViacheslav Hletenko
packages: T6230: include iptables modules in vyos-ipt-netflow
5 dayspackages: T6230: include iptables modules in vyos-ipt-netflowDaniil Baturin
7 daysMerge pull request #936 from sarthurdev/kea_2.6Daniil Baturin
kea: T7281: Update Kea to 2.6.1-2
7 daysMerge pull request #944 from c-po/netplug-T7353Daniil Baturin
T7353: netplug.service is started by vyos-router
8 dayskea: T7281: Patches from upstream to include ping_check librarysarthurdev
9 dayskea: T7281: Update Kea to 2.6.1-2sarthurdev
9 daysMerge pull request #945 from boretom/fix/T7357-libnss-mapuserViacheslav Hletenko
vyos-build: T7357: add libnss-mapuser package
10 daysvyos-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>
10 daysT7353: 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.
11 daysMerge pull request #942 from dmbaturin/T7345-goodbye-busterViacheslav Hletenko
build: T7345: do not use Debian Buster repos in image builds
12 daysMerge pull request #941 from dmbaturin/T7344-build-bash-completionViacheslav Hletenko
packages: T7344: build bash-completion from source
12 dayspackages: T7344: build bash-completion from sourceDaniil Baturin
12 daysbuild: 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
2025-04-01build: T7301: do not include the GPG image signing key in imagesDaniil Baturin
2025-03-30T7292: add build dependency python3-protobufJohn Estabrook
Used at build of python modules to autogenerate dataclasses from vyconf.proto.
2025-03-30Merge pull request #937 from kumvijaya/currentChristian Breunig
T7291: disabled codeowners review
2025-03-28T7291: disabled codeowners reviewkumvijaya
2025-03-25Merge pull request #935 from oniko94/fix/T7278-fix-cracklib-dep-buildDaniil Baturin
T7278: Fix python3-cracklib database creation on update
2025-03-25T7278: Fix missing cracklib database files on image updateoniko94
2025-03-21Merge pull request #934 from AndriiFullroot/VyOS_T7226Viacheslav Hletenko
T7226: Fixed ldpd crash with tLDP message for disabled LDP hello message
2025-03-21T7226: Fixed ldpd crash with tLDP message for disabled LDP hello messageAndrii Melnychenko
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
2025-03-21Merge pull request #930 from c-po/T861-secure-bootChristian Breunig
T861: minor improvements to secure-boot certificate handling
2025-03-18Merge pull request #932 from AndriiFullroot/VyOS_T7226Viacheslav Hletenko
T7226: Added FRR patch with option that disables LDP hello
2025-03-18T861: "make purge" should also remove efivars fileChristian Breunig
2025-03-18T861: use custom Kernel certificate over the root shim signing certificateChristian Breunig
2025-03-18T861: use secure-boot certificates from data/certificatesChristian Breunig
2025-03-18T861: disable colored output when using live-build - good for CIChristian Breunig
2025-03-18Docker: T861: move to bookworm-slim distributionChristian Breunig
2025-03-18T861: add .build/config and config/ to .gitignoreChristian Breunig
2025-03-18Merge pull request #931 from jestabro/commitdDaniil Baturin
T7121: Set up communication vyconfd to vyos-commitd
2025-03-17Merge pull request #933 from dmbaturin/T7217-remove-dropbear-keysChristian Breunig
hooks: T7217: remove Dropbear SSH host keys at image build time
2025-03-17hooks: T7217: remove Dropbear SSH host keysDaniil Baturin
that may be generated by postinstall scripts to prevent accidental use of non-unique keys baked into images
2025-03-17T7226: Added FRR patch with option that disables LDP helloAndrii Melnychenko
2025-03-16T7121: disable vyos-commitd.service until replacement of vyos-configdJohn Estabrook
2025-03-16T7121: add build dependency protobuf-compilerJohn Estabrook
2025-03-16Merge pull request #929 from kumvijaya/currentChristian Breunig
T7247: removed pr number from private mirror workflow call
2025-03-16Merge pull request #928 from c-po/T5400-fix-schroedingers-envChristian Breunig
Docker: T5400: do not initialize OPAM environment at all
2025-03-16T7247: removed pr number from private mirror workflow callkumvijaya
2025-03-15Docker: T5400: do not initialize OPAM environment at allChristian Breunig
Instead of trying to fix - what we call - "Schroedingers build environment" in this container, we should rather fix the Makefiles of the individual project using OCaml code.
2025-03-15Revert "Docker: T5400: ensure OPAM environment is always present"Christian Breunig
This reverts commit b8f99c754702b094ace7fd632f3a035736a44fb4.
2025-03-12Merge pull request #925 from Yuanandcircle/T7233Christian Breunig
T7233: Fix wrong MOK certs path in the script of build-kernel.sh
2025-03-11Kernel: T6230: add ipt_NETFLOW out-of-tree moduleChristian Breunig
2025-03-11T7233: Fix wrong MOK certs path in the script of build-kernel.shYouyuan
2025-03-07Docker: T5400: ensure OPAM environment is always presentChristian Breunig
2025-03-05Merge pull request #923 from jestabro/libvyosconfig-buildChristian Breunig
Docker: T5400: move build of libvyosconfig to vyos-1x
2025-03-04Docker: T5400: move build of libvyosconfig to vyos-1xJohn Estabrook
libvyosconfig is both a build and a run dependency of vyos-1x. Satisfying the build dependency within the Docker image requires coordination of updates to vyos-build/libvyosconfig/vyos-1x on any changes to the library; simplify this process by moving the build to a step of the vyos-1x Makefile.
2025-02-25Merge pull request #921 from sever-sever/T7197Christian Breunig
T7197: Decrease config smoketest to 2 CPUs and 7G RAM