ports/70612: ncftpd port is horribly out of date
Marc Silver
marcs at draenor.org
Wed Aug 18 08:30:40 UTC 2004
>Number: 70612
>Category: ports
>Synopsis: ncftpd port is horribly out of date
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 18 08:30:39 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Marc Silver
>Release: FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD riffraff.plig.net 4.9-STABLE FreeBSD 4.9-STABLE #5: Wed Mar 3 16:21:56 GMT 2004 keet at riffraff.plig.net:/usr/src/sys/compile/RIFFRAFF i386
>Description:
/usr/ports/ftp/ncftpd is horribly out of date. The current
version of ncftpd is 2.8.1, but the port still has 2.7.3.
This new version obviously includes any security fixes, so it's
a pretty important upgrade imho.
I would be more than willing to take over maintaning this port
if the current maintainer would like to stop looking after it.
>How-To-Repeat:
Install /usr/ports/ftp/ncftpd, then realise you're running an
old version? ;)
>Fix:
Apply the following patch to Makefile and distinfo:
--- Makefile.old Wed Aug 18 10:01:32 2004
+++ Makefile Wed Aug 18 10:06:55 2004
@@ -6,7 +6,7 @@
#
PORTNAME= ncftpd
-PORTVERSION= 2.7.3
+PORTVERSION= 2.8.1
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export
@@ -24,7 +24,7 @@
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
-BINVER= 5.0
+BINVER= 5.2.1
.elif ${OSVERSION} >= 480000
BINVER= 4.8
.elif ${OSVERSION} >= 350000
--- distinfo.old Wed Aug 18 10:01:35 2004
+++ distinfo Wed Aug 18 10:04:36 2004
@@ -1,6 +1,6 @@
-MD5 (ncftpd-2.7.3-freebsd3.5.1-i386-export.tar.gz) = a7cde2d5e40966cccc4539a6ee9572c3
-SIZE (ncftpd-2.7.3-freebsd3.5.1-i386-export.tar.gz) = 312060
-MD5 (ncftpd-2.7.3-freebsd4.8-i386-export.tar.gz) = b71d0f803072a4d42e2f0b413a3dca2f
-SIZE (ncftpd-2.7.3-freebsd4.8-i386-export.tar.gz) = 339140
-MD5 (ncftpd-2.7.3-freebsd5.0-i386-export.tar.gz) = db025b0afb4f3072b6f542b1f41ea055
-SIZE (ncftpd-2.7.3-freebsd5.0-i386-export.tar.gz) = 339070
+MD5 (ncftpd-2.8.1-freebsd3.5.1-i386-export.tar.gz) = 18b169c321c96d7be9de43a20c3ad3e7
+SIZE (ncftpd-2.8.1-freebsd3.5.1-i386-export.tar.gz) = 351191
+MD5 (ncftpd-2.8.1-freebsd4.8-i386-export.tar.gz) = b7a0d1351ccb73615da30e6e60640f2f
+SIZE (ncftpd-2.8.1-freebsd4.8-i386-export.tar.gz) = 377612
+MD5 (ncftpd-2.8.1-freebsd5.2.1-i386-export.tar.gz) = 47461a861adc84d52214d08f82b82775
+SIZE (ncftpd-2.8.1-freebsd5.2.1-i386-export.tar.gz) = 383349
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list