Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jan 2002 09:27:12 -0700
From:      Brett Glass <brett@lariat.org>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: Please integrate OpenSSH 3.x
Message-ID:  <4.3.2.7.2.20020104092141.01d5b950@localhost>
In-Reply-To: <E16MN5n-000Kud-00@rip.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20020104092141.01d5b950>