Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-15 | docker: T3664: add dependencies for raw disk building | Daniil Baturin | |
2024-04-14 | fix path to versions file | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2024-04-14 | Kernel: T5887: update Linux Kernel to v6.6.27 | Christian Breunig | |
2024-04-14 | Merge pull request #559 from Giggum/vyos-build_T5694-6123 | Daniil Baturin | |
ntp: T6080: T6123: restrict config.boot.default NTP settings to RFC1918 and fe80::/10, fc00::/7 only | |||
2024-04-13 | build: T3664: add a sanity check for image_format | Daniil Baturin | |
and normalize it to a list if only one format is specified | |||
2024-04-13 | build: T3664: filter out non-TOML files from the build flavor dir | Daniil Baturin | |
to avoid mistakenly listing auixilliary files like README as flavors | |||
2024-04-13 | Account for the working dir below the root in git invocation | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2024-04-13 | Merge pull request #565 from c-po/T6173-fix | Christian Breunig | |
T6173: fix TypeError: 'NoneType' object is not iterable | |||
2024-04-13 | T6173: fix TypeError: 'NoneType' object is not iterable | Christian Breunig | |
Commit 611cfc85c531 ("T6173: validate allowed characters in ISO image name") missed the probability that version is a dict member bot empty. | |||
2024-04-13 | Merge pull request #560 from sever-sever/T6238 | Christian Breunig | |
T6238: Check pull request title action requires the python script | |||
2024-04-13 | Merge pull request #561 from sever-sever/T6235-build | Christian Breunig | |
T6235: Git update actions-label-merge-conflict version | |||
2024-04-13 | T6235: Git update actions-label-merge-conflict version | Viacheslav Hletenko | |
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.` | |||
2024-04-13 | T6238: Check poll request title action requires the python script | Viacheslav Hletenko | |
The `check-pr-title-and-commit-messages.py` that used for the action is not exists. Add this script. | |||
2024-04-11 | Enhance config.boot.default NTP allow-clients for T5694 and T6123 | Ginko | |
Adds ipv4/ipv6 localhost, link-local and private address as allowed-clients to NTP service. | |||
2024-04-11 | Kernel: T5887: update Linux Kernel to v6.6.26 | Christian Breunig | |
2024-04-11 | Merge pull request #556 from sever-sever/T6228 | Christian Breunig | |
T6228: Cleanup of not existing systemd units | |||
2024-04-11 | Merge pull request #555 from sever-sever/T1797-disable-service | Christian Breunig | |
T1797: Delete not exist disable vpp service | |||
2024-04-11 | T6228: Cleanup of not existing systemd units | Viacheslav 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-11 | T1797: Delete not exist disable vpp service | Viacheslav Hletenko | |
The builder log: ``` 06:12:53 Failed to disable unit, unit vpp.service does not exist. ``` | |||
2024-04-10 | build: T3664: add support for building non-ISO flavors | Daniil Baturin | |
2024-04-10 | Merge pull request #553 from c-po/T6173 | Daniil Baturin | |
T6173: validate allowed characters in ISO image name | |||
2024-04-08 | T6173: validate allowed characters in ISO image name | Christian 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-08 | Merge pull request #551 from jestabro/default-config-choice | Christian Breunig | |
image-tools: T6207: update test script for prompt for boot config | |||
2024-04-07 | image-tools: T6207: update test script for prompt for boot config | John Estabrook | |
2024-04-07 | build: T3664: add vyos-1x as a submodule | Daniil Baturin | |
to be able to use its functions in build scripts | |||
2024-04-06 | Debian: T6199: add pylint do list of build dependencies | Christian Breunig | |
2024-04-05 | Kernel: T5887: update Linux Kernel to v6.6.25 | Christian Breunig | |
2024-04-05 | Merge pull request #549 from HollyGurza/T5124 | Daniil Baturin | |
T5124: Python3 deprecation distutils | |||
2024-04-05 | T5124: Python3 deprecation distutils | khramshinr | |
2024-04-03 | Kernel: T5887: rebase inotify patch | Christian Breunig | |
2024-04-03 | T6199: remove unneeded python3-sphinx build dependency for vyos-1x | Christian Breunig | |
2024-04-03 | Kernel: T5887: update Linux Kernel to v6.6.24 | Christian Breunig | |
2024-04-02 | Update the rolling release signing key | Daniil Baturin | |
2024-04-01 | Merge pull request #547 from c-po/dropbear | Christian Breunig | |
dropbear: T6195: package upgrade 2022.83-1+deb12u1 | |||
2024-04-01 | dropbear: T6195: add missing libpam0g-dev build dependency | Christian Breunig | |
2024-04-01 | dropbear: T6195: package upgrade 2022.83-1+deb12u1 | Christian 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-01 | Jenkins: remove Debian build dependency files from the workspace | Christian Breunig | |
No need to provide them via the package repository | |||
2024-03-30 | Merge pull request #546 from sever-sever/T4204 | Christian Breunig | |
T4204: accel-ppp bump version 1.13.0 | |||
2024-03-30 | T4204: accel-ppp bump version 1.13.0 | Viacheslav 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-29 | Docker: T6180: update commit refs for vyos1x-config/libvyosconfig | John Estabrook | |
2024-03-29 | Merge pull request #544 from sever-sever/T6033 | Christian Breunig | |
T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilities | |||
2024-03-29 | T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilities | Viacheslav 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-27 | Kernel: T5887: update Linux Kernel to v6.6.23 | Christian Breunig | |
2024-03-25 | Merge pull request #542 from rebortg/patch-1 | Daniil Baturin | |
Github: PR Template: make related tasks optional | |||
2024-03-24 | make related tasks optional | Robert Göhler | |
2024-03-23 | Merge pull request #541 from dmbaturin/T3664-move-image-build-scripts | John Estabrook | |
build scripts: T3664: move image build scripts to a dedicated directory | |||
2024-03-23 | build scripts: T3664: move image build scripts to a dedicated directory | Daniil Baturin | |
to avoid a mix of image build scripts and ancilliary scripts in the same directory | |||
2024-03-23 | Merge pull request #537 from dmbaturin/veps | John Estabrook | |
build flavors: T3664: reimplement Dell VEP flavors using the new system | |||
2024-03-23 | ixgbe: T6162: Add 1000BASE-BX support | Ernesto 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. | |||
2024-03-23 | ixgbe: 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") |