summaryrefslogtreecommitdiff
path: root/packages/strongswan
AgeCommit message (Collapse)Author
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2023-03-25strongSwan: create vyos specific version stringChristian Breunig
2023-03-10strongswan: T5076: use "" over '' in JenkinsfileChristian Breunig
2023-03-10strongswan: T5076: fix build dependency installationChristian Breunig
2023-03-09strongswan: T5076: install build-dependencies on-demandxChristian Breunig
2023-03-06strongSwan: T4593: upgrade package to 5.9.8-5Christian Breunig
2023-01-18Jenkins: strongSwan: T1888: install libcurl4-openssl-devChristian Breunig
2023-01-18Revert "strongSwan: T1888: install libcurl4-openssl-dev build dependency"Christian Breunig
This reverts commit 05d0c7359ee1e3084e25ba294c6492031d893423.
2023-01-18strongSwan: T1888: install libcurl4-openssl-dev build dependencyChristian Breunig
ocserv docker container depends on libcurl4-gnutls-dev which automatically uninstalls libcurl4-openssl-dev from the container. This commit re-adds the dependency.
2023-01-17strongSwan: T4551: Added soft lifetime calculationaapostoliuk
Depending on the configured hard lifetime the default soft lifetime might not make sense and could even cause rekeying to get disabled. To avoid that, derive the soft lifetime from the hard lifetime so it's 10% higher than the soft lifetime. https://github.com/strongswan/strongswan/commit/a2b1e06f07569e8d3f08a37b68a206164b67fbe3
2022-12-27strongSwan: T4593: upgrade package to 5.9.8Christian 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.
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-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-29strongSwan: T1888: add version 5.9.1Christian Poessinger