summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-01-11Kernel: T4928: update Linux Kernel to v6.1.4Christian Breunig
2023-01-11qat: T4929: update Intel QAT drivers to 4.20.0-00001Christian Breunig
2023-01-03Kernel: T4691: enable CONFIG_BLK_DEV_DM optionChristian Poessinger
This enables Device Mapper support for either RAID targets or encrypted partitions.
2023-01-01iproute2: T4284: update package for better tc JSON supportChristian Poessinger
vyos-1x QoS implementation comes with smoketests that heavily use the JSON output of tc. There had been some bugs in the JSON formatting until version version 6.1 of iproute2 [1, 2]. 1: https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/ 2: https://lore.kernel.org/netdev/f4806731521546b0bb7011b8c570b52b@poessinger.com/ 3: https://lore.kernel.org/netdev/e1fa5169db254301bc3b5b766c2df76a@poessinger.com/
2022-12-30podman: T4899: systemd services not being installed correctlyChristian Poessinger
2022-12-30podman: T4901: update to v4.3.1Christian Poessinger
2022-12-27strongSwan: T4593: upgrade package to 5.9.8Christian Poessinger
2022-12-11T4792: fix generated DEB package path locationChristian Poessinger
2022-12-11T4792: add CI/CD pipeline for sstp-clientChristian Poessinger
2022-11-23Kernel: T4836: enable Ethernet switch device driver modelChristian Poessinger
2022-11-23Kernel: T4836: enable High-availability Seamless Redundancy (HSR & PRP)Christian Poessinger
2022-11-23Kernel: T4836: enable TCP encapsulation of IKE and IPsec messages (RFC 8229)Christian Poessinger
2022-11-23tacacs: T141: add individual package buildChristian Poessinger
2022-11-23fastnetmon: T4483: drop copy/paste comment errorChristian Poessinger
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2022-11-20telegraf: T4831: fix build on arm64 / remove hardcoded amd64 referenceMathew McBride
2022-11-19Merge pull request #273 from initramfs/current-dhcp6c-fixChristian Poessinger
wide-dhcpv6: T4760: fix support for multiple dhcp6c instances
2022-11-08frr: T4806: update to stable/8.4 seriesChristian Poessinger
2022-11-03packages: wide-dhcpv6: T4760: fix support for multiple dhcp6c instancesinitramfs
This commit adds a patch to the WIDE DHCPv6 client forcing it to bind to the last network interface specified on the command line, allowing multiple concurrent instances of the daemon running without having a single daemon receiving all the incoming DHCPv6 packets.
2022-10-29pyhumps: fix copy/paste error in build package nameChristian Poessinger
2022-10-29pyhumps: disable arm64 build as Python uses "all" architectureChristian Poessinger
2022-10-29pyhumps: add initial package buildChristian Poessinger
2022-10-08Revert: "accel-ppp: T4691: upgrade LUA dependency to version 5.4"Christian Poessinger
This reverts commit 262183c as Accel PPP has issues starting up.
2022-10-07Kernel: T3664: parse version file from toml inputChristian Poessinger
2022-10-06accel-ppp: T4691: upgrade LUA dependency to version 5.4Christian Poessinger
2022-10-05accel-ppp: T4691: adjust to changes in CMake build systemChristian Poessinger
Specifying -DLUA=True results in selection of the Lua language version 5.1 - we need 5.3.
2022-10-05Revert "accel-ppp: T4691: disable LUA as it's unused in VyOS"Christian Poessinger
This reverts commit 719013886df2a324f09217d2fd11feddab330a05.
2022-09-16accel-ppp: T4691: disable LUA as it's unused in VyOSChristian Poessinger
2022-09-14nftables: T4691: install required libeditreadline-dev on demandChristian Poessinger
We can not install it into the docker container as this uninstalls libreadline-dev, which is required by other packages.
2022-09-13nftables: T4691: upgrade to version 1.0.5Christian Poessinger
2022-09-13Revert "T3641: nftables: use upstream package"Christian Poessinger
This reverts commit cd9cd920cdabd7cd7c5bd0e6108fd1c0e78c3cb9.
2022-09-13accel-ppp: T4691: package upgrade with minor fixes to sstpChristian Poessinger
2022-09-13firmware: T4691: update to Linux release 20220815Christian Poessinger
2022-09-13Kernel: T4691: Initial support for 5.15.67Christian Poessinger
2022-09-13iproute2: T4691: upgrade version to match 5.15 kernel treeChristian Poessinger
2022-09-06firmware: T4671: create missing symlinks defined in WHENCE fileinitramfs
2022-09-02T4666: hostap: Reintroduce Debian's allow-tlsv1.patchAndrew Gunnerson
After the fixes for T4537/T4584, which added a custom hostap package, wpa_supplicant no longer allows TLSv1.0 connections, which is required for EAP-TLS with certain ISPs. Previously, VyOS allowed TLSv1.0 via Debian's `allow-tlsv1.patch` patch. This commit reintroduces that patch for the custom hostap package. Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
2022-08-25Kernel: T4647: enable GVE (Google Virtual NIC)Christian Poessinger
2022-08-25Kernel: T3923: enable INET(6)_ESPINTCPChristian Poessinger
2022-08-22podman: T4637: always use "rm -f" to remove stale debian packages during buildChristian Poessinger
2022-08-22Merge pull request #256 from roedie/T4633Christian Poessinger
T4663: Upgrade Keepalived to 2.2.7
2022-08-22podman: T4637: add custom buildChristian Poessinger
2022-08-21T4663: Upgrade Keepalived to 2.2.7Sander Klein
This will upgrade keepalived to the latest release.
2022-08-15hostap: T4584: add git version to Debian packageChristian Poessinger
2022-08-02hostap: T4584: add custom package buildChristian Poessinger
2022-07-19telegraf: T4515: re-enable nstat pluginChristian Poessinger
2022-07-18accel-ppp: T4204: update version to commit 847ccb49a7e0Christian Poessinger
2022-07-18Kernel: QAT: T4539: update Intel QuickAssist release version 1.7.L.4.16.0-00017Christian Poessinger
2022-07-18firmware: T4540: update to Linux release 20220708Christian Poessinger
2022-07-18Kernel: T1368: statically build MPLS support into the KernelChristian Poessinger