head	1.10;
access;
symbols
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.9
	RELEASE_4_1_1:1.9
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	RELEASE_3_0_0:1.6
	RELEASE_2_2_7:1.6
	RELEASE_2_2_6:1.6
	RELEASE_2_2_5:1.6
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.6;
locks; strict;
comment	@# @;


1.10
date	2002.02.22.02.52.25;	author knu;	state dead;
branches;
next	1.9;

1.9
date	2000.09.02.03.56.56;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2000.05.29.03.16.42;	author steve;	state Exp;
branches;
next	1.7;

1.7
date	98.11.23.07.41.52;	author kuriyama;	state dead;
branches;
next	1.6;

1.6
date	97.04.25.05.01.05;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	97.04.16.19.48.29;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	97.03.28.23.30.38;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	97.02.27.00.44.34;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	96.10.24.23.46.15;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	96.08.08.13.47.55;	author peter;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- Update to 3.1.0.

  PR:		ports/34740
  Submitted by:	larse@@ISI.EDU

- Add %%PORTDOCS%% to pkg-plist.

- Assign MAINTAINER to the submitter.

  Requested by:	issei (previous MAINTAINER)
@
text
@--- lib/sshutil/sshincludes.h.orig	Thu Aug 24 17:43:30 2000
+++ lib/sshutil/sshincludes.h	Sun Aug 27 01:22:27 2000
@@@@ -213,7 +213,7 @@@@
 #define SSH_UID_ROOT 0
 #endif /* SSH_UID_ROOT */
 
-#ifdef SSHDIST_ZLIB
+#if defined(SSHDIST_ZLIB) && !defined(__FreeBSD__)
 /* Define zlib to have ssh prefix, so we will not care if there is another zlib
    in the kernel */
 #define deflateInit_            ssh_z_deflateInit_
@@@@ -249,6 +249,6 @@@@
 #define uLongf                  ssh_z_uLongf
 #define voidpf                  ssh_z_voidpf
 #define voidp                   ssh_z_voidp
-#endif /* SSHDIST_ZLIB */
+#endif /* SSHDIST_ZLIB && !__FreeBSD__ */
 
 #endif /* SSHINCLUDES_H */
@


1.9
log
@Upgrade to ssh-2.3.0.

PR:	ports/20869
Submitted by:	Issei Suzuki <issei@@issei.org> (Maintainer)
@
text
@@


1.8
log
@Update to version 2.1.0pl2.

PR:		18620
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- lib/sshutil/sshincludes.h.old	Wed May 17 18:39:44 2000
+++ lib/sshutil/sshincludes.h	Wed May 17 18:40:19 2000
@@@@ -166,7 +166,7 @@@@
d12 1
a12 1
@@@@ -202,6 +202,6 @@@@
@


1.7
log
@Oops, I forgot to remove old patches...
@
text
@d1 19
a19 40
*** configure.in.orig	Wed Apr 23 08:40:06 1997
--- configure.in	Fri Apr 25 12:41:26 1997
***************
*** 616,624 ****
  
  export CFLAGS CC
  
! # Socket pairs appear to be broken on several systems.  I don't know exactly
! # where, so I'll use pipes everywhere for now.
! AC_DEFINE(USE_PIPES)
  
  AC_MSG_CHECKING([that the compiler works])
  AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
--- 616,624 ----
  
  export CFLAGS CC
  
! dnl # Socket pairs appear to be broken on several systems.  I don't know exactly
! dnl # where, so I'll use pipes everywhere for now.
! dnl AC_DEFINE(USE_PIPES)
  
  AC_MSG_CHECKING([that the compiler works])
  AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
***************
*** 671,677 ****
  
  AC_HEADER_STDC
  AC_HEADER_SYS_WAIT
! AC_CHECK_HEADERS(unistd.h rusage.h sys/time.h lastlog.h utmp.h shadow.h)
  AC_CHECK_HEADERS(sgtty.h sys/select.h sys/ioctl.h machine/endian.h)
  AC_CHECK_HEADERS(paths.h usersec.h utime.h netinet/in_systm.h netinet/in_system.h netinet/ip.h netinet/tcp.h ulimit.h)
  AC_HEADER_TIME
--- 671,677 ----
  
  AC_HEADER_STDC
  AC_HEADER_SYS_WAIT
! AC_CHECK_HEADERS(unistd.h rusage.h sys/time.h lastlog.h login_cap.h utmp.h shadow.h)
  AC_CHECK_HEADERS(sgtty.h sys/select.h sys/ioctl.h machine/endian.h)
  AC_CHECK_HEADERS(paths.h usersec.h utime.h netinet/in_systm.h netinet/in_system.h netinet/ip.h netinet/tcp.h ulimit.h)
  AC_HEADER_TIME
@


1.6
log
@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.
@
text
@@


1.5
log
@Upgrade to 1.2.19
@
text
@d1 2
a2 2
*** configure.in.orig	Sun Apr  6 03:56:58 1997
--- configure.in	Wed Apr 16 23:04:16 1997
d4 1
a4 1
*** 579,587 ****
d14 1
a14 1
--- 579,587 ----
d25 1
a25 1
*** 633,639 ****
d33 1
a33 1
--- 633,639 ----
@


1.4
log
@Upgrade to 1.2.18
@
text
@d1 2
a2 2
*** configure.in.orig	Thu Mar 27 09:04:06 1997
--- configure.in	Sat Mar 29 01:16:51 1997
d4 1
a4 1
*** 574,582 ****
d14 1
a14 1
--- 574,582 ----
d25 1
a25 1
*** 628,634 ****
d33 1
a33 1
--- 628,634 ----
@


1.3
log
@Add LOGIN_CAP abilities
Submitted by: davidn
@
text
@d1 2
a2 2
*** configure.in.orig	Wed Oct 30 15:27:56 1996
--- configure.in	Thu Jan 30 23:00:38 1997
d4 1
a4 1
*** 469,477 ****
d14 1
a14 1
--- 469,477 ----
d25 1
a25 1
*** 523,529 ****
d33 1
a33 1
--- 523,529 ----
@


1.2
log
@Use system shared libgmp now
@
text
@d1 40
a40 15
--- configure.in.dist	Wed Aug  7 13:51:51 1996
+++ configure.in	Wed Aug  7 13:54:35 1996
@@@@ -344,9 +344,9 @@@@
     ;;
 esac
 
-# Socket pairs appear to be broken on several systems.  I don't know exactly
-# where, so I'll use pipes everywhere for now.
-AC_DEFINE(USE_PIPES)
+dnl # Socket pairs appear to be broken on several systems.  I don't know exactly
+dnl # where, so I'll use pipes everywhere for now.
+dnl AC_DEFINE(USE_PIPES)
 
 AC_MSG_CHECKING([that the compiler works])
 AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
@


1.1
log
@Turn off the unconditional use of USE_PIPES as it prevents rdist from using
ssh for transport.  FreeBSD does not have the implementation bugs that some
other systems appear to have, this option only hurts us.

Reviewed by: torstenb
@
text
@a15 15
--- configure.dist	Wed Aug  7 13:45:37 1996
+++ configure	Wed Aug  7 13:55:29 1996
@@@@ -1274,12 +1274,6 @@@@
     ;;
 esac
 
-# Socket pairs appear to be broken on several systems.  I don't know exactly
-# where, so I'll use pipes everywhere for now.
-cat >> confdefs.h <<\EOF
-#define USE_PIPES 1
-EOF
-
 
 echo $ac_n "checking that the compiler works""... $ac_c" 1>&6
 if test "$cross_compiling" = yes; then
@
