pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/tnftp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 10 22:36:54 UTC 2026

Modified Files:
        pkgsrc/net/tnftp: Makefile distinfo

Log Message:
tnftp: update to 20260211.

Changes in tnftp from 20230507 to 20260211:

        Improve transfer performance by simplifying socket buffer and
        transfer buffer handling.

        Add -b BUFLEN to adjust size of buffer for HTTP response line parsing.

        Add -h HEADER to support custom HTTP headers.

        Add "connect" as a synonym for "open".

        Fix ASCII mode transfers when progress bar is enabled.

        Fix creation of empty downloaded files.

        Exit non-zero if a HTTP transfer is shorter than expected.

        Fix HTTPS through a proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/tnftp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/tnftp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tnftp/Makefile
diff -u pkgsrc/net/tnftp/Makefile:1.46 pkgsrc/net/tnftp/Makefile:1.47
--- pkgsrc/net/tnftp/Makefile:1.46      Tue Oct 24 22:10:35 2023
+++ pkgsrc/net/tnftp/Makefile   Tue Feb 10 22:36:54 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2023/10/24 22:10:35 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/02/10 22:36:54 wiz Exp $
 
-DISTNAME=              tnftp-20230507
-PKGREVISION=           1
+DISTNAME=              tnftp-20260211
 CATEGORIES=            net
-MASTER_SITES=          ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
+MASTER_SITES=          http://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               The enhanced FTP client in NetBSD

Index: pkgsrc/net/tnftp/distinfo
diff -u pkgsrc/net/tnftp/distinfo:1.4 pkgsrc/net/tnftp/distinfo:1.5
--- pkgsrc/net/tnftp/distinfo:1.4       Wed May 17 10:20:59 2023
+++ pkgsrc/net/tnftp/distinfo   Tue Feb 10 22:36:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/05/17 10:20:59 wiz Exp $
+$NetBSD: distinfo,v 1.5 2026/02/10 22:36:54 wiz Exp $
 
-BLAKE2s (tnftp-20230507.tar.gz) = 24e480f89e803ddf1da3d342540b718ed9888d74fa3ea8bc7f0972cbdbe18269
-SHA512 (tnftp-20230507.tar.gz) = c6539902b709d6b35a8754dd552ca71926fd09ad2a0244363005607089bea3947a6176e61a1dc9a232e8af415cfebed7decd9653b6f6bc38385a05ca86c85b1a
-Size (tnftp-20230507.tar.gz) = 702357 bytes
+BLAKE2s (tnftp-20260211.tar.gz) = a9fada08a1f7c0fc0ff0c1891f158f0e80a14ecf5cc16a17bbd6a9db7f7616a1
+SHA512 (tnftp-20260211.tar.gz) = 67c4a49267dd4b1a639105714cd2bf2d4cb3a67b1b3a7ccf95065006f28b5c8dffc05bfb18ccf9a71dbc945e45f860b7c9f777918df3878501e65aba8afb974e
+Size (tnftp-20260211.tar.gz) = 703535 bytes



Home | Main Index | Thread Index | Old Index