Jan-Jonas Sämann
f4c163912e
* IMPORTANT: Fixes vulnerabilities that allowed for remote crashes and denial of service attacks through the Linux kernels TCP selective acknowledgement implementation. (CVE-2019-11477, CVE-2019-11478 and CVE-2019-11479)
7 lines
346 B
YAML
7 lines
346 B
YAML
before_script:
|
|
- sudo apt-get update -qq && sudo apt-get install -y -qq build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion python-pip python3-pip
|
|
|
|
fullbuild:
|
|
script:
|
|
- make V=s FORCE_UNSAFE_CONFIGURE=1 GLUON_BRANCH=experimental GLUON_RELEASE=v2018.2.2 GLUON_GIT_REF=800c3b2bacdf3175b153413adc15ccdf802de2c8
|