From owner-svn-ports-all@freebsd.org Sun Apr 19 13:30:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0F602C5D51; Sun, 19 Apr 2020 13:30:05 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 494rKn3sPhz4GnB; Sun, 19 Apr 2020 13:30:05 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FD292673A; Sun, 19 Apr 2020 13:30:05 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03JDU51r066348; Sun, 19 Apr 2020 13:30:05 GMT (envelope-from salvadore@FreeBSD.org) Received: (from salvadore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03JDU4BE066345; Sun, 19 Apr 2020 13:30:04 GMT (envelope-from salvadore@FreeBSD.org) Message-Id: <202004191330.03JDU4BE066345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: salvadore set sender to salvadore@FreeBSD.org using -f From: Lorenzo Salvadore Date: Sun, 19 Apr 2020 13:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532111 - head/security/libssh X-SVN-Group: ports-head X-SVN-Commit-Author: salvadore X-SVN-Commit-Paths: head/security/libssh X-SVN-Commit-Revision: 532111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2020 13:30:05 -0000 Author: salvadore Date: Sun Apr 19 13:30:04 2020 New Revision: 532111 URL: https://svnweb.freebsd.org/changeset/ports/532111 Log: security/libssh: Update to 0.9.4 Security release to fix CVE-2020-1730. Exp-run by: antoine PR: 245572 Reviewed by: tcberner Approved by: gerald (mentor) Security: CVE-2020-1730 Differential Revision: https://reviews.freebsd.org/D24374 Modified: head/security/libssh/Makefile head/security/libssh/distinfo head/security/libssh/pkg-plist Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Sun Apr 19 13:10:01 2020 (r532110) +++ head/security/libssh/Makefile Sun Apr 19 13:30:04 2020 (r532111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 CATEGORIES= security devel MASTER_SITES= https://www.libssh.org/files/0.9/ Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Sun Apr 19 13:10:01 2020 (r532110) +++ head/security/libssh/distinfo Sun Apr 19 13:30:04 2020 (r532111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576052116 -SHA256 (libssh-0.9.3.tar.xz) = 2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c -SIZE (libssh-0.9.3.tar.xz) = 500068 +TIMESTAMP = 1586473871 +SHA256 (libssh-0.9.4.tar.xz) = 150897a569852ac05aac831dc417a7ba8e610c86ca2e0154a99c6ade2486226b +SIZE (libssh-0.9.4.tar.xz) = 500776 Modified: head/security/libssh/pkg-plist ============================================================================== --- head/security/libssh/pkg-plist Sun Apr 19 13:10:01 2020 (r532110) +++ head/security/libssh/pkg-plist Sun Apr 19 13:30:04 2020 (r532111) @@ -11,5 +11,5 @@ lib/cmake/libssh/libssh-config-version.cmake %%STATIC%%lib/libssh.a lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.8.4 +lib/libssh.so.4.8.5 libdata/pkgconfig/libssh.pc