Update IKEv2 script
- Update Ubuntu 18.04 NSS fix with newer package versions. Ref: https://ubuntu.com/security/CVE-2021-43527
This commit is contained in:
parent
270fba3d60
commit
a323b13512
@ -1050,9 +1050,9 @@ apply_ubuntu1804_nss_fix() {
|
||||
if [ "$os_type" = "ubuntu" ] && [ "$os_ver" = "bustersid" ] && [ "$os_arch" = "x86_64" ]; then
|
||||
nss_url1="https://mirrors.kernel.org/ubuntu/pool/main/n/nss"
|
||||
nss_url2="https://mirrors.kernel.org/ubuntu/pool/universe/n/nss"
|
||||
nss_deb1="libnss3_3.49.1-1ubuntu1.5_amd64.deb"
|
||||
nss_deb2="libnss3-dev_3.49.1-1ubuntu1.5_amd64.deb"
|
||||
nss_deb3="libnss3-tools_3.49.1-1ubuntu1.5_amd64.deb"
|
||||
nss_deb1="libnss3_3.49.1-1ubuntu1.6_amd64.deb"
|
||||
nss_deb2="libnss3-dev_3.49.1-1ubuntu1.6_amd64.deb"
|
||||
nss_deb3="libnss3-tools_3.49.1-1ubuntu1.6_amd64.deb"
|
||||
if tmpdir=$(mktemp --tmpdir -d vpn.XXXXX 2>/dev/null); then
|
||||
bigecho2 "Applying fix for NSS bug on Ubuntu 18.04..."
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
Loading…
Reference in New Issue
Block a user