aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-07-10 23:30:58 -0500
committerBrent Cook <busterb@gmail.com>2022-07-10 23:30:58 -0500
commit1e562926d80ae8006296eb7926de6cbebc32d3ee (patch)
tree3e14e07caa5f788b3cf65f33bd1a2caa5f5e7b46 /update.sh
parent5fe512b45f490af747f8eacc73d25dd41f761424 (diff)
downloadportable-1e562926d80ae8006296eb7926de6cbebc32d3ee.tar.gz
portable-1e562926d80ae8006296eb7926de6cbebc32d3ee.tar.bz2
portable-1e562926d80ae8006296eb7926de6cbebc32d3ee.zip
add local patch for https://github.com/libressl-portable/portable/issues/760
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index b8f8337..6832fe8 100755
--- a/update.sh
+++ b/update.sh
@@ -358,6 +358,10 @@ fi
358for i in patches/*.patch; do 358for i in patches/*.patch; do
359 $PATCH -p0 < $i 359 $PATCH -p0 < $i
360done 360done
361# apply local patch for https://github.com/libressl-portable/portable/issues/760
362(cd crypto
363 $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff
364)
361 365
362# copy manpages 366# copy manpages
363echo "copying manpages" 367echo "copying manpages"