summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-13Merge pull request #560 from sever-sever/T6238Christian Breunig
T6238: Check pull request title action requires the python script
2024-04-13Merge pull request #561 from sever-sever/T6235-buildChristian Breunig
T6235: Git update actions-label-merge-conflict version
2024-04-13T6235: Git update actions-label-merge-conflict versionViacheslav Hletenko
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.`
2024-04-13T6238: Check poll request title action requires the python scriptViacheslav Hletenko
The `check-pr-title-and-commit-messages.py` that used for the action is not exists. Add this script.
2024-04-11Kernel: T5887: update Linux Kernel to v6.6.26Christian Breunig
2024-04-11Merge pull request #556 from sever-sever/T6228Christian Breunig
T6228: Cleanup of not existing systemd units
2024-04-11Merge pull request #555 from sever-sever/T1797-disable-serviceChristian Breunig
T1797: Delete not exist disable vpp service
2024-04-11T6228: Cleanup of not existing systemd unitsViacheslav Hletenko
Delete not existing units: ``` 06:12:51 Failed to disable unit, unit logd.service does not exist. 06:12:51 Failed to disable unit, unit heartbeat.service does not exist. ```
2024-04-11T1797: Delete not exist disable vpp serviceViacheslav Hletenko
The builder log: ``` 06:12:53 Failed to disable unit, unit vpp.service does not exist. ```
2024-04-10Merge pull request #553 from c-po/T6173Daniil Baturin
T6173: validate allowed characters in ISO image name
2024-04-08T6173: validate allowed characters in ISO image nameChristian Breunig
Building custom VyOS version: 1.5-asdf%-202404081841 I: Checking if packages required for VyOS image build are installed Version contained illegal character(s), allowed: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+
2024-04-08Merge pull request #551 from jestabro/default-config-choiceChristian Breunig
image-tools: T6207: update test script for prompt for boot config
2024-04-07image-tools: T6207: update test script for prompt for boot configJohn Estabrook
2024-04-06Debian: T6199: add pylint do list of build dependenciesChristian Breunig
2024-04-05Kernel: T5887: update Linux Kernel to v6.6.25Christian Breunig
2024-04-05Merge pull request #549 from HollyGurza/T5124Daniil Baturin
T5124: Python3 deprecation distutils
2024-04-05T5124: Python3 deprecation distutilskhramshinr
2024-04-03Kernel: T5887: rebase inotify patchChristian Breunig
2024-04-03T6199: remove unneeded python3-sphinx build dependency for vyos-1xChristian Breunig
2024-04-03Kernel: T5887: update Linux Kernel to v6.6.24Christian Breunig
2024-04-02Update the rolling release signing keyDaniil Baturin
2024-04-01Merge pull request #547 from c-po/dropbearChristian Breunig
dropbear: T6195: package upgrade 2022.83-1+deb12u1
2024-04-01dropbear: T6195: add missing libpam0g-dev build dependencyChristian Breunig
2024-04-01dropbear: T6195: package upgrade 2022.83-1+deb12u1Christian Breunig
Fix CVE-2023-48795: (terrapin attack) The SSH transport protocol with certain OpenSSH extensions allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack.
2024-04-01Jenkins: remove Debian build dependency files from the workspaceChristian Breunig
No need to provide them via the package repository
2024-03-30Merge pull request #546 from sever-sever/T4204Christian Breunig
T4204: accel-ppp bump version 1.13.0
2024-03-30T4204: accel-ppp bump version 1.13.0Viacheslav Hletenko
Update accel-pppd version to 1.13.0 release Multiple fixes https://github.com/accel-ppp/accel-ppp/releases/tag/1.13.0
2024-03-29Docker: T6180: update commit refs for vyos1x-config/libvyosconfigJohn Estabrook
2024-03-29Merge pull request #544 from sever-sever/T6033Christian Breunig
T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilities
2024-03-29T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilitiesViacheslav Hletenko
Bump the `hsflowd` version to `v2.0.55-1` Fixed and extended PCAP capabilities for not hardware/bridge interfaces (like GRE tunnel interface). It fixes crashes the daemon if you use tunnel interfaces ``` hsflowd[9160]: PCAP: tun0 has no supported datalink encapsulaton hsflowd[9160]: Received signal 11 hsflowd[9160]: SIGSEGV, faulty address is (nil) ``` The correct commit fix in https://github.com/sflow/host-sflow/commit/62346aa67240ced0fb16b6725f16d8fa40eaea60 Updated version starts the hsflowd without issues
2024-03-27Kernel: T5887: update Linux Kernel to v6.6.23Christian Breunig
2024-03-25Merge pull request #542 from rebortg/patch-1Daniil Baturin
Github: PR Template: make related tasks optional
2024-03-24make related tasks optionalRobert Göhler
2024-03-23Merge pull request #541 from dmbaturin/T3664-move-image-build-scriptsJohn Estabrook
build scripts: T3664: move image build scripts to a dedicated directory
2024-03-23build scripts: T3664: move image build scripts to a dedicated directoryDaniil Baturin
to avoid a mix of image build scripts and ancilliary scripts in the same directory
2024-03-23Merge pull request #537 from dmbaturin/vepsJohn Estabrook
build flavors: T3664: reimplement Dell VEP flavors using the new system
2024-03-23ixgbe: T6155: always enable allow_unsupported_sfp even if module_param_array ↵Christian Breunig
is undefined This extends an else path with the logic from commit ea7d59a4b ("ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default")
2024-03-22ixgbe: T6155: remove modprobe.d option fileChristian Breunig
2024-03-22Merge pull request #538 from c-po/T6155-ixgbeChristian Breunig
ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default
2024-03-22ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by defaultChristian Breunig
In-tree vs. Out-Of-Tree drivers differ in the way how unsupported transceivers are defined (uint vs array of int) for the Kernel module parameters. This results in: kernel: ixgbe 0000:5e:00.0: failed to initialize because an unsupported SFP+ module type was detected. kernel: ixgbe 0000:5e:00.0: Reload the driver after installing a supported module. kernel: ixgbe 0000:5e:00.0: removed PHC on eth6 This patch always enables unsupported SFP+ modules as wo do anyway from the userspace but only for the first port.
2024-03-21build flavors: T3664: reimplement Dell VEP flavors using the new systemDaniil Baturin
2024-03-21Docker: T6149: update commit ref for vyos1x-configJohn Estabrook
2024-03-21build script: T3664: fix handling of missing or malformed flavor filesDaniil Baturin
2024-03-20Merge pull request #536 from vyos/dead-scriptsChristian Breunig
chore: T671: remove unused scripts and references to them
2024-03-20chore: T671: remove unused scripts and references to themDaniil Baturin
2024-03-16Merge pull request #525 from Ingramz/add-rtsp-2Christian Breunig
Kernel: T4022: add RTSP netfilter helper kernel module
2024-03-16Merge pull request #526 from sfinke0/fix-tagged-buildChristian Breunig
T6115: Fix tagged builds from detached Git HEAD
2024-03-16Merge pull request #533 from dmbaturin/T1449-default-config-field-currentChristian Breunig
build: T1449: add default_config field support in flavor files to allow people to easily include a custom default config
2024-03-16Kernel: T5887: update Linux Kernel to v6.6.22Christian Breunig
2024-03-15Docker: T6111: update commit ref for vyos1x-configJohn Estabrook