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 Mar 24 12:32:36 UTC 2026
Modified Files:
pkgsrc/sysutils/gam: Makefile distinfo
Log Message:
gam: update to 7.38.00
Changes since 7.36.01:
Added variable gcp_org_id to gam.cfg that is used by the following commands; by setting the value, additional API calls are eliminated.
gam create project
gam create gcpfolder
gam create|update|delete caalevel
gam print|show caalevels
gam print|show tokens gcpdetails
You can get and set the gam.cfg/gcp_org_id value with these commands:
$ gam info gcporgid
organizations/906207637890
$ gam config gcp_org_id organizations/906207637890 save
You can get and set the gam.cfg/customer_id value with these commands:
$ gam info customerid
C78abc9de
$ gam config customer_id C78abc9de save
Added the following options to gam report <ActivityApplicationName>.
applicationinfofilter <String>
networkinfofilter <String>
statusfilter <String>
includesensitivedata
7.37.00
Added new client access scopes used by gam print tokens.
[*] 52) Resource Manager API - Organizations readonly
[*] 53) Resource Manager API - Projects readonly
Added option gcpdetails to gam print tokens that uses these scopes to get additional project information.
7.36.03
Added command to send email replies that causes Gmail to recognize the message in conversation mode for the user sending the reply and the user receiving the reply; GAM supplies the necessary headers
and options.
gam <UserTypeEntity> sendreply
(((query <QueryGmail> [querytime<String> <Date>]*) [or|and])+) | (ids <MessageIDEntity>)
[replyto <EmailAddress>]
[subject <String>] [<MessageContent>] [html [<Boolean>]]
(attach <FileName> [charset <CharSet>])*
(embedimage <FileName> <String>)*
(<SMTPDateHeader> <Time>)* (<SMTPHeader> <String>)* (header <String> <String>)*
gam user user%domain.com@localhost sendreply query "rfc822MsgId:<CAAMmEdqj43...1OsQ%mail.gmail.com@localhost>" textmessage "Thanks for the information"
gam user user%domain.com@localhost sendreply ids 19cfc3506c02c22b textmessage "Thanks for the information"
See: https://github.com/GAM-team/GAM/wiki/Send-Email#conversation-mode
7.36.02
Added option threadid <String> to gam [<UserTypeEntity>] sendemail that causes Gmail to recognize the message in conversation mode in for the user sending the message.
See: https://github.com/GAM-team/GAM/wiki/Send-Email#conversation-mode
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/gam/Makefile
cvs rdiff -u -r1.15 -r1.16 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.23 pkgsrc/sysutils/gam/Makefile:1.24
--- pkgsrc/sysutils/gam/Makefile:1.23 Mon Mar 16 09:04:39 2026
+++ pkgsrc/sysutils/gam/Makefile Tue Mar 24 12:32:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/03/16 09:04:39 sborrill Exp $
+# $NetBSD: Makefile,v 1.24 2026/03/24 12:32:36 sborrill Exp $
-DISTNAME= gam-7.36.01
+DISTNAME= gam-7.38.00
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.15 pkgsrc/sysutils/gam/distinfo:1.16
--- pkgsrc/sysutils/gam/distinfo:1.15 Mon Mar 16 09:04:39 2026
+++ pkgsrc/sysutils/gam/distinfo Tue Mar 24 12:32:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/03/16 09:04:39 sborrill Exp $
+$NetBSD: distinfo,v 1.16 2026/03/24 12:32:36 sborrill Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index