diff mbox series

[v2,1/1] package/uftp: bump to version 5.0.1

Message ID 20221022203335.131939-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [v2,1/1] package/uftp: bump to version 5.0.1 | expand

Commit Message

Fabrice Fontaine Oct. 22, 2022, 8:33 p.m. UTC
Version 5.0.1 - 8/2/2022
 - 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 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

https://sourceforge.net/projects/uftp-multicast/files/Changes.txt/download

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Update tarball hash

 package/uftp/uftp.hash | 2 +-
 package/uftp/uftp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Oct. 23, 2022, 6:55 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Version 5.0.1 - 8/2/2022
 >  - 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 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

 > https://sourceforge.net/projects/uftp-multicast/files/Changes.txt/download

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2:
 >  - Update tarball hash

Committed, thanks.
Peter Korsgaard Nov. 4, 2022, 7:46 a.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Version 5.0.1 - 8/2/2022
 >  - 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 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

 > https://sourceforge.net/projects/uftp-multicast/files/Changes.txt/download

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2:
 >  - Update tarball hash

Committed to 2022.08.x and 2022.02.x given the fixes, thanks.
diff mbox series

Patch

diff --git a/package/uftp/uftp.hash b/package/uftp/uftp.hash
index aaebcad014..e47cba9394 100644
--- a/package/uftp/uftp.hash
+++ b/package/uftp/uftp.hash
@@ -1,3 +1,3 @@ 
 # Locally computed sha256
-sha256  562f71ea5a24b615eb491f5744bad01e9c2e58244c1d6252d5ae98d320d308e0  uftp-5.0.tar.gz
+sha256  f0435fbc8e9ffa125e05600cb6c7fc933d7d587f5bae41b257267be4f2ce0e61  uftp-5.0.1.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  LICENSE.txt
diff --git a/package/uftp/uftp.mk b/package/uftp/uftp.mk
index 1c36cb0ce6..ce865c20ec 100644
--- a/package/uftp/uftp.mk
+++ b/package/uftp/uftp.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-UFTP_VERSION = 5.0
+UFTP_VERSION = 5.0.1
 UFTP_SITE = http://sourceforge.net/projects/uftp-multicast/files/source-tar
 UFTP_LICENSE = GPL-3.0+
 UFTP_LICENSE_FILES = LICENSE.txt