From b2c59335bfbeb25c5644f32172e1e9b23c447710 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Dec 2022 01:55:45 +0000 Subject: gentoo auto-resync : 22:12:2022 - 01:55:45 --- .../loudmouth/files/loudmouth-1.5.3-gcc7.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 net-libs/loudmouth/files/loudmouth-1.5.3-gcc7.patch (limited to 'net-libs/loudmouth/files') diff --git a/net-libs/loudmouth/files/loudmouth-1.5.3-gcc7.patch b/net-libs/loudmouth/files/loudmouth-1.5.3-gcc7.patch deleted file mode 100644 index 83e0aea69d74..000000000000 --- a/net-libs/loudmouth/files/loudmouth-1.5.3-gcc7.patch +++ /dev/null @@ -1,25 +0,0 @@ -Bug: https://bugs.gentoo.org/618330 -Upstream commit: https://github.com/mcabber/loudmouth/commit/01fdfa0f5d1b8502b92d2e78d757e9b19661d054 - -From 01fdfa0f5d1b8502b92d2e78d757e9b19661d054 Mon Sep 17 00:00:00 2001 -From: tmp170422 -Date: Sun, 14 May 2017 12:18:32 +0300 -Subject: [PATCH] An apparent typo - ---- - loudmouth/lm-sasl.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/loudmouth/lm-sasl.c b/loudmouth/lm-sasl.c -index 00cf9b7..38cd88c 100644 ---- a/loudmouth/lm-sasl.c -+++ b/loudmouth/lm-sasl.c -@@ -529,7 +529,7 @@ sasl_md5_prepare_response (LmSASL *sasl, GHashTable *challenge) - } - - nonce = g_hash_table_lookup (challenge, "nonce"); -- if (nonce == NULL || nonce == '\0') { -+ if (nonce == NULL || nonce[0] == '\0') { - g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SASL, - "%s: server didn't provide a nonce in the challenge", - G_STRFUNC); -- cgit v1.2.3