Path to this page:
./
net/tnftpd,
The NetBSD FTP Daemon
Branch: CURRENT,
Version: 20200704,
Package name: tnftpd-20200704,
Maintainer: pkgsrc-userstnftpd is the a server for the Internet File Transfer Protocol (ftp).
The server uses the TCP protocol and listens on the port specified in
the ``ftp'' service specification; see services(5).
`tnftpd' is a portable version of the NetBSD ftpd, hence the name.
It was formerly known as `lukemftpd'.
Various features such as the ftpd.conf(5) functionality, RFC 2389, and
draft-ietf-ftpext-mlst-11 support was implemented in NetBSD 1.3 and
later releases by Luke Mewburn <lukem@NetBSD.org>.
tnftpd provides around 90% of the functionality of wuftpd, but in
approximately 30% of the footprint.
Required to build:[
pkgtools/cwrappers]
Package options: inet6
Master sites:
SHA1: 17740b5b44239e5073a9a1c2cbfe4a3762f8b1d7
RMD160: e19fb79affc0c8dbac193cc8f7f9f87de7827aea
Filesize: 516.704 KB
Version history: (Expand)
- (2021-01-25) Updated to version: tnftpd-20200704
- (2020-04-03) Updated to version: tnftpd-20190602
- (2013-03-25) Updated to version: tnftpd-20130325
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2010-03-24) Updated to version: tnftpd-20100324
CVS history: (Expand)
2021-01-25 12:18:45 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
tnftpd: Update to 20200704
Sat Jul 4 06:40:38 UTC 2020 lukem
* Release as "tnftpd 20200704".
* Change --with-blacklist to --with-blocklist and search for
libblocklist first, falling back to the legacy libblacklist.
* Update to NetBSD-ftpd 20200615:
* Increase some buffer sizes.
* Rename blacklist to blocklist.
|
2020-04-02 11:35:22 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
tnftpd: Update to 20190602
Changes in tnftpd from 20130325 to 20190602:
Security fixes to avoid resource exhaustion when globbing paths,
traversing directories, or parsing numbers.
Support NetBSD blacklistd(8).
Add -f option to ftpd to stay in foreground with -D.
|
2016-02-25 09:27:05 by Jonathan Perkin | Files touched by this commit (30) |
Log message:
Remove manual OPSYSVARS additions which are now part of the default set.
|
2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748) |
Log message:
Add SHA512 digests for distfiles for net category
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-02-24 09:58:57 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Reset maintainer, lukem has no pkgsrc capabilities.
|
2013-03-25 05:11:25 by Alistair G. Crooks | Files touched by this commit (2) |  |
Log message:
Security fix to tnftpd, to bring the version to 20130325.
Differences from previous 20100324 version:
Mon Mar 25 03:51:20 UTC 2013 lukem
* Fix incorrect use of test(1) in configure.
Fri Mar 22 09:00:00 UTC 2013 lukem
* Release as "tnftpd 20130322"
* Update build framekwork to autoconf 2.69, automake 1.11.1,
libtool 2.4.2.
* Replace glob with newer copy from NetBSD that does not suffer
from DoS exhaustion attacks.
Fix in NetBSD from Maksymilian Arciemowicz. See CVE-2010-2632
* Update to NetBSD-ftpd 20130321:
* Fix warnings and build issues
* Fix memcpy usage
* Fix remote crash (fix was already pulled up manually to
tnftpd 20100324). PR/43023 from Bruce Cran.
* Reduce priority of syslog message if getpeername returns
ENOTCONN. PR/18934 from Greg A Woods.
pkgsrc changes - use pkgsrc libtool and add LICENSE
|
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-12 17:46:06 by Thomas Klausner | Files touched by this commit (106) |
Log message:
Add inet6 to default suggested options. It's 2012.
|