SF.net SVN: gar:[24175] csw/mgar/pkg/openssh/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun Oct 12 15:30:27 CEST 2014


Revision: 24175
          http://sourceforge.net/p/gar/code/24175
Author:   chninkel
Date:     2014-10-12 13:30:26 +0000 (Sun, 12 Oct 2014)
Log Message:
-----------
openssh/trunk: skip unit test fuzz Ed25519 sig for now as it doesn't work under Solaris

Modified Paths:
--------------
    csw/mgar/pkg/openssh/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/openssh/trunk/files/disable-unittest-fuzz-ed25519-sig.patch

Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile	2014-10-11 11:53:03 UTC (rev 24174)
+++ csw/mgar/pkg/openssh/trunk/Makefile	2014-10-12 13:30:26 UTC (rev 24175)
@@ -157,6 +157,10 @@
 # but that command doesn't work on Solaris, this patch fixes that issue
 PATCHFILES += fix-user-id-retrieval-for-solaris.patch
 
+#  Disable unittest fuzz ed25519 sig as it doesn't work correctly under Solaris
+#  see: https://bugzilla.mindrot.org/show_bug.cgi?id=2271
+PATCHFILES += disable-unittest-fuzz-ed25519-sig.patch
+
 # documentation files to install (not a gar variable)
 DOCFILES = CREDITS ChangeLog ChangeLog.gssapi INSTALL LICENCE OVERVIEW README README.dns 
 DOCFILES += README.platform README.privsep README.tun TODO 

Added: csw/mgar/pkg/openssh/trunk/files/disable-unittest-fuzz-ed25519-sig.patch
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/disable-unittest-fuzz-ed25519-sig.patch	                        (rev 0)
+++ csw/mgar/pkg/openssh/trunk/files/disable-unittest-fuzz-ed25519-sig.patch	2014-10-12 13:30:26 UTC (rev 24175)
@@ -0,0 +1,33 @@
+From: Yann Rouillard <yann at pleiades.fr.eu.org>
+Date: Sun, 12 Oct 2014 14:10:31 +0200
+Subject: [PATCH] Disable unittest fuzz ed25519 sig
+ as it doesn't work correctly under Solaris
+ see: https://bugzilla.mindrot.org/show_bug.cgi?id=2271
+
+---
+ regress/unittests/sshkey/test_fuzz.c |    5 ++
+ 1 files changed, 5 insertions(+), 0 deletions(-)
+
+diff --git a/regress/unittests/sshkey/test_fuzz.c b/regress/unittests/sshkey/test_fuzz.c
+index a3f61a6..1ef7be4 100644
+--- a/regress/unittests/sshkey/test_fuzz.c
++++ b/regress/unittests/sshkey/test_fuzz.c
+@@ -392,6 +392,10 @@ sshkey_fuzz_tests(void)
+ 	TEST_DONE();
+ #endif
+ 
++/*
++ *  Currently disabled as it doesn't work as expected under Solaris
++ *  see https://bugzilla.mindrot.org/show_bug.cgi?id=2271
++
+ 	TEST_START("fuzz Ed25519 sig");
+ 	buf = load_file("ed25519_1");
+ 	ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", "key",
+@@ -400,6 +404,7 @@ sshkey_fuzz_tests(void)
+ 	sig_fuzz(k1);
+ 	sshkey_free(k1);
+ 	TEST_DONE();
++*/
+ 
+ /* XXX fuzz decoded new-format blobs too */
+ 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list