diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-05-04 23:08:02 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-05-04 23:08:02 +0000 |
commit | 7649ac1704036feb865fb8514c139e08d33963db (patch) | |
tree | 6684bc66600f5280971372760d47e9c34d5a179b /security/openvpn/files/patch-sample__sample-config-files__loopback-client | |
parent | USE_GITHUB: Treat 'V' special just as 'v' is for DISTVERSIONPREFIX. (diff) |
+ Update patch set for crypto engine fix [1].
Change option name so it is presented anew, default disabled.
+ Add openvpn-client wrapper script and up/down scripts to trigger
resolvconf, with minor edits. [2]
+ Set proper PLUGIN_LIBDIR so that plugins in the default directory can
be found with relative paths.
+ Compile shipped plugins with -fPIC.
PR: 195004 [1]
PR: 199529 [2]
Submitted by: yuri@rawbw.com [2]
Obtained from: https://community.openvpn.net/openvpn/ticket/480#comment:21
Notes
Notes:
svn path=/head/; revision=385432
Diffstat (limited to 'security/openvpn/files/patch-sample__sample-config-files__loopback-client')
-rw-r--r-- | security/openvpn/files/patch-sample__sample-config-files__loopback-client | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn/files/patch-sample__sample-config-files__loopback-client b/security/openvpn/files/patch-sample__sample-config-files__loopback-client index 47cac942e0b9..4a0fb8d4594f 100644 --- a/security/openvpn/files/patch-sample__sample-config-files__loopback-client +++ b/security/openvpn/files/patch-sample__sample-config-files__loopback-client @@ -1,5 +1,5 @@ ---- ./sample/sample-config-files/loopback-client.orig 2012-09-10 17:01:08.000000000 +0200 -+++ ./sample/sample-config-files/loopback-client 2013-01-11 21:30:07.000000000 +0100 +--- sample/sample-config-files/loopback-client.orig 2014-11-29 14:59:45 UTC ++++ sample/sample-config-files/loopback-client @@ -9,8 +9,8 @@ # ./openvpn --config sample-config-files/loopback-client (In one window) # ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window) |