summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-04-18 13:39:56 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-04-18 13:56:23 -0500
commitf4756d05b995e091e325abc50e5dab9045f07936 (patch)
tree832b4f2c752d2f4a167114cb86b2c99d1bf1acbd /net-misc/spice-gtk/files
parentapp-emulation/spice-vdagent: drop old (diff)
downloadgentoo-f4756d05b995e091e325abc50e5dab9045f07936.tar.gz
gentoo-f4756d05b995e091e325abc50e5dab9045f07936.tar.bz2
gentoo-f4756d05b995e091e325abc50e5dab9045f07936.zip
net-misc/spice-gtk: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk/files')
-rw-r--r--net-misc/spice-gtk/files/spice-gtk-0.34-openssl11.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-misc/spice-gtk/files/spice-gtk-0.34-openssl11.patch b/net-misc/spice-gtk/files/spice-gtk-0.34-openssl11.patch
deleted file mode 100644
index 572475d79a44..000000000000
--- a/net-misc/spice-gtk/files/spice-gtk-0.34-openssl11.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://617764.bugs.gentoo.org/attachment.cgi?id=522368
-https://bugs.gentoo.org/617764
-
---- spice-gtk-0.34.orig/src/spice-channel.c 2017-07-12 10:23:31.000000000 +0200
-+++ spice-gtk-0.34/src/spice-channel.c 2018-03-04 13:12:14.351051444 +0100
-@@ -392,8 +392,10 @@
-
- g_type_class_add_private(klass, sizeof(SpiceChannelPrivate));
-
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
- SSL_library_init();
- SSL_load_error_strings();
-+#endif
- }
-
- /* ---------------------------------------------------------------- */