Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2001 12:47:13 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27298: Update port: ftp/lukemftpd
Message-ID:  <20010513104713.951403CD0@totem.fix.no>

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

>Number:         27298
>Category:       ports
>Synopsis:       Update port: ftp/lukemftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 13 03:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	

>Description:

Updates the port to version 1.1, the latest version. Since 1.0:

Wed May  9 02:04:08 UTC 2001    lukem

        * released 1.1

Sat Apr 28 07:13:57 UTC 2001    lukem

        * released 1.1 beta 1

        * determine if crypt() and getusershell() need declarations

Wed Apr 25 06:27:08 UTC 2001    lukem

        * update to NetBSD-current 2001/04/25:
                - update copyrights
                - remove superfluous byte_count update in send_file_list
                - use own code instead of bothering with glob() to do ~
                  expansion in pathname; there's no need to support glob
                  wildcards in this case when it's not expanded here in the
                  non-~ case
                - As threatened, handle OOB commands from within ftpcmd.y.
                  This involved changing the yacc syntax to be line-oriented,
                  rather than having it run against the entire input at once,
                  and adding a flag to struct tab, to  indicate if or not
                  it's acceptable for a command to occur OOB.

Tue Apr 17 08:20:09 UTC 2001    lukem

        * look for <arpa/nameser.h>

        * pull in <arpa/nameser.h> for INADDRZ, IN6ADDRSZ and INT16SZ,
          and define if missing

        * don't bother trying to use if_indextoname() in ip6_sa2str()
          (fixes problems on MacOS X)

        * remove unused sverrno in warnx() and errx()

Fri Apr 13 16:02:40 UTC 2001    lukem

        * improve test for long long support so that it's only enabled
          if printf supports %ll or %q and they do the right thing.
          use %q instead of %ll #if HAVE_PRINTF_QD

        * added NEWS file

        * support S/Key with add support for --with-skey

        * pull up changes made in NetBSD in ftpcmd.y revision 1.61:
                make checkportcmd address family independent, and correct
                IPv4 case.  PR 12558.

Oh yes, and this is my PR # 100. :)

>How-To-Repeat:

	

>Fix:

diff -Nur lukemftpd.old/Makefile lukemftpd/Makefile
--- lukemftpd.old/Makefile	Sun May 13 12:42:18 2001
+++ lukemftpd/Makefile	Sun May 13 12:08:38 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lukemftpd
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
diff -Nur lukemftpd.old/distinfo lukemftpd/distinfo
--- lukemftpd.old/distinfo	Sun May 13 12:42:18 2001
+++ lukemftpd/distinfo	Sun May 13 12:09:20 2001
@@ -1 +1 @@
-MD5 (lukemftpd-1.0.tar.gz) = b7d87b11435197fd64adf048c00609ec
+MD5 (lukemftpd-1.1.tar.gz) = 66286f1cc17988964c6e224e196c7b94
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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