From ohauer@gmx.de  Wed Dec 30 22:14:07 2009
Return-Path: <ohauer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5DCF3106568F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Dec 2009 22:14:07 +0000 (UTC)
	(envelope-from ohauer@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id A773B8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Dec 2009 22:14:06 +0000 (UTC)
Received: (qmail invoked by alias); 30 Dec 2009 22:14:05 -0000
Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124]
  by mail.gmx.net (mp070) with SMTP; 30 Dec 2009 23:14:05 +0100
Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100)
	id 256222614E; Wed, 30 Dec 2009 23:14:01 +0100 (CET)
Message-Id: <20091230221401.256222614E@u18-124.dsl.vianetworks.de>
Date: Wed, 30 Dec 2009 23:14:01 +0100 (CET)
From: olli hauer <ohauer@gmx.de>
Reply-To: olli hauer <ohauer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ohauer@gmx.de
Subject: [patch] update port www/neon29 to version 0.29.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         142185
>Category:       ports
>Synopsis:       [PATCH] update port www/neon29 to version 0.29.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 30 22:20:04 UTC 2009
>Closed-Date:    Wed Feb 10 12:31:23 UTC 2010
>Last-Modified:  Wed Feb 10 12:40:02 UTC 2010
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        
>Organization:
>Environment:

>Description:
    * 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

>How-To-Repeat:

>Fix:

--- patch_neon29.txt begins here ---
--- Makefile	2009/12/30 21:48:47	1.1
+++ Makefile	2009/12/30 22:03:34
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	neon29
-PORTVERSION=	0.29.1
+PORTVERSION=	0.29.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.webdav.org/neon/
 DISTNAME=	neon-${PORTVERSION}
--- distinfo	2009/12/30 21:48:43	1.1
+++ distinfo	2009/12/30 21:53:24
@@ -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.2.tar.gz) = bf475710d1116cece210e8b1ae708d69
+SHA256 (neon-0.29.2.tar.gz) = a7b2d6a7f94589b8b50c7ae9ebb4174c7f19fda4d196d630ca8f84aaa830a6f7
+SIZE (neon-0.29.2.tar.gz) = 881339
--- patch_neon29.txt ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Dec 30 22:20:24 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142185 

From: olli hauer <ohauer@gmx.de>
To: bug-followup@FreeBSD.org, ohauer@gmx.de
Cc: lev@freebsd.org
Subject: Re: ports/142185: [PATCH] update port www/neon29 to version 0.29.2
Date: Mon, 11 Jan 2010 22:27:03 +0100 (CET)

 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 ---
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Wed Feb 10 12:31:15 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142185 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142185: commit references a PR
Date: Wed, 10 Feb 2010 12:31:14 +0000 (UTC)

 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"
 
>Unformatted:
