pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43013 CVS commit: [netbsd-5] src/external/bsd/fetch/dist/libfetch



The following reply was made to PR pkg/43013; it has been noted by GNATS.

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43013 CVS commit: [netbsd-5] src/external/bsd/fetch/dist/libfetch
Date: Sat, 20 Nov 2010 20:37:41 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Sat Nov 20 20:37:41 UTC 2010
 
 Modified Files:
        src/external/bsd/fetch/dist/libfetch [netbsd-5]: common.c common.h
            ftp.c
 
 Log Message:
 Pull up following revision(s) (requested by joerg in ticket #1351):
        external/bsd/fetch/dist/libfetch/common.c: patch
        external/bsd/fetch/dist/libfetch/common.h: patch
        external/bsd/fetch/dist/libfetch/ftp.c: patch
 update to libfetch-2.31:
 
 PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs
 if the home directory is not the root directory.
 
 Remember the current directory the first time a CWD / CDUP has to be
 issued. Use the document as full URL if the URL started with two /
 (quoted or not), otherwise append it to the initial directory.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.2.4.2 -r1.1.1.2.4.3 \
     src/external/bsd/fetch/dist/libfetch/common.c \
     src/external/bsd/fetch/dist/libfetch/common.h
 cvs rdiff -u -r1.1.1.3.2.2 -r1.1.1.3.2.3 \
     src/external/bsd/fetch/dist/libfetch/ftp.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index