From owner-freebsd-ports Wed Sep 1 1: 0:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F3561548B for ; Wed, 1 Sep 1999 01:00:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52239; Wed, 1 Sep 1999 01:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by hub.freebsd.org (Postfix) with ESMTP id 7D4191540B for ; Wed, 1 Sep 1999 00:59:57 -0700 (PDT) (envelope-from issei@issei.org) Received: from tole.issei.org (tole.issei.org [210.254.221.67]) by mx1.issei.org (8.9.3+3.2W/3.7W-v6) with ESMTP/IPv4 id QAA08785 for ; Wed, 1 Sep 1999 16:58:11 +0900 (JST) (envelope-from issei@issei.org) Received: by tole.issei.org (Postfix, from userid 3001) id 234FA1F4B; Wed, 1 Sep 1999 16:58:11 +0900 (JST) Message-Id: <19990901075811.234FA1F4B@tole.issei.org> Date: Wed, 1 Sep 1999 16:58:11 +0900 (JST) From: issei@jp.FreeBSD.org Reply-To: issei@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13515: Update port: security/ssh2 (fix security bug) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13515 >Category: ports >Synopsis: Update port : security/ssh2 (fix security bug) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 1 01:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Individual >Environment: OS: FreeBSD 3.2-STABLE (Jun 1999) bsd.port.mk: $Id: bsd.port.mk,v 1.306 1999/03/08 07:23:10 asami Exp $ >Description: Patch for problem with tty ownership with chflags and chown in BSD 4.4 variants. Fixes a security bug in tty allocation. >How-To-Repeat: >Fix: Apply the following patch to ports-current. diff -urN ssh2.old/Makefile ssh2/Makefile --- ssh2.old/Makefile Wed Sep 1 16:34:30 1999 +++ ssh2/Makefile Wed Sep 1 16:43:09 1999 @@ -14,6 +14,10 @@ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/ +PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCH_DIST_STRIP= -p1 + MAINTAINER= issei@jp.FreeBSD.org RESTRICTED= "Crypto; export-controlled" diff -urN ssh2.old/files/md5 ssh2/files/md5 --- ssh2.old/files/md5 Wed Sep 1 16:34:30 1999 +++ ssh2/files/md5 Wed Sep 1 16:44:50 1999 @@ -1 +1,2 @@ MD5 (ssh-2.0.13.tar.gz) = 1853aba4c7c9c501545c9e56a71fa9c3 +MD5 (patch-ssh-2.0.13-bsd.tty.chown) = 544cff13eff9d3fc54a5c65754726ee9 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message