From 87a46d01056d499338a528e44a2a7ac66e82ff64 Mon Sep 17 00:00:00 2001
From: junaidpv <junaidpv@255728.no-reply.drupal.org>
Date: Tue, 16 Jan 2018 11:02:28 +0200
Subject: [PATCH] =?UTF-8?q?Issue=20#2927765=20by=20junaidpv:=20Fixed=20the?=
 =?UTF-8?q?=20issue=20with=20=C3=86gir=20Hostmaster=20(Aegir):=20Unable=20?=
 =?UTF-8?q?to=20update=20Varbase=20in=20Aegir=20based=20systems=20because?=
 =?UTF-8?q?=20of=20wrong=20update=20files=20in=20pathologic=20module?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json   | 4 ++++
 drupal-org.make | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/composer.json b/composer.json
index a5bc35b1..b70198df 100644
--- a/composer.json
+++ b/composer.json
@@ -343,6 +343,10 @@
       "drupal/total_control": {
         "Issue #2935351: Fixed the issue when Enabled with multilingual of Translatable Markup for Invalid Argument Exception: $string (Array) must be a string.":
         "https://www.drupal.org/files/issues/2935351-2.patch"
+      },
+      "drupal/pathologic": {
+        "Issue #2927759: Update hooks for D7 present in D8 version of module.":
+        "https://www.drupal.org/files/issues/remove-d7-update-functions-2927759-4.patch"
       }
     }
   }
diff --git a/drupal-org.make b/drupal-org.make
index 95b239c6..11e30442 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -135,6 +135,8 @@ projects[pathologic][type] = module
 projects[pathologic][download][url] = https://git.drupal.org/project/pathologic.git
 projects[pathologic][download][revision] = 4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf
 projects[pathologic][download][branch] = 8.x-1.x
+;; Issue #2927759: Remove the Update hooks for D7 present in D8 version of module.
+projects[pathologic][patch][] = https://www.drupal.org/files/issues/remove-d7-update-functions-2927759-4.patch
 
 projects[ckeditor_bidi][type] = module
 projects[ckeditor_bidi][version] = 2.1
-- 
GitLab