OpenConnect 5.99 release

Mike Miller mtmiller at ieee.org
Wed Mar 5 21:54:21 EST 2014


On Wed, Mar 05, 2014 at 11:29:59 +0000, David Woodhouse wrote:
> I'm not entirely convinced that the x.99 "releases" actually get that
> much worthwhile testing, but they certainly don't hurt. Mostly this is a
> call for Kevin and Nikos to bug me about anything they still have
> outstanding that they really want in the 6.00 release...

Well, fails to build on Debian with gnutls 2.12.23 (I know, I know):

gnutls.c: In function 'openconnect_SSL_read':
gnutls.c:119:22: error: 'GNUTLS_E_PREMATURE_TERMINATION' undeclared (first use in this function)

Does this bump the requirement for minimum gnutls version or can we work
around this?

Also reminds me to send this patch on, removes the W3C icons from the
html doc (but not necessarily because the docs aren't valid HTML :)

From 0fdfd44ac768568ee98eb558449b4659eb25f1b4 Mon Sep 17 00:00:00 2001
From: Mike Miller <mtmiller at ieee.org>
Date: Wed, 5 Mar 2014 19:58:46 -0500
Subject: [PATCH] Remove W3C icons from web pages

Don't embed links to externally hosted icons in local documentation.

Signed-off-by: Mike Miller <mtmiller at ieee.org>
---
 www/inc/footer.tmpl | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/www/inc/footer.tmpl b/www/inc/footer.tmpl
index aaa58a1..5c526e5 100644
--- a/www/inc/footer.tmpl
+++ b/www/inc/footer.tmpl
@@ -1,17 +1,4 @@
       </div>
    </div>
-   <div align="right">
-   	<p>
-      	<a href="http://validator.w3.org/check?uri=referer">
-		<img src="http://www.w3.org/Icons/valid-xhtml10"
-		 alt="Valid XHTML 1.0!" height="31" width="88" />
-	</a>
-	<a href="http://jigsaw.w3.org/css-validator/">
-    		<img style="border:0;width:88px;height:31px"
-		 src="http://jigsaw.w3.org/css-validator/images/vcss" 
-		 alt="Valid CSS!" />
-	</a>
-	</p>
-    </div>
   </body>
 </html>
-- 
1.9.0

-- 
mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/openconnect-devel/attachments/20140305/88cf6b87/attachment.sig>


More information about the openconnect-devel mailing list