From aa58a293a62e19992ec08991f60a48a05b333ebfb0590159c4b45e2a3d04c47e Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 14 Sep 2022 11:28:33 +0000 Subject: [PATCH] Accepting request 1003503 from home:david.anes:branches:network - Update to version 0.8.0 * test.sh: add MTFTP tests * Fix MTFTP support for atftp * Fix multicast download. * Fix algorithm in case of packet loss in the last window. * Improve the robustness of the atftp-client in case of package loss or duplication * Implement PCRE tests. * Improve upstream test script. Include tests for windowsize option. * Fix/update minor issues in upstream * Fix the 'windowsize' option for write requests * FAQ INSTALL README.CVS README.PCRE: cosmetic and spelling fixes * *.h: cosmetic and spelling fixes * configure.ac: more fixes, also for libpcre2 detection * Port to maintained PCRE2 API * Changelog: update the recent changes * autoconf: modify autogen.sh * atftp.1: add more examples for options * Add a simple congestion control * Do some cosmetic changes * Add windowsize option as described in RFC7440 OBS-URL: https://build.opensuse.org/request/show/1003503 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=56 --- atftp-0.7.5.tar.gz | 3 --- atftp-0.8.0.tar.gz | 3 +++ atftp.changes | 24 ++++++++++++++++++++++++ atftp.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 atftp-0.7.5.tar.gz create mode 100644 atftp-0.8.0.tar.gz diff --git a/atftp-0.7.5.tar.gz b/atftp-0.7.5.tar.gz deleted file mode 100644 index 0ed8f8c..0000000 --- a/atftp-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93c87a4fb18218414e008e01c995dadd231ba4c752d0f894b34416d1e6d3038a -size 253626 diff --git a/atftp-0.8.0.tar.gz b/atftp-0.8.0.tar.gz new file mode 100644 index 0000000..8a53fa8 --- /dev/null +++ b/atftp-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2aa089c7670f9eab40e5598e5d2cb6a582dc5182926ea50b4d690e4e37f316 +size 133417 diff --git a/atftp.changes b/atftp.changes index ac94986..e877b07 100644 --- a/atftp.changes +++ b/atftp.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Sep 14 11:02:03 UTC 2022 - David Anes + +- Update to version 0.8.0 + * test.sh: add MTFTP tests + * Fix MTFTP support for atftp + * Fix multicast download. + * Fix algorithm in case of packet loss in the last window. + * Improve the robustness of the atftp-client in case of package loss or duplication + * Implement PCRE tests. + * Improve upstream test script. Include tests for windowsize option. + * Fix/update minor issues in upstream + * Fix the 'windowsize' option for write requests + * FAQ INSTALL README.CVS README.PCRE: cosmetic and spelling fixes + * *.h: cosmetic and spelling fixes + * configure.ac: more fixes, also for libpcre2 detection + * Port to maintained PCRE2 API + * Changelog: update the recent changes + * autoconf: modify autogen.sh + * atftp.1: add more examples for options + * Add a simple congestion control + * Do some cosmetic changes + * Add windowsize option as described in RFC7440 + ------------------------------------------------------------------- Thu Sep 1 06:13:32 UTC 2022 - Stefan Schubert diff --git a/atftp.spec b/atftp.spec index c1faad8..bc6e4c3 100644 --- a/atftp.spec +++ b/atftp.spec @@ -23,7 +23,7 @@ %endif Name: atftp -Version: 0.7.5 +Version: 0.8.0 Release: 0 Summary: Advanced TFTP Server and Client License: GPL-2.0-or-later