pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/wolfssl security/wolfssl: Updates the comment...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a764db3a39c
branches:  trunk
changeset: 411056:2a764db3a39c
user:      fox <fox%pkgsrc.org@localhost>
date:      Tue Feb 04 11:47:31 2020 +0000

description:
security/wolfssl: Updates the comment on mutex test failure.

Adds the version of -current where the tests have been fixed.

diffstat:

 security/wolfssl/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b112bd1f0faf -r 2a764db3a39c security/wolfssl/Makefile
--- a/security/wolfssl/Makefile Tue Feb 04 10:00:11 2020 +0000
+++ b/security/wolfssl/Makefile Tue Feb 04 11:47:31 2020 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index