From owner-svn-ports-all@freebsd.org Sat Feb 22 09:14:28 2020 Return-Path: Delivered-To: svn-ports-all@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 01CEA255BD3; Sat, 22 Feb 2020 09:14:27 +0000 (UTC) (envelope-from lwhsu@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) server-signature RSA-PSS (4096 bits) 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 48PjM75N2fz4Dyh; Sat, 22 Feb 2020 09:14:27 +0000 (UTC) (envelope-from lwhsu@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 A2153213AA; Sat, 22 Feb 2020 09:14:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01M9ERm6011822; Sat, 22 Feb 2020 09:14:27 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01M9ERQH011821; Sat, 22 Feb 2020 09:14:27 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202002220914.01M9ERQH011821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 22 Feb 2020 09:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526746 - head/sysutils/azure-agent X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/sysutils/azure-agent X-SVN-Commit-Revision: 526746 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 09:14:28 -0000 Author: lwhsu Date: Sat Feb 22 09:14:26 2020 New Revision: 526746 URL: https://svnweb.freebsd.org/changeset/ports/526746 Log: Pull in a config patch requested by Azure Application Certification Support Approved by: Wei Hu (maintainer, implicitly) Obtained from: https://github.com/Azure/WALinuxAgent/pull/1762 Sponsored by: The FreeBSD Foundation Modified: head/sysutils/azure-agent/Makefile head/sysutils/azure-agent/distinfo Modified: head/sysutils/azure-agent/Makefile ============================================================================== --- head/sysutils/azure-agent/Makefile Sat Feb 22 08:54:44 2020 (r526745) +++ head/sysutils/azure-agent/Makefile Sat Feb 22 09:14:26 2020 (r526746) @@ -5,6 +5,9 @@ PORTVERSION= 2.2.45 DISTVERSIONPREFIX= v CATEGORIES= sysutils +PATCH_SITES= https://github.com/Azure/WALinuxAgent/commit/ +PATCHFILES= 14236c2c13e4f8986588b38477812b22240bdbac.patch:-p1 + MAINTAINER= weh@microsoft.com COMMENT= Microsoft Azure Linux Agent Modified: head/sysutils/azure-agent/distinfo ============================================================================== --- head/sysutils/azure-agent/distinfo Sat Feb 22 08:54:44 2020 (r526745) +++ head/sysutils/azure-agent/distinfo Sat Feb 22 09:14:26 2020 (r526746) @@ -1,3 +1,5 @@ -TIMESTAMP = 1573617843 +TIMESTAMP = 1582362460 SHA256 (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = ded5ecf2ce17b3e375147a386ba13554b52098475dc06974e9780cc04ca893ee SIZE (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = 937466 +SHA256 (14236c2c13e4f8986588b38477812b22240bdbac.patch) = be70c35e5dc9d121b3618ef9aa4aef5cd899cd6a03c59bbc860b94858f3da59a +SIZE (14236c2c13e4f8986588b38477812b22240bdbac.patch) = 883