From 431e76dbcfee938f565eee5712b8b40ffb58c346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 19 Oct 2022 13:52:02 +0200 Subject: groups/241.native_packages_inet.group: git: bump to v2.35.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/git/git-no-owner-check.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 patches/git/git-no-owner-check.patch (limited to 'patches/git') diff --git a/patches/git/git-no-owner-check.patch b/patches/git/git-no-owner-check.patch deleted file mode 100644 index 8eaffbb5..00000000 --- a/patches/git/git-no-owner-check.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ru git-2.35.2.orig/setup.c git-2.35.2/setup.c ---- git-2.35.2.orig/setup.c 2022-09-25 15:35:21.270533842 +0200 -+++ git-2.35.2/setup.c 2022-09-25 15:33:14.246537819 +0200 -@@ -1116,6 +1116,10 @@ - - static int ensure_valid_ownership(const char *path) - { -+#ifdef __midipix__ -+ (void)path; -+ return 1; -+#else - struct safe_directory_data data = { .path = path }; - - if (is_path_owned_by_current_user(path)) -@@ -1124,6 +1128,7 @@ - read_very_early_config(safe_directory_cb, &data); - - return data.is_safe; -+#endif - } - - enum discovery_result { -- cgit v1.2.3