mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d64b6e2fd2
updated to today's snapshot of OpenSSH. Various updates from the latest ${CVS_DATE}, and requisite patch changes, are the "big new thing". Nothing major has changed; the biggest ones would be using atomicio() in a lot of places and a fix for a SIGHUP not updating sshd(8)'s configuration until the next connection.
21 lines
642 B
Plaintext
21 lines
642 B
Plaintext
--- lib/Makefile.orig Tue Dec 7 22:50:49 1999
|
|
+++ lib/Makefile Tue Dec 7 22:53:22 1999
|
|
@@ -4,7 +4,8 @@
|
|
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
|
|
cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \
|
|
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
|
|
- rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c
|
|
+ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
|
|
+ strlcat.c strlcpy.c
|
|
|
|
NOPROFILE= yes
|
|
NOPIC= yes
|
|
@@ -13,6 +14,7 @@
|
|
@echo -n
|
|
|
|
.include <bsd.own.mk>
|
|
+.include "../Makefile.inc"
|
|
|
|
.if (${KERBEROS} == "yes")
|
|
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
|