git: fc65983ce339 - main - net/zsync: update 0.6.2 => 0.6.3

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Wed, 28 May 2025 15:37:54 UTC
The branch main has been updated by vvd:

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

commit fc65983ce3393d5efb76bc3d32f73e55534df5b0
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2025-05-28 15:33:47 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-05-28 15:33:47 +0000

    net/zsync: update 0.6.2 => 0.6.3
    
    Changelog:
    - Performance improvements for large (>250MB) files - on multi-gigabyte
      files this can be a very large improvement.
    - Tuning to reduce likelyhood of hitting bad performance due to bad
      checksum distribution.
    - Fix case where client would think download succeeded and try verifying
      it when it had really failed.
    - Fix a problem where the client could get into a loop retrieving data
      if the remote returned data inconsistent with the .zsync file.
    - Improvements to some of the error and progress messages.
    - Stop zsync requesting bytes past the end of the target file.
    - Fix bug where mtime would be set to something offset from the intended
      value due to timezones.
    - Fix a case where auth headers could be send to the wrong server across
      a redirect. Send auth headers unconditionally when username & password
      are provided.
    - Fix compilation with gcc-14.
    - Other optimisations.
    
    PR:     287104
---
 net/zsync/Makefile | 3 +--
 net/zsync/distinfo | 5 +++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/zsync/Makefile b/net/zsync/Makefile
index c093f1ec8480..6db170d95c6e 100644
--- a/net/zsync/Makefile
+++ b/net/zsync/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	zsync
-PORTVERSION=	0.6.2
-PORTREVISION=	2
+DISTVERSION=	0.6.3
 CATEGORIES=	net
 MASTER_SITES=	http://zsync.moria.org.uk/download/
 
diff --git a/net/zsync/distinfo b/net/zsync/distinfo
index 8b9f0aa5c22f..7843c48de5b0 100644
--- a/net/zsync/distinfo
+++ b/net/zsync/distinfo
@@ -1,2 +1,3 @@
-SHA256 (zsync-0.6.2.tar.bz2) = 0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2
-SIZE (zsync-0.6.2.tar.bz2) = 245592
+TIMESTAMP = 1748408394
+SHA256 (zsync-0.6.3.tar.bz2) = 293b6191821641d3ed6248206f8f9df0bf46e6ee2cf8b4dd97cfd1d5909edb9a
+SIZE (zsync-0.6.3.tar.bz2) = 272821