diff options
author | Brent Cook <busterb@gmail.com> | 2022-07-10 23:30:58 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-07-10 23:30:58 -0500 |
commit | 1e562926d80ae8006296eb7926de6cbebc32d3ee (patch) | |
tree | 3e14e07caa5f788b3cf65f33bd1a2caa5f5e7b46 /update.sh | |
parent | 5fe512b45f490af747f8eacc73d25dd41f761424 (diff) | |
download | portable-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-x | update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -358,6 +358,10 @@ fi | |||
358 | for i in patches/*.patch; do | 358 | for i in patches/*.patch; do |
359 | $PATCH -p0 < $i | 359 | $PATCH -p0 < $i |
360 | done | 360 | done |
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 |
363 | echo "copying manpages" | 367 | echo "copying manpages" |