Bug 243046 - sysutils/azure-agent: Unnecessary dependency on base64
Summary: sysutils/azure-agent: Unnecessary dependency on base64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-03 01:52 UTC by Conrad Meyer
Modified: 2021-05-24 07:26 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (weh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Meyer freebsd_committer freebsd_triage 2020-01-03 01:52:02 UTC
azure-agent does not invoke the 'base64(1)' command line utility ever; it manipulates base64 through Python's stdlib base64 library.

--- Makefile    (revision 521884)
+++ Makefile    (working copy)
@@ -12,7 +12,6 @@

 RUN_DEPENDS=   sudo:security/sudo \
                bash:shells/bash \
-               base64:converters/base64 \
                dmidecode:sysutils/dmidecode \
                ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
                ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-23 13:39:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b185a2b866b8642e2500dd691267694ac388875b

commit b185a2b866b8642e2500dd691267694ac388875b
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-05-23 13:37:40 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-05-23 13:37:40 +0000

    sysutils/azure-agent: Update to 2.2.54.2

    PR:             243046, 248543, 248651
    Approved by:    whu (maintainer, implicitly)

 sysutils/azure-agent/Makefile                      | 10 +++----
 sysutils/azure-agent/distinfo                      |  6 ++---
 ...-azurelinuxagent_daemon_resourcedisk_freebsd.py | 31 ++++++++++++++--------
 .../files/patch-config_freebsd_waagent.conf        | 14 ++++------
 4 files changed, 32 insertions(+), 29 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-24 07:26:20 UTC
A commit in branch 2021Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=039306834f7cbe407bd03d32bc546120ece28a9a

commit 039306834f7cbe407bd03d32bc546120ece28a9a
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-05-23 13:37:40 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-05-24 07:25:11 +0000

    sysutils/azure-agent: Update to 2.2.54.2

    PR:             243046, 248543, 248651
    Approved by:    whu (maintainer, implicitly)

    (cherry picked from commit b185a2b866b8642e2500dd691267694ac388875b)

 sysutils/azure-agent/Makefile                      | 10 +++----
 sysutils/azure-agent/distinfo                      |  6 ++---
 ...-azurelinuxagent_daemon_resourcedisk_freebsd.py | 31 ++++++++++++++--------
 .../files/patch-config_freebsd_waagent.conf        | 14 ++++------
 4 files changed, 32 insertions(+), 29 deletions(-)