summaryrefslogtreecommitdiff
path: root/packages/netfilter
AgeCommit message (Collapse)Author
2024-10-02T6754: Delete Jenkins build packagesViacheslav Hletenko
2024-02-12T6009-6019: fix hour decoding when timezone offset is negative; bump ↵Nicolas Fort
libnftnl and nftables version.
2023-08-06T5420: nftables - upgrade to latest 1.0.8Christian Breunig
2023-02-13debian: T5003: Update to to Debian 12 "Bookworm"sarthurdev
* Remove obsolete packages and dependencies
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-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.
2021-06-21T3641: nftables: use upstream packageChristian 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-03-26Jenkins: enable arm64 buildsChristian Poessinger
2020-06-25packages: netfilter: T1538: use require a recent version of ↵Christian Poessinger
libnetfilter-conntrack-dev During the build of conntrack-tools we need to first install the recent version of libnetfilter-conntrack-dev build in a previous step as its a dependency.
2020-06-25packages: netfilter: fix build issue on conntrack-toolChristian Poessinger
2020-06-21Jenkins: packages: add underscore for library callsChristian Poessinger
The underscore (_) is not a typo! You need this underscore if the line immediately after the @Library annotation is not an import statement!
2020-06-20Jenkins: lib: add programmable package build PipelineChristian Poessinger
2020-06-20Jenkins: initial support for shared build librariesChristian Poessinger
Instead of writing the same code over and over again, place the common parts into a Jenkins Library which is then consumed by every individual build Job. This not only makes it less complex, but also increases maintainability by several magnitudes.
2020-06-20packages: add builds for netfilter packages from upstream DebianChristian Poessinger
Instead of scattering build instructions accross individual repositories for some additional packages we want to build from latest Debian releases, this is a proof-of-concept how to integrate an individual package Pipeline into the overall VyOS build repository. A dedicated Jenkins job will be required for this Pipeline but it will only compile if files are actually changes in the directory path relevant for this components.