Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 13:30:04 +0000 (UTC)
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532111 - head/security/libssh
Message-ID:  <202004191330.03JDU4BE066345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004191330.03JDU4BE066345>