summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2021-09-28packages: update openvpn-otpKim
version number must start with digit
2021-09-28update release versionKim
do not remove current directory
2021-09-27packages: update openvpn-otpKim
2021-09-26packages: add openvpn-otpKim
2021-08-08Kernel: T3223: update linux-firmware to 20210716Christian Poessinger
2021-08-08Jenkins: lib: fix kernel build triggerChristian Poessinger
We can only pass one changesPath as variable due toe ANT limitation.
2021-08-06Revert "frr: T3694: add pending patches"Christian Poessinger
This reverts commit 232edcb748aad41e12584d1f14f39268a3b16c48.
2021-08-03frr: T3694: add pending patchesChristian Poessinger
Add pending stable/7.5 branch patches before they are upstreamed. https://github.com/FRRouting/frr/pull/9281
2021-07-31Kernel: T1441: enable CONFIG_NFT_XFRMChristian Poessinger
2021-07-31Revert "frr: add bfdd to frr-reload.py daemons list"Christian Poessinger
This reverts commit 239adee7560051e6e506e2859407611956608bba. Patch is not mainlined in FRR.
2021-07-27Jenkins: Kernel: extend changeset globbing patternChristian Poessinger
We need to exchange the globbing pattern to also find modification in sub-directories of packages/linux-kernel.
2021-07-26kernel: T3704: Enabled SG modulezsdc
Enabled build of the SG module to make possible communication with RAID adapters from Areca (https://www.areca.com.tw/).
2021-07-24Kernel: also trigger build if the version is upgradedChristian Poessinger
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
2021-07-09frr: add bfdd to frr-reload.py daemons listChristian Poessinger
2021-07-01Accel-PPP: T3641: update version which support building for Debian 11Christian Poessinger
2021-06-27Kernel: enable CONFIG_XFRM_INTERFACEChristian Poessinger
Required for IPSec XFRM interfaces.
2021-06-27Kernel: build CONFIG_USB_NET_HUAWEI_CDC_NCM as moduleChristian Poessinger
2021-06-27Kernel: enable CONFIG_MPTCPChristian Poessinger
2021-06-26frr: when using "git am" for patches, use date from the e-mail messageChristian Poessinger
By default the command records the date from the e-mail message as the commit author date, and uses the time of commit creation as the committer date. This allows the user to lie about the committer date by using the same value as the author date.
2021-06-21T3641: nftables: use upstream packageChristian Poessinger
2021-06-20FRR: T3641: fix package build on Bullseye (workaround)Christian Poessinger
This is the workaround mentioned in https://github.com/FRRouting/frr/issues/6502
2021-06-16Accel-PPP: T3629: update to latest versionDmitriyEshenko
2021-06-13Kernel: enable CONFIG_USB_NET_HUAWEI_CDC_NCMChristian Poessinger
2021-06-10arm64: kernel: Add drivers for intel and realtek nicsRunar Borge
Compiling in support for intel and realtek nics
2021-06-10arm64: kernel: Update kernel config with new options for Linux/arm64 5.10.42Runar Borge
Only change is the kernel config loaded into 5.10.42 "make menuconfig" So obsolete config entries are removed and new options are added with its default
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.