index
:
ptunnel-ng.git
Tunnel TCP connections through ICMP.
log msg
author
committer
range
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2018-12-26 21:26:48 +0100
committer
Toni Uhlig <matzeton@googlemail.com>
2018-12-26 21:26:48 +0100
commit
5bd360af054f4cf33c09508d1a209e2440b75d2c
(
patch
)
tree
fb088b31900d3795f6461e76860bf5c823f85b07
parent
85f77e5953ce6a60235ea3d5af5799668183b497
(
diff
)
travis-ci install libbsd-dev to have arc4random() available
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
-rw-r--r--
.travis.yml
2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e7d6ad..e9a181d 100644
--- a/
.travis.yml
+++ b/
.travis.yml
@@ -2,7 +2,7 @@ language: c
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git debhelper fakeroot
-- sudo apt-get install -y libpcap-dev libselinux1-dev
+- sudo apt-get install -y libpcap-dev libselinux1-dev libbsd-dev
- sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev
mingw-w64-common
- sudo apt-get install -y autoconf automake dh-autoreconf