pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/wolfssl



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.

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"



Home | Main Index | Thread Index | Old Index