[oe-commits] [meta-openembedded] 62/80: openvpn: 2.3.8 -> 2.3.9

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:09:21 UTC 2016


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

commit 1512092589cc336724beae3b0c8f75ff5cae9263
Author: Wang Xin <wangxin2015.fnst at cn.fujitsu.com>
AuthorDate: Thu Aug 25 23:13:21 2016 -0400

    openvpn: 2.3.8 -> 2.3.9
    
    1) Upgrade openvpn from 2.3.8 to 2.3.9.
    2) Modify EXTRA_OECONF, Since the Changelog in the new version shows:
        Remove --enable-password-save option
        Reflect enable-password-save change in documentation
        Also remove second instance of enable-password-save in the man page
    3) Fix the Warning:
        WARNING: openvpn-2.3.9-r0 do_configure: QA Issue: openvpn: configure was passed unrecognised options: --enable-password-save [unknown-configure-option]
    
    Signed-off-by: Wang Xin <wangxin2015.fnst at cn.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-support/openvpn/{openvpn_2.3.8.bb => openvpn_2.3.9.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.8.bb b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
similarity index 93%
rename from meta-networking/recipes-support/openvpn/openvpn_2.3.8.bb
rename to meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
index de2348e..a3ef765 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.8.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -12,8 +12,8 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/openvpn-${PV}.tar.gz \
            file://openvpn@.service \
            file://openvpn-volatile.conf"
 
-SRC_URI[md5sum] = "51d996f1f1fc30f501ae251a254effeb"
-SRC_URI[sha256sum] = "532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51"
+SRC_URI[md5sum] = "265755044ae88f9249d509f6d061f7e5"
+SRC_URI[sha256sum] = "2c12fe9ea641ac1291e70322cc500641c84e5903dd4f40bf2eda7e9f209b2f9c"
 
 SYSTEMD_SERVICE_${PN} += "openvpn at loopback-server.service openvpn at loopback-client.service"
 SYSTEMD_AUTO_ENABLE = "disable"
@@ -21,7 +21,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
 CFLAGS += "-fno-inline"
 
 # I want openvpn to be able to read password from file (hrw)
-EXTRA_OECONF += "--enable-password-save --enable-iproute2"
+EXTRA_OECONF += "--enable-iproute2"
 EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', '--disable-plugin-auth-pam', d)}"
 
 # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host.

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


More information about the Openembedded-commits mailing list