Skip to content
Snippets Groups Projects
Commit 149eb860 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

CVE-2024-3727 je oficialne opraven, quick patch uz netreba

parent 9ab7346d
No related branches found
No related tags found
No related merge requests found
Pipeline #9301 passed
......@@ -56,14 +56,14 @@ source ~/.bashrc
# Stazeni a rozbaleni zdrojovych kodu
mkdir -p ${GOPATH}/src/github.com/sylabs && cd ${GOPATH}/src/github.com/sylabs && wget -q -O singularity.tar.gz https://github.com/sylabs/singularity/releases/download/v${SINVERSION}/singularity-ce-${SINVERSION}.tar.gz && tar xvf singularity.tar.gz && cd singularity-ce-${SINVERSION}
sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod | diff go.mod -
sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod -i
sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt | diff vendor/modules.txt -
sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt -i
sed 's#\(.*\)#\1\+1#g' VERSION | diff VERSION -
sed 's#\(.*\)#\1\+1#g' VERSION -i
#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod | diff go.mod -
#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod -i
#
#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt | diff vendor/modules.txt -
#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt -i
#
#sed 's#\(.*\)#\1\+1#g' VERSION | diff VERSION -
#sed 's#\(.*\)#\1\+1#g' VERSION -i
# Stazeni PRoot a pridani do .install aby se includoval do balicku
curl -LO https://proot.gitlab.io/proot/bin/proot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment