Commit Graph

184 Commits

Author SHA1 Message Date
Colin Percival
7ef8b8da40 Remove conditional dependencies on security/tcp_wrapper: That port
hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999.
2005-01-20 18:52:56 +00:00
Mark Linimon
1cf9a1e703 Update the wording on IGNORE. 2004-12-20 03:20:31 +00:00
Mark Linimon
e44e94b8d1 Switch from FORBIDDEN to IGNORE, since no security issue seems to be stated. 2004-12-19 01:59:03 +00:00
Clement Laforet
97b9dd07ba - define NO_LATEST_LINK, even if port is forbiden
Noticed by:     Ports with duplicate LATEST_LINKS report
2004-04-19 14:12:36 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Dirk Meyer
607af7710c - add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
2003-10-13 04:03:41 +00:00
Edwin Groothuis
f07f504808 KATO mega patch
- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:		ports/56820-56858
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 01:01:08 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Alexander Leidinger
fac5d6980a Bump PORTREVISION because of lib-dep change (see below).
From submitter:
- Remove an outdated comment in the Makefile.
- Fix MASTER_SITES.
- Switch from ancient math/libgmp-freebsd to math/libgmp4, the former
  hardly compiles on architectures other/newer than i386 and alpha.
  Tested on i386 and sparc64.

Submitted by:	marius@alchemy.franken.de
2003-01-11 15:38:34 +00:00
Matthew N. Dodd
4f0cbbf600 - Correctly order KERBEROS_LIBS so that the build doesn't try to
link against system krb5 libs.
- Specify a runtime linker path option.
2003-01-08 23:34:34 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Alexander Leidinger
09e4bf1048 Quoting the submitter:
---snip---
- Revert the partially enabled building and usage of the libgmp version
  shipping with ssh introduced with the upgrade to 1.2.33. For -current
  depend on math/libgmp-freebsd and use the libgmp in the base system
  for -stable like this port did before. This fixes compilation on
  -current and turns of the annoying errors when the configure of the
  ssh-enclosed libgmp tests the optimisations using the wrong assembler-
  syntax on 4-stable. The later causes configure to hang on 3-stable.
- Don't define 'REALLY_WANT_SSH=1' in the Makefile else the FORBIDDEN
  for FreeBSD systems shipping with OpenSSH in the base-distribution and
  not defining 'REALLY_WANT_SSH' is useless. This was also broken with
  the last commit.

Tested on 5.0-current, 4-stable and 3-stable.
---snip---

Submitted by:	marius@alchemy.franken.de
2002-10-25 14:43:22 +00:00
David E. O'Brien
d22f9c0925 Update to version 1.2.33. 2002-06-30 03:57:57 +00:00
David E. O'Brien
9d22564582 Update to version 1.2.32. 2002-06-29 21:39:04 +00:00
David E. O'Brien
a78b81fa8e Update to version 1.2.31. 2002-06-29 21:31:50 +00:00
David E. O'Brien
a1344ad38f Update to version 1.2.30. 2002-06-29 21:28:23 +00:00
David E. O'Brien
8ee56d7409 Update to version 1.2.29. 2002-06-29 21:21:55 +00:00
David E. O'Brien
168f90aea1 Update to version 1.2.29. 2002-06-29 19:58:19 +00:00
David E. O'Brien
4140ce7118 Update to version 1.2.29. 2002-06-29 18:52:29 +00:00
David E. O'Brien
468e326fba Update to version 1.2.28. 2002-06-29 18:13:36 +00:00
David E. O'Brien
b10826ad81 Use libgmp4 rather than libgmp-freebsd. 2002-06-22 00:18:12 +00:00
Maxim Sobolev
0343c2ef65 Fix MASTER_SITES.
Submitted by:	Sergii Laskavyi <ls@gambit.com.ru>
2002-05-07 10:40:49 +00:00
Maxim Sobolev
95cdcf3acc Catch up with libgmp3 death.
Pointy hat to:	ijliao
2002-04-30 08:54:54 +00:00
Maxim Sobolev
d7b8935d2c Fix libgmp breakage on -current. 2002-04-26 06:23:41 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
Kris Kennaway
bd89fe016e Remove some commented out makefile cruft. 2001-02-09 23:07:20 +00:00
Kris Kennaway
ccd8c2a771 Sigh, the patch released by ssh.com was wrong (kill() had the arguments
in the wrong order). Fix this, and bump PORTREVISION again. The window
was only a few minutes, but this won't disrupt things, and someone may
have updated in that window given the prominence of the problem.

Obtained from:	Matt Power <mhpower@BOS.BINDVIEW.COM> via Bugtraq
2001-02-09 23:06:50 +00:00
Kris Kennaway
d6bcba7837 Commit fixes for the two recent security problems found by BINDVIEW
and Core-SDI, and bump PORTREVISION.
2001-02-09 22:56:39 +00:00
Kris Kennaway
41d5ec3b8e Mark FORBIDDEN: several problems including possible remote root
compromise. OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable.
2001-02-09 04:58:24 +00:00
Kris Kennaway
5bb0ef2e28 Oops, meant to mark FORBIDDEN, not BROKEN, to prevent package builds. 2001-02-06 02:38:43 +00:00
Kris Kennaway
65e7b33330 Note the reason why this port is still at 1.2.27 (1.2.30 is under
the more restrictive SSH2 license), deprecate this port in favour of
OpenSSH as a parting shot (still allow people to build by setting an
environment variable) and remove myself as maintainer since I don't
have any interest in maintaining it.

About the only thing this port does which OpenSSH can't do well is
Kerberized logins..once that is working properly in OpenSSH I'm planning
to nuke the port.
2001-02-06 01:22:25 +00:00
Satoshi Asami
a0b090ea7f Rename PLIST.X11 to pkg-plist.x11. 2000-10-08 06:03:48 +00:00
Kris Kennaway
36de6efd90 Fennerize MASTER_SITES and replace with a fresh set which a) actually carry
the distfile and b) are probably better sorted networkologically for the
majority of users. Trim DESCR down to a sane length.
2000-09-21 23:37:29 +00:00
Kris Kennaway
1d852620cb Remove dependency on rsaref, comment out RESTRICTED line (but leave it
there for reference in case we replace these with a CRYPTO variable), and
bump PORTREVISION.
2000-09-17 08:45:12 +00:00
Kris Kennaway
b57e6c0761 Don't install the startup script if ssh is being run out of inetd.conf
PR:		15691
Submitted by:	Roger Marquis <marquis@roble.com>
2000-08-23 09:57:05 +00:00
Will Andrews
1dbf0287c0 Remove redundant/inappropriate CATEGORIES. People need to start reading
the Porter's Handbook.  :-)
2000-06-02 03:18:54 +00:00
Kris Kennaway
e41b97add2 Freshen MASTER_SITEs 2000-04-24 08:19:36 +00:00
Kris Kennaway
fbe0989ef0 Style cleanup of the makefile.
Add USE_PERL5 by default.
2000-04-24 02:03:30 +00:00
Kris Kennaway
ac6176ea8e Sort PLIST and use ssh-keygen1 for key generation, not ssh-keygen which
may point to the ssh2 port.

PR:		ports/13167
2000-04-24 01:41:47 +00:00
Kris Kennaway
43c4bd620c Take over maintainership of this port since the previous maintainer
is too busy to keep up with it.

Approved by:	asami
2000-04-21 09:19:54 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Kris Kennaway
db4a1e6d2d Don't make sshd listen on two ports by default (!) - this "feature" was
silently added on 2000/01/14 as part of the IPv6 support. The default sshd
config had sshd listening both on port 22 and port 722 (this was apparently
intended to facilitate traffic-shaping in that different queueing priorities
could be assigned to ssh sessions on the two ports).

Combine two patches into one.

Submitted by:	peter
2000-04-21 06:35:12 +00:00
Kris Kennaway
36e2fdf71b Unbreak Kerberos5 support. 2000-04-21 06:21:46 +00:00
Kris Kennaway
5cbe0e5066 Convert patch to unidiff; no functional changes. 2000-04-21 06:18:48 +00:00
Michael Haro
86bef88226 balance parens 2000-04-17 15:18:40 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Will Andrews
b0aff2c200 Sorry to everyone, the commits previously broke installing for these ports.
Thanks to those who reported this.

PRs:		17927, 17937
Submitted by:	Keith Davey <redlance@primenet.com>
		maintainer (ssh2)
2000-04-14 15:04:29 +00:00