Date: Wed, 10 May 2023 10:04:03 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 86dc7b190cef - main - ftp/tnftp: Update to 20230507 Message-ID: <202305101004.34AA43EO059485@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=86dc7b190cef5f9ca850961a6465583d5caa2b90 commit 86dc7b190cef5f9ca850961a6465583d5caa2b90 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-05-10 08:20:56 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-05-10 10:02:46 +0000 ftp/tnftp: Update to 20230507 * Release as "tnftp 20230507". * Consistency fixes in ChangeLog and NEWS. * Merge NetBSD ftp from 20230226 to 20230505: - Add timeout for SSL connection setup, defaulting to 60 seconds - Consistently use poll(2) instead of select(2). - Check EAGAIN as well as EINTR. - Simplify includes. --- ftp/tnftp/Makefile | 2 +- ftp/tnftp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile index 39d5b1930a3a..2c98edbc1c7d 100644 --- a/ftp/tnftp/Makefile +++ b/ftp/tnftp/Makefile @@ -1,5 +1,5 @@ PORTNAME= tnftp -DISTVERSION= 20230409 +DISTVERSION= 20230507 CATEGORIES= ftp MASTER_SITES= https://cdn.netbsd.org/pub/NetBSD/misc/tnftp/ \ https://ftp.uni-erlangen.de/netbsd/misc/tnftp/ \ diff --git a/ftp/tnftp/distinfo b/ftp/tnftp/distinfo index cc885f13db10..170f53c0a576 100644 --- a/ftp/tnftp/distinfo +++ b/ftp/tnftp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681062978 -SHA256 (tnftp-20230409.tar.gz) = c6c631eb43cdeb5be47f8d37fa12b8d991894408b323d39ae753051f4271de2c -SIZE (tnftp-20230409.tar.gz) = 701888 +TIMESTAMP = 1683706593 +SHA256 (tnftp-20230507.tar.gz) = be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580 +SIZE (tnftp-20230507.tar.gz) = 702357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305101004.34AA43EO059485>