NetBSD-Bugs archive

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

PR/56219 CVS commit: [netbsd-9] src/usr.bin/ftp



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56219 CVS commit: [netbsd-9] src/usr.bin/ftp
Date: Mon, 14 Jun 2021 11:57:39 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Jun 14 11:57:39 UTC 2021
 
 Modified Files:
 	src/usr.bin/ftp [netbsd-9]: Makefile ssl.c ssl.h version.h
 
 Log Message:
 Pull up following revision(s) (requested by lukem in ticket #1295):
 
 	usr.bin/ftp/ssl.c: revision 1.10
 	usr.bin/ftp/ssl.h: revision 1.5
 	usr.bin/ftp/version.h: revision 1.93
 	usr.bin/ftp/Makefile: revision 1.39
 
 use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds
 
 Adapt the SMALLPROG / -UWITH_SSL build to also use the fetch_*()
 methods from ssl.c, instead of using stdio, as stdio isn't robust
 when using interruptable signals.
 
 Disable ssl-specific support in the fetch_*() methods if WITH_SSL
 isn't defined, so SMALLPROG still doesn't have ssl support (as expected).
 
 The resulting SMALLPROG binary is slightly larger than before
 (e.g., 157KiB vs 153KiB on amd64).
 
 Set version to 20210603 for this fix and the SO_KEEPALIVE fix for PR 56129.
 
 PR install/56219
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.37 -r1.37.12.1 src/usr.bin/ftp/Makefile
 cvs rdiff -u -r1.8.2.1 -r1.8.2.2 src/usr.bin/ftp/ssl.c
 cvs rdiff -u -r1.4 -r1.4.2.1 src/usr.bin/ftp/ssl.h
 cvs rdiff -u -r1.87.18.2 -r1.87.18.3 src/usr.bin/ftp/version.h
 
 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