summaryrefslogtreecommitdiff
path: root/security/ssh/files/patch-be (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-01-08- Correctly order KERBEROS_LIBS so that the build doesn't try toMatthew N. Dodd1-11/+11
link against system krb5 libs. - Specify a runtime linker path option.
2002-10-25Quoting the submitter:Alexander Leidinger1-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
2002-06-30Update to version 1.2.33.David E. O'Brien1-1/+1
2000-04-21Unbreak Kerberos5 support.Kris Kennaway1-2/+2
2000-04-21Convert patch to unidiff; no functional changes.Kris Kennaway1-418/+369
2000-02-24Make IPv6-enable ssh works on socks environment.Munechika SUMIKAWA1-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
2000-02-20Make buildable on IPv4-only kernel.Munechika SUMIKAWA1-7/+9
Specified by: ache Reviewed by: torstenb
2000-02-12Checfor OSVERSION _or_ USE_INET6 when deciding if IPv6 support shouldTorsten Blum1-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>
2000-01-14Add IPv6 support to ssh.Torsten Blum1-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