From b6d234d77a3403f39f9b9ac175b7a172af637bbb Mon Sep 17 00:00:00 2001 From: Derek Blank Date: Tue, 9 Jan 2024 16:56:45 +1000 Subject: [PATCH] Add boost-podspec patch and convert existing react-native+0.71.11 patch to initial patch See also: https://github.com/ds300/patch-package?tab=readme-ov-file#creating-multiple-patches-for-the-same-package --- ...patch => react-native+0.71.11+001+initial.patch} | 0 .../react-native+0.71.11+002+boost-podspec.patch | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename patches/{react-native+0.71.11.patch => react-native+0.71.11+001+initial.patch} (100%) create mode 100644 patches/react-native+0.71.11+002+boost-podspec.patch diff --git a/patches/react-native+0.71.11.patch b/patches/react-native+0.71.11+001+initial.patch similarity index 100% rename from patches/react-native+0.71.11.patch rename to patches/react-native+0.71.11+001+initial.patch diff --git a/patches/react-native+0.71.11+002+boost-podspec.patch b/patches/react-native+0.71.11+002+boost-podspec.patch new file mode 100644 index 00000000000000..ad785b77a47fcc --- /dev/null +++ b/patches/react-native+0.71.11+002+boost-podspec.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/react-native/third-party-podspecs/boost.podspec b/node_modules/react-native/third-party-podspecs/boost.podspec +index 3d9331c..bbbb738 100644 +--- a/node_modules/react-native/third-party-podspecs/boost.podspec ++++ b/node_modules/react-native/third-party-podspecs/boost.podspec +@@ -10,7 +10,7 @@ Pod::Spec.new do |spec| + spec.homepage = 'http://www.boost.org' + spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.' + spec.authors = 'Rene Rivera' +- spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2', ++ spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', + :sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' } + + # Pinning to the same version as React.podspec.