strongswan: avoid duplicate logging 14667/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Wed, 2 Dec 2020 05:53:30 +0000 (22:53 -0700)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Sat, 6 Feb 2021 05:10:29 +0000 (22:10 -0700)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/strongswan/Makefile
net/strongswan/files/ipsec.init

index 18c48e6382a3bfa9e87e140cf94b9dcd21985f60..82a3a43ac7e294f771a7a6d22f25e7693254856c 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=strongswan
 PKG_VERSION:=5.9.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
index b2efc74e8651dce384c411a07b42734501eb93b8..63b7507a23340ee5c5555b741c4fff0222b2063b 100644 (file)
@@ -326,9 +326,6 @@ config_ipsec() {
        swan_xappend "    daemon {"
        swan_xappend "      default = $debug"
        swan_xappend "    }"
-       swan_xappend "    auth {"
-       swan_xappend "      default = $debug"
-       swan_xappend "    }"
        swan_xappend "  }"
        swan_xappend "}"
 }