svn commit: r409815 - in head: . security security/openssh-portable-devel
Bryan Drewery
bdrewery at FreeBSD.org
Mon Feb 29 16:51:12 UTC 2016
Author: bdrewery
Date: Mon Feb 29 16:51:11 2016
New Revision: 409815
URL: https://svnweb.freebsd.org/changeset/ports/409815
Log:
Remove security/openssh-portable-devel since it is outdated, insecure,
and no longer needed.
Deleted:
head/security/openssh-portable-devel/
Modified:
head/MOVED
head/UPDATING
head/security/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon Feb 29 16:18:49 2016 (r409814)
+++ head/MOVED Mon Feb 29 16:51:11 2016 (r409815)
@@ -8206,3 +8206,4 @@ www/php5-session||2016-02-14|PHP 5.4 is
www/php5-tidy||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php
mail/pronto||2016-02-18|No release since 2002 http://www.muhri.net/pronto/page.php3?node=news
russian/muttprint||2016-02-25|The Russian translation is included in print/muttprint
+security/openssh-portable-devel|security/openssh-portable|2016-02-29|Outdated and insecure, use the main port.
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Mon Feb 29 16:18:49 2016 (r409814)
+++ head/UPDATING Mon Feb 29 16:51:11 2016 (r409815)
@@ -5,6 +5,28 @@ 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.
+20160229:
+ AFFECTS: users of security/openssh-portable-devel
+ AUTHOR: bdrewery at FreeBSD.org
+
+ openssh-portable-devel has been removed since it is stale, insecure and
+ not worth maintaining any longer.
+
+ Users should switch back to openssh-portable.
+
+ Using packages:
+
+ # pkg delete openssh-portable-devel
+ # pkg install openssh-portable
+
+ Using ports:
+
+ # portmaster -o security/openssh-portable openssh-portable-devel
+
+ OR
+
+ # portupgrade -o security/openssh-portable security/openssh-portable-devel
+
20160217:
AFFECTS: users of www/nginx-devel
AUTHOR: osa at FreeBSD.org
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Mon Feb 29 16:18:49 2016 (r409814)
+++ head/security/Makefile Mon Feb 29 16:51:11 2016 (r409815)
@@ -407,7 +407,6 @@
SUBDIR += openscep
SUBDIR += openssh-askpass
SUBDIR += openssh-portable
- SUBDIR += openssh-portable-devel
SUBDIR += openssl
SUBDIR += openssl_tpm_engine
SUBDIR += openvas-client
More information about the svn-ports-all
mailing list