Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 084BD1A9217 for ; Fri, 8 Jan 2021 21:09:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1F30484D6B; Fri, 8 Jan 2021 21:09:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58EDB84D25 for ; Fri, 8 Jan 2021 21:09:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LA-FR7hKX1vq for ; Fri, 8 Jan 2021 21:09:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B9CC284C13 for ; Fri, 8 Jan 2021 21:09:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8F92FA9D; Fri, 8 Jan 2021 21:09:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610140148155090" MIME-Version: 1.0 Date: Fri, 8 Jan 2021 21:09:08 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/p11-kit To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210108210908.A8F92FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610140148155090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Fri Jan 8 21:09:08 UTC 2021 Modified Files: pkgsrc/security/p11-kit: Makefile distinfo Added Files: pkgsrc/security/p11-kit/patches: patch-p11-kit_lists.c Log Message: p11-kit: Fix build on FreeBSD The build step failed on FreeBSD due to undeclared SIZE_MAX. This error has been fixed upstream (https://github.com/p11-glue/p11-kit/commit/507c394) and the patch could be removed at the next update. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/p11-kit/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/p11-kit/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/security/p11-kit/patches/patch-p11-kit_lists.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610140148155090 Content-Disposition: inline Content-Length: 2309 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p11-kit/Makefile diff -u pkgsrc/security/p11-kit/Makefile:1.18 pkgsrc/security/p11-kit/Makefile:1.19 --- pkgsrc/security/p11-kit/Makefile:1.18 Mon Jan 4 11:43:47 2021 +++ pkgsrc/security/p11-kit/Makefile Fri Jan 8 21:09:08 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/01/04 11:43:47 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2021/01/08 21:09:08 triaxx Exp $ DISTNAME= p11-kit-0.23.22 +PKGREVISION= 1 CATEGORIES= security #MASTER_SITES= http://p11-glue.freedesktop.org/releases/ MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/} Index: pkgsrc/security/p11-kit/distinfo diff -u pkgsrc/security/p11-kit/distinfo:1.13 pkgsrc/security/p11-kit/distinfo:1.14 --- pkgsrc/security/p11-kit/distinfo:1.13 Mon Jan 4 11:43:47 2021 +++ pkgsrc/security/p11-kit/distinfo Fri Jan 8 21:09:08 2021 @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.13 2021/01/04 11:43:47 wiz Exp $ +$NetBSD: distinfo,v 1.14 2021/01/08 21:09:08 triaxx Exp $ SHA1 (p11-kit-0.23.22.tar.xz) = 339e5163ed50a9984a74739b9207ea8cd77fa7e2 RMD160 (p11-kit-0.23.22.tar.xz) = 35bc18cde9610ceb1a4c1c167360b7ef4a81288d SHA512 (p11-kit-0.23.22.tar.xz) = 098819e6ca4ad9cc2a0bc2e478aea67354d051a4f03e6c7d75d13d2469b6dc7654f26b15530052f6ed51acb35531c2539e0f971b31e29e6673e857c903afb080 Size (p11-kit-0.23.22.tar.xz) = 830016 bytes -SHA1 (patch-Makefile.in) = 1393b1c8892e90362575d5d325a583921f629b3c SHA1 (patch-common_compat.c) = bdcb10cebe5e7755c81f88ef033b9dfecd7a1aad +SHA1 (patch-Makefile.in) = 1393b1c8892e90362575d5d325a583921f629b3c +SHA1 (patch-p11-kit_lists.c) = 5834dd7cb09de7776205dac0a21a31a5ad5f3dae Added files: Index: pkgsrc/security/p11-kit/patches/patch-p11-kit_lists.c diff -u /dev/null pkgsrc/security/p11-kit/patches/patch-p11-kit_lists.c:1.1 --- /dev/null Fri Jan 8 21:09:08 2021 +++ pkgsrc/security/p11-kit/patches/patch-p11-kit_lists.c Fri Jan 8 21:09:08 2021 @@ -0,0 +1,15 @@ +$NetBSD: patch-p11-kit_lists.c,v 1.1 2021/01/08 21:09:08 triaxx Exp $ + +Add missing header for SIZE_MAX on FreeBSD. +https://github.com/p11-glue/p11-kit/commit/507c394 + +--- p11-kit/lists.c.orig 2021-01-08 21:05:52.577818000 +0100 ++++ p11-kit/lists.c +@@ -39,6 +39,7 @@ + + #include + #include ++#include + #include + #include + #include --_----------=_1610140148155090--