aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-11-25 09:10:06 -0600
committerBrent Cook <busterb@gmail.com>2021-11-25 09:18:36 -0600
commite57be00ab1d6395387004b2c2a44d8f07bc4406d (patch)
treeea91b282ac3fe78c58a341c8225af216a2dd7d1b /update.sh
parent923683b5f5e9de7751f8bdf0a2752e9e3f2960bb (diff)
downloadportable-3.4.2.tar.gz
portable-3.4.2.tar.bz2
portable-3.4.2.zip
incorporate diffs from 3.4.1 not tagged in upstream stable.v3.4.2
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 fe91b51..3956eb4 100755
--- a/update.sh
+++ b/update.sh
@@ -360,6 +360,10 @@ for i in patches/*.patch; do
360 $PATCH -p0 < $i 360 $PATCH -p0 < $i
361done 361done
362 362
363for i in patches/libcrypto*.diff; do
364 (cd crypto; $PATCH -p4 < ../$i)
365done
366
363# copy manpages 367# copy manpages
364echo "copying manpages" 368echo "copying manpages"
365echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am 369echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am