Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2022-03-25 13:11:23 +0300
committerlateralusX <lateralusx.github@gmail.com>2022-03-25 17:10:44 +0300
commit3b7a49f49b4cd553f4414cb24fc38737658b841e (patch)
treea865dc58c44008e5dc2073d9e53411b4f1211c67
parent2f6b4b5efcf930be40b8458c47219372a30ac064 (diff)
Stop using git protocol for submodulesmono-ps4
GitHub is removing support for unencrypted git soon: https://github.blog/2021-09-01-improving-git-protocol-security-github/ Bump submodules to include recursive repro fixes.
-rw-r--r--.gitmodules46
-rw-r--r--acceptance-tests/SUBMODULES.json6
m---------external/bdwgc0
m---------external/bockbuild0
m---------external/linker0
-rw-r--r--mono/utils/jemalloc/SUBMODULES.json2
-rw-r--r--packaging/MacSDK/xamarin-gtk-theme.py2
7 files changed, 28 insertions, 28 deletions
diff --git a/.gitmodules b/.gitmodules
index 8544f056069..4f8ef2f34a7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,73 +1,73 @@
[submodule "external/aspnetwebstack"]
path = external/aspnetwebstack
- url = git://github.com/mono/aspnetwebstack.git
+ url = https://github.com/mono/aspnetwebstack.git
[submodule "external/Newtonsoft.Json"]
path = external/Newtonsoft.Json
- url = git://github.com/mono/Newtonsoft.Json.git
+ url = https://github.com/mono/Newtonsoft.Json.git
[submodule "external/cecil"]
path = external/cecil
- url = git://github.com/mono/cecil.git
+ url = https://github.com/mono/cecil.git
[submodule "external/rx"]
path = external/rx
- url = git://github.com/mono/rx.git
+ url = https://github.com/mono/rx.git
branch = rx-oss-v2.2
[submodule "external/ikvm"]
path = external/ikvm
- url = git://github.com/mono/ikvm-fork.git
+ url = https://github.com/mono/ikvm-fork.git
[submodule "external/ikdasm"]
path = external/ikdasm
- url = git://github.com/mono/ikdasm.git
+ url = https://github.com/mono/ikdasm.git
[submodule "external/reference-assemblies"]
path = external/binary-reference-assemblies
- url = git://github.com/mono/reference-assemblies.git
+ url = https://github.com/mono/reference-assemblies.git
[submodule "external/nunit-lite"]
path = external/nunit-lite
- url = git://github.com/mono/NUnitLite.git
+ url = https://github.com/mono/NUnitLite.git
[submodule "external/nuget-buildtasks"]
path = external/nuget-buildtasks
- url = git://github.com/mono/NuGet.BuildTasks
+ url = https://github.com/mono/NuGet.BuildTasks
[submodule "external/cecil-legacy"]
path = external/cecil-legacy
- url = git://github.com/mono/cecil.git
+ url = https://github.com/mono/cecil.git
branch = mono-legacy-0.9.5
[submodule "external/boringssl"]
path = external/boringssl
- url = git://github.com/mono/boringssl.git
+ url = https://github.com/mono/boringssl.git
branch = mono
[submodule "external/corefx"]
path = external/corefx
- url = git://github.com/mono/corefx.git
+ url = https://github.com/mono/corefx.git
[submodule "external/bockbuild"]
path = external/bockbuild
- url = git://github.com/mono/bockbuild.git
+ url = https://github.com/mono/bockbuild.git
[submodule "external/linker"]
path = external/linker
- url = git://github.com/mono/linker.git
+ url = https://github.com/mono/linker.git
[submodule "external/roslyn-binaries"]
path = external/roslyn-binaries
- url = git://github.com/mono/roslyn-binaries.git
+ url = https://github.com/mono/roslyn-binaries.git
[submodule "external/corert"]
path = external/corert
- url = git://github.com/mono/corert.git
+ url = https://github.com/mono/corert.git
[submodule "external/xunit-binaries"]
path = external/xunit-binaries
- url = git://github.com/mono/xunit-binaries.git
+ url = https://github.com/mono/xunit-binaries.git
[submodule "external/api-doc-tools"]
path = external/api-doc-tools
- url = git://github.com/mono/api-doc-tools.git
+ url = https://github.com/mono/api-doc-tools.git
[submodule "external/api-snapshot"]
path = external/api-snapshot
- url = git://github.com/mono/api-snapshot.git
+ url = https://github.com/mono/api-snapshot.git
[submodule "external/helix-binaries"]
path = external/helix-binaries
- url = git://github.com/mono/helix-binaries.git
+ url = https://github.com/mono/helix-binaries.git
[submodule "external/illinker-test-assets"]
path = external/illinker-test-assets
- url = git://github.com/mono/illinker-test-assets.git
+ url = https://github.com/mono/illinker-test-assets.git
[submodule "external/llvm-project"]
path = external/llvm-project
- url = git://github.com/dotnet/llvm-project.git
+ url = https://github.com/dotnet/llvm-project.git
branch = release/6.x
[submodule "external/bdwgc"]
path = external/bdwgc
- url = git://github.com/Unity-Technologies/bdwgc.git
+ url = https://github.com/Unity-Technologies/bdwgc.git
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 515224d222a..de79795b0b8 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -1,7 +1,7 @@
[
{
"name": "roslyn",
- "url": "git://github.com/mono/roslyn.git",
+ "url": "https://github.com/mono/roslyn.git",
"rev": "6bfcd4e770609a38b8523e83ce1ec943162f30bb",
"remote-branch": "origin/mono-testing",
"branch": "mono-testing",
@@ -9,7 +9,7 @@
},
{
"name": "coreclr",
- "url": "git://github.com/mono/coreclr.git",
+ "url": "https://github.com/mono/coreclr.git",
"rev": "90f7060935732bb624e1f325d23f63072433725f",
"remote-branch": "origin/mono",
"branch": "mono",
@@ -25,7 +25,7 @@
},
{
"name": "benchmarker",
- "url": "git://github.com/xamarin/benchmarker.git",
+ "url": "https://github.com/xamarin/benchmarker.git",
"rev": "97f618cd585af549dd861b7c142656c496f6a89b",
"remote-branch": "origin/master",
"branch": "master",
diff --git a/external/bdwgc b/external/bdwgc
-Subproject 6e8db07c8d2e45fe60016a95c343912e038e5e9
+Subproject a27eddb837d613cb4cf436405c23ce39ed16a86
diff --git a/external/bockbuild b/external/bockbuild
-Subproject a98a02bc82384c27e7b2f138e660de52c75a6e1
+Subproject 1c3bc7a1d43557e47fbc91f38da250ab7506815
diff --git a/external/linker b/external/linker
-Subproject 40922458d2270581ed2243e73fe37147f943238
+Subproject ed4a9413489aa29a70e41f94c3dac5621099f73
diff --git a/mono/utils/jemalloc/SUBMODULES.json b/mono/utils/jemalloc/SUBMODULES.json
index 22bd2871d42..4180792428f 100644
--- a/mono/utils/jemalloc/SUBMODULES.json
+++ b/mono/utils/jemalloc/SUBMODULES.json
@@ -1,7 +1,7 @@
[
{
"name": "jemalloc",
- "url": "git://github.com/mono/jemalloc.git",
+ "url": "https://github.com/mono/jemalloc.git",
"rev": "896ed3a8b3f41998d4fb4d625d30ac63ef2d51fb",
"remote-branch": "origin/master",
"branch": "master",
diff --git a/packaging/MacSDK/xamarin-gtk-theme.py b/packaging/MacSDK/xamarin-gtk-theme.py
index cdfe412594c..e301e1eef22 100644
--- a/packaging/MacSDK/xamarin-gtk-theme.py
+++ b/packaging/MacSDK/xamarin-gtk-theme.py
@@ -3,7 +3,7 @@ class XamarinGtkThemePackage (Package):
def __init__(self):
Package.__init__(self, 'xamarin-gtk-theme',
sources=[
- 'git://github.com/mono/xamarin-gtk-theme.git'],
+ 'https://github.com/mono/xamarin-gtk-theme.git'],
revision='fa8ba3e38edb070eb8b0a70be64f9c10f9b523c2')
def build(self):