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: Mon Mar 16 09:04:39 UTC 2026
Modified Files:
pkgsrc/sysutils/gam: Makefile distinfo
Log Message:
gam: update to 7.36.01
Changes since 7.34.02:
7.36.01
Fixed bug in gam info|print|show policies where the policyQuery/query field was not displayed.
Added option noidmapping to gam info|print|show policies to suppress adding the policyQuery/groupEmail and policyQuery/orgUnitPath name fields that are mapped from the policyQuery/group and
policyQuery/orgInit id fields.
7.36.00
Added options filtermultiattrtype and filtermultiattrcustom to gam info user and gam print users that support filtering display based on type or customType.
7.35.03
Updated gam <UserTypeEntity> print filelist|filecounts to handle options showsize and showsizeunits as independent options.
showsize - Display a column Size with a byte count
showsizeunits - Display a column SizeUnits with a formatted size with units
If you select both options, you can sort multiple rows using the Size column.
7.35.02
Added option showsizeunits to gam gam <UserTypeEntity> print filelist|filecounts as an alternative to option showsize.
showsize - 31549200951 - This is a byte count
showsizeunits - 31.55 GB - This is as shown in the Admin console
7.35.01
The following commands have been updated to not verify the existence of gam.cfg credentials files as the WARNING messages about the missing files can be confusing to new users setting up GAM.
gam checkconn
gam oauth|oauth2
gam version
7.35.00
Windows gam-7.wx.yz-x86_64.msi has been replaced with gam-7.wx.yz-x86_64.exe.
Windows gam-7.wx.yz-arm64.msi has been replaced with gam-7.wx.yz-arm64.exe.
Updated cacerts.pem to avoid to following error in gam checkconn.
Checking raw.githubusercontent.com (185.199.110.133) (2)... ERROR
Certificate verification failed. If you are behind a firewall / proxy server that does TLS / SSL inspection you may need to point GAM at your certificate authority file by setting cacerts_pem =
/path/to/your/certauth.pem in gam.cfg.
If you have customized cacerts.pem, update your version with the Operating CA: Let's Encrypt values from the GAM default version.
7.34.13
Fixed bug in gam info policies <CIPolicyNameEntity> ... formatjson where extraneous line Show Info 1 Policy was displayed.
7.34.12
Fixed build errors that prevented Windows zip files from being created.
Added option returnidonly to gam create|update printer that causes GAM to return just the ID of the printer.
7.34.11
Updated gam-install.sh script for macOS/Linux to properly config GAM when the answer to the following question is No.
Can you run a full browser on this machine? (usually Y for macOS, N for Linux if you SSH into this machine)
7.34.10
Fixed bug where formatjson quotechar <Character> on the command line did not override redirect csv <FileName> multiprocess quotechar <Character>.
7.34.09
Updated gam <UserTypeEntity> update photo to delete the user's existing photo before performing the update as the API update will succeed but not replace a user's existing self-set photo.
7.34.08
Rebuild to avoid the following error:
requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
7.34.07
Added the following command to create a guest user.
See: https://support.google.com/a/answer/16558545
gam create guestuser <EmailAddress>
Added the following items to <UserFieldName>:
guestaccountinfo - Additional guest-related metadata fields
isguestuser - Indicates if the inserted user is a guest
7.34.06
Added option copyfolderpermissions [<Boolean>] to gam <UserTypeEntity> copy|move drivefile.
When copyfolderpermissions false is specified, no folder permissions are copied; this simplifies disabling all folder permission copying.
When not specified or copyfolderpermissions [true] is specified, folder permissions are copied based on the following options:
copymergewithparentfolderpermissions [<Boolean>]
copymergedtopfolderpermissions [<Boolean>]
copytopfolderpermissions [<Boolean>]
copytopfolderiheritedpermissions [<Boolean>]
copytopfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders
copymergedsubfolderpermissions [<Boolean>]
copysubfolderpermissions [<Boolean>]
copysubfolderinheritedpermissions [<Boolean>]
copysubfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders
7.34.05
Updated gam report <ActivityApplictionName> to perform a reverse chronological sort on all rows across multiple users and/or event names; this is consistent with the behavior in the Admin console.
Use option notimesort to suppress this sort.
7.34.04
Updated gam <UserTypeEntity> create drivefileacl <DriveFileEntity> user <UserItem> role owner to better handle the case where the current owner of a file is suspended. Previously, the command was
displayed as an error even though the ownership was changed.
gam user currentowner%domain.com@localhost add drivefileacl <DriveFileID> user newowner%domain.com@localhost role owner
User: currentowner%domain.com@localhost, Add 1 Drive File/Folder ACL
User: currentowner%domain.com@localhost, Drive File/Folder ID: <DriveFileID>, Permission ID: newowner%domain.com@localhost, Add Failed: Sorry, the items were successfully shared but emails could
not be sent to newowner%domain.com@localhost.
Now the command is displayed as a success with a note indicating that the ownership change email was not sent.
gam user currentowner%domain.com@localhost add drivefileacl <DriveFileID> user newowner%domain.com@localhost role owner
User: currentowner%domain.com@localhost, Add 1 Drive File/Folder ACL
User: currentowner%domain.com@localhost, Drive File/Folder ID: <DriveFileID>, Permission ID: newowner%domain.com@localhost, Added: Sorry, the items were successfully shared but emails could not be
sent to newowner%domain.com@localhost.
New Owner
id: 10834698115409747890
type: user
emailAddress: newowner%domain.com@localhost
domain: domain.com
role: owner
permissionDetails:
role: writer
type: file
inherited: True
inheritedFrom: Unknown
role: owner
type: file
inherited: False
deleted: False
pendingOwner: False
7.34.03
Updated to Python 3.14.3
Updated Cryptography to 46.0.5
Updated gam course <CourseID> create student|teacher <EmailAddress> error message when <EmailAddress> is not in a trusted domain to remove suggestion about creating an invitation.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.14 -r1.15 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.22 pkgsrc/sysutils/gam/Makefile:1.23
--- pkgsrc/sysutils/gam/Makefile:1.22 Mon Feb 16 09:41:37 2026
+++ pkgsrc/sysutils/gam/Makefile Mon Mar 16 09:04:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/02/16 09:41:37 sborrill Exp $
+# $NetBSD: Makefile,v 1.23 2026/03/16 09:04:39 sborrill Exp $
-DISTNAME= gam-7.34.02
+DISTNAME= gam-7.36.01
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.14 pkgsrc/sysutils/gam/distinfo:1.15
--- pkgsrc/sysutils/gam/distinfo:1.14 Mon Feb 16 09:41:37 2026
+++ pkgsrc/sysutils/gam/distinfo Mon Mar 16 09:04:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/02/16 09:41:37 sborrill Exp $
+$NetBSD: distinfo,v 1.15 2026/03/16 09:04:39 sborrill Exp $
-BLAKE2s (gam-7.34.02.tar.gz) = 77397cdc19628817b02334448eb9801a87f0350af609d22203fb49624353cd05
-SHA512 (gam-7.34.02.tar.gz) = 2740616eb5aeb8a3ede6c74b10d108c8ad9f8f7bd75d588af65dbe06917a5798fa2a32bb3f18e93ed53c707797bdcadb2ffddbd5fbbdb8cf7596529fb37b1f1f
-Size (gam-7.34.02.tar.gz) = 1903081 bytes
+BLAKE2s (gam-7.36.01.tar.gz) = 71b9fe31c70a044c0a48eeb9b3eada263a84c3b6e2564cb8c75b7aa9893e5477
+SHA512 (gam-7.36.01.tar.gz) = 3a690d24fac218930d61946d515121e3d40cb573aa8bae1355cd2e26132fc05e75e03c1a46cc19585bed7b4e81302471f404343a58d166b0fc5a173aba61ef46
+Size (gam-7.36.01.tar.gz) = 1917180 bytes
Home |
Main Index |
Thread Index |
Old Index