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 Feb 16 09:41:37 UTC 2026

Modified Files:
        pkgsrc/sysutils/gam: Makefile distinfo

Log Message:
gam: update to 7.34.02

Changes from 7.33.02:

Updated GAM to prevent errors like the following:

ERROR: Unable to find the server at oauth2.googleapis.com
ERROR: Unable to find the server at gmail.googleapis.com

7.34.01

Updated gam create|update adminrole to handle the following errors:

ERROR: 400: invalid - Invalid Role privileges
ERROR: 400: required - Required parameter: [resource.privileges[n].service_id]

7.34.00

Added variable csv_output_header_required to gam.cfg that is a comma separated list of <Strings> that are required to be in the list of column headers in the CSV file written by a gam print command. 
This will typically be used to specify headers that are required in subsequent commands that process the CSV file even if the API didn't return any data for those columns.

Updated the following commands to not require the Directory API - Domains scope unless the internal or external options are used to request the member category.

gam info|print groups
gam print|show group-members
gam info|print cigroups
gam print|show cigroup-members
gam <UserTypeEntity> print|show filesharecounts

7.33.03

Fixed bug in gam [<UserTypeEntity>] sendemail ... from <EmailAddress> replyto <EmailAddress> where an <EmailAddress> of the form Text <user%domain.com@localhost> had the Text removed.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.13 -r1.14 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.21 pkgsrc/sysutils/gam/Makefile:1.22
--- pkgsrc/sysutils/gam/Makefile:1.21   Tue Feb 10 11:24:57 2026
+++ pkgsrc/sysutils/gam/Makefile        Mon Feb 16 09:41:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2026/02/10 11:24:57 sborrill Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/16 09:41:37 sborrill Exp $
 
-DISTNAME=      gam-7.33.02
+DISTNAME=      gam-7.34.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.13 pkgsrc/sysutils/gam/distinfo:1.14
--- pkgsrc/sysutils/gam/distinfo:1.13   Tue Feb 10 11:24:57 2026
+++ pkgsrc/sysutils/gam/distinfo        Mon Feb 16 09:41:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/02/10 11:24:57 sborrill Exp $
+$NetBSD: distinfo,v 1.14 2026/02/16 09:41:37 sborrill Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index