* Fix spurious 'certificate verify failed' errors with OpenSSL (Tom C) * Fix unnecessary re-authentication with SSPI (Danil Shopyrin) o Note that this change was previously listed in the 0.29.1 changes, however the patch had not been merged. see discussion on neon mailing list http://lists.manyfish.co.uk/pipermail/neon/2009-December/001122.html
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer (via the GNATS Auto Assign Tool)
Changes in release 0.29.3: * Change ne_sock_close() to no longer wait for SSL closure alert: - fixes possible hang with IIS servers when closing SSL connection - this reverts the behaviour with OpenSSL to match 0.28.x, and changes the behaviour with GnuTLS to match that with OpenSSL * Fix memory leak with GnuTLS * API clarification in ne_sock_close(): - SSL closure handling now documented - return value semantics fixed to describe the implementation Changes in release 0.29.2: * Fix spurious 'certificate verify failed' errors with OpenSSL (Tom C) * Fix unnecessary re-authentication with SSPI (Danil Shopyrin) see mailing list: http://lists.manyfish.co.uk/pipermail/neon/2010-January/001150.html --- patch_neon29.3.txt begins here --- --- Makefile 2009/12/30 21:48:47 1.1 +++ Makefile 2010/01/11 20:56:51 @@ -6,7 +6,7 @@ # PORTNAME= neon29 -PORTVERSION= 0.29.1 +PORTVERSION= 0.29.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} --- distinfo 2009/12/30 21:48:43 1.1 +++ distinfo 2010/01/11 20:57:16 @@ -1,3 +1,3 @@ -MD5 (neon-0.29.1.tar.gz) = eb4eac0499cb6fced6e3b11e4b720ebb -SHA256 (neon-0.29.1.tar.gz) = 2b9c10f1f3fd440e0ebcb18de1b7d51c2a8042dc0f542022a2948006d149c8ee -SIZE (neon-0.29.1.tar.gz) = 880945 +MD5 (neon-0.29.3.tar.gz) = ba1015b59c112d44d7797b62fe7bee51 +SHA256 (neon-0.29.3.tar.gz) = 849004a9f3cbb79706cd29461142868c25aceb44785eb81c78db0390e1372cb4 +SIZE (neon-0.29.3.tar.gz) = 881627 --- patch_neon29.3.txt ends here ---
skv 2010-02-10 12:30:59 UTC FreeBSD ports repository Modified files: www/neon29 Makefile distinfo Log: - Update to 0.29.3 - Fix spacing to make portlint happy Changes: http://lists.manyfish.co.uk/pipermail/neon/2010-January/001150.html Changes: http://lists.manyfish.co.uk/pipermail/neon/2009-December/001123.html PR: ports/142185 Submitted by: olli hauer <ohauer xx gmx.de> Approved by: maintainer timeout (lev; >1 month) Revision Changes Path 1.49 +4 -4 ports/www/neon29/Makefile 1.34 +3 -3 ports/www/neon29/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!