David E. O'Brien
57f06be82e
Support OpenSSH in the base system as the ssh1 component.
2000-03-11 12:58:43 +00:00
David E. O'Brien
d980a16013
Make pkgname match the directory the port lives in, and to reduce collsion
...
with the ssh1 port.
Asked for by: several on the ports list over time
[the maintainer has not responded to multiple emails asking about this change]
2000-01-28 19:39:20 +00:00
Michael Haro
332b0f4a83
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
...
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Chris Piazza
e8bddd06d0
Forgot a line
1999-11-25 21:26:38 +00:00
Chris Piazza
37014e3b5d
Patches are now available from www.ssh.org/patches
...
Submitted by: Issei Suzuki <issei@jp.freebsd.org>
1999-11-25 21:26:03 +00:00
SADA Kenji
03825be304
Removed an obsoleted patch.
...
PR: 15059
Submitted by: Maintainer
1999-11-24 21:45:32 +00:00
Chris Piazza
a8438b23fe
Path for problem with tty ownership with chflags and chown in BSD 4.4
...
variants. Fixes a security bug in tty allocation.
PR: 13515
PR: 13536
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer)
1999-09-02 17:08:38 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c
$Id$ -> $FreeBSD$
1999-08-31 01:53:22 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
David E. O'Brien
92a61ca373
Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.
1999-06-24 19:29:50 +00:00
Andrey A. Chernov
524739d401
upgrade to 2.0.13
...
XXXtgetent from original PR fixed
PR: 12279
Submitted by: Issei Suzuki <issei@issei.org>
1999-06-18 20:02:29 +00:00
Andrey A. Chernov
f2a6cb495e
detect/use -current libwrap
1999-04-03 03:42:01 +00:00
Steve Price
68566b65e1
Re-order definition of a couple of variables so the ssh1 dependency
...
is picked up correctly.
PR: 10577
Submitted by: maintainer
1999-03-15 01:18:49 +00:00
Andrey A. Chernov
7a7ea0c942
Use setusercontext() now to set all sort of login things including env.
...
variables and priority!
Enable light debugging for compatibility with -v option
Don't print "No mail." - not in BSD login style.
1999-02-06 01:40:35 +00:00
Andrey A. Chernov
6982d77ea1
remove lines which do chmod -x on recently installed rc.d/sshd.sh
1999-02-05 20:45:16 +00:00
Andrey A. Chernov
83c6d7a174
upgrade to 2.0.12
1999-02-05 06:11:36 +00:00
David E. O'Brien
4bc2255958
1. Update base ssh2 version from 2.0.9 to 2.0.11
...
Ssh 2.0.9 has bugs abount updating utmp/wtmp file.
2. Now you can compile ssh2 to support TCP_Wrapper
(security/tcp_wrapper) when you define USE_TCPWRAP=YES
3. Fix typo in MASTER_SITES
(Thanks to Chris Piazza <norn@home.net>)
4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file.
5. Delete some obsolute pathes.
PR: ports/8916
Submitted by: issei@jp.FreeBSD.ORG
1998-12-01 11:10:33 +00:00
David E. O'Brien
a8743e10d6
fix typo in a URL
1998-12-01 09:33:58 +00:00
Jun Kuriyama
86f1d621b0
Secure shell client and server (remote login program).
...
PR: ports/8204
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
1998-11-23 05:15:17 +00:00
Satoshi Asami
f0b7975aa0
Mark this broken as it awaits upgrade after repository copy.
1998-11-22 21:53:31 +00:00
David E. O'Brien
3c1a7c6ce8
configure with "--without-x" if X11BASE/bin/xauth is missing.
...
Requested by: Studded@gorean.org
1998-10-30 06:15:18 +00:00
Satoshi Asami
5ae4f4e88c
Um, be careful when you copy stuff around -- change the second
...
CONFIGURE_ARGS defintion to use "+=" so it won't override the first.
While I'm here, GNU_CONFIGURE implies --prefix=${PREFIX} so take it out.
1998-10-08 13:11:52 +00:00
Jordan K. Hubbard
b05e6687f6
Better depends.
...
Also Suggested by: asami
1998-10-08 06:17:56 +00:00
Jordan K. Hubbard
efa62cf97c
Clean this file up a bit.
...
Suggested by: asami
1998-10-08 06:16:18 +00:00
Jordan K. Hubbard
564a72f782
Properly reference the rsaref sources, which are required during the build
...
of ssh now. If anyone knows of a way of making the build dependency here
less gross, I'm listening! :)
1998-10-08 03:42:23 +00:00
Jordan K. Hubbard
37df81f735
Depend on ports collection rsaref, since we have it now already
...
available "broken out."
1998-10-07 23:03:44 +00:00
Dima Ruban
43f2f84d94
Make RSA stuff work on alpha (or on any other 64bit architecture)
1998-09-26 04:42:09 +00:00
Satoshi Asami
6470b4dc9c
tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:
...
libwrap is a shared library so it should be LIB_DEPENDS, and delete
some spaces and tab-only lines.
1998-09-17 10:53:31 +00:00
Satoshi Asami
668e0f51f4
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
...
checks haven't missed anything.
Submitted by: dima
1998-09-15 21:31:59 +00:00
Tim Vanderhoek
5d6505ebbb
The pkg_create(1) handles symlinks correctly. Delist manpages.
1998-08-19 19:51:10 +00:00
Vanilla I. Shu
70905e2b13
Use ${PERL_VERSION} on perl version.
...
Reminded by: asami
1998-08-17 12:12:34 +00:00
Vanilla I. Shu
3793a4b6da
Change perl version to 5.00502.
1998-08-17 10:42:38 +00:00
Dima Ruban
3412dccd60
If KRB5_HOME is defined, compile ssh with krb5 support.
1998-08-01 22:24:55 +00:00
Satoshi Asami
8e9ae80248
Fix up slogin1.1 -> ssh1.1 symlink too.
1998-07-25 19:46:37 +00:00
Warner Losh
a68fb80d7f
upgrade to 1.2.26 for security improvements
1998-07-11 23:10:54 +00:00
Andrey A. Chernov
5e0fb7b766
Do not install slogin1.1 manpage, no such program
1998-06-12 11:39:32 +00:00
Dima Ruban
64e630d83b
1.2.22 -> 1.2.25
...
Somebody needs to go through patch-af to check it, since I'm not sure
about some of the stuff.
This version fixes a security flaw in previous version.
1998-06-12 07:55:14 +00:00
David E. O'Brien
ca174e8825
Two "/usr/local" --> ${PREFIX}
1998-05-23 08:53:38 +00:00
Matthew Hunt
3f8b97a1c3
Allow use of Phil Karn's patchkit that implements DES/DES3 in
...
fast assembly code. Patchfile must be manually placed in DISTDIR,
as described in the Makefile.
PR: 6446
Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca>
1998-05-22 06:05:44 +00:00
Jordan K. Hubbard
a4854ffdf8
Further adjustments to english.
1998-03-10 13:58:16 +00:00
Jordan K. Hubbard
753501db5d
Clean up and clarify some english user prompts in the Makefile which
...
have been bugging me for many months. :)
1998-03-10 13:56:14 +00:00
Warner Losh
935e28b3a2
Upgrade to ssh 1.2.22. Please send problems with the upgrade to me.
...
1.2.22 fixes a security hole with ssh-agent, so users are encouraged
to upgrade.
OK'd by: Torsten Blum (torstenb@freebsd.org )
1998-01-20 23:50:15 +00:00
Warner Losh
944d8022fd
Make the SOCKS support from USE_SOCKS play nicely with the socks5 port.
1997-12-24 18:46:11 +00:00
Mark Murray
39e2a4dd90
Change to use perl5.004_04
1997-11-21 15:31:33 +00:00
Dima Ruban
2f35303014
ftp.dsi.unimi.it -> idea.sec.dsi.unimi.it
1997-11-10 22:04:42 +00:00
Ralf S. Engelschall
cd7cd16736
fixed little typo.
1997-10-10 14:29:12 +00:00
Torsten Blum
c2119976db
Upgrade to 1.2.21
1997-09-16 00:13:25 +00:00
Masafumi Max NAKANE
30e38e5731
mv -> ${MV}.
1997-09-11 18:31:52 +00:00
Satoshi Asami
dc5ea736c7
Update name of perl executable in dependencies to "perl5.00401".
...
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00