aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingMarius Bakke2019-04-08
|\
| * gnu: openjpeg: Replace with 2.3.1 [security fixes].Marius Bakke2019-04-07
| | | | | | | | | | | | | | | | | | This release includes many security fixes, including CVE-2018-5785 and CVE-2018-CVE-2018-6616. See <https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md> for details. * gnu/packages/image.scm (openjpeg)[replacement]: New field. (openjpeg-2.3.1): New public variable.
| * gnu: miniupnpc: Update to 2.1.20190403.Marius Bakke2019-04-07
| | | | | | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190403.
| * gnu: samba: Update to 4.10.1.Marius Bakke2019-04-07
| | | | | | | | * gnu/packages/samba.scm (samba): Update to 4.10.1.
| * gnu: ungoogled-chromium: Update to 73.0.3683.103-0.4c7fb6d.Marius Bakke2019-04-07
| | | | | | | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 73.0.3683.103. (ungoogled-chromium-source): Adjust chromium hash.
| * gnu: Add emacs-protobuf-mode.Carlo Zancanaro2019-04-07
| | | | | | | | | | | | * gnu/packages/protobuf.scm (emacs-protobuf-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-erlang.Carlo Zancanaro2019-04-07
| | | | | | | | | | | | * gnu/packages/erlang.scm (emacs-erlang): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-wgrep: Update to 2.3.0.Brian Leung2019-04-07
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-evil-matchit: Update to 2.2.9.Brian Leung2019-04-07
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.2.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-js2-mode: Update to 20190219.Brian Leung2019-04-07
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20190219. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-exwm: Provide absolute file name in '.desktop' file.Diego Nicola Barbato2019-04-07
| | | | | | | | | | | | | | | | | | | | Previously GDM would crash when selecting EXWM. * gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Rewrite 'install-xsession' phase such that .desktop file contains an absolute file name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * install: Tweak motd.Ludovic Courtès2019-04-07
| | | | | | | | * gnu/system/install.scm (%installation-services): Tweak motd.
| * install: Remove "GuixSD".Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/system/install.scm (%installation-services): Remove "Guix System Distribution" from motd.
| * installer: Adjust welcome page message.Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/installer/newt/welcome.scm (run-welcome-page): Make the message less scary.
| * installer: Internationalize service "names".Ludovic Courtès2019-04-07
| | | | | | | | | | | | | | * gnu/installer/services.scm (%system-services): Mark networking service names with 'G_'. * gnu/installer/newt/services.scm (run-networking-cbt-page): Pass 'system-service-name' through 'G_'.
| * installer: Offer NM, Connman, and DHCP to non-desktop installs.Ludovic Courtès2019-04-07
| | | | | | | | | | | | | | | | * gnu/installer/services.scm (%system-services): Add NetworkManager, Connman, and the DHCP client. * gnu/installer/newt/services.scm (run-networking-cbt-page): Add 'network-management?' parameter and honor it. (run-services-page): Adjust call accordingly.
| * gnu: Add clp.Ricardo Wurmus2019-04-07
| | | | | | | | * gnu/packages/maths.scm (clp): New variable.
| * gnu: guitarix: Update to 0.38.0.Ricardo Wurmus2019-04-07
| | | | | | | | * gnu/packages/audio.scm (guitarix): Update to 0.38.0.
| * gnu: lcms: Fix CVE-2018-16435.Efraim Flashner2019-04-07
| | | | | | | | | | | | | | * gnu/packages/ghostscript.scm (lcms)[replacement]: New field. (lcms/fixed): New variable. * gnu/packages/patches/lcms-CVE-2018-16435.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: libssh2@1.8.0: Move to ssh.scm.Ludovic Courtès2019-04-07
| | | | | | | | | | | | | | | | This fixes a top-level circular dependency introduced in c1f4e6491cecc5d121ef371a8fb2aa0a07030d36. * gnu/packages/curl.scm (libssh2-1.8.0): Move to... * gnu/packages/ssh.scm (libssh2-1.8.0): ... here.
| * services: dropbear: Add default value.Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/services/ssh.scm (dropbear-service-type)[default-value]: New field.
| * installer: Add dialog to select networking services.Ludovic Courtès2019-04-07
| | | | | | | | | | | | | | | | | | * gnu/installer/newt/services.scm (run-networking-cbt-page): New procedure. (run-services-page): Call it. * gnu/installer/services.scm (%system-services): Add OpenSSH and Tor. (networking-system-service?): New procedure. * gnu/installer/steps.scm (format-configuration): Add 'networking' and 'ssh' to the service modules.
| * installer: Generalize desktop environments to system services.Ludovic Courtès2019-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/installer/services.scm (<desktop-environment>): Rename to... (<system-service>): ... this. Add a 'type' field. (%desktop-environments): Rename to... (%system-services): ... this. (desktop-system-service?): New procedure. (desktop-environments->configuration): Rename to... (system-services->configuration): ... this. Determine the base list of services based on whether SERVICES contains at least one "desktop" service. * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Adjust accordingly. * gnu/installer.scm (installer-steps): Likewise.
| * installer: Remove SLiM-specific instructions.Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Remove "with F1".
| * installer: Fix wording for "Internet access."Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/installer/newt/network.scm (run-technology-page): Fix wording for "Internet access."
| * installer: Use the normalized codeset in the 'locale' field.Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/installer/locale.scm (normalize-codeset): New procedure. (locale->locale-string): Use it.
| * installer: Move the 'locale' step before the 'welcome' step.Ludovic Courtès2019-04-07
| | | | | | | | | | * gnu/installer.scm (installer-steps): Move the 'locale step before 'welcome.
| * installer: Simplify locale dialogs.Ludovic Courtès2019-04-07
| | | | | | | | | | | | | | | | * gnu/installer/newt/locale.scm (run-language-page): Simplify text. (run-territory-page): Likewise. (run-codeset-page): Likewise. (run-locale-page): Don't call 'run-codeset-page' when "UTF-8" is among the codesets of LOCALES.
| * gnu: terminology: Run test suite.Efraim Flashner2019-04-07
| | | | | | | | | | | | * gnu/packages/enlightenment.scm (terminology)[arguments]: Add configure-flag to build the test binary. Use custom 'check phase. Add phase to remove test binary.
| * gnu: terminology: Update to 1.4.0.Efraim Flashner2019-04-07
| | | | | | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.4.0.
| * services: Add 'imap4d-service-type'.宋文武2019-04-07
| | | | | | | | | | | | | | * gnu/services/mail.scm (<imap4d-configuration>): New record type. (imap4d-shepherd-service): New procedure. (%default-imap4d-config-file, imap4d-service-type): New variables. * gnu/services/mail.scm (Mail Services): Document it.
| * gnu: Add clack.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-clack, cl-clack): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add ningle.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-ningle, cl-ningle): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack, cl-lack): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack-middleware-static.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack-middleware-static) (cl-lack-middleware-static): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add trivial-mimes.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-trivial-mimes, cl-trivial-mimes): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack-middleware-backtrace.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace) (cl-lack-middleware-backtrace): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack-util.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack-util, cl-lack-util): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack-component.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack-component, cl-lack-component): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack-response.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack-response, cl-lack-response): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add local-time.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-local-time, cl-local-time): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add lack-request.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lack-request, cl-lack-request): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add circular-streams.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-circular-streams, cl-circular-streams): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add http-body.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-http-body, cl-http-body): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Keep the 'cl-' name prefix for sbcl packages.宋文武2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm: Rename 'sbcl-syntax' to 'sbcl-cl-syntax', 'sbcl-annot' to 'sbcl-cl-annot', 'sbcl-syntax-annot' to 'sbcl-cl-syntax-annot' and 'sbcl-utilities' to 'sbcl-cl-utilities'.
| * gnu: Add jonathan.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-jonathan, cl-jonathan): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add fast-io.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-fast-io, cl-fast-io): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add checkl.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-checkl, cl-checkl): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add marshal.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-marshal, cl-marshal): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add static-vectors.Katherine Cox-Buday2019-04-07
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-static-vectors, cl-static-vectors): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>