summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2021-06-05opennhrp: remove first character from version numberChristian Poessinger
If not deployment of the package will fail with: Version field value 'v0.14-20-g613277f': version number does not start with digit
2021-06-05opennhrp: import package build instructionChristian Poessinger
2021-06-05strongSwan: add API fixup patch after controller changesChristian Poessinger
This fixes the caller API of strongSwan 5.9.1 after applying the "charon: add optional source and remote overrides for initiate") patch.
2021-06-05strongSwan: refresh patch set imported from AlpineChristian Poessinger
Debian package builder requires each patch ebeing prefixes with -+ or a whitespace if line was not altered. Some patches contained a TAB.
2021-06-04strongSwan: use lowercase build directoryChristian Poessinger
2021-06-04strongSwan: T1888: import DMVPN patches from Alpine LinuxChristian Poessinger
Patches imported from commit 7921a30493eb1 of the following repo: https://gitlab.alpinelinux.org/alpine/aports/-/commits/master/main/strongswan
2021-05-30Revert "Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers"Christian Poessinger
This reverts commit 43d7bca9a6969c07c9291d7c8250e58c5566c137. But keeps the Kernel In-Tree QAT drivers still enabled so we will now ship both versions.
2021-05-30QAT: T3587: upgrade to version 1.7.L.4.14.0-00031Christian Poessinger
2021-05-30QAT: T3587: use source package from our own VyOS mirrorChristian Poessinger
2021-05-30Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree driversChristian Poessinger
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was no real and good response from Intel so far. Today the build failed one more time by a source file moving around in the Intel webservers. It's time to try to move the QAT functionality to the Kernel buildin drivers.
2021-05-29strongSwan: T1888: add version 5.9.1Christian Poessinger
2021-05-23Kernel: usb: drop gadged supportChristian Poessinger
2021-05-23Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN ↵Christian Poessinger
cards" Newer cards must use QMI it seems. It also feels more "robust".
2021-05-19Accel-PPP: T3562: update to latest versionChristian Poessinger
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01
2021-05-05Revert "frr: T3504: add patch to address graceful-restart return code issue"Christian Poessinger
Official fix already merged into FRR stable/7.5 branch. This reverts commit 2feba96c6c9fcb59ecf77f91661b7a61e8bb4442.
2021-05-04frr: T3504: add patch to address graceful-restart return code issueChristian Poessinger
2021-05-01Kernel: T3491: switch to 1kHz timer interruptChristian Poessinger
2021-04-24QAT: builds are only supported for amd64 platformsChristian Poessinger
2021-04-23Kernel: T3489: enable kexec supportRob Thomas
This allows us to use kexec in the future to support fast reboots. This is more important on physical hardware which can take 10+ minutes to POST. Signed-Off-By: Rob Thomas <xrobau@gmail.com>
2021-04-23Kernel: T3489: re-enable NUMA in kernel buildRob Thomas
All throughout the history of vyos-build, NUMA has been disabled. It WAS enabled back in Vyatta days, so something somewhere has accidentally turned it off - and it's ALSO mentioned explicitly in various pieces of documentation, so it's MEANT to be on! Note for future researchers: CONFIG_INOTIFY_STACKFS=y is provided by a patch, so patch the kernel BEFORE running make menuconfig, or manually put it back. If not, it'll vanish and is a wanted part of the build. Signed-Off-By: Rob Thomas <xrobau@gmail.com>
2021-04-19kernel: T3486: Prepare for arm64 buildsRunar Borge
2021-04-09iproute2: patches: add fix for erspan JSON outputChristian Poessinger
See thread [1] for more infomration. [1] https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/
2021-04-09packages: wide-dhcpv6: rename build scriptChristian Poessinger
2021-04-09Kernel: move build to "normal" Pipeline libraryChristian Poessinger
This is initial work required to also build an arm64 Kernel via the CI.
2021-04-05qat: update to 1.7.L.4.13.0-00009Christian Poessinger
2021-04-03packages: add minisignChristian Poessinger
2021-03-26iproute2 update to debian/5.10.0-4_bpo10+1Christian Poessinger
2021-03-26Kernel: Jenkins: cleanup, move LogRotator setting to pipeline optionsChristian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2021-03-26Jenkins: fix buildPackage call, it's null not noneChristian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2021-02-27frr: remove local rpki frr-reload patch as this has been backported to 7.5Christian Poessinger
2021-02-17Kernel: Jenkins: limit *.deb search path depthChristian Poessinger
2021-02-15kernel: T3312: Add SolarFlire kernel modules Eshenko Dmitriy
2021-02-08Kernel: Jenkins: cleanup variable definitionsChristian Poessinger
2021-02-08Jenkins: frr: support arm64 buildsChristian Poessinger
2021-02-08Revert "frr: T3182: revert back to 7.4 series"Christian Poessinger
This reverts commit 01c7e4b51098a4585ef2291a391eb62bbe50e48e.
2021-02-08Revert "frr: T3182: revert back to 7.3 series"Christian Poessinger
This reverts commit 1278d2d0fe08da7b2b98586c0f9514b3fe0ce564.
2021-02-05Kernel: drop telco driversChristian Poessinger
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63)
2021-01-31iproute2: T3276: bump version to 5.10 to match the running KernelChristian Poessinger
2021-01-25wide-dhcpv6: T3240: add CIChristian Poessinger
2021-01-23Kernel: add *.tar.xz to .gitignoreChristian Poessinger
2021-01-23frr: T3227: import hotfix for frr-reload script to fix rpki issuesChristian Poessinger
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
2021-01-10Kernel: no longer build Intel out-of-tree NIC driversChristian Poessinger