summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2022-06-25fastnetmon: T4483: upgrade package to v1.2.2 community editionChristian Poessinger
2022-06-25fastnetmon: extend .gitignore with *.tar.gz patternChristian Poessinger
2022-06-10fastnetmon: disable arm64 buildsChristian Poessinger
2022-06-10fastnetmon: use /bin/true buildCmd for fastnetmon-debian-salsaChristian Poessinger
We just wan't to please the pipeline - everything else is handled from build.sh
2022-06-09ndppd: add .gitignoreChristian Poessinger
2022-06-09fastnetmon: add package build instructionsChristian Poessinger
2022-06-01Merge pull request #239 from sever-sever/T4222Christian Poessinger
docker: T4222: Add packages to build owamp client-server
2022-06-01docker: T4222: Add packages to build owamp client-serverViacheslav Hletenko
2022-06-01Revert "frr: temporary select specific commit without broken RPKI commits"Christian Poessinger
This reverts commit caae86a8c028f32dc320cf2ca946646c27fb86bb.
2022-05-05frr: temporary select specific commit without broken RPKI commitsChristian Poessinger
2022-05-04frr: bugfix rtrlib v0.8.0 dependency updateChristian Poessinger
2022-04-28Revert "kernel: pin Pipeline to specific commit"Christian Poessinger
This reverts commit c0b955a0e5a8f1f6145d49202592445bc69f6785.
2022-04-28kernel: pin Pipeline to specific commitChristian Poessinger
Latest Pipeline commit can not find src packages for the Kernel und thus breaks the build
2022-03-27Revert "frr: T4323: pin version to frr-8.2.2 tag"Christian Poessinger
This reverts commit 387a48f4ec317c36c7d5307e591cf3402d381d52.
2022-03-27frr: when building DEB include source version from "git describe"Christian Poessinger
2022-03-27frr: T4323: pin version to frr-8.2.2 tagChristian Poessinger
2022-03-15frr: T4302: upgrade to version 8.2Christian Poessinger
2022-01-24Accel-PPP: T4204: update accel-ppp versionEshenko Dmitriy
2022-01-20ndppd: T4172: fix upstream version tagChristian Poessinger
2022-01-19Merge pull request #212 from hensur/patch-ndppdChristian Poessinger
ndppd: T4172: Backport upstream fix for ndppd
2022-01-16packages: T3164: build Dropbear from source with PAM supportChristian Poessinger
Dropbear version shipped in Debian does not have PAM support enabled. For the VyOS console server it would be nice to have the possibility to use RADIUS authentication.
2022-01-11ndppd: T4172: Backport upstream fix for ndppdHenning Surmeier
Backports a fix to not read the full ipv6 route table if there is no need to do so. Which is the case when no auto prefixes are configured.
2022-01-09keepalived: T4128: pin package to specific Git commitChristian Poessinger
keepalived commit 8af889bc is known to work - pin builds to this version until we decide for a newer release (2.2.5 or higher).
2022-01-03keepalived: T4128: build package from upstream sourceChristian Poessinger
2021-11-27Merge pull request #182 from c-po/frr-8-upgradeChristian Poessinger
FRR: upgrade to upstream stable/8.1 branch
2021-11-27frr: T3753: upgrade to upstream stable/8.1 branchChristian Poessinger
2021-11-23frr: T3753: add libyang2 package dependencyChristian Poessinger
2021-11-23frr: T3753: upgrade to upstream stable/8.0 branchChristian Poessinger
2021-11-23Accel-PPP: T4015: update version which include threading fixEshenko Dmitriy
2021-10-21Kernel: T3923: enable Mellanox Connect-X TLS offloadChristian Poessinger
2021-10-21Kernel: T3923: enable CONFIG_TLS for hardware offloadingChristian Poessinger
2021-10-21kernel: T3923: enable mellanox connectx ipsec offload supportRoss Dougherty
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