mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/strongswan to 5.6.0-1
This commit is contained in:
parent
60c0632264
commit
1c2a39dd7c
1 changed files with 4 additions and 9 deletions
|
@ -13,8 +13,8 @@
|
|||
# - remove --enable-aesni from configure
|
||||
|
||||
pkgname=strongswan
|
||||
pkgver=5.5.3
|
||||
pkgrel=4
|
||||
pkgver=5.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="open source IPsec implementation"
|
||||
url='http://www.strongswan.org'
|
||||
license=("GPL2")
|
||||
|
@ -41,17 +41,13 @@ vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve
|
|||
source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"
|
||||
"https://download.strongswan.org/strongswan-${pkgver}.tar.bz2.sig"
|
||||
'configure_ac.patch'
|
||||
'https://download.strongswan.org/security/CVE-2017-11185/strongswan-4.4.0-5.5.3_gmp_mpz_export.patch'
|
||||
'https://download.strongswan.org/security/CVE-2017-11185/strongswan-4.4.0-5.5.3_gmp_mpz_export.patch.sig'
|
||||
)
|
||||
|
||||
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
|
||||
|
||||
sha512sums=('0b0b25d2102c98cda54300dc8c3c3a49a55e64f7c695dda65a24f2194f19bce0b7aab9e4f7486c243b552f9d1a94867d6a8782ee504aad1c9973809706d599ac'
|
||||
sha512sums=('9362069a01c3642e62864d88fdb409a3c7514bf7c92cbe36e552c6a80915119cf5bb91c39592aab2d15b562684a0628a764e4fa7636d3b5fd2ebaf165c0ce649'
|
||||
'SKIP'
|
||||
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74'
|
||||
'276bcbd0cd3c550ddd4b3f5dfbcb490bb1e50ec8ed97789944409e3c05232903b99332c653cec9c9cf46eab445fd67113d1babef32156b1a5c77a68d2b83260b'
|
||||
'SKIP')
|
||||
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
|
||||
|
||||
# We don't build libipsec because it would get loaded before kernel-netlink and netkey, which
|
||||
# would case processing to be handled in user space. Also, the plugin is experimental. If you need it,
|
||||
|
@ -59,7 +55,6 @@ sha512sums=('0b0b25d2102c98cda54300dc8c3c3a49a55e64f7c695dda65a24f2194f19bce0b7a
|
|||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -l < "${srcdir}/configure_ac.patch"
|
||||
patch -p1 -l < "${srcdir}/strongswan-4.4.0-5.5.3_gmp_mpz_export.patch"
|
||||
autoreconf
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue