From owner-freebsd-stable Fri Jan 4 8:28:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from lariat.org (lariat.org [12.23.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 77F0E37B416 for ; Fri, 4 Jan 2002 08:27:54 -0800 (PST) Received: from mustang.lariat.org (IDENT:ppp0.lariat.org@lariat.org [12.23.109.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id JAA11239; Fri, 4 Jan 2002 09:27:43 -0700 (MST) Message-Id: <4.3.2.7.2.20020104092141.01d5b950@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 04 Jan 2002 09:27:12 -0700 To: Randy Bush From: Brett Glass Subject: Re: Please integrate OpenSSH 3.x Cc: FreeBSD Stable In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good idea, though this does mean bringing the diffs around on a floppy (or bringing them in via the Net) for every install. Handling third-party programs that have been deemed worthy of being part of the base install has always been a problem for FreeBSD. There ought to be a general mechanism for handling this case. But until such is developed, I would still REALLY like to see a recent version of SSH in the base install. The old one that's now in both -CURRENT and -STABLE has known bugs, including a frustrating one related to port forwarding (which I use frequently). --Brett At 10:40 PM 1/3/2002, Randy Bush wrote: >> So far, I've been doing upgrades by hand on every copy of 4.4-RELEASE and >> 4.4-STABLE I install... and I do mean "by hand," since installing the >> port or package posted online puts OpenSSH in different place than the >> default install. Upgrading is unnecessarily painful and time-consuming. > >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/openssh-portable/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- Makefile 2001/11/07 13:47:51 1.10 >+++ Makefile 2001/12/01 14:36:33 >@@ -32,6 +32,8 @@ > CONFIGURE_ARGS+= --with-tcp-wrappers > .endif > >+CONFIGURE_ARGS+= --datadir=/usr/share --exec-prefix=/usr --sysconfdir=/etc/ssh >--localstatedir=/var --mandir=/usr/share/man >+ > post-install: > @${CAT} ${PKGMESSAGE} > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message