From owner-cvs-all@FreeBSD.ORG Mon Jul 13 12:57:26 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8C521065672; Mon, 13 Jul 2009 12:57:26 +0000 (UTC) (envelope-from avl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7974B8FC1D; Mon, 13 Jul 2009 12:57:26 +0000 (UTC) (envelope-from avl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6DCvQgQ094954; Mon, 13 Jul 2009 12:57:26 GMT (envelope-from avl@repoman.freebsd.org) Received: (from avl@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6DCvQtC094953; Mon, 13 Jul 2009 12:57:26 GMT (envelope-from avl) Message-Id: <200907131257.n6DCvQtC094953@repoman.freebsd.org> From: Alexander Logvinov Date: Mon, 13 Jul 2009 12:57:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libssh Makefile distinfo pkg-descr pkg-plist ports/security/libssh/files patch-Makefile.in patch-cmake_Modules_DefineCompilerFlags.cmake patch-libssh__agent.c patch-libssh__auth.c patch-libssh__buffer.c patch-libssh__channels.c patch-libssh__client.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 12:57:27 -0000 avl 2009-07-13 12:57:26 UTC FreeBSD ports repository Modified files: security/libssh Makefile distinfo pkg-descr pkg-plist Added files: security/libssh/files patch-cmake_Modules_DefineCompilerFlags.cmake patch-libssh__agent.c patch-libssh__auth.c patch-libssh__buffer.c patch-libssh__channels.c patch-libssh__client.c patch-libssh__crypt.c patch-libssh__dh.c patch-libssh__kex.c patch-libssh__keyfiles.c patch-libssh__messages.c patch-libssh__misc.c patch-libssh__packet.c patch-libssh__sftp.c patch-libssh__sftpserver.c patch-libssh__string.c Removed files: security/libssh/files patch-Makefile.in patch-server.c Log: - Update to 0.3.0 Approved by: tabthorpe (mentor) Revision Changes Path 1.3 +11 -4 ports/security/libssh/Makefile 1.2 +3 -3 ports/security/libssh/distinfo 1.2 +0 -11 ports/security/libssh/files/patch-Makefile.in (dead) 1.1 +19 -0 ports/security/libssh/files/patch-cmake_Modules_DefineCompilerFlags.cmake (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__agent.c (new) 1.1 +22 -0 ports/security/libssh/files/patch-libssh__auth.c (new) 1.1 +14 -0 ports/security/libssh/files/patch-libssh__buffer.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__channels.c (new) 1.1 +14 -0 ports/security/libssh/files/patch-libssh__client.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__crypt.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__dh.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__kex.c (new) 1.1 +14 -0 ports/security/libssh/files/patch-libssh__keyfiles.c (new) 1.1 +14 -0 ports/security/libssh/files/patch-libssh__messages.c (new) 1.1 +10 -0 ports/security/libssh/files/patch-libssh__misc.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__packet.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__sftp.c (new) 1.1 +13 -0 ports/security/libssh/files/patch-libssh__sftpserver.c (new) 1.1 +14 -0 ports/security/libssh/files/patch-libssh__string.c (new) 1.2 +0 -10 ports/security/libssh/files/patch-server.c (dead) 1.2 +1 -1 ports/security/libssh/pkg-descr 1.2 +2 -5 ports/security/libssh/pkg-plist