diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-04-25 05:01:06 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-04-25 05:01:06 +0000 |
commit | 25c2756dd915624a8150b4bc591cad97450be717 (patch) | |
tree | 812b9d2987b23cae54cc136d1401528831fee326 /security/ssh2/files/patch-ab | |
parent | #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there (diff) |
Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just
regenerated them to fix the line numbers. Also, I added two commented out
options in Makefile, one to tell sshd that a group writeable homedir
is OK because all users are in their own group, and the other is to allow
an unencrypted connection (which is dangerous since it can lead to
compromise of keys), but on a secure network it's damn useful for backups
etc.
Notes
Notes:
svn path=/head/; revision=6293
Diffstat (limited to 'security/ssh2/files/patch-ab')
-rw-r--r-- | security/ssh2/files/patch-ab | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/ssh2/files/patch-ab b/security/ssh2/files/patch-ab index fb3ded791e3f..0456b49d4478 100644 --- a/security/ssh2/files/patch-ab +++ b/security/ssh2/files/patch-ab @@ -1,7 +1,7 @@ -*** configure.orig Sun Apr 6 03:56:58 1997 ---- configure Wed Apr 16 22:52:47 1997 +*** configure.orig Wed Apr 23 08:40:06 1997 +--- configure Fri Apr 25 12:38:54 1997 *************** -*** 1634,1645 **** +*** 1757,1768 **** export CFLAGS CC @@ -13,10 +13,10 @@ - echo $ac_n "checking that the compiler works""... $ac_c" 1>&6 - echo "configure:1646: checking that the compiler works" >&5 ---- 1634,1639 ---- + echo "configure:1769: checking that the compiler works" >&5 +--- 1757,1762 ---- *************** -*** 2632,2638 **** +*** 2759,2765 **** fi @@ -24,7 +24,7 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ---- 2626,2632 ---- +--- 2753,2759 ---- fi @@ -33,7 +33,7 @@ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 *************** -*** 6749,6755 **** +*** 7031,7037 **** cat >> $CONFIG_STATUS <<EOF @@ -41,7 +41,7 @@ EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then ---- 6743,6749 ---- +--- 7025,7031 ---- cat >> $CONFIG_STATUS <<EOF @@ -50,8 +50,8 @@ cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then *************** -*** 6953,6958 **** ---- 6947,6954 ---- +*** 7235,7240 **** +--- 7229,7236 ---- done for ac_config_dir in gmp-2.0.2-ssh-2; do |