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

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 8 16:55:48 UTC 2020


Author: bapt
Date: Tue Sep  8 16:55:47 2020
New Revision: 547992
URL: https://svnweb.freebsd.org/changeset/ports/547992

Log:
  Release 1.15.2
  
  - Fixes a crash in the fetch methods

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Sep  8 15:34:39 2020	(r547991)
+++ head/ports-mgmt/pkg/Makefile	Tue Sep  8 16:55:47 2020	(r547992)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.15.1
+DISTVERSION=	1.15.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 #MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Tue Sep  8 15:34:39 2020	(r547991)
+++ head/ports-mgmt/pkg/distinfo	Tue Sep  8 16:55:47 2020	(r547992)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599494005
-SHA256 (freebsd-pkg-1.15.1_GH0.tar.gz) = d6ecbbe2a82c649e658e9e812963650086f134c97bf9769c9fbf2325b3e3b8d9
-SIZE (freebsd-pkg-1.15.1_GH0.tar.gz) = 3822727
+TIMESTAMP = 1599584108
+SHA256 (freebsd-pkg-1.15.2_GH0.tar.gz) = edbbdf74693483fff3bfe4d85dc28d22f12e2683bb6e61fc5e72bd90aae36928
+SIZE (freebsd-pkg-1.15.2_GH0.tar.gz) = 3822758


More information about the svn-ports-all mailing list