svn commit: r500478 - head/security/libssh2

Steve Wills swills at FreeBSD.org
Tue Apr 30 11:12:29 UTC 2019


Author: swills
Date: Tue Apr 30 11:12:28 2019
New Revision: 500478
URL: https://svnweb.freebsd.org/changeset/ports/500478

Log:
  security/libssh2: Update to 1.8.2
  
  Fixes broken userauth module in 1.8.1
  
  PR:		237541
  Submitted by:	leres
  Approved by:	sbz (maintainer)
  MFH:		2019Q2

Modified:
  head/security/libssh2/Makefile   (contents, props changed)
  head/security/libssh2/distinfo   (contents, props changed)

Modified: head/security/libssh2/Makefile
==============================================================================
--- head/security/libssh2/Makefile	Tue Apr 30 11:06:49 2019	(r500477)
+++ head/security/libssh2/Makefile	Tue Apr 30 11:12:28 2019	(r500478)
@@ -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: head/security/libssh2/distinfo
==============================================================================
--- head/security/libssh2/distinfo	Tue Apr 30 11:06:49 2019	(r500477)
+++ head/security/libssh2/distinfo	Tue Apr 30 11:12:28 2019	(r500478)
@@ -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-head mailing list