From: Michael Tremer Date: Thu, 4 Aug 2011 10:44:36 +0000 (+0200) Subject: strongswan: Update to 4.5.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926324f944252af1c000770f89bbf17cd7c33e34;p=ipfire-3.x.git strongswan: Update to 4.5.3. --- diff --git a/pkgs/strongswan/strongswan.nm b/pkgs/strongswan/strongswan.nm index bdfd89a35..f6dedbec8 100644 --- a/pkgs/strongswan/strongswan.nm +++ b/pkgs/strongswan/strongswan.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include PKG_NAME = strongswan -PKG_VER = 4.5.2 -PKG_REL = 2 +PKG_VER = 4.5.3 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUPS = Networking/VPN @@ -44,7 +44,11 @@ define PKG_DESCRIPTION and IKEv2 mode with most other IPsec-based VPN products. endef -PKG_TARBALL = $(THISAPP).tar.bz2 +# Plugins and many other files are installed in /usr/lib/ipsec +# and loaded by using a RPATH. +QUALITY_AGENT_WHITELIST_RPATH = /usr/lib/ipsec + +PKG_TARBALL = $(THISAPP).tar.gz CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ @@ -59,11 +63,6 @@ CONFIGURE_OPTIONS += \ --enable-cisco-quirks \ --with-capabilities=libcap -define STAGE_PREPARE_CMDS - cd $(DIR_APP) && for i in $$(find . -name "*.[ch]"); do \ - sed -e "s/getline/_&/g" -i $$i; done -endef - define STAGE_TEST cd $(DIR_APP) && make check endef