Received: by mail.netbsd.org (Postfix, from userid 605) id C1E8084D6F; Tue, 4 Feb 2020 11:47:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B57684D6A for ; Tue, 4 Feb 2020 11:47:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1LnSDwCDo9F4 for ; Tue, 4 Feb 2020 11:47:31 +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 A3CA984C85 for ; Tue, 4 Feb 2020 11:47:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D922FBF4; Tue, 4 Feb 2020 11:47:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580816851118370" MIME-Version: 1.0 Date: Tue, 4 Feb 2020 11:47:31 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/security/wolfssl To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20200204114731.9D922FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1580816851118370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Tue Feb 4 11:47:31 UTC 2020 Modified Files: pkgsrc/security/wolfssl: Makefile Log Message: security/wolfssl: Updates the comment on mutex test failure. Adds the version of -current where the tests have been fixed. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/wolfssl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580816851118370 Content-Disposition: inline Content-Length: 782 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/wolfssl/Makefile diff -u pkgsrc/security/wolfssl/Makefile:1.1 pkgsrc/security/wolfssl/Makefile:1.2 --- pkgsrc/security/wolfssl/Makefile:1.1 Mon Feb 3 23:04:09 2020 +++ pkgsrc/security/wolfssl/Makefile Tue Feb 4 11:47:31 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/02/03 23:04:09 fox Exp $ +# $NetBSD: Makefile,v 1.2 2020/02/04 11:47:31 fox Exp $ DISTNAME= wolfssl-4.3.0 CATEGORIES= security @@ -36,7 +36,8 @@ PKGCONFIG_OVERRIDE+= support/wolfssl.pc. USE_LIBTOOL= yes -# XXX: Tests fail in NetBSD 7/8/9 but this has been fixed in -current +# XXX: Mutex related test fails with error -9906 in NetBSD 7/8/9 but +# this has been fixed in -current, libpthread in 9.99.46 TEST_TARGET= check .include "../../mk/bsd.pkg.mk" --_----------=_1580816851118370--