PR/60346 CVS commit: src/usr.bin/ftp
"Michael van Elst" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR bin/60346; it has been noted by GNATS. From: "Michael van Elst" <[email protected]> To: [email protected] Cc: Subject: PR/60346 CVS commit: src/usr.bin/ftp Date: Mon, 6 Jul 2026 07:07:01 +0000 Module Name: src Committed By: mlelstv Date: Mon Jul 6 07:07:00 UTC 2026 Modified Files: src/usr.bin/ftp: Makefile fetch.c Added Files: src/usr.bin/ftp: uri.c uri.h Log Message: Evaluate relative URLs in a HTTP redirect. Fixes PR 60346 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/ftp/Makefile cvs rdiff -u -r1.246 -r1.247 src/usr.bin/ftp/fetch.c cvs rdiff -u -r0 -r1.1 src/usr.bin/ftp/uri.c src/usr.bin/ftp/uri.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.