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 65F0E158094 for ; Fri, 2 Sep 2022 05:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62EFFE0946; Fri, 2 Sep 2022 05:53:56 +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 4DE14E0946 for ; Fri, 2 Sep 2022 05:53:56 +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 42E013411A9 for ; Fri, 2 Sep 2022 05:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C95D958B for ; Fri, 2 Sep 2022 05:53:53 +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: <1662098022.09d8637beeecaf66e01bd132663e1efe3637c8da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mit-krb5/files/mit-krb5-1.20-missing-time-include.patch X-VCS-Directories: app-crypt/mit-krb5/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09d8637beeecaf66e01bd132663e1efe3637c8da X-VCS-Branch: master Date: Fri, 2 Sep 2022 05:53:53 +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: d561a620-4987-4e7a-8c68-2aabafb8459c X-Archives-Hash: 74712b48dedcb5ef2b46e4328bb19445 commit: 09d8637beeecaf66e01bd132663e1efe3637c8da Author: Sam James gentoo org> AuthorDate: Fri Sep 2 05:53:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 2 05:53:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d8637b app-crypt/mit-krb5: commit patch Fixes: 1df08748602b2f8fac92f1c1bfb236c13d456fc6 Signed-off-by: Sam James gentoo.org> .../files/mit-krb5-1.20-missing-time-include.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app-crypt/mit-krb5/files/mit-krb5-1.20-missing-time-include.patch b/app-crypt/mit-krb5/files/mit-krb5-1.20-missing-time-include.patch new file mode 100644 index 000000000000..a8a495699129 --- /dev/null +++ b/app-crypt/mit-krb5/files/mit-krb5-1.20-missing-time-include.patch @@ -0,0 +1,20 @@ +https://github.com/krb5/krb5/commit/c3958cec43b598b25484b9805224c56f25f7a755 +https://bugs.gentoo.org/854561 + +From: Greg Hudson +Date: Tue, 29 Mar 2022 16:27:55 -0400 +Subject: [PATCH] Include time.h in kdb.h + +kdb.h uses time_t, and therefore must include to ensure its +definition. Noticed when building t_sort_key_data.c on macOS. +--- a/include/kdb.h ++++ b/include/kdb.h +@@ -65,6 +65,7 @@ + #ifndef KRB5_KDB5__ + #define KRB5_KDB5__ + ++#include + #include + + /* This version will be incremented when incompatible changes are made to the +