@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := strongswan
PKG_NAME := strongswan
PKG_VERSION := 5.8.2
PKG_VERSION := 5.8.2
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := https://download.strongswan.org/ https://download2.strongswan.org/
PKG_SOURCE_URL := https://download.strongswan.org/ https://download2.strongswan.org/
@ -447,17 +447,12 @@ CONFIGURE_ARGS+= \
EXTRA_LDFLAGS += -Wl,-rpath-link,$( STAGING_DIR) /usr/lib
EXTRA_LDFLAGS += -Wl,-rpath-link,$( STAGING_DIR) /usr/lib
d e f i n e P a c k a g e / s t r o n g s w a n / c o n f f i l e s
d e f i n e P a c k a g e / s t r o n g s w a n / c o n f f i l e s
/ e t c / i p s e c . d /
/ e t c / i p s e c . c o n f
/ e t c / i p s e c . s e c r e t s
/ e t c / i p s e c . u s e r
/ e t c / s t r o n g s w a n . c o n f
/ e t c / s t r o n g s w a n . c o n f
/ e t c / s t r o n g s w a n . d /
/ e t c / s t r o n g s w a n . d /
e n d e f
e n d e f
d e f i n e P a c k a g e / s t r o n g s w a n / i n s t a l l
d e f i n e P a c k a g e / s t r o n g s w a n / i n s t a l l
$( INSTALL_DIR) $( 1) /etc
$( INSTALL_DIR) $( 1) /etc
$( INSTALL_CONF) $( PKG_INSTALL_DIR) /etc/ipsec.conf $( 1) /etc/
$( INSTALL_CONF) $( PKG_INSTALL_DIR) /etc/strongswan.conf $( 1) /etc/
$( INSTALL_CONF) $( PKG_INSTALL_DIR) /etc/strongswan.conf $( 1) /etc/
$( INSTALL_DIR) $( 1) /usr/lib/ipsec
$( INSTALL_DIR) $( 1) /usr/lib/ipsec
$( CP) $( PKG_INSTALL_DIR) /usr/lib/ipsec/libstrongswan.so.* $( 1) /usr/lib/ipsec/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/ipsec/libstrongswan.so.* $( 1) /usr/lib/ipsec/
@ -497,8 +492,16 @@ define Package/strongswan-charon-cmd/install
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/charon-cmd $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/charon-cmd $( 1) /usr/sbin/
e n d e f
e n d e f
d e f i n e P a c k a g e / s t r o n g s w a n - i p s e c / c o n f f i l e s
/ e t c / i p s e c . d /
/ e t c / i p s e c . c o n f
/ e t c / i p s e c . s e c r e t s
/ e t c / i p s e c . u s e r
e n d e f
d e f i n e P a c k a g e / s t r o n g s w a n - i p s e c / i n s t a l l
d e f i n e P a c k a g e / s t r o n g s w a n - i p s e c / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_DIR) $( 1) /etc/ $( 1) /usr/sbin
$( INSTALL_CONF) $( PKG_INSTALL_DIR) /etc/ipsec.conf $( 1) /etc/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/ipsec $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/ipsec $( 1) /usr/sbin/
e n d e f
e n d e f