]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
strongswan: Update to 4.5.3.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Aug 2011 10:44:36 +0000 (12:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Aug 2011 10:44:36 +0000 (12:44 +0200)
pkgs/strongswan/strongswan.nm

index bdfd89a3596709977c1ae70ae1fff3034b4d8a65..f6dedbec846733f6b867e7ac5106b9cbfe6c965e 100644 (file)
@@ -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