Skip to content

Commit 6fe770e

Browse files
committed
rebase patches
1 parent 83cd429 commit 6fe770e

26 files changed

Lines changed: 52 additions & 52 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 f08d8a962782a81d96f1b4eae2349e99761f625c Mon Sep 17 00:00:00 2001
1+
From bc87f7d41e5dbda75de04d93b6e60075f579d5f2 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/26] 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 6c69b44235d9bc5728ec1861823fb93c42af01b6 Mon Sep 17 00:00:00 2001
1+
From ac7720a49412776a03313fecf281be7aa6d9d6d3 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/26] Win32: Do not download externals

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From f69fee4163758eee14ad4e73e1041bd838014297 Mon Sep 17 00:00:00 2001
1+
From f55dbad460ad50580aac291f5f68f77b4eb5e443 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/26] Fix find_library so that it looks in sys.prefix/lib
@@ -25,10 +25,10 @@ index 583c47daff3..ab9b01c87e2 100644
2525
yield os.path.join(executable_path, name[len('@executable_path/'):])
2626

2727
diff --git a/Lib/ctypes/util.py b/Lib/ctypes/util.py
28-
index 378f12167c6..a0e4060721a 100644
28+
index 3b21658433b..2c900c1e2cf 100644
2929
--- a/Lib/ctypes/util.py
3030
+++ b/Lib/ctypes/util.py
31-
@@ -129,7 +129,8 @@ def dllist():
31+
@@ -135,7 +135,8 @@ def dllist():
3232
elif os.name == "posix" and sys.platform in {"darwin", "ios", "tvos", "watchos"}:
3333
from ctypes.macholib.dyld import dyld_find as _dyld_find
3434
def find_library(name):
@@ -38,7 +38,7 @@ index 378f12167c6..a0e4060721a 100644
3838
'%s.dylib' % name,
3939
'%s.framework/%s' % (name, name)]
4040
for name in possible:
41-
@@ -430,10 +431,30 @@ def _findLib_ld(name):
41+
@@ -436,10 +437,30 @@ def _findLib_ld(name):
4242
pass # result will be None
4343
return result
4444

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 3a1dffd72017c2d159df2c9ab17e9a94fd96919e Mon Sep 17 00:00:00 2001
1+
From 29f68dcae94d2ad54f7e36df12175fb2bd3ef467 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/26] Disable registry lookup unless CONDA_PY_ALLOW_REG_PATHS

recipe/patches/0005-Unvendor-openssl.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 282408229840efda93052f9b6e86775a378a527b Mon Sep 17 00:00:00 2001
1+
From 17fc2b4af07c3e2732f8f9c62f34d0e1b57597bf 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/26] Unvendor openssl
@@ -90,7 +90,7 @@ index 7ca750dda8f..17eee400ebb 100644
9090
<Target Name="CleanAll">
9191
<Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
9292
diff --git a/PCbuild/python.props b/PCbuild/python.props
93-
index cc157252655..253aa66f477 100644
93+
index da503ca0348..253aa66f477 100644
9494
--- a/PCbuild/python.props
9595
+++ b/PCbuild/python.props
9696
@@ -68,6 +68,7 @@
@@ -112,8 +112,8 @@ index cc157252655..253aa66f477 100644
112112
- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
113113
- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
114114
<mpdecimalDir Condition="$(mpdecimalDir) == ''">$(ExternalsDir)\mpdecimal-4.0.0\</mpdecimalDir>
115-
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.18\</opensslDir>
116-
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.18\$(ArchName)\</opensslOutDir>
115+
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.19\</opensslDir>
116+
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.19\$(ArchName)\</opensslOutDir>
117117
- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
118118
<nasmDir Condition="$(nasmDir) == ''">$(ExternalsDir)\nasm-2.11.06\</nasmDir>
119119
- <zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.3.1\</zlibDir>

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 f4c9cf54276abcd8ac61f8a7c47253eda5f8746f Mon Sep 17 00:00:00 2001
1+
From f89df782ea930b7c8c8fa3a5cedf6984c68bbe26 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/26] Unvendor sqlite3

recipe/patches/0007-Add-CondaEcosystemModifyDllSearchPath.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From d2a622755b5640370ddbf758ffe364fbc1c5d476 Mon Sep 17 00:00:00 2001
1+
From 853657f2bd5774cf51d88c95cf9f7cd27ceea315 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/26] Add CondaEcosystemModifyDllSearchPath()

recipe/patches/0008-Doing-d1trimfile.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From b549b5d26e827079b0f11fffa2add7587c12a63b Mon Sep 17 00:00:00 2001
1+
From a638bbff1f76630d0b85554018670b6745b6a64e 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/26] Doing d1trimfile

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From d0869e666f17978355eb8d5fc7e2fdc6319a2a96 Mon Sep 17 00:00:00 2001
1+
From 8b28429cdaf8b18f8a5f41b640c4c72c8e45897a 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/26] cross compile darwin
@@ -29,7 +29,7 @@ index b017b841311..f7821ae7f28 100644
2929
try:
3030
import plistlib
3131
diff --git a/configure b/configure
32-
index 645628fecf2..0d43c08ce03 100755
32+
index 8cfdda5a29b..be7e9c6713d 100755
3333
--- a/configure
3434
+++ b/configure
3535
@@ -4111,6 +4111,9 @@ then
@@ -53,7 +53,7 @@ index 645628fecf2..0d43c08ce03 100755
5353
_host_ident=
5454
;;
5555
diff --git a/configure.ac b/configure.ac
56-
index d81c76fc122..90366bb6257 100644
56+
index 1acb91fd27b..73fe005fa3d 100644
5757
--- a/configure.ac
5858
+++ b/configure.ac
5959
@@ -324,6 +324,9 @@ then

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From c4032e3b5fed532e99d33e6b4c44b34f5517749d Mon Sep 17 00:00:00 2001
1+
From f82fdb4890d33fa85807a8d9d8285df2c7580520 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/26] Fix TZPATH on windows
@@ -8,7 +8,7 @@ Subject: [PATCH 10/26] Fix TZPATH on windows
88
1 file changed, 2 insertions(+)
99

1010
diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
11-
index 2ecbff222fe..9a263dea8da 100644
11+
index faf8273bd0b..9e6d9257cf7 100644
1212
--- a/Lib/sysconfig/__init__.py
1313
+++ b/Lib/sysconfig/__init__.py
1414
@@ -175,6 +175,7 @@ def joinuser(*args):

0 commit comments

Comments
 (0)