11 Commits

Author SHA1 Message Date
mirko
4aba6ee90e [packages/openvpn-devel] update openvpn-devel to latest HEAD
This fixes some issues and regressions, as well as includes
the "busybox ifconfig ipv6"-patch which went upstream meanwhile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 02:00:24 +00:00
mirko
bb2c7bbd7e [packages/openvpn] fix changing ipv6 settings with busybox's ifconfig
The OpenVPN call to busybox's ifconfig in order to change interface
configurations is incompatible when used in conjunction with IPv6.
Busybox's ifconfig doesn't know about the 'inet6' parameter,
so just skip it.
The new call is still compatible to the usual ifconfig provided by
the net-tools package.

Thanks to Gert Doering and Joachim Schlipper!

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 18:13:31 +00:00
mirko
8a7121d7f4 [packages/openvpn] update to latest git revision, remove misplaced patch - fixes #11739
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-29 15:38:44 +00:00
mirko
dd52894e5d [packages/openvpn-devel] fix linker error when compiling with support for polarssl and certain options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32382 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-15 08:31:45 +00:00
mirko
5e6ee24d8f [packages/openvpn-devel] rework openvpn-devel package
- make use of build-variants to support OpenSSL, PolarSSL and no SSL at all
 - add menu derived from the stable package, to enable/disable support for various functionality at compile time

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 15:54:29 +00:00
jow
ffd23dbbbc [package] openvpn, openvpn-devel, openvpn-polarssl: remove special quoted parameter handling
The append_params_quoted procedure was only needed while the final OpenVPN was eval'd, now
that the service wrappers pass the command line through to ssd unmangled, the extraneous
quotes cause issues in the openvpn command line parser, so remove them.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 14:32:21 +00:00
nico
1de2919548 packages/openvpn: fix pid-file arg passed in service command-line
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 13:27:42 +00:00
swalker
5a054aa8b3 [packages] openvpn-devel: update to 201120 (#9341), thanks Stefan Hellermann, use CONFIGURE_{ARGS,VARS}, add copyright info
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26894 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-15 08:26:18 +00:00
florian
ce72947065 [package] update openvpn-devel to week 45 snapshot
the following patch brings openvpn-devel up to "week 45" (most recent)
openvpn-devel version from git, which has one important bugfix
("route" command with special-case targets was broken) and enables
parallel building.

Also, it seems that "--enable-small" was lost in the application of
the last commit - or my local SVN is confused.  I know I sent this last
time, but "svn diff" claims it's not in the repository right now...

Anyway, here's the output of "svn update ; svn diff" on the packages feed
tree...

Signed-off-by: Gert Doering <gert@greenie.muc.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-21 22:01:19 +00:00
florian
1245f038bc [package] update openvpn-devel to week 36 snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:11:42 +00:00
florian
f654f86f1d [package] add an openvpn-devel package, patch from Gert Doering
For now, this package uses the symlinked to ../openvpn/files scripts

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 22:33:26 +00:00