From 854490dc4a8a6a661b4750730c3ff749519f6e36 Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Sun, 14 Nov 2021 10:14:24 -0500 Subject: [PATCH] sendgmail: accept and ignore a "-gsuite" flag Accepting a "-gsuite" flag provides compatability with https://github.com/Flameeyes/gmail-oauth2-tools/commit/eabb456 so users do not have to change their scripts or config files. Full hash of original: eabb45608ff4ce04045ff4ea92d05450e789ac81 Related to https://github.com/google/gmail-oauth2-tools/pull/17 --- go/sendgmail/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/sendgmail/main.go b/go/sendgmail/main.go index 405aa1b..5cfd0c1 100644 --- a/go/sendgmail/main.go +++ b/go/sendgmail/main.go @@ -40,6 +40,7 @@ var ( setUp bool dummyF string dummyI bool + gsuite bool ) func init() { @@ -47,6 +48,7 @@ func init() { flag.BoolVar(&setUp, "setup", false, "If true, sendgmail sets up the sender's OAuth2 token and then exits.") flag.StringVar(&dummyF, "f", "", "Dummy flag for compatibility with sendmail.") flag.BoolVar(&dummyI, "i", true, "Dummy flag for compatibility with sendmail.") + flag.BoolVar(&gsuite, "gsuite", true, "Dummy flag for compatibility with other forks of sendgmail.") } func main() { -- 2.32.0 >treecommitdiff
path: root/gnu/packages/avahi.scm
AgeCommit message (Expand)Author
2020-10-13gnu: libcap: Make 'libcap/next' the default libcap....* gnu/packages/avahi.scm (avahi)[inputs]: Refer to LIBCAP-2.31 instead of LIBCAP. * gnu/packages/base.scm (coreutils)[inputs]: Likewise. * gnu/packages/linux.scm (libcap): Rename to ... (libcap-2.31): ... this. (libcap/next): Rename to ... (libcap): ... this. (libcap/next): Define as deprecated alias for LIBCAP. (fakeroot)[inputs]: Change from LIBCAP/NEXT to LIBCAP. * gnu/packages/ntp.scm (chrony, ntp)[inputs]: Likewise. Marius Bakke
2020-03-18gnu: avahi: Update to 0.8....* gnu/packages/patches/avahi-CVE-2018-1000845.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/avahi.scm (avahi): Update to 0.8. [source](patches): Remove obsolete patch. [properties]: Remove. [arguments]: Remove "--disable-qt3" from #:configure-flags. Add "--disable-qt5". [inputs]: Add LIBEVENT. Sort lexicographically. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. Marius Bakke
2020-03-18gnu: avahi: Do not build the static libraries....* gnu/packages/avahi.scm (avahi)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke
2020-01-21Merge branch 'staging' into core-updatesMarius Bakke
2020-01-19gnu: Use HTTPS for avahi.org everywhere....* gnu/packages/avahi.scm (avahi)[home-page]: Use HTTPS. * gnu/services/avahi.scm (avahi-service): Likewise in docstring. Tobias Geerinckx-Rice
2019-12-05gnu: avahi: Incorporate grafted changes....* gnu/packages/avahi.scm (avahi)[replacement]: Remove. [source](patches): Add avahi-CVE-2018-1000845.patch. [properties]: New field. (avahi/fixed): Remove variable. Marius Bakke
2019-10-23gnu: avahi: Don't use package/inherit....Thanks to Mark H Weaver <mhw@netris.org>. * gnu/packages/avahi.scm (avahi): Use (package (inherit …)) instead of package/inherit. Tobias Geerinckx-Rice
2019-10-23gnu: avahi: Fix CVE-2018-1000845 and duplicate CVE-2017-6519....* gnu/packages/avahi.scm (avahi/fixed): New variable. (avahi)[replacement]: Use it. * gnu/packages/patches/avahi-CVE-2018-1000845.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice