diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-14 16:42:38 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-14 17:12:50 -0600 |
commit | a29b174e317545cd7b03aa830fc7e366ed15458b (patch) | |
tree | 2938843afc1ac43b753855dbde7a3a886bec73a0 /update.sh | |
parent | d2342f36bcf81dbcea22bb113a5d0e9e0de505f8 (diff) | |
download | portable-a29b174e317545cd7b03aa830fc7e366ed15458b.tar.gz portable-a29b174e317545cd7b03aa830fc7e366ed15458b.tar.bz2 portable-a29b174e317545cd7b03aa830fc7e366ed15458b.zip |
bump version
append portable version number to the version string
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -86,7 +86,7 @@ copy_hdrs() { | |||
86 | done | 86 | done |
87 | } | 87 | } |
88 | 88 | ||
89 | copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h opensslv.h | 89 | copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h |
90 | ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h | 90 | ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h |
91 | objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h | 91 | objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h |
92 | ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h | 92 | ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h |
@@ -102,6 +102,10 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h opensslv.h | |||
102 | 102 | ||
103 | copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 103 | copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" |
104 | 104 | ||
105 | sed -e "s/\"LibreSSL .*\"/\"LibreSSL ${libressl_version}\"/" \ | ||
106 | $libssl_src/src/crypto/opensslv.h > include/openssl/opensslv.h.lcl | ||
107 | $MV include/openssl/opensslv.h.lcl include/openssl/opensslv.h | ||
108 | |||
105 | # copy libcrypto source | 109 | # copy libcrypto source |
106 | echo copying libcrypto source | 110 | echo copying libcrypto source |
107 | rm -f crypto/*.c crypto/*.h | 111 | rm -f crypto/*.c crypto/*.h |