diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-04-09 19:06:21 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-04-09 19:18:15 +0100 |
commit | 66f9d032ef51837ca5a699fd3090cdc395bd639a (patch) | |
tree | af01052f3d12e387d7c6218e6b71d323cca114b1 /ftp | |
parent | astro/py-skyfield: upgrade to v1.46 (diff) |
ftp/tnftp: Adopt/Update to 20230409
ChangeLog:
* Release as "tnftp 20230409".
* Use better terminology.
* Merge NetBSD ftp from 20210826 to 20230226:
- Add option sslnoverify to control validation of SSL
certificates.
- Add netrc processing to fetch-mode (URL on command line) to
enable options and autologin via netrc.
- Fix SSL cleanup in some error paths.
- Support SSL certificate validation by default.
FTPSSLNOVERIFY=1 in the environment to disable validation.
- Handle relative URLs.
- Improve ftp(1) markup.
- Fix -? in a more portable manner.
- Equivalent to "NetBSD-ftp 20230225" with documentation and
portability fixes.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/tnftp/Makefile | 4 | ||||
-rw-r--r-- | ftp/tnftp/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile index 7a8cc639a1ae..d768c9e3ebb5 100644 --- a/ftp/tnftp/Makefile +++ b/ftp/tnftp/Makefile @@ -1,9 +1,9 @@ PORTNAME= tnftp -PORTVERSION= 20210827 +PORTVERSION= 20230409 CATEGORIES= ftp MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Enhanced FTP client from NetBSD USES= libedit ncurses ssl diff --git a/ftp/tnftp/distinfo b/ftp/tnftp/distinfo index 26cb887918b8..cc885f13db10 100644 --- a/ftp/tnftp/distinfo +++ b/ftp/tnftp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632308436 -SHA256 (tnftp-20210827.tar.gz) = 101901e90b656c223ec8106370dd0d783fb63d26aa6f0b2a75f40e86a9f06ea2 -SIZE (tnftp-20210827.tar.gz) = 699171 +TIMESTAMP = 1681062978 +SHA256 (tnftp-20230409.tar.gz) = c6c631eb43cdeb5be47f8d37fa12b8d991894408b323d39ae753051f4271de2c +SIZE (tnftp-20230409.tar.gz) = 701888 |