./net/tnftp, The enhanced FTP client in NetBSD

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20230507nb1, Package name: tnftp-20230507nb1, Maintainer: pkgsrc-users

`tnftp' is a portable version of the NetBSD ftp client, hence the name.
It was formerly known as `lukemftp'.


Required to build:
[pkgtools/cwrappers]

Package options: inet6, ssl

Master sites:

Filesize: 685.896 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-17 12:20:59 by Thomas Klausner | Files touched by this commit (1)
Log message:
tnftp: add distinfo
   2023-05-17 12:20:33 by Thomas Klausner | Files touched by this commit (134) | Package removed
Log message:
tnftp: switch to tar.gz distfile

This is not used as bootstrap package any longer, so the sources
don't need to be in the repository
   2023-05-07 21:13:28 by Thomas Klausner | Files touched by this commit (139) | Package updated
Log message:
tnftp: update to 20230507.

Changes in tnftp from 20230409 to 20230507:

	Add timeout for SSL connection setup, defaulting to 60 seconds.

	Update to NetBSD-ftp 20230505.

Changes in tnftp from 20210827 to 20230409:

	Validate SSL certificates by default, disabled with
	FTPSSLNOVERIFY=1 in the environment, or option sslnoverify.

	Add netrc processing to fetch-mode (URL on command line)
	to enable options and autologin via netrc.

	Handle relative URLs in fetch.

	Improve formatting of manual page.

	Update to NetBSD-ftp 20230225.

Changes in tnftp from 20200705 to 20210827:

	Validate address in server's PASV and LPSV responses. Previously a
	hostile server could cause ftp to open a data connection elsewhere.

	Avoid intermittent crashes by fixing signal handler restoration.

	Fix intermittent failures in -q QUITTIME by not using restartable
	signals.

	Set SO_KEEPALIVE on control connection to attempt to avoid timeouts.

	Update to NetBSD-ftp 20210826.

	Improve configure tests.

	Improve manual page.

	Display usage to stdout with -?.

Changes in tnftp from 20151004 to 20200705:

	Avoid crashes by exiting if lostpeer due to a signal
	(e.g., remote server disconnection).

	Issue PWD commands to the server only when we actually
	need the results, not speculatively, just in case we might.
	Works around broken servers, and is quicker too.

	Use "anonymous" instead of the local username for anonymous
	ftp. Avoids unnecesary information leak.

	Use the first name we requested the http/https URL for,
	not any name we ended up with after random redirects.

	Support using CONNECT for https:// via proxy.

	Improve SSL error reporting, and IPv6 endpoint reporting.

	Use the system glob() if required extensions are supported.

	Use the system libedit library by default, instead of
	the local (embedded) libedit.

	Update to NetBSD-ftp 20200608.

	Update local (embedded) libedit to NetBSD as at 2020-07-04.
	Fixes various crashes.

	Portability improvements.
   2021-11-22 17:09:33 by Nia Alarie | Files touched by this commit (1)
Log message:
tnftp: Disable ipv6 option if the OS doesn't have it.

Needed on unixware.
   2020-06-02 14:17:20 by Jonathan Perkin | Files touched by this commit (2)
Log message:
tnftp: Move editline support to a non-default option.

This code was very complicated and easily broke, for example when termcap is
builtin but curses is not, resulting in circular dependencies.

Such core packages should default to a safe set of build options, unless they
can be reliably added to PKG_SUGGESTED_OPTIONS, to avoid a miserable first
experience for users running on older or quirky platforms.
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255)
Log message:
net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.