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 Feb 10 11:24:57 UTC 2026

Modified Files:
        pkgsrc/sysutils/gam: Makefile distinfo

Log Message:
gam: Update to 7.33.02

Changes since 7.32.06

7.33.02

Added hideinvitationssetting to <UserCalendarSettingsField> used by gam <UserTypeEntity> print|show calsettings.

7.33.01

Added option shownopolicy to gam print chromepolicies that will display output like the following if no policies apply to the selected OU or group.

gam print chromepolicies ou /Test appid chrome:emidddocikgklceeeifefomdnbkldhng namespace chrome.users.apps shownopolicy
Getting all Chrome Policies that match query (chrome.users.apps.*) for /Test
Got 0 Chrome Policies that matched query (chrome.users.apps.*) for /Test...
name,orgUnitPath,parentOrgUnitPath,direct,appId
noPolicy,/Test,/,False,chrome:emidddocikgklceeeifefomdnbkldhng

7.33.00

Added variable developer_preview_apis to gam.cfg that is a comma separated list of APIs requiring a Developer Preview key.
Currently, chat is the only API that requires a Developer Preview key; it is required for the User Sections commands.

    See: https://github.com/GAM-team/GAM/wiki/Users-Chat#introduction
    See: https://github.com/GAM-team/GAM/wiki/Users-Chat#manage-chat-user-sections

7.32.07

Added option includepermissionsforview published to gam <UserTypeEntity> print filelist and gam <UserTypeEntity> show fileinfo. From the Drive API documentation:

Specifies which additional view's permissions to include in the response. Only published is supported.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.12 -r1.13 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.20 pkgsrc/sysutils/gam/Makefile:1.21
--- pkgsrc/sysutils/gam/Makefile:1.20   Fri Jan 30 11:32:35 2026
+++ pkgsrc/sysutils/gam/Makefile        Tue Feb 10 11:24:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2026/01/30 11:32:35 sborrill Exp $
+# $NetBSD: Makefile,v 1.21 2026/02/10 11:24:57 sborrill Exp $
 
-DISTNAME=      gam-7.32.06
+DISTNAME=      gam-7.33.02
 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.12 pkgsrc/sysutils/gam/distinfo:1.13
--- pkgsrc/sysutils/gam/distinfo:1.12   Fri Jan 30 11:32:35 2026
+++ pkgsrc/sysutils/gam/distinfo        Tue Feb 10 11:24:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2026/01/30 11:32:35 sborrill Exp $
+$NetBSD: distinfo,v 1.13 2026/02/10 11:24:57 sborrill Exp $
 
-BLAKE2s (gam-7.32.06.tar.gz) = 851aa97ceee4537fe618aa6a0f7c211e09de65c19f752dee15f7925f17221690
-SHA512 (gam-7.32.06.tar.gz) = a28ba1803f145c24cecf7cdeebda22f97e3cacb466561352fb473ea5af0aac0b4affad69b5ce4b3b62a9f32adc0c3a47a632ef1c96677cff0e45807b0cff950a
-Size (gam-7.32.06.tar.gz) = 1895578 bytes
+BLAKE2s (gam-7.33.02.tar.gz) = cf7a2a10c8f36d50c75534cfb828241129353590c26cbf79b166fb2b8cac28fa
+SHA512 (gam-7.33.02.tar.gz) = 5d2bcc4374fce8d60a588eb2199db1aa0302de5a79a88456500372e15e394d938785c7979dfba32b2d51e40577f479bb3e3d44ffafda12a1e6d037d155ad3963
+Size (gam-7.33.02.tar.gz) = 1902414 bytes



Home | Main Index | Thread Index | Old Index