summaryrefslogtreecommitdiff
path: root/security/ssh/files/patch-be (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Correctly order KERBEROS_LIBS so that the build doesn't try toMatthew N. Dodd2003-01-081-11/+11
| | | | | link against system krb5 libs. - Specify a runtime linker path option.
* Quoting the submitter:Alexander Leidinger2002-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | ---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
* Update to version 1.2.33.David E. O'Brien2002-06-301-1/+1
|
* Unbreak Kerberos5 support.Kris Kennaway2000-04-211-2/+2
|
* Convert patch to unidiff; no functional changes.Kris Kennaway2000-04-211-418/+369
|
* Make IPv6-enable ssh works on socks environment.Munechika SUMIKAWA2000-02-241-5/+15
| | | | | | | Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> Reviewed by: shin, Robert Muir <rmuir@looksharp.net> Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp> Approved by: torstenb
* Make buildable on IPv4-only kernel.Munechika SUMIKAWA2000-02-201-7/+9
| | | | | Specified by: ache Reviewed by: torstenb
* Checfor OSVERSION _or_ USE_INET6 when deciding if IPv6 support shouldTorsten Blum2000-02-121-13/+19
| | | | | | | | be added. This is done to support the build on pre 4.0 machines with the KAME IPv6 stack installed. It has been verified to build+work with both 4.0 and 3.4+kame. Org. patch Submitted By: Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>
* Add IPv6 support to ssh.Torsten Blum2000-01-141-0/+401
The IPv6 patch was obtained from the kame repository and has been been writen by KIKUCHI Takahiro <kick@kyoto.wide.ad.jp> Due to the whole mess with different patches it was necessary to include both the IPv6 patch and patch-ssh-1.2.27-bsd.tty.chown in ${PATCHDIR}. Since both patches modify the configure script it was also necessary to rebuild it via autoconf from configure.in. I've decided to use USE_AUTOCONF instead of including the re-build configure script in ${FILESDIR} Obtained from: KAME/WIDE