Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 17:33:12 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
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
Message-ID:  <201411171733.sAHHXC9Z076197@svn.freebsd.org>

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



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