vapier      14/12/31 07:29:47

  Modified:             openssh-6.7_p1.ebuild openssh-6.7_p1-r3.ebuild
                        ChangeLog
  Log:
  Note the removal of USE=tcpd support due to upstream #533462 by Martin 
Mokrejš.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.12                 net-misc/openssh/openssh-6.7_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild?r1=1.11&r2=1.12

Index: openssh-6.7_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openssh-6.7_p1.ebuild       6 Dec 2014 16:48:19 -0000       1.11
+++ openssh-6.7_p1.ebuild       31 Dec 2014 07:29:47 -0000      1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild,v 
1.11 2014/12/06 16:48:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild,v 
1.12 2014/12/31 07:29:47 vapier Exp $
 
 EAPI="4"
 inherit eutils user flag-o-matic multilib autotools pam systemd versionator
@@ -315,8 +315,9 @@
        # This instruction is from the HPN webpage,
        # Used for the server logging functionality
        if [[ -n ${HPN_PATCH} ]] && use hpn ; then
-               echo
                einfo "For the HPN server logging patch, you must ensure that"
                einfo "your syslog application also listens at 
/var/empty/dev/log."
        fi
+       elog "Note: openssh-6.7 versions no longer support USE=tcpd as upstream 
has"
+       elog "      dropped it.  Make sure to update any configs that you might 
have."
 }



1.2                  net-misc/openssh/openssh-6.7_p1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1-r3.ebuild?r1=1.1&r2=1.2

Index: openssh-6.7_p1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openssh-6.7_p1-r3.ebuild    25 Nov 2014 22:35:45 -0000      1.1
+++ openssh-6.7_p1-r3.ebuild    31 Dec 2014 07:29:47 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1-r3.ebuild,v 
1.1 2014/11/25 22:35:45 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1-r3.ebuild,v 
1.2 2014/12/31 07:29:47 vapier Exp $
 
 EAPI="4"
 inherit eutils user flag-o-matic multilib autotools pam systemd versionator
@@ -315,8 +315,9 @@
        # This instruction is from the HPN webpage,
        # Used for the server logging functionality
        if [[ -n ${HPN_PATCH} ]] && use hpn ; then
-               echo
                einfo "For the HPN server logging patch, you must ensure that"
                einfo "your syslog application also listens at 
/var/empty/dev/log."
        fi
+       elog "Note: openssh-6.7 versions no longer support USE=tcpd as upstream 
has"
+       elog "      dropped it.  Make sure to update any configs that you might 
have."
 }



1.541                net-misc/openssh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/ChangeLog?rev=1.541&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/ChangeLog?rev=1.541&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/ChangeLog?r1=1.540&r2=1.541

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -r1.540 -r1.541
--- ChangeLog   6 Dec 2014 16:48:19 -0000       1.540
+++ ChangeLog   31 Dec 2014 07:29:47 -0000      1.541
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/openssh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.540 
2014/12/06 16:48:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.541 
2014/12/31 07:29:47 vapier Exp $
+
+  31 Dec 2014; Mike Frysinger <vap...@gentoo.org> openssh-6.7_p1-r3.ebuild,
+  openssh-6.7_p1.ebuild:
+  Note the removal of USE=tcpd support due to upstream #533462 by Martin
+  Mokrejš.
 
   06 Dec 2014; Agostino Sarubbo <a...@gentoo.org> openssh-6.7_p1.ebuild:
   Stable for ia64, wrt bug #505942




Reply via email to