diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-12-31 07:29:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-12-31 07:29:47 +0000 |
commit | 2fb0cfed978d0a014b9bec6c2f89d52c548aa562 (patch) | |
tree | 1d9441ae4f04791cdb21e9d75b787abbe66fa695 /net-misc/openssh | |
parent | Initial import. New dependency for dev-ruby/capistrano. (diff) | |
download | gentoo-2-2fb0cfed978d0a014b9bec6c2f89d52c548aa562.tar.gz gentoo-2-2fb0cfed978d0a014b9bec6c2f89d52c548aa562.tar.bz2 gentoo-2-2fb0cfed978d0a014b9bec6c2f89d52c548aa562.zip |
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)
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/openssh/openssh-6.7_p1-r3.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openssh/openssh-6.7_p1.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-misc/openssh/ChangeLog b/net-misc/openssh/ChangeLog index a03af4e15cc8..4e168f7c729a 100644 --- a/net-misc/openssh/ChangeLog +++ b/net-misc/openssh/ChangeLog @@ -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 <vapier@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 <ago@gentoo.org> openssh-6.7_p1.ebuild: Stable for ia64, wrt bug #505942 diff --git a/net-misc/openssh/openssh-6.7_p1-r3.ebuild b/net-misc/openssh/openssh-6.7_p1-r3.ebuild index 4f5fef64678e..45134d4fc22b 100644 --- a/net-misc/openssh/openssh-6.7_p1-r3.ebuild +++ b/net-misc/openssh/openssh-6.7_p1-r3.ebuild @@ -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 @@ pkg_postinst() { # 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." } diff --git a/net-misc/openssh/openssh-6.7_p1.ebuild b/net-misc/openssh/openssh-6.7_p1.ebuild index 2476f287b586..a74d1897f443 100644 --- a/net-misc/openssh/openssh-6.7_p1.ebuild +++ b/net-misc/openssh/openssh-6.7_p1.ebuild @@ -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 @@ pkg_postinst() { # 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." } |