From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/openvpn
Date: Mon, 20 Nov 2006 08:33:05 -0800 (PST) [thread overview]
Message-ID: <20061120163305.C9DA1485A6@busybox.net> (raw)
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
reply other threads:[~2006-11-20 16:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061120163305.C9DA1485A6@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox