diff options
author | Akinori Hattori <hattya@gentoo.org> | 2016-11-27 16:34:58 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2016-11-27 16:34:58 +0900 |
commit | b031eefc4323d44e065e23611efb8400ebaa0416 (patch) | |
tree | 6ea3f4676120b074759038f00a3f97aa3b975d27 /dev-scheme/gauche/files/gauche-0.9.5-libressl.patch | |
parent | dev-scheme/gauche: update to EAPI 6 (diff) | |
download | gentoo-b031eefc4323d44e065e23611efb8400ebaa0416.tar.gz gentoo-b031eefc4323d44e065e23611efb8400ebaa0416.tar.bz2 gentoo-b031eefc4323d44e065e23611efb8400ebaa0416.zip |
dev-scheme/gauche: new upstream release
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-scheme/gauche/files/gauche-0.9.5-libressl.patch')
-rw-r--r-- | dev-scheme/gauche/files/gauche-0.9.5-libressl.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-scheme/gauche/files/gauche-0.9.5-libressl.patch b/dev-scheme/gauche/files/gauche-0.9.5-libressl.patch new file mode 100644 index 000000000000..7b4c839dccb8 --- /dev/null +++ b/dev-scheme/gauche/files/gauche-0.9.5-libressl.patch @@ -0,0 +1,19 @@ +commit c26a4836e767807dd8c98d280c4d9e742b759edd +Author: Shiro Kawai <shiro@acm.org> +Date: Sun Oct 9 02:04:19 2016 -1000 + + rfc.tls - Detect LibreSSL as well + +diff --git a/ext/tls/test.scm b/ext/tls/test.scm +index 63a1d04..efbfbca 100644 +--- a/ext/tls/test.scm ++++ b/ext/tls/test.scm +@@ -37,7 +37,7 @@ + [(not gauche.os.windows) + (guard (e [(<process-abnormal-exit> e) + (no-openssl "couldn't run openssl command")]) +- (if-let1 m ($ #/OpenSSL\s+([\d\.]+\w*)/ ++ (if-let1 m ($ #/(?:OpenSSL|LibreSSL)\s+([\d\.]+\w*)/ + $ process-output->string `(,openssl-cmd "version")) + (let1 vers (m 1) + (unless (version>=? vers "1.0.1") |