From owner-svn-ports-head@freebsd.org Thu Jun 25 15:01:11 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D89B35C94F; Thu, 25 Jun 2020 15:01:11 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49t39z2BN6z49VZ; Thu, 25 Jun 2020 15:01:11 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4674624E14; Thu, 25 Jun 2020 15:01:11 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05PF1BeQ009986; Thu, 25 Jun 2020 15:01:11 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05PF1Ast009984; Thu, 25 Jun 2020 15:01:10 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202006251501.05PF1Ast009984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Thu, 25 Jun 2020 15:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540398 - head/ports-mgmt/pkg X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/ports-mgmt/pkg X-SVN-Commit-Revision: 540398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2020 15:01:11 -0000 Author: manu Date: Thu Jun 25 15:01:10 2020 New Revision: 540398 URL: https://svnweb.freebsd.org/changeset/ports/540398 Log: Update to 1.14.5 Changes from 1.14.4 to 1.14.5: - Prevent potential hang with lua scripts - Add a debug message if obtaining the lock fails Approved by: bapt Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Jun 25 14:59:56 2020 (r540397) +++ head/ports-mgmt/pkg/Makefile Thu Jun 25 15:01:10 2020 (r540398) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.14.4 -PORTREVISION= 1 +DISTVERSION= 1.14.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Thu Jun 25 14:59:56 2020 (r540397) +++ head/ports-mgmt/pkg/distinfo Thu Jun 25 15:01:10 2020 (r540398) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588145385 -SHA256 (freebsd-pkg-1.14.4_GH0.tar.gz) = 5e43bbb6ff9ead6a7aaa0181f6bbe1a94d9f1d751c5cafb7c6d8cde961359a42 -SIZE (freebsd-pkg-1.14.4_GH0.tar.gz) = 3406437 +TIMESTAMP = 1593097207 +SHA256 (freebsd-pkg-1.14.5_GH0.tar.gz) = 6d5ac7351efd13adf47588206b045a5be00b40e4d4cd5ab76437167d497254dc +SIZE (freebsd-pkg-1.14.5_GH0.tar.gz) = 3406565