From owner-cvs-all Wed Nov 17 12:12:39 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 05AB814A0B; Wed, 17 Nov 1999 12:12:37 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA18311; Wed, 17 Nov 1999 12:12:36 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <199911172012.MAA18311@freefall.freebsd.org> From: Brian Feldman Date: Wed, 17 Nov 1999 12:12:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile ports/security/openssh/files md5 ports/security/openssh/patches patch-bc ports/security/openssh/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/11/17 12:12:36 PST Modified files: security/openssh Makefile security/openssh/files md5 security/openssh/patches patch-bc security/openssh/pkg PLIST Log: Update OpenSSH to the latest CVS_DATE. CVS_SITE is now MASTER_SITES, and each is tried if the previous fails Include a :pserver: as one of the CVS repositories, so those inside firewalls should be able to fetch SSH. If this doesn't work for everyone, I've still got a trick up my sleeve. Fix rlimit-related warnings people are seeing by moving the setclasscontext() to before the switching of uids. Let me know if this does not work, as I never got the warnings in the first place. Don't clobber sshd_config, etc. Instead, if they're there, just warn of their existance. Take the config files and sshd.sh out of the pkg/PLIST, mainly so you don't lose your configuration files by doing a "make deinstall reinstall clean" update. Parts submitted by: Robert Muir , Travis Mikalson Revision Changes Path 1.12 +25 -8 ports/security/openssh/Makefile 1.7 +3 -3 ports/security/openssh/files/md5 1.4 +35 -16 ports/security/openssh/patches/patch-bc 1.3 +0 -3 ports/security/openssh/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message