Description: Modify the default value for check_on_startup to false. This prevents an privacy/information disclosure unless the user explicitly opts-in for the update check. Forwarded: not-needed Origin: vendor Author: tony mancill --- a/src/gpodder/config.py +++ b/src/gpodder/config.py @@ -93,7 +93,7 @@ # Software updates from gpodder.org 'software_update': { - 'check_on_startup': True, # check for updates on start + 'check_on_startup': False, # check for updates on start 'last_check': 0, # unix timestamp of last update check 'interval': 5, # interval (in days) to check for updates }, e4b44843'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-boot.scm
AgeCommit message (Expand)Author
2020-11-07linux-boot: Resume from hibernation....Tobias Geerinckx-Rice
2020-09-07linux-boot: Handle nfs-root device strings....Stefan
2020-06-08hurd-boot: Further cleanup of "rc"....Jan (janneke) Nieuwenhuizen
2020-06-08linux-boot: Update 'make-hurd-device-nodes'....Jan (janneke) Nieuwenhuizen
2020-05-20linux-boot: Refactor boot-system....Maxim Cournoyer
2020-05-02Merge branch 'master' into core-updatesMarius Bakke
2020-05-02linux-boot: Allow the root file system to be mounted via NFS....Stefan
2020-04-11linux-boot: Add 'make-hurd-device-nodes'....Ludovic Courtès
2020-04-11linux-boot: 'make-essential-device-nodes' root parameter is optional....Ludovic Courtès
2020-03-02linux-boot: Ensure volatile root is mounted read-only....Maxim Cournoyer
2019-12-12linux-boot: Don't ignore flags when mounting root file system....Guillaume Le Vaillant
2019-11-18linux-boot: Don't ignore options when mounting root file system....Guillaume Le Vaillant
2019-11-18linux-boot: Fix indentation....Maxim Cournoyer
2019-09-25linux-boot: Fix typo....Maxim Cournoyer
2019-08-16linux-modules: Add 'load-linux-modules-from-directory'....Ludovic Courtès