Age | Commit message (Expand) | Author |
2019-04-10 | gnu: emacs-shut-up: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-shut-up)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-inf-ruby: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-inf-ruby)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-grep-a-lot: Use GIT-FILE-NAME.•••* gnu/packages/emacs-xyz (emacs-grep-a-lot)[source]: Use GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-fill-column-indicator: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-fill-column-indicator)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-expand-region: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-expand-region)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-es-mode: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-es-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-espuds: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-espuds)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-el-mock: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-el-mock)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-git-gutter: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-git-gutter)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-symon: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-symon)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-d-mode: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-d-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: git-imerge: Don't use unstable tarball.•••* gnu/packages/version-control.scm (git-imerge)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: git-annex-remote-hubic: Don't use unstable tarball.•••* gnu/packages/version-control.scm (git-annex-remote-hubic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: findnewest: Don't use unstable tarball.•••* gnu/packages/version-control.scm (findnewest)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: gitolite: Don't use unstable tarball.•••* gnu/packages/version-control.scm (gitolite)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: vcsh: Don't use unstable tarball.•••* gnu/packages/version-control.scm (vcsh)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: python-ghp-import: Don't use unstable tarball.•••* gnu/packages/version-control.scm (python-ghp-import)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: git-crypt: Don't use unstable tarball.•••* gnu/packages/version-control.scm (git-crypt)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: emacs-js2-mode: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-js2-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-04-10 | gnu: kodi: Allow connecting to HTTPS sources.•••* gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kodi.scm (kodi)[patches]: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Carlo Zancanaro |
2019-04-10 | scripts: GC hint suggests 'guix gc -d 1m'.•••* guix/scripts.scm (warn-about-disk-space): Suggest 'guix gc -d'.
| Ludovic Courtès |
2019-04-10 | guix gc: Add '--delete-generations'.•••* guix/scripts/gc.scm (show-help, %options): Add
'--delete-generations'. Change '--delete' shorthand to '-D'.
(delete-old-generations): New procedure.
(guix-gc)[delete-generations]: New procedure.
Call it when ACTION is 'collect-garbage' and OPTS contains
'delete-generations.
* doc/guix.texi (Invoking guix gc): Document it.
| Ludovic Courtès |
2019-04-10 | profiles: Add 'generation-profile'.•••* guix/profiles.scm (%profile-generation-rx): New variable.
(generation-profile): New procedure.
| Ludovic Courtès |
2019-04-10 | guix gc: Add '--list-roots'.•••* guix/scripts/gc.scm (show-help, %options): Add '--list-roots'.
(guix-gc)[list-roots]: New procedure.
Handle '--list-roots'.
* tests/guix-gc.sh: Test it.
* doc/guix.texi (Invoking guix gc): Document it.
| Ludovic Courtès |
2019-04-10 | Add (guix store roots).•••* guix/store/roots.scm, tests/store-roots.scm: New files.
* Makefile.am (STORE_MODULES): Add guix/store/roots.scm.
(SCM_TESTS): Add tests/store-roots.scm.
| Ludovic Courtès |
2019-04-10 | pull: Remove duplicate '--dry-run' description.•••Reported by pkill9.
* guix/scripts/pull.scm (show-help): Remove duplicate '--dry-run'
description.
| Ludovic Courtès |
2019-04-10 | ui: Highlight diagnostic format string arguments.•••* guix/ui.scm (highlight-argument): New macro.
(%highlight-argument): New procedure.
(define-diagnostic): Use 'highlight-argument'.
| Ludovic Courtès |
2019-04-10 | ui: Colorize hints.•••* guix/ui.scm (%info-colors): Remove CYAN.
(%hint-colors): New variable.
(display-hint): Adjust so that the "hint:" prefix is colorized.
| Ludovic Courtès |
2019-04-10 | gnu: Add public-inbox.•••* gnu/packages/mail.scm (public-inbox): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-plack-middleware-deflater.•••* gnu/packages/web.scm (perl-plack-middleware-deflater): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-search-xapian.•••* gnu/packages/search.scm (perl-search-xapian): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-danga-socket.•••* gnu/packages/networking.scm (perl-danga-socket): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-sys-syscall.•••* gnu/packages/perl.scm (perl-sys-syscall): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-filesys-notify-simple.•••* gnu/packages/perl.scm (perl-filesys-notify-simple): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-devel-leak.•••* gnu/packages/perl.scm (perl-devel-leak): New variable.
| 宋文武 |
2019-04-10 | gnu: Add perl-email-address-xs.•••* gnu/packages/mail.scm (perl-email-address-xs): New variable.
| 宋文武 |
2019-04-10 | ui: Colorize diagnostics.•••* guix/ui.scm (define-diagnostic): Add 'colors' parameter and pass it to
'print-diagnostic-prefix'.
(warning, info, report-error): Add extra argument.
(%warning-colors, %info-colors, %error-colors): New variables.
(print-diagnostic-prefix): Add #:colors parameter and honor it.
| Ludovic Courtès |
2019-04-10 | ui: Diagnostic procedures can display error location.•••* guix/ui.scm (define-diagnostic): Add optional 'location' parameter.
Pass it to 'print-diagnostic-prefix'.
(print-diagnostic-prefix): Add optional 'location' parameter and honor
it.
(report-load-error): Use 'report-error' and 'warning' instead
of (format (current-error-port) …).
| Ludovic Courtès |
2019-04-10 | ui: Factorize 'print-diagnostic-prefix'.•••* guix/ui.scm (define-diagnostic): Emit call to 'print-diagnostic-prefix'.
(print-diagnostic-prefix): New procedure.
| Ludovic Courtès |
2019-04-10 | ui: Make diagnostic message prefix translatable.•••* guix/ui.scm (define-diagnostic): Expect PREFIX to be enclosed in
'G_'. Emit call to 'gettext' on PREFIX.
(warning, info, report-error): Wrap prefix in 'G_'.
| Ludovic Courtès |
2019-04-10 | ui: Fix i18n for diagnostic messages.•••Until now, we'd pass 'gettext' the "augmented" format string, which
'gettext' would not find in message catalogs. Now we pass it FMT as is,
which is what catalogs contain.
* guix/ui.scm (define-diagnostic)[augmented-format-string]: Remove.
Emit one 'format' call to print the prefix, and a second one to print
the actual message.
| Ludovic Courtès |
2019-04-10 | Add (guix colors).•••* guix/colors.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/ui.scm (color-table, color, colorize-string): Remove.
* guix/status.scm (isatty?*, color-output? color-rules): Remove.
| Ludovic Courtès |
2019-04-10 | store: 'with-store' expands to a single procedure call.•••* guix/store.scm (call-with-store): New procedure.
(with-store): Write in terms of 'call-with-store'.
| Ludovic Courtès |
2019-04-10 | doc: Adjust desktop instructions for GDM.•••* gnu/system/examples/desktop.tmpl: Adjust comment that referred to SLiM.
| Ludovic Courtès |
2019-04-10 | guix package: Use absolute file names in search path recommendations.•••Suggested by Chris Marusich.
* guix/scripts/package.scm (absolutize): New procedure.
(display-search-paths): Use it.
| Ludovic Courtès |
2019-04-09 | gnu: nginx: Update to 1.15.11.•••* gnu/packages/web.scm (nginx): Update to 1.15.11.
| Marius Bakke |
2019-04-09 | gnu: miniupnpc: Update to 2.1.20190408.•••* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190408.
| Marius Bakke |
2019-04-09 | gnu: samba: Update to 4.10.2 [security fixes].•••This release fixes CVE-2019-3870 and CVE-2019-3880.
* gnu/packages/samba.scm (samba): Update to 4.10.2.
| Marius Bakke |
2019-04-09 | gnu: libsoup: Update to 2.66.1.•••* gnu/packages/gnome.scm (libsoup): Update to 2.66.1.
| Marius Bakke |
2019-04-09 | gnu: WebKitGTK: Update to 2.24.1 [fixes CVE-2019-6251].•••* gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.1.
| Marius Bakke |