mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/strongswan to 5.9.14-1
This commit is contained in:
parent
fbf94e8537
commit
13af27c137
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = strongswan
|
pkgbase = strongswan
|
||||||
pkgdesc = Open source IPsec implementation
|
pkgdesc = Open source IPsec implementation
|
||||||
pkgver = 5.9.13
|
pkgver = 5.9.14
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://www.strongswan.org
|
url = https://www.strongswan.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -102,11 +102,11 @@ pkgbase = strongswan
|
||||||
backup = etc/strongswan.d/charon/unity.conf
|
backup = etc/strongswan.d/charon/unity.conf
|
||||||
backup = etc/strongswan.d/charon/curve25519.conf
|
backup = etc/strongswan.d/charon/curve25519.conf
|
||||||
backup = etc/strongswan.d/charon/bypass-lan.conf
|
backup = etc/strongswan.d/charon/bypass-lan.conf
|
||||||
source = https://download.strongswan.org/strongswan-5.9.13.tar.bz2
|
source = https://download.strongswan.org/strongswan-5.9.14.tar.bz2
|
||||||
source = https://download.strongswan.org/strongswan-5.9.13.tar.bz2.sig
|
source = https://download.strongswan.org/strongswan-5.9.14.tar.bz2.sig
|
||||||
source = configure_ac.patch
|
source = configure_ac.patch
|
||||||
validpgpkeys = 948F158A4E76A27BF3D07532DF42C170B34DBA77
|
validpgpkeys = 948F158A4E76A27BF3D07532DF42C170B34DBA77
|
||||||
sha512sums = a929c1fb2a5e7d3064f6cd0be76703198406dad981f4b345311a004c18aa3c12adcb49eb33705fe4c3c31daf556cef5906d8753f5d9fbff5a27b732f93d8f19f
|
sha512sums = e48bc9d215f9de6b54e24f7b4765d59aec4c615291d5c1f24f6a6d7da45dc8b17b2e0e150faf5fabb35e5d465abc5e6f6efa06cd002467067c5d7844ead359f6
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = 645f6e3c9df8634ac06cbafc314ad46ede45b5412140c20236d25187a7405a5a941f74c52ca3ee3cc3a8e97d7af88b22209cae854d6e99f0ad9c489db78026c4
|
sha512sums = 645f6e3c9df8634ac06cbafc314ad46ede45b5412140c20236d25187a7405a5a941f74c52ca3ee3cc3a8e97d7af88b22209cae854d6e99f0ad9c489db78026c4
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
# - remove --enable-aesni from configure
|
# - remove --enable-aesni from configure
|
||||||
|
|
||||||
pkgname=strongswan
|
pkgname=strongswan
|
||||||
pkgver=5.9.13
|
pkgver=5.9.14
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Open source IPsec implementation'
|
pkgdesc='Open source IPsec implementation'
|
||||||
url='https://www.strongswan.org'
|
url='https://www.strongswan.org'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -38,7 +38,7 @@ backup=(
|
||||||
source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
|
source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
|
||||||
'configure_ac.patch')
|
'configure_ac.patch')
|
||||||
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
|
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
|
||||||
sha512sums=('a929c1fb2a5e7d3064f6cd0be76703198406dad981f4b345311a004c18aa3c12adcb49eb33705fe4c3c31daf556cef5906d8753f5d9fbff5a27b732f93d8f19f'
|
sha512sums=('e48bc9d215f9de6b54e24f7b4765d59aec4c615291d5c1f24f6a6d7da45dc8b17b2e0e150faf5fabb35e5d465abc5e6f6efa06cd002467067c5d7844ead359f6'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'645f6e3c9df8634ac06cbafc314ad46ede45b5412140c20236d25187a7405a5a941f74c52ca3ee3cc3a8e97d7af88b22209cae854d6e99f0ad9c489db78026c4')
|
'645f6e3c9df8634ac06cbafc314ad46ede45b5412140c20236d25187a7405a5a941f74c52ca3ee3cc3a8e97d7af88b22209cae854d6e99f0ad9c489db78026c4')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue