From sbrabez@gmail.com  Thu Feb  4 09:51:14 2010
Return-Path: <sbrabez@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ABBCB106566B;
	Thu,  4 Feb 2010 09:51:14 +0000 (UTC)
	(envelope-from sbrabez@gmail.com)
Received: from mx2.wallix.com (mx2.wallix.com [84.14.156.235])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F6508FC0A;
	Thu,  4 Feb 2010 09:51:14 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by mx2.wallix.com (Postfix) with ESMTP id E86D02450098;
	Thu,  4 Feb 2010 10:51:12 +0100 (CET)
Received: from mx2.wallix.com ([127.0.0.1])
	by localhost (com.ifr.lan [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id LiE-iRcUDVW7; Thu,  4 Feb 2010 10:51:09 +0100 (CET)
Received: from zimbra.ifr.lan (zimbra.ifr.lan [10.10.1.211])
	by mx2.wallix.com (Postfix) with ESMTP id 275042450093;
	Thu,  4 Feb 2010 10:51:09 +0100 (CET)
Received: from localhost (net4-id84.ifr.lan [10.10.4.84])
	by zimbra.ifr.lan (Postfix) with ESMTP id 14CE1A0001F;
	Thu,  4 Feb 2010 10:51:09 +0100 (CET)
Message-Id: <20100204095109.14CE1A0001F@zimbra.ifr.lan>
Date: Thu,  4 Feb 2010 10:51:09 +0100 (CET)
From: Sofian Brabez <sbrabez@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lx@FreeBSD.org
Subject: [update] security/libssh2: update to 1.2.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143542
>Category:       ports
>Synopsis:       [update] security/libssh2: update to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lx
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 04 10:00:02 UTC 2010
>Closed-Date:    Mon Feb 08 21:17:06 UTC 2010
>Last-Modified:  Mon Feb  8 21:20:03 UTC 2010
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD freebsd.ifr.lan 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 26 18:56:36 CET 2010
>Description:
- Update to 1.2.3

Port maintainer (lx@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libssh2-1.2.3,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libssh2/Makefile /tmp/libssh2/Makefile
--- /usr/ports/security/libssh2/Makefile	2009-12-08 16:09:05.000000000 +0100
+++ /tmp/libssh2/Makefile	2010-02-04 10:42:18.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libssh2
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 PORTEPOCH=	2
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.libssh2.org/download/ \
@@ -44,7 +44,14 @@
 CONFIGURE_ARGS+=	--without-libz
 .endif
 
-MAN3=	libssh2_banner_set.3 \
+MAN3=	libssh2_agent_connect.3 \
+	libssh2_agent_disconnect.3 \
+	libssh2_agent_free.3 \
+	libssh2_agent_get_identity.3 \
+	libssh2_agent_init.3 \
+	libssh2_agent_list_identities.3 \
+	libssh2_agent_userauth.3 \
+	libssh2_banner_set.3 \
 	libssh2_base64_decode.3 \
 	libssh2_channel_close.3 \
 	libssh2_channel_direct_tcpip_ex.3 \
@@ -131,6 +138,7 @@
 	libssh2_sftp_unlink_ex.3 \
 	libssh2_sftp_write.3 \
 	libssh2_trace.3 \
+	libssh2_trace_sethandler.3 \
 	libssh2_userauth_authenticated.3 \
 	libssh2_userauth_hostbased_fromfile_ex.3 \
 	libssh2_userauth_keyboard_interactive_ex.3 \
diff -ruN --exclude=CVS /usr/ports/security/libssh2/distinfo /tmp/libssh2/distinfo
--- /usr/ports/security/libssh2/distinfo	2009-11-19 20:59:42.000000000 +0100
+++ /tmp/libssh2/distinfo	2010-02-04 10:30:15.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (libssh2-1.2.2.tar.gz) = fa8d9cd425bdd62f57244fc61fb54da7
-SHA256 (libssh2-1.2.2.tar.gz) = 1e2a133b111a367c579b89d72d5da9e65a73b8e57202b91d540a51141aca69aa
-SIZE (libssh2-1.2.2.tar.gz) = 535430
+MD5 (libssh2-1.2.3.tar.gz) = 24144c99908f377c2c4a9b3942102f0b
+SHA256 (libssh2-1.2.3.tar.gz) = 791c8d58fd56cdf03b0effaf88d905a167ed9f10de82a14a81dcbfadfa5dd1e8
+SIZE (libssh2-1.2.3.tar.gz) = 547652
--- libssh2-1.2.3,2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lx 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 4 10:00:17 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143542 
State-Changed-From-To: open->closed 
State-Changed-By: lx 
State-Changed-When: Mon Feb 8 21:16:52 UTC 2010 
State-Changed-Why:  
Committed, thanks! 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143542: commit references a PR
Date: Mon,  8 Feb 2010 21:16:46 +0000 (UTC)

 lx          2010-02-08 21:16:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/libssh2     Makefile distinfo 
   Log:
   Update to 1.2.3.
   
   PR:             ports/143542
   Submitted by:   Sofian Brabez
   
   Revision  Changes    Path
   1.22      +10 -2     ports/security/libssh2/Makefile
   1.16      +3 -3      ports/security/libssh2/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:
