summaryrefslogtreecommitdiff
path: root/pkg/python/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-04-12 14:11:00 -0700
committerMichael Forney <mforney@mforney.org>2018-04-12 14:30:25 -0700
commitfba8f121a2011f0547c1d597eaaed1132ce59d5a (patch)
tree5e1cb274bd59d71d83f929f67a5ce8031d6c2d6b /pkg/python/patch
parent7e9f24994eebbe89a6d08c2f9b9ac5f6d32a23ea (diff)
python: Update to 3.6.5
Diffstat (limited to 'pkg/python/patch')
-rw-r--r--pkg/python/patch/0001-Fix-build-with-libressl-2.7.0.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/python/patch/0001-Fix-build-with-libressl-2.7.0.patch b/pkg/python/patch/0001-Fix-build-with-libressl-2.7.0.patch
index 71c256a1..feb83c7e 100644
--- a/pkg/python/patch/0001-Fix-build-with-libressl-2.7.0.patch
+++ b/pkg/python/patch/0001-Fix-build-with-libressl-2.7.0.patch
@@ -1,4 +1,4 @@
-From ce8a3ec6f269d0d44ecf83669b5567ca9c934bc4 Mon Sep 17 00:00:00 2001
+From b7f437785aa3616066e5c5845e466f49b50db263 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Thu, 22 Mar 2018 23:42:12 -0700
Subject: [PATCH] Fix build with libressl-2.7.0
@@ -8,10 +8,10 @@ Subject: [PATCH] Fix build with libressl-2.7.0
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
-index df8c6a7d96..0e18cd887f 100644
+index c54e43c2b4..93e15c91d0 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
-@@ -99,7 +99,7 @@ struct py_ssl_library_code {
+@@ -104,7 +104,7 @@ struct py_ssl_library_code {
/* Include generated data (error codes) */
#include "_ssl_data.h"
@@ -21,5 +21,5 @@ index df8c6a7d96..0e18cd887f 100644
#endif
--
-2.16.3
+2.17.0