From 505b4a5ac491767cb702a2d6aa617e88f05e224b Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Fri, 7 Jul 2017 15:09:10 -0700 Subject: [PATCH] git: patch simplification --- recipes/git/git.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/recipes/git/git.patch b/recipes/git/git.patch index bb245d433..3c22c5af1 100644 --- a/recipes/git/git.patch +++ b/recipes/git/git.patch @@ -672,18 +672,6 @@ diff -ru git-2.13.1/ident.c git-2.13.1-new/ident.c static struct passwd fallback; fallback.pw_name = "unknown"; #ifndef NO_GECOS_IN_PWENT -diff -ru git-2.13.1/imap-send.c git-2.13.1-new/imap-send.c ---- git-2.13.1/imap-send.c 2017-06-04 18:08:11.000000000 -0700 -+++ git-2.13.1-new/imap-send.c 2017-06-25 15:19:22.964088331 -0700 -@@ -1018,7 +1018,7 @@ - - addr.sin_addr.s_addr = *((int *) he->h_addr_list[0]); - -- s = socket(PF_INET, SOCK_STREAM, 0); -+ s = socket(AF_INET, SOCK_STREAM, 0); - - imap_info("Connecting to %s:%hu... ", inet_ntoa(addr.sin_addr), ntohs(addr.sin_port)); - if (connect(s, (struct sockaddr *)&addr, sizeof(addr))) { diff -ru git-2.13.1/line-log.c git-2.13.1-new/line-log.c --- git-2.13.1/line-log.c 2017-06-04 18:08:11.000000000 -0700 +++ git-2.13.1-new/line-log.c 2017-06-25 15:19:22.830754184 -0700 -- GitLab