summaryrefslogtreecommitdiff
path: root/package/strongswan
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-01 03:24:39 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-01 10:42:12 -0500
commitc555cbd62190808464c0c7d702e1feb25c0b954a (patch)
treeed6985e7d38535c1ce2f2afc776cd7568d56c94f /package/strongswan
parent7d457c535bb287a8aa19162fa3315ae583faff17 (diff)
update strongswan to latest stable version, simplify makefile
Diffstat (limited to 'package/strongswan')
-rw-r--r--package/strongswan/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/package/strongswan/Makefile b/package/strongswan/Makefile
index 0324b062d..32593fad5 100644
--- a/package/strongswan/Makefile
+++ b/package/strongswan/Makefile
@@ -4,19 +4,17 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= strongswan
-PKG_VERSION:= 5.1.3
+PKG_VERSION:= 5.3.0
PKG_RELEASE:= 1
-PKG_HASH:= 88438e5fd07fa6dbcd69954101cb300fc9a357495580a1fd1924bd8c49c7add1
+PKG_HASH:= 66d934340cde95c4fbb399880baa8703e7b17762134f1a411a186aad97ea5148
PKG_DESCR:= ipsec software
PKG_SECTION:= net/security
-PKG_DEPENDS:= ip libpthread
+PKG_DEPENDS:= libpthread
PKG_URL:= http://strongswan.org/index.htm
PKG_SITES:= http://download.strongswan.org/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-PKG_LIBC_DEPENDS:= uclibc glibc
-
PKG_CHOICES_STRONGSWAN:=WITH_GNUTLS WITH_OPENSSL WITH_GMP
PKGCD_WITH_GMP:= use gmp for crypto
PKGCS_WITH_GMP:= libgmp
@@ -68,17 +66,7 @@ strongswan-install:
$(CP) $(WRKINST)/usr/lib/ipsec/plugins/*.so \
$(IDIR_STRONGSWAN)/usr/lib/ipsec/plugins
$(CP) $(WRKINST)/etc/* $(IDIR_STRONGSWAN)/etc
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/ipsec/charon \
- $(IDIR_STRONGSWAN)/usr/libexec/ipsec
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/ipsec/starter \
- $(IDIR_STRONGSWAN)/usr/libexec/ipsec
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/ipsec/_updown \
- $(IDIR_STRONGSWAN)/usr/libexec/ipsec
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/ipsec/_copyright \
- $(IDIR_STRONGSWAN)/usr/libexec/ipsec
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/ipsec/stroke \
- $(IDIR_STRONGSWAN)/usr/libexec/ipsec
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/ipsec/_updown_espmark \
+ $(CP) $(WRKINST)/usr/libexec/ipsec/* \
$(IDIR_STRONGSWAN)/usr/libexec/ipsec
$(INSTALL_BIN) $(WRKINST)/usr/sbin/ipsec \
$(IDIR_STRONGSWAN)/usr/sbin