diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-10 00:04:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-10 00:04:19 +0300 |
commit | 67699aec80b613ef3aaeac108408c7585b8099f6 (patch) | |
tree | aed8056d8163f7b3494c202013cb6512f1793855 /dev-libs/libressl/files/update.sh.patch | |
parent | 6f262a88ce266ee1b3856df39fdbe31ca2edfc3a (diff) |
libressl-scm
Diffstat (limited to 'dev-libs/libressl/files/update.sh.patch')
-rw-r--r-- | dev-libs/libressl/files/update.sh.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libressl/files/update.sh.patch b/dev-libs/libressl/files/update.sh.patch new file mode 100644 index 0000000..688270c --- /dev/null +++ b/dev-libs/libressl/files/update.sh.patch @@ -0,0 +1,25 @@ +diff --git a/update.sh b/update.sh +index f11aa04..4016093 100755 +--- a/update.sh ++++ b/update.sh +@@ -3,20 +3,6 @@ set -e + + openbsd_branch=`cat OPENBSD_BRANCH` + +-# pull in latest upstream code +-echo "pulling upstream openbsd source" +-if [ ! -d openbsd ]; then +- if [ -z "$LIBRESSL_GIT" ]; then +- git clone https://github.com/libressl-portable/openbsd.git +- else +- git clone $LIBRESSL_GIT/openbsd +- fi +-fi +-(cd openbsd +- git fetch +- git checkout $openbsd_branch +- git pull --rebase) +- + # setup source paths + CWD=`pwd` + OPENBSD_SRC=$CWD/openbsd/src |