diff -Nru vsftpd-3.0.3/debian/changelog vsftpd-3.0.3/debian/changelog
--- vsftpd-3.0.3/debian/changelog 2016-02-12 08:13:26.000000000 -0700
+++ vsftpd-3.0.3/debian/changelog 2016-04-13 05:22:40.000000000 -0600
@@ -1,3 +1,11 @@
+vsftpd (3.0.3-3ubuntu2) xenial; urgency=medium
+
+ * Revert debian/patches/0013-listen.patch: In vsftpd.conf, set
+ listen_ipv6=NO. This fix introduces a regression, FTBS and goes against the
+ debian policy.
+
+ -- Louis Bouchard <louis.bouchard@ubuntu.com> Wed, 13 Apr 2016 09:29:50 +0100
+
vsftpd (3.0.3-3ubuntu1) xenial; urgency=low
* Merge from Debian unstable. Remaining changes:
diff -Nru vsftpd-3.0.3/debian/patches/0013-listen.patch vsftpd-3.0.3/debian/patches/0013-listen.patch
--- vsftpd-3.0.3/debian/patches/0013-listen.patch 2016-02-10 16:47:35.000000000 -0700
+++ vsftpd-3.0.3/debian/patches/0013-listen.patch 2016-04-13 05:21:32.000000000 -0600
@@ -22,7 +22,7 @@
+# sockets. If you want that (perhaps because you want to listen on specific
+# addresses) then you must run two copies of vsftpd with two configuration
+# files.
-+listen_ipv6=NO
++listen_ipv6=YES
#
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=YES
diff -Nru vsftpd-3.0.3/debian/patches/0040-disable-anonymous.patch vsftpd-3.0.3/debian/patches/0040-disable-anonymous.patch
--- vsftpd-3.0.3/debian/patches/0040-disable-anonymous.patch 2016-02-10 16:47:35.000000000 -0700
+++ vsftpd-3.0.3/debian/patches/0040-disable-anonymous.patch 2016-04-13 05:22:21.000000000 -0600
@@ -10,7 +10,7 @@
+++ trunk/vsftpd.conf
@@ -21,11 +21,11 @@ listen=NO
# files.
- listen_ipv6=NO
+ listen_ipv6=YES
#
-# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
-anonymous_enable=YES