diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-07 10:25:48 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-07 10:25:48 -0600 |
commit | d0bfd7476ce462f642aac827cc23bdc2bc78b13b (patch) | |
tree | c4275dc2c8c9c45b35b49e9ca83194419b333229 /update.sh | |
parent | 1e562926d80ae8006296eb7926de6cbebc32d3ee (diff) | |
download | portable-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-x | update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
367 | echo "copying manpages" | 370 | echo "copying manpages" |