diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2016-08-24 22:33:25 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2016-08-24 22:33:25 +0000 |
| commit | c12684409a255a137011fc41496b040efb3252eb (patch) | |
| tree | c9edb7419ff29ca957920774f6610230cc403deb /security/openvpn/files/patch-configure | |
| parent | Update devel/elixir-swarm to version 0.4.4. (diff) | |
Update to new upstream bugfix release 2.3.12, add "stats" to rc script.
* Upstream changes: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.12>
* The cmocka-based unit tests are currently disabled, too much hassle
and deps to get them running.
* Add patch-configure to drop the unit-test related warnings.
* Extend run control script to understand the "stats" argument, to send
SIGUSR2 to the process, contributed by Anton Yuzhaninov (with one
additional line fold).
* Drop patch-629baad8, no longer needed.
* Refresh other patches with make clean extract do-patch makepatch
Diffstat (limited to 'security/openvpn/files/patch-configure')
| -rw-r--r-- | security/openvpn/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn/files/patch-configure b/security/openvpn/files/patch-configure new file mode 100644 index 000000000000..226436314279 --- /dev/null +++ b/security/openvpn/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2016-08-23 14:19:07 UTC ++++ configure +@@ -17160,8 +17160,6 @@ fi + $as_echo "!! WARNING !! The cmoka git submodule has not been initialized or updated. Unit testing cannot be performed." >&6; } + fi + else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: !! WARNING !! CMake is NOT available. Unit testing cannot be performed." >&5 +-$as_echo "!! WARNING !! CMake is NOT available. Unit testing cannot be performed." >&6; } + if false; then + CMOCKA_INITIALIZED_TRUE= + CMOCKA_INITIALIZED_FALSE='#' |
