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: Fri Dec 13 13:33:45 UTC 2024
Modified Files:
pkgsrc/sysutils/gam: Makefile distinfo
Log Message:
gam: Update to 7.02.00
- 7.02.00
Improved the error message displayed for user service account access commands when:
The API is not enabled
The user does not exist
The user exists but is in a OU where the service is disabled
- 7.01.04
Admin role assignments are now in the v1 stable API, use that and remove custom local workaround for the beta. #1724
Remove duplicate local JSON discovery files. #1724
Suppress "UserWarning: Attribute's length must be..." messages on service accounts with long emails. #1725
Added options internal, internaldomains <DomainNameList> and external to these commands
that expand the options for viewing group members:
gam info group
gam print groups
gam print|show group-members
gam info cigroup
gam print cigroups
gam print|show cigroup-members
By default, when listing group members, GAM does not take the domain of the member into account.
internal internaldomains <DomainNameList> - Display members whose domain is in <DomainNameList>
external internaldomains <DomainNameList> - Display members whose domain is not in <DomainNameList>
internal external internaldomains <DomainNameList> - Display all members, indicate their category: internal or external
internaldomains <DomainNameList> - Defaults to value of domain in gam.cfg
Members without an email address, e.g. customer, chrome-os-device and cbcm-browser are considered internal.
- 7.01.03
Fixed bug in gam update cigroups <GroupEntity> delete|sync|update where cbcm-browser and chrome-os-device
addresses were not properly handled.
- 7.01.02
Added option positivecountsonly to gam <UserTypeEntity> print|show filecomments that causes
GAM to display the number of comments and replies only for files that have comments.
Added my_commentable_items to <DriveFileQueryShortcut> that can be used with
gam <UserTypeEntity> print|show filecomments my_commentable_items to speed up processing.
Updated code that uses the Domain Shared Contacts API with an HTTPS proxy to avoid a trap
- 7.01.01
Fixed bug in gam <UserTypeEntity> print|show filetree where no error message was generated
if a user had Drive disabled.
- 7.01.00
Fixed bug in gam update chromepolicy that caused some policy updates to fail.
Added option showhtml to gam <UserTypeEntity> print|show messages that, when used with showbody,
will display message body content of type HTML.
Added support for managing/displaying Chrome profiles.
- 7.00.40
Updated gam <UserTypeEntity> update serviceaccount to properly set the readonly scope
for [R] 35) Meet API (supports readonly) as it is a special case.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/sysutils/gam/Makefile:1.10
--- pkgsrc/sysutils/gam/Makefile:1.9 Tue Nov 19 15:35:39 2024
+++ pkgsrc/sysutils/gam/Makefile Fri Dec 13 13:33:44 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2024/11/19 15:35:39 sborrill Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/13 13:33:44 sborrill Exp $
-DISTNAME= gam-7.00.39
+DISTNAME= gam-7.02.00
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_GITHUB:=GAM-team/}
GITHUB_PROJECT= GAM
GITHUB_TAG= v${PKGVERSION_NOREV}
# The version internally sometimes has leading zeros removed
-VERSION_TRIM= ${PKGVERSION_NOREV:C/\.0([0-9])\./.\1./}
+VERSION_TRIM= ${PKGVERSION_NOREV:C/\.0([0-9])/.\1/g}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/GAM-team/GAM
Index: pkgsrc/sysutils/gam/distinfo
diff -u pkgsrc/sysutils/gam/distinfo:1.5 pkgsrc/sysutils/gam/distinfo:1.6
--- pkgsrc/sysutils/gam/distinfo:1.5 Tue Nov 19 15:35:39 2024
+++ pkgsrc/sysutils/gam/distinfo Fri Dec 13 13:33:44 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/11/19 15:35:39 sborrill Exp $
+$NetBSD: distinfo,v 1.6 2024/12/13 13:33:44 sborrill Exp $
-BLAKE2s (gam-7.00.39.tar.gz) = 61446b8b3d8a96347c5f24879572f5faa386b4317dab045086a19769ef63541b
-SHA512 (gam-7.00.39.tar.gz) = 8672b23ed63e747558bd98879bd0e722fd7134fbd18587b77ec2d91f7a0a45e968c27123699a7e6732a8a177cf4641edfe42fd59bcc86eea859492a3d4067027
-Size (gam-7.00.39.tar.gz) = 1281661 bytes
+BLAKE2s (gam-7.02.00.tar.gz) = a2fa4429f6511fbd9615790e6c145a7b4253a94b3067455634471b37fd8d8519
+SHA512 (gam-7.02.00.tar.gz) = f10b4974eb9f42969bde400caf926723740b755b383873293d7048ab24997ef3f63cd5cd2f4323f1f63c7a6ef9543ec48649da06d6e1a1cde951be9b47fffd05
+Size (gam-7.02.00.tar.gz) = 1206748 bytes
SHA1 (patch-setup.cfg) = 2b6f714aa84c4da386402e0bb7d100dd7f4e4e33
Home |
Main Index |
Thread Index |
Old Index