This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 926324f944252af1c000770f89bbf17cd7c33e34 (commit) from 3748760dc674f825bef7e18c46ad56e825e233a4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 926324f944252af1c000770f89bbf17cd7c33e34 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Aug 4 12:44:36 2011 +0200
strongswan: Update to 4.5.3.
-----------------------------------------------------------------------
Summary of changes: pkgs/strongswan/strongswan.nm | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-)
Difference in files: diff --git a/pkgs/strongswan/strongswan.nm b/pkgs/strongswan/strongswan.nm index bdfd89a..f6dedbe 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
hooks/post-receive -- IPFire 3.x development tree