summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2013-03-25 04:11:25 +0000
committeragc <agc@pkgsrc.org>2013-03-25 04:11:25 +0000
commitd838d03b0c158e010a381ebfb28b69ab11783c47 (patch)
tree9c6e0193d1ad7a1ab2daa2af0288fb375cb4bf4d /net
parentff525c5c577d1fca71fae8406677851826aa329e (diff)
downloadpkgsrc-d838d03b0c158e010a381ebfb28b69ab11783c47.tar.gz
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
Diffstat (limited to 'net')
-rw-r--r--net/tnftpd/Makefile6
-rw-r--r--net/tnftpd/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/net/tnftpd/Makefile b/net/tnftpd/Makefile
index 2536e0d9e3f..a1c9f14ff0d 100644
--- a/net/tnftpd/Makefile
+++ b/net/tnftpd/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.23 2012/10/23 17:19:13 asau Exp $
+# $NetBSD: Makefile,v 1.24 2013/03/25 04:11:25 agc Exp $
#
-DISTNAME= tnftpd-20100324
+DISTNAME= tnftpd-20130325
CATEGORIES= net
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
MAINTAINER= lukem@NetBSD.org
COMMENT= The NetBSD FTP Daemon
+LICENSE= 2-clause-bsd
CONFLICTS= wu-ftpd-[0-9]*
CONFLICTS+= kth-krb4-[0-9]*
@@ -15,6 +16,7 @@ CONFLICTS= man-pages-[0-9]*
GNU_CONFIGURE= YES
MANCOMPRESSED_IF_MANZ= YES
+USE_LIBTOOL= yes
USE_TOOLS+= yacc
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff --git a/net/tnftpd/distinfo b/net/tnftpd/distinfo
index 9b6e376a5f5..07ba503a93c 100644
--- a/net/tnftpd/distinfo
+++ b/net/tnftpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2010/03/24 14:12:44 lukem Exp $
+$NetBSD: distinfo,v 1.13 2013/03/25 04:11:25 agc Exp $
-SHA1 (tnftpd-20100324.tar.gz) = f42c52fab3963f7fdef9c1dfd0e48ecd491ac9d9
-RMD160 (tnftpd-20100324.tar.gz) = 8bad2791e14868f037305e7ca1e2943f8120caf8
-Size (tnftpd-20100324.tar.gz) = 511110 bytes
+SHA1 (tnftpd-20130325.tar.gz) = 7e15aeffe883eede0dea085fface02061454b7d8
+RMD160 (tnftpd-20130325.tar.gz) = e5eea84e187fe52a1f839b3375140275202350f5
+Size (tnftpd-20130325.tar.gz) = 518350 bytes