From owner-cvs-ports Thu Aug 8 06:57:25 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08438 for cvs-ports-outgoing; Thu, 8 Aug 1996 06:57:25 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08391; Thu, 8 Aug 1996 06:57:05 -0700 (PDT) Date: Thu, 8 Aug 1996 06:57:05 -0700 (PDT) From: Peter Wemm Message-Id: <199608081357.GAA08391@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/patches patch-ai patch-ag ports/security/ssh/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/08/08 06:57:04 Modified: security/ssh Makefile security/ssh/patches patch-ag security/ssh/pkg PLIST Added: security/ssh/patches patch-ai Log: Several fixes/improvements :- - 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 Revision Changes Path 1.32 +13 -4 ports/security/ssh/Makefile 1.7 +21 -40 ports/security/ssh/patches/patch-ag 1.7 +1 -1 ports/security/ssh/pkg/PLIST