Skip to content

Commit

Permalink
downgrade openssl for pia crl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed May 3, 2024
1 parent ed5b6fe commit 7a12c66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ unzip /tmp/scripts-master.zip -d /tmp
# move shell scripts to /root
mv /tmp/scripts-master/shell/arch/docker/*.sh /usr/local/bin/


# pacman packages
####

Expand All @@ -25,6 +24,14 @@ pacman_packages="openssl-1.1 kmod openvpn privoxy bind-tools gnu-netcat ipcalc w
# install pre-reqs
pacman -S --needed $pacman_packages --noconfirm

# custom
####

# workaround to pia related crl malformed validation dates
# this downgrades openssl which ignores the malformed crl validation dates
curl -o /tmp/openssl.zst -L https://archive.archlinux.org/packages/o/openssl/openssl-3.2.1-1-x86_64.pkg.tar.zst
pacman -U /tmp/openssl.zst --noconfirm

# env vars
####

Expand Down

0 comments on commit 7a12c66

Please sign in to comment.