aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-07 10:25:48 -0600
committerBrent Cook <busterb@gmail.com>2023-02-07 10:25:48 -0600
commitd0bfd7476ce462f642aac827cc23bdc2bc78b13b (patch)
treec4275dc2c8c9c45b35b49e9ca83194419b333229 /update.sh
parent1e562926d80ae8006296eb7926de6cbebc32d3ee (diff)
downloadportable-3.5.4.tar.gz
portable-3.5.4.tar.bz2
portable-3.5.4.zip
security updatev3.5.4
Diffstat (limited to '')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 6832fe8..7d3f8e5 100755
--- a/update.sh
+++ b/update.sh
@@ -362,6 +362,9 @@ done
362(cd crypto 362(cd crypto
363 $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff 363 $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff
364) 364)
365(cd crypto
366 $PATCH -p2 < ../patches/x509_genn.c.diff
367)
365 368
366# copy manpages 369# copy manpages
367echo "copying manpages" 370echo "copying manpages"