Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ strongswan
Commits:
dccbc1a4 by Christian Rebischke at 2025-03-07T22:46:49+01:00
upgpkg: 6.0.0-2
Change license SPDX identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = strongswan
pkgdesc = Open source IPsec implementation
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.strongswan.org
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = libnm
makedepends = systemd
makedepends = python
=====================================
PKGBUILD
=====================================
@@ -11,10 +11,10 @@
pkgname=strongswan
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Open source IPsec implementation'
url='https://www.strongswan.org'
-license=('GPL2')
+license=('GPL-2.0-only')
arch=('x86_64')
makedepends=('libnm' 'systemd' 'python' 'ruby' 'mariadb' 'python-setuptools')
depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs'
'pam')
@@ -106,7 +106,8 @@ build() {
--enable-bypass-lan \
--enable-ruby-gems \
--enable-python-eggs \
- --enable-ml
+ --enable-ml \
+ --enable-stroke
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strongswan/-/commit/dccbc1a45e84545b480b0ae1b4438eabbdba4229
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strongswan/-/commit/dccbc1a45e84545b480b0ae1b4438eabbdba4229
You're receiving this email because of your account on gitlab.archlinux.org.