mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openvpn: version bump 2.3.6 -> 2.3.11
@ 2016-06-15  9:25 Ladislav Michl
  0 siblings, 0 replies; only message in thread
From: Ladislav Michl @ 2016-06-15  9:25 UTC (permalink / raw)
  To: ptxdist

Once there, make 'small' option configurable.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/openvpn.in   | 7 +++++++
 rules/openvpn.make | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/rules/openvpn.in b/rules/openvpn.in
index 3ad493a..c620937 100644
--- a/rules/openvpn.in
+++ b/rules/openvpn.in
@@ -35,6 +35,13 @@ menuconfig OPENVPN
 
 if OPENVPN
 
+config OPENVPN_SMALL
+	bool
+	prompt "Enable smaller executable size"
+	default y
+	help
+	  This disables OCC, usage message, and verb 4 parm list.
+
 config OPENVPN_LZO
 	bool
 	prompt "Enable LZO compression"
diff --git a/rules/openvpn.make b/rules/openvpn.make
index 7cfa427..532809d 100644
--- a/rules/openvpn.make
+++ b/rules/openvpn.make
@@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn
 #
 # Paths and names
 #
-OPENVPN_VERSION		:= 2.3.6
-OPENVPN_MD5		:= 6ca03fe0fd093e0d01601abee808835c
+OPENVPN_VERSION		:= 2.3.11
+OPENVPN_MD5		:= fe17a25235d65e60af8986c6c78c4650
 OPENVPN			:= openvpn-$(OPENVPN_VERSION)
-OPENVPN_SUFFIX		:= tar.gz
+OPENVPN_SUFFIX		:= tar.xz
 OPENVPN_URL		:= http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX)
 OPENVPN_SOURCE		:= $(SRCDIR)/$(OPENVPN).$(OPENVPN_SUFFIX)
 OPENVPN_DIR		:= $(BUILDDIR)/$(OPENVPN)
@@ -44,7 +44,7 @@ OPENVPN_AUTOCONF := \
 	--$(call ptx/endis, PTXCONF_OPENVPN_LZO)-lzo \
 	--disable-plugins \
 	--disable-debug \
-	--enable-small \
+	--$(call ptx/endis, PTXCONF_OPENVPN_SMALL)-small \
 	--disable-iproute2 \
 	--disable-selinux \
 	--$(call ptx/endis, PTXCONF_OPENVPN_SYSTEMD)-systemd \
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-15  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15  9:25 [ptxdist] [PATCH] openvpn: version bump 2.3.6 -> 2.3.11 Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox