diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 14:42:55 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 14:44:37 +0000 |
commit | 84f1173064d6c9ca783ee1691ed549f8dedc3282 (patch) | |
tree | 6a00707cc8931b7ebc9dca1af28bcce02d8071a4 /community/mongodb-tools/libressl.patch | |
parent | 3ae61e4a2c720fd1d1f2b787039196ec05b03e40 (diff) | |
download | aports-84f1173064d6c9ca783ee1691ed549f8dedc3282.tar.bz2 aports-84f1173064d6c9ca783ee1691ed549f8dedc3282.tar.xz |
community/mongodb-tools: moved from testing
Diffstat (limited to 'community/mongodb-tools/libressl.patch')
-rw-r--r-- | community/mongodb-tools/libressl.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/community/mongodb-tools/libressl.patch b/community/mongodb-tools/libressl.patch new file mode 100644 index 0000000000..0afd28f98c --- /dev/null +++ b/community/mongodb-tools/libressl.patch @@ -0,0 +1,21 @@ +--- mongo-tools-r3.4.3.orig/vendor/src/github.com/spacemonkeygo/openssl/cert.go ++++ mongo-tools-r3.4.3/vendor/src/github.com/spacemonkeygo/openssl/cert.go +@@ -277,8 +277,8 @@ + md = C.EVP_md_null() + case EVP_MD5: + md = C.EVP_md5() +- case EVP_SHA: +- md = C.EVP_sha() ++ //case EVP_SHA: ++ // md = C.EVP_sha() + case EVP_SHA1: + md = C.EVP_sha1() + case EVP_DSS: +--- mongo-tools-r3.4.3.orig/vendor/src/github.com/spacemonkeygo/openssl/version.go ++++ mongo-tools-r3.4.3/vendor/src/github.com/spacemonkeygo/openssl/version.go +@@ -19,4 +19,4 @@ + // #include <openssl/opensslv.h> + import "C" + +-const Version string = C.OPENSSL_VERSION_TEXT ++const Version string = "LibreSSL 2.4.5" |