diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-31 10:31:46 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-31 18:02:44 +0200 |
commit | ddbae621247ace20d8db168b3e9faba53322f0dd (patch) | |
tree | a862407ed23acdc63c2de592812162311ff316a1 /package/strongswan | |
parent | d951e7749a9c9452adf26fd0065f5009087961ea (diff) |
strongswan: security bump to version 5.0.4
Fixes CVE-2013-2944.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/strongswan')
-rw-r--r-- | package/strongswan/strongswan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/strongswan/strongswan.mk b/package/strongswan/strongswan.mk index 88d6f943e..b75c70dbd 100644 --- a/package/strongswan/strongswan.mk +++ b/package/strongswan/strongswan.mk @@ -4,7 +4,7 @@ # ################################################################################ -STRONGSWAN_VERSION = 5.0.2 +STRONGSWAN_VERSION = 5.0.4 STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2 STRONGSWAN_SITE = http://download.strongswan.org STRONGSWAN_LICENSE = GPLv2+ |