Bug 265608 - ftp/uftp: upgrade to 5.0.1
Summary: ftp/uftp: upgrade to 5.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2022-08-04 02:14 UTC by Mikhail T.
Modified: 2022-08-04 18:37 UTC (History)
0 users

See Also:
demon: maintainer-feedback+


Attachments
Upgrade from 5.0 to 5.0.1 (735 bytes, patch)
2022-08-04 02:14 UTC, Mikhail T.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail T. 2022-08-04 02:14:05 UTC
Created attachment 235661 [details]
Upgrade from 5.0 to 5.0.1

The new micro-version promises the following improvements (according to the author's announcement):

> * On very low speed transfers (<10Kbps) sessions would time out due to a very
>   large interpacket transmission interval.  Fixed by putting a lower limit
>   on the advertised GRTT of the interpacket transmission interval.
> * Sending of ABORT messages on early shutdown would sometimes fail due to
>   OpenSSL cleanup functions running before application cleanup.  Changed the
>   ordering of atexit() handlers to ensure OpenSSL cleanup happens last.
> * Fixed missing timestamp update when clients read CONG_CTRL messages
> * Fix to GRTT handling on server to ensure it doesn't fall below minumim.
> * Fixed bypassed checking of existing files on client for backup
> * Various logging fixes
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-04 18:36:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6076d1491d092c73b5bd8d561f56629173703dd9

commit 6076d1491d092c73b5bd8d561f56629173703dd9
Author:     Mikhail Teterin <mi@FreeBSD.org>
AuthorDate: 2022-08-04 17:32:35 +0000
Commit:     Mikhail Teterin <mi@FreeBSD.org>
CommitDate: 2022-08-04 18:35:35 +0000

    ftp/uftp: Upgrade from 5.0 to 5.0.1

    PR:             265608
    Approved by:    demon (maintainer)

 ftp/uftp/Makefile | 2 +-
 ftp/uftp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)