[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package pure-ftpd - 1.0.46-1ubuntu18.04.1

---
pure-ftpd (1.0.46-1ubuntu18.04.1) bionic; urgency=medium

  * Backport patches to work with openssl1.1 and TLS1.3 (LP: #1832998)
+ 0001-TLS1.3-compatibility.patch
+ 0002-Use-TLS_server_method-if-available.patch

 -- Mattia Rizzolo   Thu, 28 Oct 2021 19:23:02 +0200

** Changed in: pure-ftpd (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-12-06 Thread Mattia Rizzolo
So, I just tested with 1.0.46-1ubuntu18.04.1 and I confirm I can happily
connect.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-11-03 Thread Robie Basak
> Where problems could occur

I think another area where things could go wrong is in regressing
clients that use older protocol versions that are currently working.
Could you add something to the Test Plan to do a smoke test in this area
please? I'm not sure how to do this comprehensively, but at least this
would confirm that we aren't breaking the entire world of older protocol
clients or similar.

** Changed in: pure-ftpd (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-10-28 Thread Mattia Rizzolo
Well, better late than never, I'm going to SRU this.

debdiff attached, and package uploaded.

for the SRU reviewers: note that this is 1.0 source, so even if I added
the patches separately in d/patches, they are in fact directly applied
to the tree; I didn't want to convert it to 3.0, or add a build-dep on
quilt.

** Patch added: "pure-ftpd_1.0.46-1build1_1.0.46-1ubuntu18.04.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+attachment/5536831/+files/pure-ftpd_1.0.46-1build1_1.0.46-1ubuntu18.04.1.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-10-28 Thread Mattia Rizzolo
** Description changed:

+ [Impact]
+ 
+  * Currently pure-ftpd in bionic, without any further special care, just
+ can't work with modern programs connecting with TLS 1.3 or such.
+ 
+ [Test Plan]
+ 
+  * install pure-ftpd
+  * create a cert in /etc/ssl/private/pure-ftpd.pem
+  * echo 1 > /etc/pure-ftpd/conf/TLS
+  * try to connect.
+ 
+ Currently the connection fails with "ERROR TLS renegotiation" in the
+ pure-ftpd logs.
+ 
+ [Where problems could occur]
+ 
+  * I suspect that if the upgrade went well connections would just fail.
+ 
+ [Other Info]
+ 
+ These patches have been released with fedora 29; also seb128 already
+ proposed them in a PPA package, but for whatever reason he didn't care
+ of actually uploading the changes to ubuntu proper.  Meaning the changes
+ are actually quite tested; plus the patches come from upstream.
+ 
+ FTR, I have a vested interest in this update, as at dayjob I've got some
+ 18.04 servers that are also running a patched pure-ftpd just for this.
+ 
+ [ Original Report ]
+ 
  Secure (TLS) connections to Pure-FTPd do not work when the OpenSSL 1.1.1
  library is installed. My installation was working perfectly until the
  system-wide OpenSSL 1.1.1 update was made available a couple days ago.
  Now, after running apt upgrade, clients are unable to establish TLS
  connections, as the TLS negotiation tries a couple times and then
  cancels out.
  
  The current stable version of Pure-FTPd from the developer is 1.0.49,
  but the apt repository only has version 1.0.46. According to the patch
  notes (https://www.pureftpd.org/project/pure-ftpd/news/), there have
  been some OpenSSL-related changes made since the 1.0.46 release.
  However, there are also some other major changes, so this may not be the
  case of a simple update.
  
  Ubuntu Server version:
  Description:  Ubuntu 18.04.2 LTS
  Release:  18.04
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pure-ftpd-mysql 1.0.46-1build1
  ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18
  Uname: Linux 4.15.0-51-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  Date: Sun Jun 16 16:51:56 2019
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pure-ftpd
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.pure-ftpd.db.mysql.conf: [modified]
  mtime.conffile..etc.pure-ftpd.db.mysql.conf: 2019-05-03T23:51:59.782344

** Changed in: pure-ftpd (Ubuntu Bionic)
 Assignee: (unassigned) => Mattia Rizzolo (mapreri)

** Changed in: pure-ftpd (Ubuntu Bionic)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-04-18 Thread MKay
In case you use a 32bit system, the packages in #19 will not work (they are 
64bit).
Here you can read how to create your own 32bit deb packages for Ubuntu 18.04 
based on the source packages of Ubuntu 20.04:
https://da-mkay.github.io/blog/linux/ubuntu/2021/04/16/compile-pureftpd-v1.0.49-on-ubuntu-18.04.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2021-03-02 Thread Sebastian Werner
I have just verified on Ubuntu 18.04.5 LTS, after hunting down the
"[ERROR] TLS renegociation" issue.

#19 ppa version fixed this issue... after a longer client-side debug
session, that turned out to be a server-side thingie.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2020-08-28 Thread Matteo Bonora
I've tested the version in comment #19 and it seems ok!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2020-07-21 Thread Sebastien Bacher
Reminder about the ppa mentioned in the previous comment which is a
candidate fix if someone cares about the problem on bionic and would
like to see it resolved by a stable update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2020-03-05 Thread Dimitri John Ledkov
I think we want to backport https://launchpad.net/ubuntu/+source/pure-
ftpd/1.0.47-3 but i don't know that's enough.

** Changed in: pure-ftpd (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: pure-ftpd (Ubuntu Disco)
   Status: Confirmed => Won't Fix

** Changed in: pure-ftpd (Ubuntu Disco)
   Status: Won't Fix => Fix Released

** Changed in: pure-ftpd (Ubuntu Eoan)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-12-11 Thread Andrew
I'm still experiencing this issue. I hope it will be fixed soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pure-ftpd (Ubuntu Bionic)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pure-ftpd (Ubuntu Disco)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-11-07 Thread Bug Watch Updater
** Changed in: pure-ftpd (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-30 Thread Sebastien Bacher
I've tried to backported the same patches as fc29 did, if anyone wants to give 
a try to this version
https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/ppa/+build/17998128

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-15 Thread Bug Watch Updater
** Changed in: pure-ftpd (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-15 Thread Steve Langasek
** Bug watch added: Debian Bug tracker #940505
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940505

** Also affects: pure-ftpd (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940505
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-12 Thread Florin
Should we expect a new version of pure-ftpd for 18.04 any time soon?
Angry clients using filezilla are stressing me every day. :)
If not possible, will need to use a workaround of the ones mentioned in 
comments #8 or #14 to update production servers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-08 Thread Robie Basak
** Tags added: bionic-openssl-1.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-08 Thread Florin
@Dimitri John Ledkov (xnox)

Thank you for jumping into this.

To test for comment #14, I updated openssl.cnf on Ubuntu 18.04 to use
maximum TLS v1.2 (using the configs from the patch provided there) and
it seems pureftpd is working now with latest filezilla client.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-08 Thread Dimitri John Ledkov
For context:

https://src.fedoraproject.org/rpms/pure-ftpd/commits/f29

simple compat to tlsv1.3 causes regressions and data-loss.
disabling tlsv1.3 makes things work.
upstream fixed this properly in .48 which we don't have yet.
and fedora did backport of all the things to .47 to have both tlsv1.3 & no 
data-loss.

I thik .48 should be packaged for eoan or possibly ff-series, whilst
tlsv1.3 is disabled everywhere. Unless fedora patches apply cleanly onto
.46

** Also affects: pure-ftpd (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: pure-ftpd (Ubuntu Eoan)
   Importance: Undecided
   Status: Confirmed

** Also affects: pure-ftpd (Ubuntu Disco)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-08 Thread Dimitri John Ledkov
I'd recommend to ship https://src.fedoraproject.org/rpms/pure-
ftpd/blob/e1d0271dd51956e4c115363285482088b8610698/f/0001-Temporarily-
disable-TLSv1.3-support.patch everywhere for now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-08 Thread Dimitri John Ledkov
If one limits via openssl.cnf to use maximum TLS v1.2 does that make
pure-ftpd work with all clients?

Ie. Apply https://launchpadlibrarian.net/428208982/cap-to-tls1.2.patch
to /etc/ssl/openssl.cnf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-10-08 Thread Robie Basak
** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-09-05 Thread Stephan C
@Florin (flopppy):
Note that older versions of FileZilla client can connect to pure-ftpd 1.0.46 
without any TLS issue.

This is because FileZilla introduced support for TLS 1.3 in their client
version 3.40.0 by linking against GnuTLS 3.6.6. TLS 1.3 is not handled
properly in pure-ftpd 1.0.46.

https://filezilla-project.org/versions.php

So using versions of FileZilla prior to 3.40.0 (e.g. 3.28, 3.25.2) may
be a workaround for the clients, although not a very nice one

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-09-05 Thread Stephan C
@Jean-Philippe (jean-philippe-f):

The solution from @Datapro Services (it-iizj) also works for the
standard package without mysql. You just need to get pure-ftpd instead
of pure-ftpd-mysql.

```
wget 
http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.47-3_all.deb
wget 
http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd_1.0.47-3_amd64.deb
dpkg -i pure-ftpd-common_1.0.47-3_all.deb pure-ftpd_1.0.47-3_amd64.deb
```
Thanks @Datapro Services (it-iizj) !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-09-02 Thread Markus Breitegger
Also for me @Datapro Services solution worked for me

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-08-26 Thread Almas
Thanl you @Datapro Services (it-iizj)

It's worked. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-08-24 Thread Jean-Philippe
It's strange, I didn't have the pure-ftpd-mysql.
So I tried the @Datapro Services solution without the Mysql package and I 
always got the same error message.
I exactly followed the instructions of @Datapro Services and it works.
Maybe the workaround will just consist in adding the pure-ftpd-mysql packet as 
a version of the repository?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-08-16 Thread Datapro Services
Just encountered this.

Ubuntu 18.04 server.
Version in repo: pure-ftpd-mysql-1.0.46-1build1

TLS completely broken in this version.

Can confirm that manually installing packages from Ubuntu 19.04 repo
fixes issues for me.

```
wget 
http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.47-3_all.deb
wget 
http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-mysql_1.0.47-3_amd64.deb
dpkg -i pure-ftpd-common_1.0.47-3_all.deb pure-ftpd-mysql_1.0.47-3_amd64.deb
```

TLS now working in Pure-FTPd

```
apt-cache policy pure-ftpd-common 
pure-ftpd-common:
  Installed: 1.0.47-3
  Candidate: 1.0.47-3
  Version table:
 *** 1.0.47-3 100
100 /var/lib/dpkg/status
 1.0.46-1build1 500
500 http://mirrors.digitalocean.com/ubuntu bionic/universe amd64 
Packages
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-08-13 Thread Hugo Ankarloo
I'm still experiencing this issue. I hope it will be fixed soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-07-25 Thread shimizu
I hope this package will be updated any time soon to fix the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-07-20 Thread Melc Sokat
I also have this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-07-20 Thread Florin
Latest version of Filezilla has issues connecting to pure-ftpd-mysql
server. I hope this package will be updated any time soon to fix the
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-07-01 Thread Martin Stenröse
Is there any "stable" workaround?

Downgrading openssl can easily be done, but downgrading libssl1.1 to the
corresponding version seems to cause a lot of packages marked as no
longer required - thus being removed with 'apt-get autoremove'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-06-17 Thread Michael Lake
** Description changed:

  Secure (TLS) connections to Pure-FTPd do not work when the OpenSSL 1.1.1
  library is installed. My installation was working perfectly until the
  system-wide OpenSSL 1.1.1 update was made available a couple days ago.
  Now, after running apt upgrade, clients are unable to establish TLS
  connections, as the TLS negotiation tries a couple times and then
  cancels out.
  
  The current stable version of Pure-FTPd from the developer is 1.0.49,
  but the apt repository only has version 1.0.46. According to the patch
  notes (https://www.pureftpd.org/project/pure-ftpd/news/), there have
- been some major OpenSSL 1.1.1 changes made since the 1.0.46 release.
- 
+ been some OpenSSL-related changes made since the 1.0.46 release.
+ However, there are also some other major changes, so this may not be the
+ case of a simple update.
  
  Ubuntu Server version:
  Description:  Ubuntu 18.04.2 LTS
  Release:  18.04
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pure-ftpd-mysql 1.0.46-1build1
  ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18
  Uname: Linux 4.15.0-51-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  Date: Sun Jun 16 16:51:56 2019
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: pure-ftpd
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.pure-ftpd.db.mysql.conf: [modified]
  mtime.conffile..etc.pure-ftpd.db.mysql.conf: 2019-05-03T23:51:59.782344

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1832998] Re: Pure-FTPd Breaks with OpenSSL v1.1.1

2019-06-17 Thread Michael Lake
** Summary changed:

- Pure-FTPd Breaks with OpenSSL v1.1.x
+ Pure-FTPd Breaks with OpenSSL v1.1.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1832998

Title:
  Pure-FTPd Breaks with OpenSSL v1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pure-ftpd/+bug/1832998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs