From owner-svn-ports-all@FreeBSD.ORG Mon Nov 17 17:33:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6986FD98; Mon, 17 Nov 2014 17:33:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B6C5A6E; Mon, 17 Nov 2014 17:33:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAHHXDaj076205; Mon, 17 Nov 2014 17:33:13 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAHHXC9Z076197; Mon, 17 Nov 2014 17:33:12 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201411171733.sAHHXC9Z076197@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 17 Nov 2014 17:33:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372674 - in head: . security security/openssh-portable66 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 17:33:13 -0000 Author: bdrewery Date: Mon Nov 17 17:33:11 2014 New Revision: 372674 URL: https://svnweb.freebsd.org/changeset/ports/372674 QAT: https://qat.redports.org/buildarchive/r372674/ Log: Copy security/openssh-portable to security/openssh-portable66 in preparation for updating the main port to 6.7. Many of the optional patches do not apply to the 6.7 release. Added: head/security/openssh-portable66/ - copied from r372673, head/security/openssh-portable/ Modified: head/UPDATING head/security/Makefile head/security/openssh-portable66/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Nov 17 17:11:14 2014 (r372673) +++ head/UPDATING Mon Nov 17 17:33:11 2014 (r372674) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20141117: + AFFECTS: users of security/openssh-portable + AUTHOR: bdrewery@FreeBSD.org + + Most of the optional patches for OpenSSH do not apply to the 6.7 update yet. + The 6.6 version has been copied to security/openssh-portable66 if you require + the use of one of the optional ports. + 20141109: AFFECTS: users of multimedia/mediabrowser AUTHOR: woodsb02@gmail.com Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Nov 17 17:11:14 2014 (r372673) +++ head/security/Makefile Mon Nov 17 17:33:11 2014 (r372674) @@ -371,6 +371,7 @@ SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable + SUBDIR += openssh-portable66 SUBDIR += openssh-portable-base SUBDIR += openssl SUBDIR += openssl_tpm_engine Modified: head/security/openssh-portable66/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Mon Nov 17 17:11:14 2014 (r372673) +++ head/security/openssh-portable66/Makefile Mon Nov 17 17:33:11 2014 (r372674) @@ -8,7 +8,7 @@ PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= OpenSSH/portable -PKGNAMESUFFIX?= -portable +PKGNAMESUFFIX?= -portable66 MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH