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: Thu Apr 9 09:47:12 UTC 2026
Modified Files:
pkgsrc/sysutils/gam: Makefile distinfo
Log Message:
gam: update to 7.40.00 and take maintainership
Take maintainership.
Changes since 7.38.00:
7.40.00
Updated gam print|show businessprofileaccounts (client access) to gam <UserTypeEntity> print|show businessprofileaccounts (service account access). You'll need to run gam user
user%domain.com@localhost update serviceaccount and select 2) Business Account Management API.
7.39.08
Fixed bug in gam oauth create that caused a trap when 0) Business Account Management API was selected.
Upgraded to Python 3.14.4 on macOS and Windows; Linux is still 3.14.3.
7.39.07
Upgraded to OpenSSL 3.6.2.
7.39.06
Fixed bug in gam version checkrc.
7.39.05
Added optional argument preview to updateprimaryemail <RegularExpression> <EmailReplacement> [preview] for the following commands that causes GAM to preview, but not perform, primary email address
changes. This allows verification of the primary email address changes before commiting the changes.
gam update group <GroupEntity>
gam update cigroup <GroupEntity>
gam <UserTypeEntity> update user
7.39.04
Added updateprimaryemail <RegularExpression> <EmailReplacement> option to gam update group <GroupEntity> and gam update cigroup <GroupEntity> to allow modifying the group's current primary email
address. For example, to change the domain of a set of groups from the current domain.com to newdomain.com:
gam update group csvfile Groups.csv:email updateprimaryemail "^(.+)@domain.com$" "\1%newdomain.com@localhost"
7.39.03
Added the following options to gam <UserTypeEntity> create chatspace that can be used to capture space details when creating chat spaces in bulk.
csv [todrive <ToDriveAttribute>*] [formatjson [quotechar <Character>]] (addcsvdata <FieldName> <String>)*
See: https://github.com/GAM-team/GAM/wiki/Users-Chat#bulk-build-chat-spaces
7.39.02
Fixed progress messages for gam <UserTypeEntity> print filelist when permissions were being displayed/matched for Shared Drives.
7.39.01
Updated gam <UserTypeEntity> transfer drive <UserItem> to handle the following error:
ERROR: 403: cannotDeletePermission - The authenticated user cannot delete the permission.
7.39.00
Deleted variable enforce_expansive_access from gam.cfg and removed option enforceexpansiveaccess from the following commands as expansive access is now always enforced by Google on My Drives.
gam <UserTypeEntity> delete permissions
gam <UserTypeEntity> delete drivefileacl
gam <UserTypeEntity> update drivefileacl
gam <UserTypeEntity> copy drivefile
gam <UserTypeEntity> move drivefile
gam <UserTypeEntity> transfer ownership
gam <UserTypeEntity> claim ownership
7.38.02
Added license SKU 1010470009 for AI Expanded Access; abbreviation aiexpandedaccess.
Renamed license SKU 1010470001 from Gemini Enterprise to Gemini Enterprise - Legacy.
7.38.01
Added root as a synonym for '/' in command line arguments that specify an OU. This is to avoid issues where a stand-alone / on the command line may be mis-interpreted by the command line interpreter
as a reference to the file system root.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.16 -r1.17 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.24 pkgsrc/sysutils/gam/Makefile:1.25
--- pkgsrc/sysutils/gam/Makefile:1.24 Tue Mar 24 12:32:36 2026
+++ pkgsrc/sysutils/gam/Makefile Thu Apr 9 09:47:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2026/03/24 12:32:36 sborrill Exp $
+# $NetBSD: Makefile,v 1.25 2026/04/09 09:47:12 sborrill Exp $
-DISTNAME= gam-7.38.00
+DISTNAME= gam-7.40.00
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_GITHUB:=GAM-team/}
GITHUB_PROJECT= GAM
@@ -8,7 +8,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
# The version internally sometimes has leading zeros removed
VERSION_TRIM= ${PKGVERSION_NOREV:C/\.0([0-9])/.\1/g}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= sborrill%NetBSD.org@localhost
HOMEPAGE= https://github.com/GAM-team/GAM
COMMENT= Command line tool for Google Workspace admins
LICENSE= apache-2.0
Index: pkgsrc/sysutils/gam/distinfo
diff -u pkgsrc/sysutils/gam/distinfo:1.16 pkgsrc/sysutils/gam/distinfo:1.17
--- pkgsrc/sysutils/gam/distinfo:1.16 Tue Mar 24 12:32:36 2026
+++ pkgsrc/sysutils/gam/distinfo Thu Apr 9 09:47:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/03/24 12:32:36 sborrill Exp $
+$NetBSD: distinfo,v 1.17 2026/04/09 09:47:12 sborrill Exp $
-BLAKE2s (gam-7.38.00.tar.gz) = dc8df59ae82f1ae957c14f51b09f5ddb9007d9106685086fb1a80a7b462a506a
-SHA512 (gam-7.38.00.tar.gz) = 267a6b8a533f3b4da056929a067d42daf1ee018fb75eb2b0e4d6b71f5bd0935c33e322eae269e19ae0d4d329f48cf0312be6ad283bf5104b31e72341caf1cd43
-Size (gam-7.38.00.tar.gz) = 1921579 bytes
+BLAKE2s (gam-7.40.00.tar.gz) = 3d3a8997036098ad4e5a38dbddb69d387a733eea812324c5b08266ed9dceab2e
+SHA512 (gam-7.40.00.tar.gz) = 6aa75993b7a5a4e60a61551c69776255acafd5da7030169dc76b645bb97c5ba9bc37bfaf823609818831c2320dcbb2103991f4f1d4320e4a4f030b3fcef6b6f7
+Size (gam-7.40.00.tar.gz) = 1925815 bytes
Home |
Main Index |
Thread Index |
Old Index