* [Buildroot] svn commit: trunk/buildroot/package/openvpn
@ 2006-11-20 16:33 aldot at uclibc.org
0 siblings, 0 replies; only message in thread
From: aldot at uclibc.org @ 2006-11-20 16:33 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-11-20 08:33:05 -0800 (Mon, 20 Nov 2006)
New Revision: 16590
Log:
- bump version.
Modified:
trunk/buildroot/package/openvpn/openvpn.mk
Changeset:
Modified: trunk/buildroot/package/openvpn/openvpn.mk
===================================================================
--- trunk/buildroot/package/openvpn/openvpn.mk 2006-11-20 16:09:43 UTC (rev 16589)
+++ trunk/buildroot/package/openvpn/openvpn.mk 2006-11-20 16:33:05 UTC (rev 16590)
@@ -6,9 +6,10 @@
# to enable that within busybox
#
#############################################################
-OPENVPN_SOURCE:=openvpn-1.5.0.tar.gz
-OPENVPN_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/openvpn/
-OPENVPN_DIR:=$(BUILD_DIR)/openvpn-1.5.0
+OPENVPN_VERSION:=2.0.9
+OPENVPN_SOURCE:=openvpn-$(OPENVPN_VERSION).tar.gz
+OPENVPN_SITE:=http://openvpn.net/release/
+OPENVPN_DIR:=$(BUILD_DIR)/openvpn-$(OPENVPN_VERSION)
OPENVPN_CAT:=$(ZCAT)
OPENVPN_BINARY:=openvpn
OPENVPN_TARGET_BINARY:=usr/sbin/openvpn
@@ -50,6 +51,7 @@
--mandir=/usr/man \
--infodir=/usr/info \
--program-prefix="" \
+ --enable-small \
$(THREAD_MODEL) \
);
touch $(OPENVPN_DIR)/.configured
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-20 16:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 16:33 [Buildroot] svn commit: trunk/buildroot/package/openvpn aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox