public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/files/
@ 2019-11-08  2:44 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-11-08  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4c7718c22531f81ac0e1564921170f760f3c45f7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Oct 27 09:03:06 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 02:42:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7718c2

net-misc/spice-gtk: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13462
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../spice-gtk/files/spice-gtk-0.35-libressl.patch  | 50 ----------------------
 1 file changed, 50 deletions(-)

diff --git a/net-misc/spice-gtk/files/spice-gtk-0.35-libressl.patch b/net-misc/spice-gtk/files/spice-gtk-0.35-libressl.patch
deleted file mode 100644
index 6ecea6d11c2..00000000000
--- a/net-misc/spice-gtk/files/spice-gtk-0.35-libressl.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-https://bugs.gentoo.org/631250
-https://631250.bugs.gentoo.org/attachment.cgi?id=513720
-
-https://bugs.gentoo.org/664512
-https://cgit.freedesktop.org/spice/spice-common/commit/?id=8e8476d932d9866d950fe616fe1c10361b75a3a2
-https://cgit.freedesktop.org/spice/spice-gtk/commit/?id=a45e8a56e389e41c891eaa204b16dd89e74e2e69
-
-diff --git a/spice-common/common/ssl_verify.c b/spice-common/common/ssl_verify.c
-index a9ed650..821faa9 100644
---- a/spice-common/common/ssl_verify.c
-+++ b/spice-common/common/ssl_verify.c
-@@ -33,7 +33,8 @@
- #include <string.h>
- #include <gio/gio.h>
- 
--#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined (LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x10100000 || \
-+    (defined (LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000)
- static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1)
- {
-     return M_ASN1_STRING_data(asn1);
-diff --git a/src/bio-gio.c b/src/bio-gio.c
-index 9358fae..30aa73b 100644
---- a/src/bio-gio.c
-+++ b/src/bio-gio.c
-@@ -23,7 +23,8 @@
- #include "spice-util.h"
- #include "bio-gio.h"
- 
--#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x10100000 || \
-+    (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000)
- static BIO_METHOD one_static_bio;
- 
- static int BIO_meth_set_read(BIO_METHOD *biom,
-diff --git a/src/spice-channel.c b/src/spice-channel.c
-index 4c3db9d..9df0203 100644
---- a/src/spice-channel.c
-+++ b/src/spice-channel.c
-@@ -55,7 +55,8 @@ static void spice_channel_reset_capabilities(SpiceChannel *channel);
- static void spice_channel_send_migration_handshake(SpiceChannel *channel);
- static gboolean channel_connect(SpiceChannel *channel, gboolean tls);
- 
--#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x10100000 || \
-+    (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000)
- static RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey)
- {
-     if (pkey->type != EVP_PKEY_RSA) {
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/files/
@ 2022-10-30  9:28 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-10-30  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a3cb0ee780ce113eddfefbd89670195f8be0687b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Oct 30 07:56:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 09:27:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cb0ee7

net-misc/spice-gtk: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28030
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/spice-gtk-0.39-fix-finding-pyparsing.patch        | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch b/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch
deleted file mode 100644
index 9a3cdd090063..000000000000
--- a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://gitlab.freedesktop.org/spice/spice-common/-/issues/5
-https://bugs.gentoo.org/820074
---- a/subprojects/spice-common/meson.build
-+++ b/subprojects/spice-common/meson.build
-@@ -132,7 +132,7 @@ if spice_common_generate_client_code or spice_common_generate_server_code
-   if get_option('python-checks')
-     foreach module : ['six', 'pyparsing']
-       message('Checking for python module @0@'.format(module))
--      cmd = run_command(python, '-m', module)
-+      cmd = run_command(python, '-c', 'import @0@'.format(module))
-       if cmd.returncode() != 0
-         error('Python module @0@ not found'.format(module))
-       endif


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-30  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-30  9:28 [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/files/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2019-11-08  2:44 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox