svn commit: r500479 - branches/2019Q2/security/libssh2

Steve Wills swills at FreeBSD.org
Tue Apr 30 11:13:49 UTC 2019


Author: swills
Date: Tue Apr 30 11:13:47 2019
New Revision: 500479
URL: https://svnweb.freebsd.org/changeset/ports/500479

Log:
  MFH: r500478
  
  security/libssh2: Update to 1.8.2
  
  Fixes broken userauth module in 1.8.1
  
  PR:		237541
  Submitted by:	leres
  Approved by:	sbz (maintainer)
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2019Q2/security/libssh2/Makefile
  branches/2019Q2/security/libssh2/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/libssh2/Makefile
==============================================================================
--- branches/2019Q2/security/libssh2/Makefile	Tue Apr 30 11:12:28 2019	(r500478)
+++ branches/2019Q2/security/libssh2/Makefile	Tue Apr 30 11:13:47 2019	(r500479)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libssh2
-PORTVERSION=	1.8.1
+PORTVERSION=	1.8.2
 PORTEPOCH=	3
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.libssh2.org/download/ \

Modified: branches/2019Q2/security/libssh2/distinfo
==============================================================================
--- branches/2019Q2/security/libssh2/distinfo	Tue Apr 30 11:12:28 2019	(r500478)
+++ branches/2019Q2/security/libssh2/distinfo	Tue Apr 30 11:13:47 2019	(r500479)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553244098
-SHA256 (libssh2-1.8.1.tar.gz) = 40b517f35b1bb869d0075b15125c7a015557f53a5a3a6a8bffb89b69fd70f159
-SIZE (libssh2-1.8.1.tar.gz) = 858088
+TIMESTAMP = 1556141679
+SHA256 (libssh2-1.8.2.tar.gz) = 088307d9f6b6c4b8c13f34602e8ff65d21c2dc4d55284dfe15d502c4ee190d67
+SIZE (libssh2-1.8.2.tar.gz) = 859587


More information about the svn-ports-all mailing list