public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/files/
@ 2022-03-20 19:54 Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2022-03-20 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ff43d5c1a3a1c97ed7eef8ce34898606c304bd7f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 20 17:01:35 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 19:54:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff43d5c1

app-crypt/seahorse: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...orse-40.0-fix-segfault-with-ldap-disabled.patch | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/app-crypt/seahorse/files/seahorse-40.0-fix-segfault-with-ldap-disabled.patch b/app-crypt/seahorse/files/seahorse-40.0-fix-segfault-with-ldap-disabled.patch
deleted file mode 100644
index 8454a0388ea0..000000000000
--- a/app-crypt/seahorse/files/seahorse-40.0-fix-segfault-with-ldap-disabled.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 6fc0e3e321cdf0bf7e047234561fe8a8084a93f9 Mon Sep 17 00:00:00 2001
-From: Xi Ruoyao <xry111@mengyan1223.wang>
-Date: Wed, 14 Apr 2021 23:18:06 +0800
-Subject: [PATCH] Fix segfault when built with ldap disabled
-
-Fixes #321.
----
- pgp/seahorse-pgp-backend.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/pgp/seahorse-pgp-backend.c b/pgp/seahorse-pgp-backend.c
-index 25febf31..8c10e7e3 100644
---- a/pgp/seahorse-pgp-backend.c
-+++ b/pgp/seahorse-pgp-backend.c
-@@ -445,7 +445,10 @@ seahorse_pgp_backend_add_remote (SeahorsePgpBackend   *self,
-         /* Don't persist, so just immediately create a ServerSource */
-         g_autoptr(SeahorseServerSource) ssrc = NULL;
-         ssrc = seahorse_server_category_create_server (uri);
--        g_list_store_append (G_LIST_STORE (self->remotes), ssrc);
-+        /* If the scheme of the uri is ldap, but ldap support is disabled
-+         * in the build, ssrc will be NULL. */
-+        if (ssrc)
-+            g_list_store_append (G_LIST_STORE (self->remotes), ssrc);
-     }
- }
- 
--- 
-GitLab
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-20 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20 19:54 [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/files/ Matt Turner

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