From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3369B158094 for ; Mon, 18 Jul 2022 18:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A1D3E0AC5; Mon, 18 Jul 2022 18:39:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05D7BE0ABD for ; Mon, 18 Jul 2022 18:39:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6B01340EBA for ; Mon, 18 Jul 2022 18:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9F7540 for ; Mon, 18 Jul 2022 18:39:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658169574.af554181bd59366e06bac43c290e8f7c607d3642.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgssglue/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgssglue/files/libgssglue-0.3-protos.patch net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch X-VCS-Directories: net-libs/libgssglue/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af554181bd59366e06bac43c290e8f7c607d3642 X-VCS-Branch: master Date: Mon, 18 Jul 2022 18:39:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10355fd9-d6ec-4bdc-961e-4f543230e6c6 X-Archives-Hash: 940c04ff75cd6d333f1661a13148940d commit: af554181bd59366e06bac43c290e8f7c607d3642 Author: Sam James gentoo org> AuthorDate: Mon Jul 18 18:01:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 18 18:39:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af554181 net-libs/libgssglue: add link to upstream MR Signed-off-by: Sam James gentoo.org> net-libs/libgssglue/files/libgssglue-0.3-protos.patch | 2 ++ net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch b/net-libs/libgssglue/files/libgssglue-0.3-protos.patch index 5aaf6d03aaac..8c15108d32e7 100644 --- a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch +++ b/net-libs/libgssglue/files/libgssglue-0.3-protos.patch @@ -1,3 +1,5 @@ +https://gitlab.com/gsasl/libgssglue/-/merge_requests/1 + add missing prototype to header --- a/src/mglueP.h diff --git a/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch b/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch index 4a6d8a41a7e7..92a96305b406 100644 --- a/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch +++ b/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch @@ -1,3 +1,5 @@ +https://gitlab.com/gsasl/libgssglue/-/merge_requests/1 + * g_initialize.c:275:5: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration] * g_initialize.c:275:5: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration]