Commit graph

34 commits

Author SHA1 Message Date
jperkin
ec1cd47ca0 Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
agc
203292f73e 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-11-04 00:34:51 +00:00
wiz
d322dc27d7 Reset maintainer, lukem has no pkgsrc capabilities. 2015-02-24 08:58:56 +00:00
agc
a1cab37ac7 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
2013-03-25 04:11:25 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
wiz
4326abf388 Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
2012-05-12 07:37:50 +00:00
lukem
3c6cefb2a0 Update to tnftpd-20100324:
Security fix when globbing paths.
 Install example configuration files.
2010-03-24 14:12:44 +00:00
lukem
a2379743c2 Update tnftpd to 20091122:
* Security fixes for fts in the internal ls.
  Received from OpenBSD via US-CERT as VU #590371.
* Portability improvements.
* Add support for Tru64 Security Integration Architecture (SIA) authentication.
* Fix shadow password expiry check for users with large sp_max values.
2010-01-28 08:30:39 +00:00
joerg
b7f3604848 DESTDIR support 2010-01-27 16:52:13 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
lukem
a16bc14e18 Update to tnftpd 20081009. Notable changes since 20061217:
* Don't split large commands into multiple commands; just fail on them.
  This prevents cross-site request forgery (CSRF)-like attacks,
  when a web browser is used to access an ftp server.
* Enhance -C to support an optional @host ('-C user[@host]'):
  checks whether user as connecting from host would be granted
  access by ftpusers(5).
* Support IPv6 in the host directive of ftpusers(5).
* Implement -n to disable hostname lookups.

* Disable SOCKS support; I don't have the ability to test it,
  and the autoconf checks were very out of date.
* Add configure --with-pam to enable PAM authentication support.
  Defaults to checking for PAM.
* Add configure --with-skey to enable S/Key authentication support.
  Incompatible with --with-pam, defaults to no.
* Fix pathnames in the installed manual pages to contain
  the appropriate $(prefix) substitution.
* Use fcntl(3) locking instead of flock(3) or lockf(3).
* Various other portability improvements.
2008-10-09 04:14:28 +00:00
joerg
eb1cf5ad8b Fix build on systems which have pw_change but not _PASSWORD_CHGNOW. 2007-03-07 17:56:37 +00:00
salo
803c82f337 Update to version 20061217.
requested by <martin>

Changes:

20061217:
=========
 - Portability fix: provide a replacement daemon(3) if necessary.

20061204:
=========
 - Fix buffer overflow in local version of glob(3). (already fixed in pkgsrc)
 - Implement -D to run as a stand-alone daemon.
 - Add ftpd.conf(5) options:
	hidesymlinks
	recvbufsize
 - Enforce account expiration, and support shadow password aging where
   appropriate.
 - Return 450 instead of 550 upon NLST error.
 - Portability fixes and improvements.
2007-03-01 14:01:21 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
adrianp
ff9f74b7a2 Add a patch for:
http://lists.grok.org.uk/pipermail/full-disclosure/2006-December/051009.html
Bumb to nb1
2006-12-02 23:00:04 +00:00
minskim
c3e75b8acf USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
wiz
898e61efd5 Convert to options framework. 2005-12-02 17:03:54 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
lukem
e1fdf88edd Update to tnftpd 20040810. Notable changes:
* remove use of setjmp/longjmp
* improve safety of signal handlers
* fix minor memory leaks
* improve portability to BSD/OS 3.0
2004-08-10 01:58:11 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
grant
bda506ae88 incorporate patch from othersrc/libexec/tnftpd to honour --sysconfdir
(will be included in the next release) and make the package honour
PKG_SYSCONFDIR.

use CONF_FILES to install the sample configuration ftpd.conf and
ftpusers.

bump PKGREVISION, as the default configuration file location has
changed to ${PKG_SYSCONFDIR}. set PKG_SYSCONFDIR.tnftpd=/etc to get
the previous behaviour.
2003-12-20 13:38:37 +00:00
grant
ea7c879d95 nuke PKGNAME (not needed) and SVR4_PKGNAME (invalid).
use CPPFLAGS.SunOS instead of a conditional.
2003-12-19 21:30:00 +00:00
grant
8f15e0cea5 tnftp listens _on_ a port, not "at" a port.
s/netbsd.org/NetBSD.org/
2003-12-18 01:50:00 +00:00
grant
7bdd4e6e52 indent conditionals, quote some literals, uppercase some literals. 2003-12-18 01:49:05 +00:00
lukem
588a130e02 Update tnftpd to 20031217. Notable changes:
*	Improved portability to Tru64, IRIX, and other LP64 platforms.
	(Inbuilt ls works on IRIX now.  Thanks to Onno van der Linden
	for highlighting the underlying issue!)
    *	License updates on third party code.
    *	Update fts(3) code to include fix for possible race condition.
2003-12-18 01:14:59 +00:00
lukem
1a94f63ead Update to tnftpd 20031210.
Notable changes:
    *	portability fixes for Darwin/Tru64.
    *	license updates
    *	version format change
2003-12-10 02:57:51 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
lukem
b883d5431c tnftpd - The NetBSD FTP Daemon. (replaces lukemftpd) 2003-02-27 04:53:34 +00:00
lukem
3067a8e669 tnftpd - The NetBSD FTP Daemon. (replaces lukemftpd) 2003-02-27 04:40:45 +00:00