<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/strongswan, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>strongswan: update to 6.0.6</title>
<updated>2026-04-26T20:38:41Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-04-26T17:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9d1c4d20dfb78dc8ef58f25f5451465e2f85dd07'/>
<id>urn:sha1:9d1c4d20dfb78dc8ef58f25f5451465e2f85dd07</id>
<content type='text'>
No significant functional changes.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>strongswan: Add support for EAP-TLS authentication</title>
<updated>2026-01-11T18:34:18Z</updated>
<author>
<name>Torbjorn Tyridal</name>
</author>
<published>2025-11-18T14:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a2eec1a5684d6e3cf38930f741638834986703be'/>
<id>urn:sha1:a2eec1a5684d6e3cf38930f741638834986703be</id>
<content type='text'>
Support for configuring EAP-TLS authentication scheme is added.

Similar to EAP-MSCHAPv2, this one is usually asymmetric
in the way that server auth method (pubkey) is different from
the client auth method (eap-tls).
The code handles this asymmetry automatically.

Signed-off-by: Torbjorn Tyridal &lt;torbjorn@tyridal.no&gt;
</content>
</entry>
<entry>
<title>strongswan: update to 6.0.4</title>
<updated>2025-12-15T19:34:52Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-12-14T19:21:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6ec4b726f299d32a3ea86ff41c6e1878261898e1'/>
<id>urn:sha1:6ec4b726f299d32a3ea86ff41c6e1878261898e1</id>
<content type='text'>
No significant functional changes.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>strongswan: Update to 6.0.3</title>
<updated>2025-11-11T02:40:36Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-11-11T01:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=784fd7e9d0d5f4c13573289b22db8e0e9cee66b4'/>
<id>urn:sha1:784fd7e9d0d5f4c13573289b22db8e0e9cee66b4</id>
<content type='text'>
No significant functional changes.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>strongswan: add build dependency for python and explicitly use python3</title>
<updated>2025-11-01T16:42:13Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-10-31T12:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dcb010bb430567590406ae41d04914b7f3707fb1'/>
<id>urn:sha1:dcb010bb430567590406ae41d04914b7f3707fb1</id>
<content type='text'>
Before:
checking for python... /myworkingdir/build/staging_dir/host/bin/python
checking for python version... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
checking for python platform... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
checking for python extension module directory (pyexecdir)... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.

After:
checking for python version... 3.11
checking for python platform... darwin
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "strongswan: fix build issues around PARSE_ERROR"</title>
<updated>2025-07-20T17:48:49Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-07-18T04:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2efa9c7b3605be830efa3f755a690dda285b72ca'/>
<id>urn:sha1:2efa9c7b3605be830efa3f755a690dda285b72ca</id>
<content type='text'>
@tobiasbrunner is asserting that this patch is no longer
necessary with 6.x.

This reverts commit 89fa8033b851db004182c5e33b0728bc2f95b807.
</content>
</entry>
<entry>
<title>strongswan: fix build issues around PARSE_ERROR</title>
<updated>2025-07-17T15:41:39Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-07-17T04:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=89fa8033b851db004182c5e33b0728bc2f95b807'/>
<id>urn:sha1:89fa8033b851db004182c5e33b0728bc2f95b807</id>
<content type='text'>
This symbol is an enum defined both in wolfssl and strongswan.  This
creates a clash in C's flat namespace.  A workaround is to redefine it
when we include wolfssl headers, but really one of the other should
pick a better name.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>strongswan: Update to 6.0.2</title>
<updated>2025-07-16T16:14:27Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-07-13T21:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8457a9fecc52aa3d4b45ea4e6808ad585dfca510'/>
<id>urn:sha1:8457a9fecc52aa3d4b45ea4e6808ad585dfca510</id>
<content type='text'>
No significant functional changes.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>strongswan: bump to 6.0.1</title>
<updated>2025-06-08T20:04:52Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-05-25T17:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b4cd95e202e410390b828075999e71c27b837250'/>
<id>urn:sha1:b4cd95e202e410390b828075999e71c27b837250</id>
<content type='text'>
mod-bliss and libnttfft are dropped.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
</feed>
