From 045cd768f5886deeb19d58351ca587c5232a2fce Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 16 Aug 2011 20:34:20 +0000 Subject: [PATCH] [package] strongswan4: update to 4.5.3 Private libraries moved from /usr/lib to /usr/lib/ipsec. Signed-off-by: Lars Hjersted git-svn-id: svn://svn.openwrt.org/openwrt/packages@28016 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/strongswan4/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/net/strongswan4/Makefile b/net/strongswan4/Makefile index 999c237ac..f3c708322 100644 --- a/net/strongswan4/Makefile +++ b/net/strongswan4/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=4.5.2 +PKG_VERSION:=4.5.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.strongswan.org/ -PKG_MD5SUM:=ac33b8f849a274127f84df0838cae953 +PKG_MD5SUM:=ee7c50a90c91307b111e8085f2479890 PKG_MOD_AVAILABLE:= \ aes \ @@ -371,8 +371,8 @@ define Package/strongswan4/install $(INSTALL_DIR) $(1)/etc $(CP) -R $(PKG_INSTALL_DIR)/etc/ipsec.d $(1)/etc/ $(CP) $(PKG_INSTALL_DIR)/etc/{ipsec.conf,strongswan.conf} $(1)/etc/ - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/{libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/lib/ipsec + $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ipsec/ $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ipsec $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/lib/ipsec @@ -397,8 +397,8 @@ endef define Package/strongswan4-app-charon/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcharon.so.* $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/lib/ipsec + $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libcharon.so.* $(1)/usr/lib/ipsec/ $(INSTALL_DIR) $(1)/usr/lib/ipsec $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{charon,stroke} $(1)/usr/lib/ipsec/ endef @@ -411,8 +411,8 @@ endef define Package/strongswan4-libfast/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libfast.so.* $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/lib/ipsec + $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libfast.so.* $(1)/usr/lib/ipsec/ endef