Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310177 - net-ftp/pure-ftpd-1.0.29 version bump
Summary: net-ftp/pure-ftpd-1.0.29 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Longinotti (RETIRED)
URL: http://www.pureftpd.org/project/pure-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 09:13 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2010-03-19 10:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pure-ftpd.rc7.patch (pure-ftpd.rc7.patch,675 bytes, patch)
2010-03-19 09:28 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-03-19 09:13:04 UTC
* Version 1.0.29:
 - Fixed corruption when downloading > 4 Gb files on a 32-bits arch.
 - Fixed error on exit on Linux.
 - Downloading should be slightly faster.


Reproducible: Always

Steps to Reproduce:
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-03-19 09:28:57 UTC
Created attachment 224217 [details, diff]
pure-ftpd.rc7.patch

Added "--waith 50" to the start-stop-daemon call in the start function. This is necessary when pure-ftpd is configured to use TLS encryption (-Y {1,2,3}) but there's no /etc/ssl/private/pure-ftpd.pem file available.
Without the 50 milliseconds wait s-s-d would consider pure-ftpd as started but pure-ftpd fails (silently when -B is set) with this error:

  421 Sorry, but that file doesn't exist: [/etc/ssl/private/pure-ftpd.pem]

The 50 milliseconds wait makes s-s-d fail as well in this case.
Comment 2 Bernard Cafarelli gentoo-dev 2010-03-19 10:17:11 UTC
1.0.29 committed in CVS, with the --wait patch