pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/gam



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Tue Jun  2 15:06:30 UTC 2026

Modified Files:
        pkgsrc/sysutils/gam: Makefile distinfo

Log Message:
gam: update to 7.44.03

Changes since 7.42.00:

7.44.03

Added writerwithoutprivateaccess to <CalendarACLRole>; this will become effective 2026-06-29.

7.44.02

Added fields bluetoothadapterinfo and osversioncompliance to <CrOSFieldName> for use in gam info|print cros.

7.44.01

Added option oneitemperrow to gam print crostelemetry to have each of a device's report field entries displayed on a separate row with all of the other device fields.

Added additional fields to <CrOSTelemetryFieldName>and <CrOSTelemetryListFieldName>:

appreport
heartbeatstatusreport
kioskappstatusreport
networkbandwidthreport
runtimecountersreport

7.44.00

Added support for User data archivalTime and suspensionTime that is available when fields archived and suspended are requested in gam info user and gam print users.

Added the following options to gam <UserTypeEntity> show chatmessages to simplify specifying a filter.

start|starttime <Date>|<Time>
end|endtime <Date>|<Time>
range <Date>|<Time> <Date>|<Time>
thread <ChatThread>

Added commands to search for and display chat messages.
These commands are in Developer Preview; to use them you must have these values set in gam.cfg.

developer_preview_apis = chat
developer_preview_api_key = <DeveloperPreviewKey>

Upgraded to Python 3.14.5.

7.43.10

Updated gam <UserTypeEntity> forward message|thread [recipient|to] <RecipientEntity> to not forward messages to the Bcc recipients of the original message.

Fixed bug in gam <UserTypeEntity> forward message|thread [recipient|to] <RecipientEntity> addorigfieldstosubject where the recipient of the forwarded message was added to the subject line instead of 
the recipient of the original message.

7.43.09

Fixed bug in gam <UserTypeEntity> print filelist that caused a trap.

7.43.08

Fixed bug and formatting issues in gam info device <DeviceEntity>.

7.43.07

Improved validation of <QueryCrOS>, <QueryDevice> and <QueryMobile>.

7.43.06

Updated commands that use <QueryCrOS>, <QueryDevice> or <QueryMobile> to validate that it is of the form field:value and that value does not contain a '?'. Without validation, Google can return many 
more devices than are expected.

7.43.05

Added option matchfield attendeesorganizer <Boolean> <EmailAddressEntity> to <EventMatchProperty> that is used in commands that process events. The match is true if all of the addresses in 
<EmailAddressEntity> are present as attendees in the event and are an organizer or not based on <Boolean>.

Added option max_to_deprov <Integer> to gam update cros <CrOSEntity> action <CrOSAction> that is used when <CrOSAction> is any of the following:

deprovision_different_model_replace|
deprovision_different_model_replacement|
deprovision_retiring_device|
deprovision_same_model_replace|
deprovision_same_model_replacement|
deprovision_upgrade_transfer

max_to_deprov <Integer> - No deprovisions are processed if the number of devices in <CrOSEntity> exceeds <Integer>; the default value is one; set <Integer> to 0 for no limit.

7.43.04

Added option include_suspended_zeros [<Boolean>] to gam print vaultcounts that causes GAM to generate zero count lines for suspended users with zero items as well as non-suspended users.

7.43.03

Added option parentpathonly [<Boolean>] to the following commands that causes GAM to display only the parent folder names when displaying the path to a file.

gam <UserTypeEntity> info drivefile ... filepath|fullpath
gam <UserTypeEntity> show fileinfo ... filepath|fullpath
gam <UserTypeEntity> print|show filepath
gam <UserTypeEntity> print filelist ... filepath|fullpath

7.43.02

Added option maxactivities <Integer> to gam <UserTypeEntity> print driveactivity to limit the number of activities displayed; the default is 0, no limit.

7.43.01

Updated gam info user and gam print users to display guest user attributes: isGuestUser, guestAccountInfo

Expanded <UserTypeEntity> to allow specification of guest users.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/gam/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/gam/Makefile
diff -u pkgsrc/sysutils/gam/Makefile:1.26 pkgsrc/sysutils/gam/Makefile:1.27
--- pkgsrc/sysutils/gam/Makefile:1.26   Tue Apr 28 09:18:53 2026
+++ pkgsrc/sysutils/gam/Makefile        Tue Jun  2 15:06:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2026/04/28 09:18:53 sborrill Exp $
+# $NetBSD: Makefile,v 1.27 2026/06/02 15:06:30 sborrill Exp $
 
-DISTNAME=      gam-7.42.00
+DISTNAME=      gam-7.44.03
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=GAM-team/}
 GITHUB_PROJECT=        GAM

Index: pkgsrc/sysutils/gam/distinfo
diff -u pkgsrc/sysutils/gam/distinfo:1.18 pkgsrc/sysutils/gam/distinfo:1.19
--- pkgsrc/sysutils/gam/distinfo:1.18   Tue Apr 28 09:18:53 2026
+++ pkgsrc/sysutils/gam/distinfo        Tue Jun  2 15:06:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2026/04/28 09:18:53 sborrill Exp $
+$NetBSD: distinfo,v 1.19 2026/06/02 15:06:30 sborrill Exp $
 
-BLAKE2s (gam-7.42.00.tar.gz) = 2823905f57f45da0781647a98805b95f03141e30e294e4b0d326478426c2b6ac
-SHA512 (gam-7.42.00.tar.gz) = 1b7825b78bec0fc36c1a94deef8b21d123c9ce4ab606e4c023b3439a7ba8f4624164861d49af345a28f394cb96987bd49b4522b710b15ffd99e015b5b5558462
-Size (gam-7.42.00.tar.gz) = 1933741 bytes
+BLAKE2s (gam-7.44.03.tar.gz) = da5f417a6c7830d6a4e45dc138a78fa741bdc5db8d5cf63a7e9c84675dffd8cb
+SHA512 (gam-7.44.03.tar.gz) = fd0c32f12bc147709f1bad7f9ba38f0856edadf647c4d5f3afe49cc30010e48f85a20efbeb5dec84cc7c83680064f05386de8d07b43e45f643436e751b959577
+Size (gam-7.44.03.tar.gz) = 1943435 bytes



Home | Main Index | Thread Index | Old Index