diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-02-12 17:08:37 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-02-12 17:09:12 -0800 |
commit | 08e11f562f255c8485e3f7150d48da825f062ce8 (patch) | |
tree | 6af85aaaf96fe209231560f40f720e8a85a41fba /net-misc/openssh | |
parent | kde-misc/kmarkdownwebview: 0.5.1 version bump (diff) | |
download | gentoo-08e11f562f255c8485e3f7150d48da825f062ce8.tar.gz gentoo-08e11f562f255c8485e3f7150d48da825f062ce8.tar.bz2 gentoo-08e11f562f255c8485e3f7150d48da825f062ce8.zip |
net-misc/openssh: Drop libressl patch for new X509 patch
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/files/openssh-7.6_p1-x509-11.2-libressl.patch | 11 | ||||
-rw-r--r-- | net-misc/openssh/openssh-7.6_p1-r4.ebuild | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/openssh/files/openssh-7.6_p1-x509-11.2-libressl.patch b/net-misc/openssh/files/openssh-7.6_p1-x509-11.2-libressl.patch deleted file mode 100644 index 17bc41e5a761..000000000000 --- a/net-misc/openssh/files/openssh-7.6_p1-x509-11.2-libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/openssh-7.6p1+x509-11.2.diff 2017-11-06 17:16:28.334140140 -0800 -+++ b/openssh-7.6p1+x509-11.2.diff 2017-11-06 17:16:55.338223563 -0800 -@@ -54732,7 +54732,7 @@ - +int/*bool*/ ssh_x509store_addlocations(const X509StoreOptions *locations); - + - +typedef char SSHXSTOREPATH; --+#if OPENSSL_VERSION_NUMBER < 0x10100000L -++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - +DECLARE_STACK_OF(SSHXSTOREPATH) - +# define sk_SSHXSTOREPATH_new_null() SKM_sk_new_null(SSHXSTOREPATH) - +# define sk_SSHXSTOREPATH_num(st) SKM_sk_num(SSHXSTOREPATH, (st)) diff --git a/net-misc/openssh/openssh-7.6_p1-r4.ebuild b/net-misc/openssh/openssh-7.6_p1-r4.ebuild index ae151823f606..01600c378d29 100644 --- a/net-misc/openssh/openssh-7.6_p1-r4.ebuild +++ b/net-misc/openssh/openssh-7.6_p1-r4.ebuild @@ -118,7 +118,6 @@ src_prepare() { if use hpn ; then pushd "${WORKDIR}" >/dev/null eapply "${FILESDIR}"/${P}-hpn-x509-${X509_VER}-glue.patch - eapply "${FILESDIR}"/${P}-x509-${X509_VER}-libressl.patch popd >/dev/null save_version X509 fi |