summaryrefslogtreecommitdiff
path: root/security/ssh2/Makefile
AgeCommit message (Collapse)Author
1997-10-10fixed little typo.Ralf S. Engelschall
1997-09-16Upgrade to 1.2.21Torsten Blum
1997-09-11mv -> ${MV}.Masafumi Max NAKANE
1997-07-18Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
1997-07-01typo in commentAdam David
1997-05-24Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-04-25Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I justPeter Wemm
regenerated them to fix the line numbers. Also, I added two commented out options in Makefile, one to tell sshd that a group writeable homedir is OK because all users are in their own group, and the other is to allow an unencrypted connection (which is dangerous since it can lead to compromise of keys), but on a secure network it's damn useful for backups etc.
1997-04-20Add virtual category 'perl5'.Wolfram Schneider
1997-04-16Upgrade to 1.2.19Andrey A. Chernov
1997-03-28Upgrade to 1.2.18Andrey A. Chernov
1996-11-201.2.16 --> 1.2.17Adam David
(new agent forwarding protocol that is said to work this time)
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-10-16Upgrade to official 1.2.16Andrey A. Chernov
Fix PLIST
1996-08-19Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami
1996-08-08Several fixes/improvements :-Peter Wemm
- protect the secret RSA etc/ssh_host_key. It is now generated on install (either by pkg_add or make install) if not already present and is not ever added to a package since it's your host's credentials. It should not be removed on pkg_delete, since you are in big trouble if you did this (for example) pkg_delete ssh-1.2.14; pkg_add ssh-1.2.15.tgz. - fix the broken manpage symlink when compressing man pages (slogin.1 has been causing /etc/weekly to generate cron messages) - zlib 1.0.4 is now "blessed" again, the ssh working sources now use this instead of v0.95. The decompression problem was fixed in either 1.0.3 or 1.0.4. Also, the current version of cvs uses zlib 1.0.4 as well.. - perl5.002 -> perl5.003 Reviewed by: torstenb
1996-07-22If using socks, make sure you find socks libraryPaul Traina
1996-07-18Back out andrews change - 1.2.14.1 is not an official ssh release.Torsten Blum
1996-07-17Use += for USA_RESIDENT MASTER_SITESAndrey A. Chernov
1996-07-16Upgrade to 1.2.14.1Andrey A. Chernov
Misc bugfixes
1996-06-20Remove reminder about host key generation, it autogenerated on installAndrey A. Chernov
1996-06-15Install an sshd.sh startup file.Jordan K. Hubbard
1996-06-15Path on master site has changedTorsten Blum
1996-06-08Return back to distributed libz 0.95Andrey A. Chernov
All libzs 0.99-1.0.2 produce deflate error on certain files (with ssh) I don't know, is it ssh error or libz error
1996-06-07Update ssh-1.2.13 -> ssh-1.2.14Peter Wemm
ssh-askpass no longer uses wish, so chop the make rules that attempt to locate it. Go further to try and protect the ssh_host_key, since it's critical to the operation and security of the machine.
1996-05-24Update the hack for locating wish/wish4.0 to also look for wish4.1 nowPeter Wemm
that we have that one too.
1996-04-17Change NO_PACKAGE to RESTRICTED.Satoshi Asami
1996-03-24Auto-sense installed perl & wishAndrey A. Chernov
1996-03-23Move perl depends under USE_PERLAndrey A. Chernov
1996-03-21Check USE_WISH for YES value as other parts of Makefile doesAndrey A. Chernov
1996-03-21Use wish only if USE_WISH defined.Andrey A. Chernov
1996-03-16Update for perl5.002Mark Murray
1996-02-19Use libz 1.0Andrey A. Chernov
1996-02-17Upgrade to 1.2.13Andrey A. Chernov
1996-02-06Upgrade to snapshot of ssh. 1.1.12a was recalled due to even worsePaul Traina
security problems. Also re-do the method we use for disconnecting ourselves from the supplied gmp and z libraries so that this can be maintained in the future (sigh!).
1996-01-25Understands shared libwrap nowAndrey A. Chernov
1996-01-25Autopick any wish present even wish4.0Andrey A. Chernov
Autopick libwrap.a
1996-01-22Damn. Forgot to include the makefile diffs in the last lot.Mark Murray
Make the Makefile aware of libz dependancies.
1996-01-21Remove ftp.funet.fi from master list, it not contains rsarefAndrey A. Chernov
and not contains ssh in this directory. Another directory there have obsoleted ssh version.
1996-01-21Add BUILD_DEPENDS of wish and perl5, both checked exactly in build processAndrey A. Chernov
1996-01-21Upgrade to 1.2.12a (security bugfix)Andrey A. Chernov
Fix installation bug too (scripts not installed) Fix PLIST (missing files)
1995-11-23Update ssh from 1.2.10 to 1.2.12.. This is for two reasons:Peter Wemm
1) It eliminated the need for my horrible kludge patch-ad 2) 1.2.12 has data stream compression (like gzip). (I'm talking with the author about the remining three patches)
1995-11-22Change category "networking" to "net".Satoshi Asami
1995-11-09Add torstenb as maintainer.Satoshi Asami
1995-10-10Fix tcp_wrapper supportAndrey A. Chernov
1995-10-07add "networking" to the categories listTorsten Blum
1995-10-07Ssh is a secure rlogin/rsh/rcp replacement with strong authenticationTorsten Blum
(.rhosts together with RSA based host authentication, and pure RSA authentication) and improved privacy (all communications are automatically and transparently encrypted).