[oe-commits] Marcin Juszkiewicz : openvpn: added 2. 1rc20 and enabled reading passwords from file

git version control git at git.openembedded.org
Wed Nov 4 12:03:58 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: ea6f6abebde67f959098acebfe19ace84a5886e2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ea6f6abebde67f959098acebfe19ace84a5886e2

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Tue Nov  3 18:49:16 2009 +0100

openvpn: added 2.1rc20 and enabled reading passwords from file

---

 recipes/openvpn/openvpn_2.0.9+2.1rc20.bb |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/openvpn/openvpn_2.0.9+2.1rc20.bb b/recipes/openvpn/openvpn_2.0.9+2.1rc20.bb
new file mode 100644
index 0000000..f671e15
--- /dev/null
+++ b/recipes/openvpn/openvpn_2.0.9+2.1rc20.bb
@@ -0,0 +1,9 @@
+require openvpn.inc
+
+SRC_URI = "http://openvpn.net/release/openvpn-2.1_rc20.tar.gz \
+	   file://openvpn"
+
+S = "${WORKDIR}/openvpn-2.1_rc20"
+
+# I want openvpn to be able to read password from file (hrw)
+EXTRA_OECONF += "--enable-password-save"





More information about the Openembedded-commits mailing list