Origin: https://salsa.debian.org/games-team/vcmi/-/blob/debian/1.1.0+dfsg-1/debian/patches/disable-privacy-breach From: Johannes Schauer Subject: do not check remote repositories on startup by default Forwarded: not-needed --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -401,11 +401,11 @@ }, "autoCheckRepositories" : { "type" : "boolean", - "default" : true + "default" : false }, "updateOnStartup" : { "type" : "boolean", - "default" : true + "default" : false }, "updateConfigUrl" : { "type" : "string", ='id' value='0b95de9b3bad19da20cb034ca2bc245c2b48cf00'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/connman.scm
AgeCommit message (Expand)Author
2024-08-31gnu: econnman: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/connman.scm (econnman)[inputs]: Add 'bash-minimal'. Remove input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I8cc36e919c1f7f9a57e1762b0ba69c79361c0f40 Maxime Devos
2023-10-15gnu: connman: Update to 1.42....* gnu/packages/connman.scm (connman): Update to 1.42. [source]: Replace all (obsolete) patches with a new one. * gnu/packages/patches/connman-CVE-2022-32292.patch, * gnu/packages/patches/connman-CVE-2022-32293-pt1.patch, * gnu/packages/patches/connman-CVE-2022-32293-pt2.patch: Delete files. * gnu/packages/patches/connman-add-missing-libppp-compat.h.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove deleted files, add new one. Tobias Geerinckx-Rice