| Commit message (Expand) | Author | Age |
* | install: Add 'install-database-and-gc-roots'.•••* gnu/build/install.scm (%root-profile): New variable.
(install-database-and-gc-roots): New procedure.
(populate-single-profile-directory): Replace inline code with a call to
'install-database-and-gc-roots'.
| Ludovic Courtès | 2018-11-06 |
* | pack: Import (guix store database) only when '--localstatedir' is passed.•••This is another way to address <https://bugs.gnu.org/32184>, which was
previously addressed in commit 19c924af4f3726688ca155a905ebf1cb9acdfca2.
* gnu/build/install.scm (register-closure): Move to...
* gnu/build/vm.scm (register-closure): ... here. New procedure.
* guix/scripts/pack.scm (self-contained-tarball)[build]: Remove
now unneeded 'with-extensions' form and custom (guix config) module.
* tests/guix-pack.sh: Revert the strategy from
commit 19c924af4f3726688ca155a905ebf1cb9acdfca2.
* tests/pack.scm ("self-contained-tarball"): Likewise.
| Ludovic Courtès | 2018-11-06 |
* | pack: Move store database creation to a separate derivation.•••* guix/scripts/pack.scm (store-database): New procedure.
(self-contained-tarball): Use it when LOCALSTATEDIR? is true.
Remove 'schema' and add 'database'.
[build]: Pass DATABASE to 'populate-single-profile-directory'.
(squashfs-image): Remove #:deduplicate? parameter.
[build]: Remove (gnu build install) and (guix config) from the imported
modules. Remove 'with-extensions'.
* gnu/build/install.scm (populate-single-profile-directory): Remove
#:deduplicate?, #:register?, and #:schema; add #:database. Remove call
to 'register-closure' and simply copy DATABASE instead.
| Ludovic Courtès | 2018-11-06 |
* | gnu: nginx: Update to 1.14.1 [security fixes].•••This fixes CVE-2018-16843, CVE-2018-16844, and CVE-2018-16845.
* gnu/packages/web.scm (nginx): Update to 1.14.1.
| Marius Bakke | 2018-11-06 |
* | guix: Update to Bioconductor 3.8.•••* guix/import/cran.scm (%bioconductor-version): Update to 3.8.
* guix/build-system/r.scm (bioconductor-uri): Update archive URL.
| Ricardo Wurmus | 2018-11-06 |
* | gnu: Syncthing: Update to 0.14.52.•••* gnu/packages/syncthing.scm (syncthing): Update to 0.14.52.
| Leo Famulari | 2018-11-06 |
* | gnu: libgit2: Work around test failures on 32-bit platforms.•••* gnu/packages/patches/libgit2-oom-test.patch: New file.
* gnu/packages/version-control.scm (libgit2)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès | 2018-11-06 |
* | gnu: Add xcb-util-errors.•••* gnu/packages/xorg.scm (xcb-util-errors): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Stefan Stefanović | 2018-11-06 |
* | self: Install shell completion files.•••* guix/self.scm (miscellaneous-files): New procedure.
(whole-package): Remove #:substitute-keys, add #:miscellany.
[build]: Remove code for SUBSTITUTE-KEYS and add code to copy MISCELLANY
to OUTPUT.
(compiled-guix): Adjust call to 'whole-package'.
| Ludovic Courtès | 2018-11-06 |
* | nls: Update 'de' translation. | Ludovic Courtès | 2018-11-06 |
* | self: Rename 'sub-directory' to 'file-append*'.•••* guix/self.scm (sub-directory): Rename to...
(file-append*): ... this. Add #:recursive? parameter and pass it to
'local-file'.
(locale-data, info-manual, compiled-guix): Adjust accordingly.
| Ludovic Courtès | 2018-11-06 |
* | gnu: guile-sqlite3: Update home page.•••* gnu/packages/guile.scm (guile-sqlite3)[home-page]: Update.
| Ludovic Courtès | 2018-11-06 |
* | gnu: Add r-weights.•••* gnu/packages/cran.scm (r-weights): New variable.
Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
| lakshmi | 2018-11-06 |
* | gnu: youtube-dl: Update to 2018.11.03.•••* gnu/packages/video.scm (youtube-dl): Update to 2018.11.03.
| Tobias Geerinckx-Rice | 2018-11-06 |
* | gnu: terraform-docs: Update to 0.5.0.•••* gnu/packages/terraform.scm (terraform-docs): Update to 0.5.0.
[native-inputs]: Remove them all.
| Tobias Geerinckx-Rice | 2018-11-06 |
* | gnu: jq: Don't use NAME in source URI.•••* gnu/packages/web.scm (jq)[source]: Code more hard.
| Tobias Geerinckx-Rice | 2018-11-06 |
* | gnu: jq: Update to 1.6.•••* gnu/packages/web.scm (jq): Update to 1.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/jq-CVE-2015-8863.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice | 2018-11-06 |
* | gnu: ffmpeg: Update to 4.1.•••* gnu/packages/video.scm (ffmpeg): Update to 4.1.
| Rutger Helling | 2018-11-06 |
* | Revert "gnu: c-ares: Update to 1.15.0."•••c-ares has more than 3000 dependant packages.
This reverts commit b588adc96feec4498857ecb6d3537f746b0c0463.
| Efraim Flashner | 2018-11-06 |
* | gnu: c-ares: Update to 1.15.0.•••* gnu/packages/adns.scm (c-ares): Update to 1.15.0.
| Efraim Flashner | 2018-11-06 |
* | gnu: services: dns: Fix 'ddclient-activation'.•••* gnu/services/dns.scm (ddclient-activation): Fix procedure.
| Oleg Pykhalov | 2018-11-06 |
* | ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.•••* guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variable to
the `open-connection' call so that it is honored.
| Maxim Cournoyer | 2018-11-05 |
* | self: Install substitute keys.•••* guix/self.scm (whole-package): Add #:substitute-keys and honor it.
(compiled-guix): Pass #:substitute-keys to 'whole-package' when
PULL-VERSION is one.
| Ludovic Courtès | 2018-11-06 |
* | maint: Move substitute public keys to etc/substitutes.•••* berlin.guixsd.org.pub, hydra.gnu.org.pub: Move to...
* etc/substitutes: ... here. New directory.
* Makefile.am (dist_pkgdata_DATA): Adjust accordingly.
| Ludovic Courtès | 2018-11-06 |
* | self: Remove extra paren in manual version string.•••* guix/self.scm (info-manual)[build]: Remove extra closing paren in
VERSION.
| Ludovic Courtès | 2018-11-06 |
* | pull: Make '--dry-run' behave as expected.•••* guix/scripts/pull.scm (show-help): Document '--dry-run'.
(build-and-install): Add #:dry-run? parameter and honor it.
(guix-pull): Remove (assoc-ref opts 'dry-run?) condition. Instead, pass
it as #:dry-run? to 'build-and-install'.
* doc/guix.texi (Invoking guix pull): Document '--dry-run'. Move
'--verbose' to the bottom.
| Ludovic Courtès | 2018-11-06 |
* | bash completion: Restore completion of available packages for 'guix build'.•••Fixes a regression introduced in
9b0a755f642542dd96065ad05ec9d844d8077fd7 whereby 'guix build TAB' would
not suggest any completion.
* etc/completion/bash/guix (_guix_complete): Arrange so 'guix build TAB'
completes available packages.
| Ludovic Courtès | 2018-11-06 |
* | gnu: xf86-video-intel: Update to commit 0932a6b37ba6d5c9e916a1cb6ab89c3205b81...•••* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-11.0932a6b.
| Marius Bakke | 2018-11-05 |
* | gnu: xapian: Update to 1.4.9.•••* gnu/packages/patches/xapian-revert-5489fb2f8.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/search.scm (xapian): Update to 1.4.9.
[source](patches): Remove.
(python-xapian-bindings): Update to 1.4.9.
| Marius Bakke | 2018-11-05 |
* | gnu: libssh: Update to 0.7.7.•••* gnu/packages/ssh.scm (libssh): Update to 0.7.7.
| Marius Bakke | 2018-11-05 |
* | gnu: strace: Update to 4.25.•••* gnu/packages/linux.scm (strace): Update to 4.25.
| Marius Bakke | 2018-11-05 |
* | gnu: libmtp: Update to 1.1.16.•••* gnu/packages/libusb.scm (libmtp): Update to 1.1.16.
| Marius Bakke | 2018-11-05 |
* | gnu: libgit2: Update to 0.26.8.•••* gnu/packages/version-control.scm (libgit2): Update to 0.26.8.
| Marius Bakke | 2018-11-05 |
* | gnu: i3-wm: Update to 4.16.•••* gnu/packages/wm.scm (i3-wm): Update to 4.16.
| Marius Bakke | 2018-11-05 |
* | gnu: libgphoto2: Update to 2.5.20.•••* gnu/packages/photo.scm (libgphoto2): Update to 2.5.20.
| Marius Bakke | 2018-11-05 |
* | gnu: glm: Update to 0.9.9.3.•••* gnu/packages/maths.scm (glm): Update to 0.9.9.3.
| Marius Bakke | 2018-11-05 |
* | gnu: ffmpeg: Update to 4.0.3.•••* gnu/packages/video.scm (ffmpeg): Update to 4.0.3.
| Marius Bakke | 2018-11-05 |
* | gnu: ffmpeg@3.4: Update to 3.4.5.•••* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
| Marius Bakke | 2018-11-05 |
* | gnu: feh: Update to 2.28.1.•••* gnu/packages/image-viewers.scm (feh): Update to 2.28.1.
| Marius Bakke | 2018-11-05 |
* | gnu: libsoup: Update to 2.64.2.•••* gnu/packages/gnome.scm (libsoup): Update to 2.64.2.
| Marius Bakke | 2018-11-05 |
* | gnu: mono: Update home page.•••* gnu/packages/mono.scm (mono)[home-page]: Use HTTPS.
| Marius Bakke | 2018-11-05 |
* | gnu: ruby-rack: Update to 2.0.6 [fixes CVE-2018-{16470,16471}].•••* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.6.
| Leo Famulari | 2018-11-05 |
* | gnu: emacs-mu4e-conversation: Update to 20181105.•••* gnu/packages/emacs.scm (emacs-mu4e-conversation): Update to 20181105.
| Pierre Neidhardt | 2018-11-05 |
* | gnu: Add emacs-helm-slime.•••* gnu/packages/emacs.scm (emacs-helm-slime): New variable.
| Pierre Neidhardt | 2018-11-05 |
* | gnu: linux-libre: Update to 4.19.1.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.1.
(%linux-libre-hash): Update hash.
| Mark H Weaver | 2018-11-05 |
* | gnu: linux-libre@4.14: Update to 4.14.79.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.79.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver | 2018-11-05 |
* | libreoffice: honor '--cores=...' during build.•••* gnu/packages/libreoffice.scm (libreoffice)[configure-flags]: Add
'--with-parallelism' flag.
| Eric Bavier | 2018-11-04 |
* | gnu: Add fswatch.•••* gnu/packages/monitoring.scm (fswatch): New variable.
| Danny Milosavljevic | 2018-11-05 |
* | gnu: python-ilinkedlist: Update to 0.2.0.•••* gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Luther Thompson | 2018-11-05 |
* | gnu: pelican: Update to 3.7.1.•••* gnu/packages/python.scm (pelican): Update to 3.7.1.
[home-page]: Use HTTPS URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vagrant Cascadian | 2018-11-05 |