From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 14 21:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A77C669E for ; Fri, 14 Mar 2014 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8405316B for ; Fri, 14 Mar 2014 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ELe0FK050574 for ; Fri, 14 Mar 2014 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2ELe0Ma050573; Fri, 14 Mar 2014 21:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 14 Mar 2014 21:40:00 GMT Resent-Message-Id: <201403142140.s2ELe0Ma050573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Degner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A8C946E for ; Fri, 14 Mar 2014 21:31:25 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7726A10A for ; Fri, 14 Mar 2014 21:31:25 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ELVPR5064266 for ; Fri, 14 Mar 2014 21:31:25 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2ELVPMg064253; Fri, 14 Mar 2014 21:31:25 GMT (envelope-from nobody) Message-Id: <201403142131.s2ELVPMg064253@cgiserv.freebsd.org> Date: Fri, 14 Mar 2014 21:31:25 GMT From: Florian Degner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187595: security/libssh should be updated to 0.6.3 (CVE-2014-0017) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 21:40:00 -0000 >Number: 187595 >Category: ports >Synopsis: security/libssh should be updated to 0.6.3 (CVE-2014-0017) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 14 21:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Florian Degner >Release: >Organization: >Environment: >Description: The current version of libssh (0.6.3) fixes CVE-2014-0017 which could lead to the leak of the private key. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: security/libssh/Makefile =================================================================== --- security/libssh/Makefile (revision 348272) +++ security/libssh/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.3 CATEGORIES= security devel MASTER_SITES= http://git.libssh.org/projects/libssh.git/snapshot/ \ LOCAL/fluffy Index: security/libssh/distinfo =================================================================== --- security/libssh/distinfo (revision 348272) +++ security/libssh/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libssh-0.6.1.tar.bz2) = dc48605f8d16f86199a74bfc1976e871c3201aec649b23167c8c3d683aa2117a -SIZE (libssh-0.6.1.tar.bz2) = 300257 +SHA256 (libssh-0.6.3.tar.bz2) = 0dc8f8b540767e57950610a36dde90d4f5ba0102697d1620f19ece40db2a239f +SIZE (libssh-0.6.3.tar.bz2) = 300410 Index: security/libssh/pkg-plist =================================================================== --- security/libssh/pkg-plist (revision 348272) +++ security/libssh/pkg-plist (working copy) @@ -10,11 +10,11 @@ %%STATIC%%lib/libssh.a lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.4.0 +lib/libssh.so.4.4.1 %%STATIC%%lib/libssh_threads.a lib/libssh_threads.so lib/libssh_threads.so.4 -lib/libssh_threads.so.4.4.0 +lib/libssh_threads.so.4.4.1 libdata/pkgconfig/libssh.pc libdata/pkgconfig/libssh_threads.pc @dirrm lib/cmake/libssh >Release-Note: >Audit-Trail: >Unformatted: