[oe-commits] [meta-openembedded] 01/47: strongswan: add ${PN}-plugin-curve25519 to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Jan 22 16:44:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 69c05ae1ce205099894f334a1db18dbcf1de3c4b
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Fri Jan 12 10:46:20 2018 +0800

    strongswan: add ${PN}-plugin-curve25519 to RDEPENDS
    
    * The default DH group curve25519 depends on
      an optional plugin ${PN}-plugin-curve25519,
      add it to RDEPENDS to avoid below error:
    
      root at test:~# ipsec up host-lan
      initiating IKE_SA host-lan[1] to 192.168.7.2
      configured DH group CURVE_25519 not supported
      tried to checkin and delete nonexisting IKE_SA
      establishing connection 'host-lan' failed
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
index 3fb56bc..97ebcd8 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
@@ -123,6 +123,7 @@ RDEPENDS_${PN} += "\
     ${PN}-plugin-x509 \
     ${PN}-plugin-xauth-generic \
     ${PN}-plugin-xcbc \
+    ${PN}-plugin-curve25519 \
     "
 
 RPROVIDES_${PN} += "${PN}-systemd"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list