Skip to content

Releases: structured-world/strongswan

strongSwan SW 6.0.4-sw.12

02 Feb 04:12
9d9ad50

Choose a tag to compare

strongSwan SW 6.0.4-sw.12

Based on upstream strongSwan 6.0.4 with the following SW fork modifications:

Changes

  • PostgreSQL database plugin - SQL-based authentication and authorization
  • Unix socket permissions fix - Proper umask (0660) for VICI socket
  • DHCP-inform plugin - Windows split-tunnel routes via DHCP option 121/249

Installation

See the website for installation instructions.

strongSwan SW 6.0.4-sw.11

31 Jan 16:33

Choose a tag to compare

strongSwan SW 6.0.4-sw.11

Based on upstream strongSwan 6.0.4 with the following SW fork modifications:

Changes

  • PostgreSQL database plugin - SQL-based authentication and authorization
  • Unix socket permissions fix - Proper umask (0660) for VICI socket
  • DHCP-inform plugin - Windows split-tunnel routes via DHCP option 121/249

Installation

See the website for installation instructions.

strongSwan SW 6.0.4-sw.9

17 Jan 12:53
3a086a9

Choose a tag to compare

strongSwan SW 6.0.4-sw.9

This release is based on upstream strongSwan 6.0.4 with SW fork modifications.

Installation

Packages are available from the repo.

Fedora/RHEL:

# Add repository (one-time setup)
sudo dnf config-manager --add-repo https://structured-world.github.io/repo/rpm/fc\$releasever/strongswan-sw.repo

# Install
sudo dnf install strongswan-sw

Ubuntu/Debian:

# Add repository (one-time setup)
curl -fsSL https://structured-world.github.io/repo/deb/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/strongswan-sw.gpg
echo "deb [signed-by=/usr/share/keyrings/strongswan-sw.gpg] https://structured-world.github.io/repo/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/strongswan-sw.list

# Install
sudo apt update && sudo apt install strongswan-sw

SW Fork Changes

  • PostgreSQL database plugin for SQL authentication
  • Unix socket permissions fix (umask 0660)
  • DHCP-inform plugin for Windows split-tunnel routes

For full changelog, see the sw branch.

strongSwan SW 6.0.4-sw.8

17 Jan 12:33
61b5b27

Choose a tag to compare

strongSwan SW 6.0.4-sw.8

This release is based on upstream strongSwan 6.0.4 with SW fork modifications.

Installation

Packages are available from the repo.

Fedora/RHEL:

# Add repository (one-time setup)
sudo dnf config-manager --add-repo https://structured-world.github.io/repo/rpm/fc\$releasever/strongswan-sw.repo

# Install
sudo dnf install strongswan-sw

Ubuntu/Debian:

# Add repository (one-time setup)
curl -fsSL https://structured-world.github.io/repo/deb/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/strongswan-sw.gpg
echo "deb [signed-by=/usr/share/keyrings/strongswan-sw.gpg] https://structured-world.github.io/repo/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/strongswan-sw.list

# Install
sudo apt update && sudo apt install strongswan-sw

SW Fork Changes

  • PostgreSQL database plugin for SQL authentication
  • Unix socket permissions fix (umask 0660)
  • DHCP-inform plugin for Windows split-tunnel routes

For full changelog, see the sw branch.

strongSwan SW 6.0.4-sw.10

17 Jan 16:18
24a876e

Choose a tag to compare

strongSwan SW 6.0.4-sw.10

Based on upstream strongSwan 6.0.4 with the following SW fork modifications:

Changes

  • PostgreSQL database plugin - SQL-based authentication and authorization
  • Unix socket permissions fix - Proper umask (0660) for VICI socket
  • DHCP-inform plugin - Windows split-tunnel routes via DHCP option 121/249

Installation

See the website for installation instructions.