summaryrefslogtreecommitdiff
path: root/sysutils/gam/patches/patch-src_gam___init.py
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2022-10-14 12:01:17 +0000
committersborrill <sborrill@pkgsrc.org>2022-10-14 12:01:17 +0000
commitffdb1ce304130e9b402be2157b5d6495066977e5 (patch)
tree7bc911c09cda6ea97e205c4e5141127486c3cafc /sysutils/gam/patches/patch-src_gam___init.py
parent97b0cd43ae2088dfb88c564b55d54d13a264f1aa (diff)
downloadpkgsrc-ffdb1ce304130e9b402be2157b5d6495066977e5.tar.gz
gam: update to 6.25
Disable automatic update check Changes: GAM now uses a list of certificate authorities provided by Google rather than the old list provided by the httplib2 library. The file roots.pem is distributed with GAM binaries as a separate file. The usual fixes and upgrades.
Diffstat (limited to 'sysutils/gam/patches/patch-src_gam___init.py')
-rw-r--r--sysutils/gam/patches/patch-src_gam___init.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/gam/patches/patch-src_gam___init.py b/sysutils/gam/patches/patch-src_gam___init.py
new file mode 100644
index 00000000000..491e952cfda
--- /dev/null
+++ b/sysutils/gam/patches/patch-src_gam___init.py
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_gam___init.py,v 1.1 2022/10/14 12:01:18 sborrill Exp $
+
+Don't check for updates
+
+--- gam/__init__.py.orig 2022-10-14 12:42:57.307510055 +0100
++++ gam/__init__.py 2022-10-14 12:43:41.196030867 +0100
+@@ -583,8 +583,8 @@
+ GC_Values[GC_CONFIG_DIR], FN_LAST_UPDATE_CHECK_TXT)
+ GM_Globals[GM_ENABLEDASA_TXT] = os.path.join(
+ GC_Values[GC_CONFIG_DIR], FN_ENABLEDASA_TXT)
+- if not GC_Values[GC_NO_UPDATE_CHECK]:
+- doGAMCheckForUpdates()
++# if not GC_Values[GC_NO_UPDATE_CHECK]:
++# doGAMCheckForUpdates()
+
+ # domain must be set and customer_id must be set and != my_customer when enable_dasa = true
+ if GC_Values[GC_ENABLE_DASA]: