summaryrefslogtreecommitdiff
path: root/security/ssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - define NO_LATEST_LINK, even if port is forbidenClement Laforet2004-04-191-0/+1
| | | | | | | Noticed by: Ports with duplicate LATEST_LINKS report Notes: svn path=/head/; revision=107591
* Tidy up whitespace.Trevor Johnson2004-04-101-11/+11
| | | | Notes: svn path=/head/; revision=106671
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - add CONFLICTSDirk Meyer2003-10-131-0/+1
| | | | | | | Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=90980
* KATO mega patchEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Bump PORTREVISION because of lib-dep change (see below).Alexander Leidinger2003-01-111-11/+6
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=72908
* - Correctly order KERBEROS_LIBS so that the build doesn't try toMatthew N. Dodd2003-01-082-17/+42
| | | | | | | | link against system krb5 libs. - Specify a runtime linker path option. Notes: svn path=/head/; revision=72777
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Quoting the submitter:Alexander Leidinger2002-10-253-16/+24
| | | | | | | | | | | | | | | | | | | | | | | ---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 Notes: svn path=/head/; revision=68808
* Update to version 1.2.33.David E. O'Brien2002-06-305-42/+38
| | | | Notes: svn path=/head/; revision=62206
* Update to version 1.2.32.David E. O'Brien2002-06-294-34/+2
| | | | Notes: svn path=/head/; revision=62196
* Update to version 1.2.31.David E. O'Brien2002-06-293-11/+2
| | | | Notes: svn path=/head/; revision=62195
* Update to version 1.2.30.David E. O'Brien2002-06-293-58/+52
| | | | Notes: svn path=/head/; revision=62194
* Update to version 1.2.29.David E. O'Brien2002-06-291-2/+11
| | | | Notes: svn path=/head/; revision=62193
* Update to version 1.2.29.David E. O'Brien2002-06-291-1/+1
| | | | Notes: svn path=/head/; revision=62191
* Update to version 1.2.29.David E. O'Brien2002-06-291-1/+1
| | | | Notes: svn path=/head/; revision=62179
* Update to version 1.2.28.David E. O'Brien2002-06-299-1350/+800
| | | | Notes: svn path=/head/; revision=62177
* Use libgmp4 rather than libgmp-freebsd.David E. O'Brien2002-06-221-1/+1
| | | | Notes: svn path=/head/; revision=61715
* Fix MASTER_SITES.Maxim Sobolev2002-05-071-3/+2
| | | | | | | Submitted by: Sergii Laskavyi <ls@gambit.com.ru> Notes: svn path=/head/; revision=58648
* Catch up with libgmp3 death.Maxim Sobolev2002-04-301-1/+1
| | | | | | | Pointy hat to: ijliao Notes: svn path=/head/; revision=58359
* Fix libgmp breakage on -current.Maxim Sobolev2002-04-262-6/+12
| | | | Notes: svn path=/head/; revision=58144
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-3/+3
| | | | Notes: svn path=/head/; revision=38343
* Remove some commented out makefile cruft.Kris Kennaway2001-02-091-4/+0
| | | | Notes: svn path=/head/; revision=38158
* Sigh, the patch released by ssh.com was wrong (kill() had the argumentsKris Kennaway2001-02-092-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=38157
* Commit fixes for the two recent security problems found by BINDVIEWKris Kennaway2001-02-093-2/+34
| | | | | | | and Core-SDI, and bump PORTREVISION. Notes: svn path=/head/; revision=38156
* Mark FORBIDDEN: several problems including possible remote rootKris Kennaway2001-02-091-0/+2
| | | | | | | compromise. OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable. Notes: svn path=/head/; revision=38125
* Oops, meant to mark FORBIDDEN, not BROKEN, to prevent package builds.Kris Kennaway2001-02-061-1/+1
| | | | Notes: svn path=/head/; revision=38021
* Note the reason why this port is still at 1.2.27 (1.2.30 is underKris Kennaway2001-02-061-4/+8
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=38020
* Rename PLIST.X11 to pkg-plist.x11.Satoshi Asami2000-10-081-2/+1
| | | | Notes: svn path=/head/; revision=33545
* Fennerize MASTER_SITES and replace with a fresh set which a) actually carryKris Kennaway2000-09-212-98/+7
| | | | | | | | the distfile and b) are probably better sorted networkologically for the majority of users. Trim DESCR down to a sane length. Notes: svn path=/head/; revision=32948
* Remove dependency on rsaref, comment out RESTRICTED line (but leave itKris Kennaway2000-09-172-28/+7
| | | | | | | | there for reference in case we replace these with a CRYPTO variable), and bump PORTREVISION. Notes: svn path=/head/; revision=32740
* Don't install the startup script if ssh is being run out of inetd.confKris Kennaway2000-08-231-5/+7
| | | | | | | | PR: 15691 Submitted by: Roger Marquis <marquis@roble.com> Notes: svn path=/head/; revision=31896
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
| | | | | | | the Porter's Handbook. :-) Notes: svn path=/head/; revision=29084
* Freshen MASTER_SITEsKris Kennaway2000-04-241-9/+6
| | | | Notes: svn path=/head/; revision=27955
* Style cleanup of the makefile.Kris Kennaway2000-04-241-20/+18
| | | | | | | Add USE_PERL5 by default. Notes: svn path=/head/; revision=27944
* Sort PLIST and use ssh-keygen1 for key generation, not ssh-keygen whichKris Kennaway2000-04-242-12/+12
| | | | | | | | | may point to the ssh2 port. PR: ports/13167 Notes: svn path=/head/; revision=27943
* Take over maintainership of this port since the previous maintainerKris Kennaway2000-04-211-1/+1
| | | | | | | | | is too busy to keep up with it. Approved by: asami Notes: svn path=/head/; revision=27848
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-3/+3
| | | | Notes: svn path=/head/; revision=27847
* Don't make sshd listen on two ports by default (!) - this "feature" wasKris Kennaway2000-04-211-4/+16
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=27835
* Unbreak Kerberos5 support.Kris Kennaway2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27834
* Convert patch to unidiff; no functional changes.Kris Kennaway2000-04-211-418/+369
| | | | Notes: svn path=/head/; revision=27833
* balance parensMichael Haro2000-04-171-1/+1
| | | | Notes: svn path=/head/; revision=27692
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-16/+14
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Sorry to everyone, the commits previously broke installing for these ports.Will Andrews2000-04-141-1/+1
| | | | | | | | | | | Thanks to those who reported this. PRs: 17927, 17937 Submitted by: Keith Davey <redlance@primenet.com> maintainer (ssh2) Notes: svn path=/head/; revision=27523
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Add better sshd startup scripts; specifically, allow restarting andWill Andrews2000-04-052-2/+29
| | | | | | | | | | | | | | | | stopping the server. Martti's submission did not include -h, which I added because if I had added the scripts the way he submitted them, the server wouldn't be started on startup. PR: 10196 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Reviewed by: kris (partially) No response: maintainers (PR opened February 22, 1999) Notes: svn path=/head/; revision=27351
* - re-enable TCP_NODELAYMunechika SUMIKAWA2000-02-241-41/+30
| | | | | | | | | | | | Submitted by: Arjan.deVet@adv.iae.nl (Arjan de Vet) - do not exit in failure to connect using IPv6 and try to IPv4 when connecting to dualstack hosts. Approved by: torstenb Notes: svn path=/head/; revision=26255