summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-12-22Kernel: T4928: rebase patches ontop of Kernel 6.1.59 to get clean appliesChristian Breunig
2023-12-22Kernel: T4928: add "set -e" to kernel build scriptChristian Breunig
2023-12-20kernel: T5838: Enabled Infiniband for `mlx4` and `mlx5`zsdc
Mellanox/NVIDIA NICs require Infiniband support for proper communication with user space, which is used by tools like DPDK. This commit enables Infiniband with user access support and adds it to `mlx4`/`mlx5`.
2023-12-20dhcp: T5840: Upgrade to Kea 2.4.x (fix copyright year)Indrajit Raychaudhuri
2023-12-20dhcp: T5840: Upgrade to Kea 2.4.xIndrajit Raychaudhuri
2023-12-01ddclient: T5797: Upgrade to ddclient 3.11.2Indrajit Raychaudhuri
Upgrade to ddclient 3.11.2 and remove the patches that are now included in the release version.
2023-11-24Merge pull request #457 from GurliGebis/T5754-strongswan-upgradeChristian Breunig
T5754 strongswan upgrade
2023-11-24StrongSwan: T5754: Build changes neededBjarke Istrup Pedersen
2023-11-23T5776: kernel enable VFIO supportViacheslav Hletenko
2023-11-16StrongSwan: T5754: Remove patch already included in 5.9.11Bjarke Istrup Pedersen
2023-11-16StrongSwan: T5754: Update patches to match 5.9.11Bjarke Istrup Pedersen
2023-11-16StrongSwan: T5754: Update version in scriptsBjarke Istrup Pedersen
2023-11-15T5689: Include librtr-dev in Debian dependencies to fix RPKI crashTobias Fiebig
This fixes FRR crashing on vtysh -c "show rpki $prefix" with the vyos build when librtr-dev was not available at FRR built time, see T5689.
2023-11-04ddclient: T5708: Upgrade to ddclient 3.11.1Indrajit Raychaudhuri
- Upgrade to ddclient 3.11.1 - Remove patches that are now upstream - Add patch for duckdns dual stack
2023-11-01T5701: Fix build telegraf packageViacheslav Hletenko
The sources of telegraf do not contnain 'etc/telegraf.conf' anymore. Generate default config telegraf.conf to fix build
2023-10-31T5701: Bump telegraf to version v1.28.3Viacheslav Hletenko
2023-10-30T5415: upgrade libyang library to v2.1.128Viacheslav Hletenko
2023-10-30T5695: Add LUA script to build FRRViacheslav Hletenko
Build FRR with LUA scripts --enable-scripting option
2023-10-27Merge pull request #442 from aapostoliuk/T5402-currentChristian Breunig
keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACs
2023-10-27keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACsaapostoliuk
Added patch with commit '9ca8688' to pkg-keepalived 1:2.2.7-1 https://github.com/acassen/keepalived/commit/9ca8688c7fe591e1face259f19ee6169e20a3438 Setting arp_ignore to 1 ensures that the VMAC interface does not respond to ARP requests for IPv4 addresses not configured on the VMAC.
2023-10-27pmacct: T5663: the garbage headers issue fixAndrii Andrieiev
2023-10-19Merge pull request #436 from sever-sever/T4204Christian Breunig
T4204: accel-ppp bump version 9669bcb99adc
2023-10-18Kernel: T4928: disable RNDIS in arm64 buildsChristian Breunig
It's the second time the maintainers talk about removing RNDIS from the Linux Kernel. We should not bet on such a feature if not extremely necessary. https://www.phoronix.com/news/Linux-Disabling-RNDIS-Drivers
2023-10-17Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m"Christian Breunig
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397.
2023-10-17Kernel: T4928: forward port linkstate-ip-device-attribute patchChristian Breunig
2023-10-11T4204: accel-ppp bump version 9669bcb99adcViacheslav Hletenko
2023-10-02Kernel: T5626: only select required Kernel CGROUP controllersChristian Breunig
TL;DR: systemd does not require the performance-sensitive bits of Linux control groups enabled in the kernel. However, it does require some non-performance-sensitive bits of the control group logic. http://0pointer.de/blog/projects/cgroups-vs-cgroups.html The only controllers required for VyOS to function are the memory and PID controller required by the container feature. All other controlles can be disabled.
2023-10-02Kernel: T5626: update to latest version with Kernel defaultsChristian Breunig
With all the minor fixes applied to the Kernel, also options change - this just syncs the previous config to the latest version with the new defaults applied that slipped in during all those bugfixes.
2023-09-28pmacct: T5618: Fixed mistake in pmacct build scriptzsdc
Removed extra `not` in the `if` condition of the build script which inverts the return code.
2023-09-28pmacct: T5618: install build time dependenciesChristian Breunig
2023-09-28pmacct: T5618: Added build rules for custom pmacct packagezsdc
The current version of pmacct in Debian (`1.7.7-1`) contains the bug which leads to a crash when IMT is enabled and ICMP traffic is forwarded through a router. This commit adds our build with an extra patch, which solves the problem: https://github.com/pmacct/pmacct/commit/73af9545ea33cd87846306f648f634063ac41765
2023-09-26Kernel: extend .gitignore for new Intel and Realtek driversChristian Breunig
2023-09-26vpp: T1797: rmeove build instructions - moved to addon packageChristian Breunig
2023-09-26owamp: T4222: pin package to specific git tagChristian Breunig
It's not a good idea to select master here as this might lead to unwanted code slipping in. Latest master branch (v5.0) is currently unbuildable with the build instructions used.
2023-09-19T5125: bump hsflowd version to v2.0.52-1Viacheslav Hletenko
2023-09-19T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGEViacheslav Hletenko
2023-09-17Merge pull request #402 from indrajitr/ddclient-cache-fixChristian Breunig
ddclient: T5573: Patch ddclient to fix caching issues with new providers
2023-09-15T5261: aws-gwlbtun fix to build arm64 packageViacheslav Hletenko
2023-09-15T5261: aws-gwlbtun prepare_package must be before build packageViacheslav Hletenko
Fix build `aws-gwlbtun` package Prepore must be before build
2023-09-15T5261: Fix build aws-gwlbtun create file before write contentViacheslav Hletenko
2023-09-13T5261: Fix build aws-gwlbtun for binary pathViacheslav Hletenko
2023-09-13T5261: Improve build for aws-gwlbtun packageViacheslav Hletenko
2023-09-12ddclient: T5573: Patch ddclient to fix caching issues with new providersIndrajit Raychaudhuri
For details see: - https://github.com/ddclient/ddclient/issues/544 - https://github.com/rrthomas/ddclient/pull/10
2023-09-11T5261: build aws-gwlbtun replace build sh to build python JenkinsViacheslav Hletenko
2023-09-11frr: fix build script to only rely on annotated tagsChristian Breunig
A recent added FRR tag base_fuzz_20230907 made the builds fail. Change "git describe" command to only account annotated release tags.
2023-09-09T5261: Rewrite build aws-gwlbtun to python3 and add arch arm64Viacheslav Hletenko
Rewrite build package `aws-gwlbtun` to python3 Add build package for architecrute `arm64`
2023-08-31Merge pull request #388 from sever-sever/T5261Christian Breunig
T5261: Update aws-gwlbtun packet
2023-08-31T5261: Update aws-gwlbtun packetViacheslav Hletenko
2023-08-31T5529: Fix missing symbolic link in linux-firmware package.Jalen Lin
The original does not copy symbolic link. Fix the following problems. 1. Copy symbolic link to the target folder 2. Follow link to copy the original file. This is for some firmwares link to other place which not mention in modinfo. (such as brcm/brcmfmac43455-sdio.bin links to cypress/cyfmac43455-sdio.bin. The cypress folder and firmware does not mention in any module.)
2023-08-30T5525: VyOS mirror changedAndrii Andrieiev