Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2004 15:21:38 +0200 (EET)
From:      Pasi Hirvonen <psh@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jus@security.za.net
Subject:   ports/75217: [PATCH] ftp/nftpd unfetchable on modern systems
Message-ID:  <200412181321.iBIDLcfP031746@mirp.foo>
Resent-Message-ID: <200412181330.iBIDUMxh037654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75217
>Category:       ports
>Synopsis:       [PATCH] ftp/nftpd unfetchable on modern systems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 18 13:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pasi Hirvonen
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mirp.foo 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Dec 9 18:48:50 EET 2004 pasi@mirp.foo:/usr/obj/usr/src/sys/MIRP i386

>Description:

ftp/nftpd port's Makefile uses OSVERSION to detect which version
of nctpd to download. The 5.2.1 tarball the port tries to fetch
on systems with OSVERSION >= 500000 does not exist anymore, it's
been renamed to ncftpd-2.8.1-freebsd5.3-i386-export.tar.gz.

(Thanks pointyhat!)

>How-To-Repeat:
>Fix:

--- ncftpd.patch begins here ---
diff -uNr ncftpd.orig/Makefile ncftpd/Makefile
--- ncftpd.orig/Makefile	Sat Dec 18 15:14:20 2004
+++ ncftpd/Makefile	Sat Dec 18 15:13:12 2004
@@ -24,7 +24,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 500000
-BINVER=		5.2.1
+BINVER=		5.3
 .elif ${OSVERSION} >= 480000
 BINVER=		4.8
 .elif ${OSVERSION} >= 350000
diff -uNr ncftpd.orig/distinfo ncftpd/distinfo
--- ncftpd.orig/distinfo	Sat Dec 18 15:13:50 2004
+++ ncftpd/distinfo	Sat Dec 18 15:16:18 2004
@@ -1,5 +1,5 @@
-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-freebsd5.3-i386-export.tar.gz) = 27ccc9c69a53f87a7bf347d32fbf252b
+SIZE (ncftpd-2.8.1-freebsd5.3-i386-export.tar.gz) = 381828
 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
--- ncftpd.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412181321.iBIDLcfP031746>