summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-03container: T5867: podman depends on libgpgme11t64 from trixieChristian Breunig
(cherry picked from commit 884de8dc760b461246fe001b662946970da6f930)
2024-05-02Kernel: T5887: update Linux Kernel to v6.6.30Christian Breunig
(cherry picked from commit 5978fd1df855d163436e4e9108a32bc2d1157af4)
2024-05-01Merge pull request #580 from vyos/mergify/bp/sagitta/pr-579Viacheslav Hletenko
kernel: T6286: Enable Generic driver for Hyper-V VMBus (backport #579)
2024-05-01kernel: T6286: Enable Generic driver for Hyper-V VMBuszsdc
Generic driver for Hyper-V VMBus is required in Hyper-V environments for direct access to network devices from userspace. (cherry picked from commit 999ccad3f8ed35b18eff4cdf6baba6b1b3e87af0)
2024-04-30Merge pull request #577 from vyos/mergify/bp/sagitta/pr-540Christian Breunig
ixgbe: T6162: Add 1000BASE-BX support (backport #540)
2024-04-29ixgbe: T5619: update driver version to 5.20.3Christian Breunig
(cherry picked from commit fbe43ddcc2ee4a132a135bca688c533a4e9fab15)
2024-04-29ixgbe: T6162: Add 1000BASE-BX supportErnesto Castellotti
The ixgbe driver did not support the 1000BASE-BX standard so for example FS.com SFP-GE-BX 1310/1490nm 10km transceiver received an unsupported module error even with allow_unsupported_sfp enabled. To solve this problem I created a patch that was accepted by Linux upstream (https://github.com/torvalds/linux/commit/1b43e0d20f2d007ec4c124b0deaa848ff8d61f4a) so starting from kernel 6.9 the ixgbe driver will have 1000BASE-BX support, however VyOS uses the out of tree driver so it is necessary to backport the patch. (cherry picked from commit a44647f0982f2a6b7a78af80f82e1c650ab0b11e)
2024-04-29Kernel: T5887: update Linux Kernel to v6.6.29Christian Breunig
(cherry picked from commit 471ac04b050b2402d5bfa0e2e8eafe5380a4f0a7)
2024-04-21Kernel: T5887: update Linux Kernel to v6.6.28Christian Breunig
(cherry picked from commit d9499a16a463aa3fb0d6df791232e13c68f3908a)
2024-04-19Merge pull request #571 from jestabro/sagitta-commit-refDaniil Baturin
Docker: T6111: update commit ref for vyos1x-config
2024-04-18Docker: T6111: update commit ref for vyos1x-configJohn Estabrook
2024-04-16Merge pull request #570 from vyos/mergify/bp/sagitta/pr-569John Estabrook
image-tools: T6154: installer prompts to confirm password (backport #569)
2024-04-17image-tools: T6154: installer prompts to confirm non-default passwordJohn Estabrook
(cherry picked from commit 6fe57a7042e82af3a587376ab014d76dc0920e35)
2024-04-14Kernel: T5887: update Linux Kernel to v6.6.27Christian Breunig
(cherry picked from commit eeb1a98a776db56664a504eb4e58df47a24d70cb)
2024-04-14Merge pull request #567 from vyos/mergify/bp/sagitta/pr-559Christian Breunig
ntp: T6080: T6123: restrict config.boot.default NTP settings to RFC1918 and fe80::/10, fc00::/7 only (backport #559)
2024-04-13Enhance config.boot.default NTP allow-clients for T5694 and T6123Ginko
Adds ipv4/ipv6 localhost, link-local and private address as allowed-clients to NTP service. (cherry picked from commit d2d083ac579477db4a09b8d71d55e883a488ddf1)
2024-04-13Merge pull request #563 from vyos/mergify/bp/sagitta/pr-560Christian Breunig
T6238: Check pull request title action requires the python script (backport #560)
2024-04-13Merge pull request #566 from vyos/mergify/bp/sagitta/pr-565Christian Breunig
T6173: fix TypeError: 'NoneType' object is not iterable (backport #565)
2024-04-13T6173: fix TypeError: 'NoneType' object is not iterableChristian Breunig
Commit 611cfc85c531 ("T6173: validate allowed characters in ISO image name") missed the probability that version is a dict member bot empty. (cherry picked from commit 801def2d7105acc45868c361730e5be5ab4c36ea)
2024-04-13Merge pull request #562 from vyos/mergify/bp/sagitta/pr-561Christian Breunig
T6235: Git update actions-label-merge-conflict version (backport #561)
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. (cherry picked from commit 06d12a527eb6601e67c36a740c81974f64752abe)
2024-04-13T6235: Git update actions-label-merge-conflict versionViacheslav Hletenko
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.` (cherry picked from commit 252f29949e6cc538d0a63f58a46c34e9447dfe8a)
2024-04-12Kernel: T5887: update Linux Kernel to v6.6.26Christian Breunig
(cherry picked from commit b04c480b6059960004f08812b10b38b39862e316)
2024-04-11Merge pull request #558 from vyos/mergify/bp/sagitta/pr-556Christian Breunig
T6228: Cleanup of not existing systemd units (backport #556)
2024-04-11Merge pull request #557 from vyos/mergify/bp/sagitta/pr-555Viacheslav Hletenko
T1797: Delete not exist disable vpp service (backport #555)
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. ``` (cherry picked from commit 0622fa1ee540041715d585cb78296570b7493e30)
2024-04-11Merge pull request #554 from vyos/mergify/bp/sagitta/pr-553Christian Breunig
T6173: validate allowed characters in ISO image name (backport #553)
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. ``` (cherry picked from commit daf8d44060a516a77b0856f5ac9286aeec32bfcb)
2024-04-10T6173: 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.-+ (cherry picked from commit 611cfc85c531f6b6c55f89503d6d2cdf84213317)
2024-04-08Merge pull request #552 from vyos/mergify/bp/sagitta/pr-551Daniil Baturin
image-tools: T6207: update test script for prompt for boot config (backport #551)
2024-04-08image-tools: T6207: update test script for prompt for boot configJohn Estabrook
(cherry picked from commit 4a8bc369ef7c9ebd8e1ce0d4067fca5f474204a7)
2024-04-06Debian: T6199: add pylint do list of build dependenciesChristian Breunig
(cherry picked from commit 0c12b79fd8d13db8e7b9789132a0eb7f5ba27a8d)
2024-04-05Kernel: T5887: update Linux Kernel to v6.6.25Christian Breunig
(cherry picked from commit 70ff94dc37cfa7907774c7b07981b22c75a0021b)
2024-04-03Kernel: T5887: rebase inotify patchChristian Breunig
(cherry picked from commit 28c08a784ebdddfe56d8d33b4f28b147ad0a5265)
2024-04-03T6199: remove unneeded python3-sphinx build dependency for vyos-1xChristian Breunig
(cherry picked from commit 22f3569e994fe1e1f8fb96d81ddd62347d0d9df5)
2024-04-03Kernel: T5887: update Linux Kernel to v6.6.24Christian Breunig
(cherry picked from commit 9fed492e1235f38bfa0055911a743609d4f08aac)
2024-04-01Merge pull request #548 from vyos/mergify/bp/sagitta/pr-547Christian Breunig
dropbear: T6195: package upgrade 2022.83-1+deb12u1 (backport #547)
2024-04-01dropbear: T6195: add missing libpam0g-dev build dependencyChristian Breunig
(cherry picked from commit 4417986365472fd9055b12309ba49d88272db04c)
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. (cherry picked from commit b17befe2e4e914f3f604bcfa1843f75519d46a4d)
2024-04-01Jenkins: remove Debian build dependency files from the workspaceChristian Breunig
No need to provide them via the package repository (cherry picked from commit adab6badd7b1a41bae55d8ae3fa58d213f5ce13d)
2024-03-29Merge pull request #545 from vyos/mergify/bp/sagitta/pr-544Christian Breunig
T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilities (backport #544)
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 (cherry picked from commit eb05b77bac542dca906b25f647117c7566380cf2)
2024-03-28Kernel: T5887: update Linux Kernel to v6.6.23Christian Breunig
(cherry picked from commit 7fe033b20c23a74028fa088844f4bb993dea83ab)
2024-03-23Jenkins: rename base ISO from rolling to stableChristian Breunig
2024-03-23Merge pull request #539 from vyos/mergify/bp/sagitta/pr-538Christian Breunig
ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default (backport #538)
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") (cherry picked from commit 70ac747b2889757e35ac2a90fd77cda9d4b97ebd)
2024-03-22ixgbe: T6155: remove modprobe.d option fileChristian Breunig
(cherry picked from commit 311963f379925d56f678f7b173ce6f74cba3d1ce)
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. (cherry picked from commit ea7d59a4bf64a854be04ccf7566e1cf95d4e09a8)
2024-03-21Kernel: T5887: update Linux Kernel to v6.6.22Christian Breunig
(cherry picked from commit 7552e07320b990d87e3af589e00ec9b2b2241980)
2024-03-16Merge pull request #532 from dmbaturin/T1449-default-config-field-sagittaDaniil Baturin
build: T1449: add default_config field support in flavor files to allow people to easily include a custom default config