diff -pruN 1.0-237-gdd88847-4/debian/changelog 1.0-237-gdd88847-4ubuntu3/debian/changelog
--- 1.0-237-gdd88847-4/debian/changelog	2021-09-28 20:11:47.000000000 +0000
+++ 1.0-237-gdd88847-4ubuntu3/debian/changelog	2022-08-04 14:59:59.000000000 +0000
@@ -1,3 +1,25 @@
+booth (1.0-237-gdd88847-4ubuntu3) kinetic; urgency=medium
+
+  * SECURITY UPDATE: Improper Authentication
+    - debian/patches/CVE-2022-2553.patch: Revert "Refactor: main:
+      substitute is_auth_req macro"
+    - CVE-2022-2553
+
+ -- Paulo Flabiano Smorigo <pfsmorigo@canonical.com>  Thu, 04 Aug 2022 14:59:59 +0000
+
+booth (1.0-237-gdd88847-4ubuntu2) jammy; urgency=medium
+
+  * d/t/control: add resource-agents-extra as a dependency of pacemaker test
+    (LP: #1968221).
+
+ -- Lucas Kanashiro <kanashiro@ubuntu.com>  Thu, 07 Apr 2022 16:57:05 -0300
+
+booth (1.0-237-gdd88847-4ubuntu1) jammy; urgency=medium
+
+  * d/tests/pacemaker: Fix the overly strict online status detection regexp.
+
+ -- Simon Chopin <simon.chopin@canonical.com>  Fri, 17 Dec 2021 17:49:22 +0100
+
 booth (1.0-237-gdd88847-4) unstable; urgency=medium
 
   * d/install: avoid installing systemd files twice
diff -pruN 1.0-237-gdd88847-4/debian/control 1.0-237-gdd88847-4ubuntu3/debian/control
--- 1.0-237-gdd88847-4/debian/control	2021-09-23 19:51:41.000000000 +0000
+++ 1.0-237-gdd88847-4ubuntu3/debian/control	2021-12-17 16:49:22.000000000 +0000
@@ -1,7 +1,8 @@
 Source: booth
 Section: admin
 Priority: optional
-Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
 Uploaders: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
  Valentin Vidic <vvidic@debian.org>
 Build-Depends:
diff -pruN 1.0-237-gdd88847-4/debian/patches/CVE-2022-2553.patch 1.0-237-gdd88847-4ubuntu3/debian/patches/CVE-2022-2553.patch
--- 1.0-237-gdd88847-4/debian/patches/CVE-2022-2553.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.0-237-gdd88847-4ubuntu3/debian/patches/CVE-2022-2553.patch	2022-08-04 14:59:59.000000000 +0000
@@ -0,0 +1,25 @@
+From 35bf0b7b048d715f671eb68974fb6b4af6528c67 Mon Sep 17 00:00:00 2001
+From: Jan Friesse <jfriesse@redhat.com>
+Date: Mon, 4 Jul 2022 09:39:47 +0200
+Subject: [PATCH] Revert "Refactor: main: substitute is_auth_req macro"
+
+This reverts commit da79b8ba28ad4837a0fee13e5f8fb6f89fe0e24c.
+
+authfile != authkey
+
+Signed-off-by: Jan Friesse <jfriesse@redhat.com>
+---
+ src/main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- booth-1.0-237-gdd88847.orig/src/main.c
++++ booth-1.0-237-gdd88847/src/main.c
+@@ -356,7 +356,7 @@ static int setup_config(int type)
+ 	if (rv < 0)
+ 		goto out;
+ 
+-	if (is_auth_req()) {
++	if (booth_conf->authfile[0] != '\0') {
+ 		rv = read_authkey();
+ 		if (rv < 0)
+ 			goto out;
diff -pruN 1.0-237-gdd88847-4/debian/patches/series 1.0-237-gdd88847-4ubuntu3/debian/patches/series
--- 1.0-237-gdd88847-4/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1.0-237-gdd88847-4ubuntu3/debian/patches/series	2022-08-04 14:59:59.000000000 +0000
@@ -0,0 +1 @@
+CVE-2022-2553.patch
diff -pruN 1.0-237-gdd88847-4/debian/tests/control 1.0-237-gdd88847-4ubuntu3/debian/tests/control
--- 1.0-237-gdd88847-4/debian/tests/control	2018-10-11 08:28:41.000000000 +0000
+++ 1.0-237-gdd88847-4ubuntu3/debian/tests/control	2022-04-07 19:57:02.000000000 +0000
@@ -2,7 +2,7 @@ Depends: booth, pacemaker-cli-utils
 Restrictions: needs-root, isolation-container
 Tests: boothd
 
-Depends: booth-pacemaker, crmsh
+Depends: booth-pacemaker, crmsh, resource-agents-extra
 Restrictions: needs-root, isolation-container
 Tests: pacemaker
 
diff -pruN 1.0-237-gdd88847-4/debian/tests/pacemaker 1.0-237-gdd88847-4ubuntu3/debian/tests/pacemaker
--- 1.0-237-gdd88847-4/debian/tests/pacemaker	2021-09-22 20:33:36.000000000 +0000
+++ 1.0-237-gdd88847-4ubuntu3/debian/tests/pacemaker	2021-12-17 16:49:22.000000000 +0000
@@ -28,7 +28,7 @@ printf "\n=== cluster ===\n"
 start_service corosync
 start_service pacemaker
 n=0
-while ! crm status | grep 'Online:.*node1'; do
+while ! crm status | grep "\\* Online: "; do
   test "$n" -lt 120
   sleep 1
   n=$((n+1))
