Ubuntu Pastebin

Paste from adconrad at Wed, 13 Apr 2016 11:23:00 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
Download as text