]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Merge branch 'plugin-versions' master
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Aug 2025 14:46:10 +0000 (16:46 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Aug 2025 14:49:31 +0000 (16:49 +0200)
commitcfb5e46a984d29316822f5c3f6f3ae1523594aa5
tree528fb9fae231aceb2492e2e0aa3fb0cbab4b5d45
parente9fa338e23cf1cdbb06b59b350ac942565946d94
parentc4b32aab04fd58db14c4dfb8d3112419494326a7
Merge branch 'plugin-versions'

This adds a symbol with the current version number to all existing
plugins (the PLUGIN_DEFINE() macro makes this easy).  The version is
checked when a plugin is loaded from a file in order to prevent loading
old plugins from any previous build, which could cause all sorts of
issues.

References strongswan/strongswan#2835