diff -pruN 1:2017.3.23AR.3-3/debian/changelog 1:2017.3.23AR.3-3ubuntu2/debian/changelog
--- 1:2017.3.23AR.3-3/debian/changelog	2019-03-21 23:52:51.000000000 +0000
+++ 1:2017.3.23AR.3-3ubuntu2/debian/changelog	2020-06-18 17:54:35.000000000 +0000
@@ -1,3 +1,19 @@
+ntfs-3g (1:2017.3.23AR.3-3ubuntu2) groovy; urgency=medium
+
+  * No change rebuild to gain CET protection
+
+ -- Dimitri John Ledkov <xnox@ubuntu.com>  Thu, 18 Jun 2020 18:54:35 +0100
+
+ntfs-3g (1:2017.3.23AR.3-3ubuntu1) eoan; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Don't install /bin/ntfs-3g as setuid root.
+  * Dropped changes, included in Debian:
+    - debian/patches/0001-Fixed-reporting-an-error-when-failed-to-build-the-mo.patch:
+      Fixed reporting an error when failed to build the mountpoint
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 02 May 2019 22:49:24 -0700
+
 ntfs-3g (1:2017.3.23AR.3-3) unstable; urgency=high
 
   [ Salvatore Bonaccorso <carnil@debian.org> ]
@@ -5,6 +21,21 @@ ntfs-3g (1:2017.3.23AR.3-3) unstable; ur
 
  -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 21 Mar 2019 23:52:51 +0000
 
+ntfs-3g (1:2017.3.23AR.3-2ubuntu1) disco; urgency=medium
+
+  * SECURITY UPDATE: Heap buffer overflow in /bin/ntfs-3g
+    - debian/patches/0001-Fixed-reporting-an-error-when-failed-to-build-the-mo.patch:
+      Fixed reporting an error when failed to build the mountpoint
+    - CVE-2019-9755
+
+  * Don't install /bin/ntfs-3g as setuid root. If administrators want to allow
+    unprivileged users to be able to mount NTFS images, they can restore this
+    functionality by changing the permissions of /bin/ntfs-3g with
+    dpkg-statoverride
+    - update debian/ntfs-3g.postinst
+
+ -- Chris Coulson <chris.coulson@canonical.com>  Thu, 21 Mar 2019 15:26:13 +0000
+
 ntfs-3g (1:2017.3.23AR.3-2) unstable; urgency=medium
 
   * Upload to Sid.
@@ -992,3 +1023,4 @@ ntfs-3g (0.0.0+20070920-1) unstable; urg
   * Initial release (Closes: #390778).
 
  -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue,  3 Oct 2006 01:17:00 +0200
+
diff -pruN 1:2017.3.23AR.3-3/debian/control 1:2017.3.23AR.3-3ubuntu2/debian/control
--- 1:2017.3.23AR.3-3/debian/control	2018-12-26 11:03:26.000000000 +0000
+++ 1:2017.3.23AR.3-3ubuntu2/debian/control	2019-03-22 04:43:01.000000000 +0000
@@ -1,7 +1,8 @@
 Source: ntfs-3g
 Section: otherosfs
 Priority: optional
-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
 Build-Depends:
  debhelper (>= 11),
  chrpath,
diff -pruN 1:2017.3.23AR.3-3/debian/ntfs-3g.postinst 1:2017.3.23AR.3-3ubuntu2/debian/ntfs-3g.postinst
--- 1:2017.3.23AR.3-3/debian/ntfs-3g.postinst	2015-09-01 18:09:44.000000000 +0000
+++ 1:2017.3.23AR.3-3ubuntu2/debian/ntfs-3g.postinst	2019-03-22 04:43:01.000000000 +0000
@@ -4,11 +4,6 @@ set -e
 
 case "${1}" in
 	configure)
-		if ! dpkg-statoverride --list /bin/fusermount > /dev/null 2>&1
-		then
-			chmod 4755 /bin/ntfs-3g
-		fi
-
 #		if [ -x /usr/sbin/update-initramfs ]
 #		then
 #			update-initramfs -u
