svn commit: r548106 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 9 16:41:08 UTC 2020


Author: bapt
Date: Wed Sep  9 16:41:07 2020
New Revision: 548106
URL: https://svnweb.freebsd.org/changeset/ports/548106

Log:
  Release 1.15.4
  
  - Fix the ssh protocol support

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Wed Sep  9 16:02:56 2020	(r548105)
+++ head/ports-mgmt/pkg/Makefile	Wed Sep  9 16:41:07 2020	(r548106)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.15.3
+DISTVERSION=	1.15.4
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 #MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Wed Sep  9 16:02:56 2020	(r548105)
+++ head/ports-mgmt/pkg/distinfo	Wed Sep  9 16:41:07 2020	(r548106)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599592906
-SHA256 (freebsd-pkg-1.15.3_GH0.tar.gz) = 058af35d06d4718e98047d4c247ca2c16659d955292151dc3e481c67bf5cefa3
-SIZE (freebsd-pkg-1.15.3_GH0.tar.gz) = 3822796
+TIMESTAMP = 1599668333
+SHA256 (freebsd-pkg-1.15.4_GH0.tar.gz) = e7558ffc4761240a717480d3d0216b8e6560e9e51c05246ace0139fc92c3c5f6
+SIZE (freebsd-pkg-1.15.4_GH0.tar.gz) = 3822922


More information about the svn-ports-all mailing list