diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-02-04 17:48:30 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-04 17:54:52 -0800 |
commit | 4fecc27cb2f862b62e359ccc416777828bac7cc5 (patch) | |
tree | e8a3d15d9815464b6a794eeaaf72e8c3c837d00c /net-misc/openssh | |
parent | net-misc/openssh-8.1_p1-r2: revbump, patch for glibc-2.31, HPN 14.20 (diff) | |
download | gentoo-4fecc27cb2f862b62e359ccc416777828bac7cc5.tar.gz gentoo-4fecc27cb2f862b62e359ccc416777828bac7cc5.tar.bz2 gentoo-4fecc27cb2f862b62e359ccc416777828bac7cc5.zip |
net-misc/openssh-8.0_p1-r4: fix tests in 2020, move to GLEP 81
Bug: https://bugs.gentoo.org/703016
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-8.0_p1-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-8.0_p1-r4.ebuild b/net-misc/openssh/openssh-8.0_p1-r4.ebuild index 3440c3c9a7a9..2da7dba8cbca 100644 --- a/net-misc/openssh/openssh-8.0_p1-r4.ebuild +++ b/net-misc/openssh/openssh-8.0_p1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit user eapi7-ver flag-o-matic multilib autotools pam systemd +inherit eapi7-ver flag-o-matic multilib autotools pam systemd # Make it more portable between straight releases # and _p? releases. @@ -67,6 +67,8 @@ LIB_DEPEND=" ) >=sys-libs/zlib-1.2.3:=[static-libs(+)]" RDEPEND=" + acct-group/sshd + acct-user/sshd !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 )" @@ -123,6 +125,7 @@ src_prepare() { eapply "${FILESDIR}"/${PN}-8.0_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch eapply "${FILESDIR}"/${PN}-8.0_p1-fix-integer-overflow-in-XMSS-private-key-parsing.patch eapply "${FILESDIR}"/${PN}-8.0_p1-fix-an-unreachable-integer-overflow-similar-to-the-XMSS-case.patch + eapply "${FILESDIR}"/${PN}-8.1_p1-tests-2020.patch use X509 || eapply "${FILESDIR}"/${PN}-8.0_p1-tests.patch [[ -d ${WORKDIR}/patches ]] && eapply "${WORKDIR}"/patches |