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 }, c78320ac3f8d51'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cryptsetup.scm
AgeCommit message (Expand)Author
2019-11-02gnu: cryptsetup: Update to 2.2.2....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.2.2. Tobias Geerinckx-Rice
2019-10-05gnu: cryptsetup: Update to 2.2.1....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.2.1. [arguments]: Add #:configure-flags. [native-inputs]: Remove python & add pkg-config. [inputs]: Add argon2 & json-c. (cryptsetup-static): Disable new binaries. Keep using libgcrypt. Disable blkid support. [inputs]: Add json-c. Tobias Geerinckx-Rice
2019-10-05gnu: cryptsetup-static: Don't build veritysetup....* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]: Pass ‘--disable-veritysetup’ #:configure-flag. Adjust ‘remove-cruft’ phase. Tobias Geerinckx-Rice
2019-10-05gnu: cryptsetup: Don't use NAME in source URI....* gnu/packages/cryptsetup.scm (cryptsetup)[source]: Hard-code NAME. Tobias Geerinckx-Rice