svn commit: r482298 - branches/2018Q4/security/libssh

Mark Felder feld at FreeBSD.org
Wed Oct 17 15:28:09 UTC 2018


Author: feld
Date: Wed Oct 17 15:28:08 2018
New Revision: 482298
URL: https://svnweb.freebsd.org/changeset/ports/482298

Log:
  security/libssh: Update to 0.7.6 (Fixes security vulnerability: CVE-2018-10933)
  
  https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/
  
  PR:		232344

Modified:
  branches/2018Q4/security/libssh/Makefile
  branches/2018Q4/security/libssh/distinfo
  branches/2018Q4/security/libssh/pkg-plist

Modified: branches/2018Q4/security/libssh/Makefile
==============================================================================
--- branches/2018Q4/security/libssh/Makefile	Wed Oct 17 15:09:47 2018	(r482297)
+++ branches/2018Q4/security/libssh/Makefile	Wed Oct 17 15:28:08 2018	(r482298)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	libssh
-DISTVERSION=	0.7.5
+DISTVERSION=	0.7.6
 CATEGORIES=	security devel
-MASTER_SITES=	https://git.libssh.org/projects/libssh.git/snapshot/
+MASTER_SITES=	https://www.libssh.org/files/0.7/
 
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Library implementing the SSH1 and SSH2 protocol

Modified: branches/2018Q4/security/libssh/distinfo
==============================================================================
--- branches/2018Q4/security/libssh/distinfo	Wed Oct 17 15:09:47 2018	(r482297)
+++ branches/2018Q4/security/libssh/distinfo	Wed Oct 17 15:28:08 2018	(r482298)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493578451
-SHA256 (libssh-0.7.5.tar.xz) = 6f7d5b9f3089164eec7408d35b99194b17352cce436a4a95485b511bce2aab4b
-SIZE (libssh-0.7.5.tar.xz) = 351364
+TIMESTAMP = 1539788683
+SHA256 (libssh-0.7.6.tar.xz) = 1d607d3859274f755942324afb0f887ee22edd157f9596a2e69e3a28ec6d1092
+SIZE (libssh-0.7.6.tar.xz) = 366556

Modified: branches/2018Q4/security/libssh/pkg-plist
==============================================================================
--- branches/2018Q4/security/libssh/pkg-plist	Wed Oct 17 15:09:47 2018	(r482297)
+++ branches/2018Q4/security/libssh/pkg-plist	Wed Oct 17 15:28:08 2018	(r482298)
@@ -11,10 +11,10 @@ lib/cmake/libssh/libssh/libssh-config-version.cmake
 %%STATIC%%lib/libssh.a
 lib/libssh.so
 lib/libssh.so.4
-lib/libssh.so.4.4.2
+lib/libssh.so.4.4.3
 %%STATIC%%lib/libssh_threads.a
 lib/libssh_threads.so
 lib/libssh_threads.so.4
-lib/libssh_threads.so.4.4.2
+lib/libssh_threads.so.4.4.3
 libdata/pkgconfig/libssh.pc
 libdata/pkgconfig/libssh_threads.pc


More information about the svn-ports-all mailing list