Date: Fri, 13 Dec 2024 22:15:52 GMT From: Brad Davis <brd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0c5bb1a6af9c - main - sysutils/azure-agent: Update to 2.12.0.2 Message-ID: <202412132215.4BDMFq8D036308@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c5bb1a6af9c77ec071cf49b6418bf1ec5e9ee91 commit 0c5bb1a6af9c77ec071cf49b6418bf1ec5e9ee91 Author: Brad Davis <brd@FreeBSD.org> AuthorDate: 2024-12-13 22:13:10 +0000 Commit: Brad Davis <brd@FreeBSD.org> CommitDate: 2024-12-13 22:13:10 +0000 sysutils/azure-agent: Update to 2.12.0.2 PR: 283274 Approved by: lwshu Sponsored by: Rubicon Communications, LLC ("Netgate") --- sysutils/azure-agent/Makefile | 3 +-- sysutils/azure-agent/distinfo | 6 +++--- .../files/patch-azurelinuxagent_common_utils_textutil.py | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile index d87378886662..971e3415c02f 100644 --- a/sysutils/azure-agent/Makefile +++ b/sysutils/azure-agent/Makefile @@ -1,6 +1,5 @@ PORTNAME= azure-agent -PORTVERSION= 2.8.0.11 -PORTREVISION= 1 +PORTVERSION= 2.12.0.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/azure-agent/distinfo b/sysutils/azure-agent/distinfo index a98313cdf8e8..ea34370637e4 100644 --- a/sysutils/azure-agent/distinfo +++ b/sysutils/azure-agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671076332 -SHA256 (Azure-WALinuxAgent-v2.8.0.11_GH0.tar.gz) = dbb36994d1df610943cd49609a49bf4ec6524520d88709891d282cec3607a31b -SIZE (Azure-WALinuxAgent-v2.8.0.11_GH0.tar.gz) = 1576330 +TIMESTAMP = 1733935955 +SHA256 (Azure-WALinuxAgent-v2.12.0.2_GH0.tar.gz) = e7a2507c7815d6ad49227c6dd4259949ae01efbfd8ccd7bf8e79bdf051851fb0 +SIZE (Azure-WALinuxAgent-v2.12.0.2_GH0.tar.gz) = 2144003 diff --git a/sysutils/azure-agent/files/patch-azurelinuxagent_common_utils_textutil.py b/sysutils/azure-agent/files/patch-azurelinuxagent_common_utils_textutil.py deleted file mode 100644 index 259f5a052c59..000000000000 --- a/sysutils/azure-agent/files/patch-azurelinuxagent_common_utils_textutil.py +++ /dev/null @@ -1,11 +0,0 @@ ---- azurelinuxagent/common/utils/textutil.py.orig 2024-08-20 23:23:16 UTC -+++ azurelinuxagent/common/utils/textutil.py -@@ -445,7 +445,7 @@ def format_exception(exception): - if tb is None or (sys.version_info[0] == 2 and e != exception): - msg += "[Traceback not available]" - else: -- msg += ''.join(traceback.format_exception(etype=type(exception), value=exception, tb=tb)) -+ msg += ''.join(traceback.format_exception(type(exception), value=exception, tb=tb)) - - return msg -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412132215.4BDMFq8D036308>