From owner-cvs-all Fri Nov 12 21:55:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61EE114C91; Fri, 12 Nov 1999 21:55:44 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA48007; Fri, 12 Nov 1999 21:55:44 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <199911130555.VAA48007@freefall.freebsd.org> From: Brian Feldman Date: Fri, 12 Nov 1999 21:55:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile ports/security/openssh/files distfiles md5 ports/security/openssh/patches patch-ax patch-ba patch-bc ports/security/openssh/pkg DESCR PLIST ports/security/openssh/scripts fetchit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/11/12 21:55:43 PST Modified files: security/openssh Makefile security/openssh/files md5 security/openssh/patches patch-ax patch-ba security/openssh/pkg DESCR PLIST Added files: security/openssh/files distfiles Removed files: security/openssh/patches patch-bc security/openssh/scripts fetchit Log: Lots of OpenSSH changes, let's see if I remember them all. 1. Makefile cleanups, pkg/DESCR original comment (obrien) 2. sshd.sh and automatic host key generation when installed (Christian Weisgerber ) 3. Completely redone downloading procedure: * CVS is used to download the source (${CVS_CMD} defaults to cvs -z3) * MD5 checksums and a specific ${CVS_DATE} are used to get a specific source tree and verify it; ${CVS_DATE} and checksums can easily be rolled forward once tested. * Source is checked out to distfiles like other ports, and is only updated when ${CVS_DATE} changes. Rebuilding the port doesn't require another cvs co. Enjoy! Reviewed mostly by: obrien Revision Changes Path 1.7 +40 -13 ports/security/openssh/Makefile 1.3 +91 -1 ports/security/openssh/files/md5 1.2 +5 -5 ports/security/openssh/patches/patch-ax 1.2 +1 -1 ports/security/openssh/patches/patch-ba 1.2 +6 -0 ports/security/openssh/pkg/DESCR 1.2 +2 -0 ports/security/openssh/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message