Skip to content

Commit 630a828

Browse files
committed
rebase patches
1 parent 31b69b3 commit 630a828

22 files changed

Lines changed: 43 additions & 43 deletions

recipe/patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 656d027af328edb2cc196eec7e726fa62e2ce3f2 Mon Sep 17 00:00:00 2001
1+
From 4f915b76bf52d9a4a355e0047b0ac8d66a8ec336 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Wed, 16 Aug 2017 11:53:55 +0100
44
Subject: [PATCH 01/22] Win32: Change FD_SETSIZE from 512 to 2048

recipe/patches/0002-Win32-Do-not-download-externals.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 74d8297f1fb827e069ba795a00dd5cd40cd01a49 Mon Sep 17 00:00:00 2001
1+
From 89ac50838fc3c43b63342d7b9c434fe68e11d678 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Thu, 7 Sep 2017 11:35:47 +0100
44
Subject: [PATCH 02/22] Win32: Do not download externals

recipe/patches/0003-Fix-find_library-so-that-it-looks-in-sys.prefix-lib-.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6acef4cee4f5107be46225f159cf5a5238f2c6bd Mon Sep 17 00:00:00 2001
1+
From 1add97729db66a572b0ad8f26186071c6d1b19fd Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Tue, 5 Dec 2017 22:47:59 +0000
44
Subject: [PATCH 03/22] Fix find_library so that it looks in sys.prefix/lib

recipe/patches/0004-Disable-registry-lookup-unless-CONDA_PY_ALLOW_REG_PA.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 842497c29a668817928af9ab966b2a63bfbcd294 Mon Sep 17 00:00:00 2001
1+
From 4c0b20c3cebfcb8eaa0406c7b626322d01087492 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Sat, 27 Oct 2018 18:48:30 +0100
44
Subject: [PATCH 04/22] Disable registry lookup unless CONDA_PY_ALLOW_REG_PATHS

recipe/patches/0005-Unvendor-openssl.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4fd9f886ff5b07c0ff51a767b147f5154e685686 Mon Sep 17 00:00:00 2001
1+
From 91c6890e658e06e72213b8699e9c7e15ab42de55 Mon Sep 17 00:00:00 2001
22
From: Nehal J Wani <nehaljw.kkd1@gmail.com>
33
Date: Sat, 24 Nov 2018 20:38:02 -0600
44
Subject: [PATCH 05/22] Unvendor openssl
@@ -144,7 +144,7 @@ index 0da6f67495..17eee400eb 100644
144144
<Target Name="CleanAll">
145145
<Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
146146
diff --git a/PCbuild/python.props b/PCbuild/python.props
147-
index d85fe4ab2a..cf0913f331 100644
147+
index d799948fa3..cf0913f331 100644
148148
--- a/PCbuild/python.props
149149
+++ b/PCbuild/python.props
150150
@@ -61,6 +61,7 @@
@@ -159,7 +159,7 @@ index d85fe4ab2a..cf0913f331 100644
159159
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
160160

161161
<PropertyGroup>
162-
- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.45.1.0\</sqlite3Dir>
162+
- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.45.3.0\</sqlite3Dir>
163163
- <bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
164164
- <lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir>
165165
- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>

recipe/patches/0006-Unvendor-sqlite3.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4437c580909034fa0e660b38cfca148bb0345f1d Mon Sep 17 00:00:00 2001
1+
From 0a0c280aec453af0a3904a696dfc71175e6dc246 Mon Sep 17 00:00:00 2001
22
From: Nehal J Wani <nehaljw.kkd1@gmail.com>
33
Date: Tue, 5 Oct 2021 12:42:06 -0700
44
Subject: [PATCH 06/22] Unvendor sqlite3

recipe/patches/0007-Add-CondaEcosystemModifyDllSearchPath.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From a588758d0e8935f6506e0fc9ce96ad016b918534 Mon Sep 17 00:00:00 2001
1+
From 46d9b400457bec18d25f3977758daa76d53acbf4 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Tue, 24 Dec 2019 18:37:17 +0100
44
Subject: [PATCH 07/22] Add CondaEcosystemModifyDllSearchPath()
@@ -33,7 +33,7 @@ Co-authored-by: Isuru Fernando <isuruf@gmail.com>
3333
1 file changed, 96 insertions(+)
3434

3535
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
36-
index a0130fde15..e690dcf7df 100644
36+
index 2c36527a87..84cbae8248 100644
3737
--- a/Python/pylifecycle.c
3838
+++ b/Python/pylifecycle.c
3939
@@ -51,6 +51,10 @@

recipe/patches/0008-Doing-d1trimfile.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 9f20e0ac40b761542197d65d4e188c474d42ea2b Mon Sep 17 00:00:00 2001
1+
From 679e1d26a2d1883952ef98d191cc08242adcab12 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Tue, 31 Dec 2019 21:47:47 +0100
44
Subject: [PATCH 08/22] Doing d1trimfile
@@ -418,7 +418,7 @@ index 917d7ae50f..8c7e141eea 100644
418418
<ClCompile Include="..\Modules\_testbuffer.c" />
419419
</ItemGroup>
420420
diff --git a/PCbuild/_testcapi.vcxproj b/PCbuild/_testcapi.vcxproj
421-
index e032e67c25..288f68ee9d 100644
421+
index 257562c75d..41bd3cc56c 100644
422422
--- a/PCbuild/_testcapi.vcxproj
423423
+++ b/PCbuild/_testcapi.vcxproj
424424
@@ -92,6 +92,26 @@

recipe/patches/0009-cross-compile-darwin.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From edb3ba3037493e6f18c6663577bbe2ed6828f8fa Mon Sep 17 00:00:00 2001
1+
From fae08eb999d62039e0dbbeb65761f0e4c507c471 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Fri, 2 Oct 2020 00:03:12 +0200
44
Subject: [PATCH 09/22] cross compile darwin
@@ -11,10 +11,10 @@ By Isuru Fernando.
1111
3 files changed, 18 insertions(+), 1 deletion(-)
1212

1313
diff --git a/Lib/platform.py b/Lib/platform.py
14-
index 7bb222088d..0b1cbc98e2 100755
14+
index c5b6048036..7470545466 100755
1515
--- a/Lib/platform.py
1616
+++ b/Lib/platform.py
17-
@@ -458,7 +458,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
17+
@@ -459,7 +459,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
1818
def _mac_ver_xml():
1919
fn = '/System/Library/CoreServices/SystemVersion.plist'
2020
if not os.path.exists(fn):
@@ -29,7 +29,7 @@ index 7bb222088d..0b1cbc98e2 100755
2929
try:
3030
import plistlib
3131
diff --git a/configure b/configure
32-
index be783faa24..4a3f0b6302 100755
32+
index 6dc8a66e48..552597c021 100755
3333
--- a/configure
3434
+++ b/configure
3535
@@ -4267,6 +4267,9 @@ then
@@ -53,7 +53,7 @@ index be783faa24..4a3f0b6302 100755
5353
_host_cpu=
5454
;;
5555
diff --git a/configure.ac b/configure.ac
56-
index 8be26cc0ab..058f1d1096 100644
56+
index 8a32cb58f4..36b565af1b 100644
5757
--- a/configure.ac
5858
+++ b/configure.ac
5959
@@ -547,6 +547,9 @@ then

recipe/patches/0010-Fix-TZPATH-on-windows.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 021e22856ef3ef90a67b0d18d4678752a7ee0ad6 Mon Sep 17 00:00:00 2001
1+
From eaf0b19149ec28a231e0c73e36b2a6fdc29c250e Mon Sep 17 00:00:00 2001
22
From: Isuru Fernando <isuruf@gmail.com>
33
Date: Wed, 7 Oct 2020 10:08:30 -0500
44
Subject: [PATCH 10/22] Fix TZPATH on windows

0 commit comments

Comments
 (0)