summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* install: Add 'install-database-and-gc-roots'.Ludovic Courtès2018-11-06
| | | | | | | * 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'.
* pack: Import (guix store database) only when '--localstatedir' is passed.Ludovic Courtès2018-11-06
| | | | | | | | | | | | | 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.
* pack: Move store database creation to a separate derivation.Ludovic Courtès2018-11-06
| | | | | | | | | | | | | * 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.
* gnu: nginx: Update to 1.14.1 [security fixes].Marius Bakke2018-11-06
| | | | | | This fixes CVE-2018-16843, CVE-2018-16844, and CVE-2018-16845. * gnu/packages/web.scm (nginx): Update to 1.14.1.
* gnu: Syncthing: Update to 0.14.52.Leo Famulari2018-11-06
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.52.
* gnu: libgit2: Work around test failures on 32-bit platforms.Ludovic Courtès2018-11-06
| | | | | | * 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.
* gnu: Add xcb-util-errors.Stefan Stefanović2018-11-06
| | | | | | * gnu/packages/xorg.scm (xcb-util-errors): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-sqlite3: Update home page.Ludovic Courtès2018-11-06
| | | | * gnu/packages/guile.scm (guile-sqlite3)[home-page]: Update.
* gnu: Add r-weights.lakshmi2018-11-06
| | | | | | * gnu/packages/cran.scm (r-weights): New variable. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: youtube-dl: Update to 2018.11.03.Tobias Geerinckx-Rice2018-11-06
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.11.03.
* gnu: terraform-docs: Update to 0.5.0.Tobias Geerinckx-Rice2018-11-06
| | | | | * gnu/packages/terraform.scm (terraform-docs): Update to 0.5.0. [native-inputs]: Remove them all.
* gnu: jq: Don't use NAME in source URI.Tobias Geerinckx-Rice2018-11-06
| | | | * gnu/packages/web.scm (jq)[source]: Code more hard.
* gnu: jq: Update to 1.6.Tobias Geerinckx-Rice2018-11-06
| | | | | | | * 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.
* gnu: ffmpeg: Update to 4.1.Rutger Helling2018-11-06
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.1.
* Revert "gnu: c-ares: Update to 1.15.0."Efraim Flashner2018-11-06
| | | | | | c-ares has more than 3000 dependant packages. This reverts commit b588adc96feec4498857ecb6d3537f746b0c0463.
* gnu: c-ares: Update to 1.15.0.Efraim Flashner2018-11-06
| | | | * gnu/packages/adns.scm (c-ares): Update to 1.15.0.
* gnu: services: dns: Fix 'ddclient-activation'.Oleg Pykhalov2018-11-06
| | | | * gnu/services/dns.scm (ddclient-activation): Fix procedure.
* gnu: xf86-video-intel: Update to commit ↵Marius Bakke2018-11-05
| | | | | | 0932a6b37ba6d5c9e916a1cb6ab89c3205b81a0c. * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-11.0932a6b.
* gnu: xapian: Update to 1.4.9.Marius Bakke2018-11-05
| | | | | | | | * 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.
* gnu: libssh: Update to 0.7.7.Marius Bakke2018-11-05
| | | | * gnu/packages/ssh.scm (libssh): Update to 0.7.7.
* gnu: strace: Update to 4.25.Marius Bakke2018-11-05
| | | | * gnu/packages/linux.scm (strace): Update to 4.25.
* gnu: libmtp: Update to 1.1.16.Marius Bakke2018-11-05
| | | | * gnu/packages/libusb.scm (libmtp): Update to 1.1.16.
* gnu: libgit2: Update to 0.26.8.Marius Bakke2018-11-05
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.8.
* gnu: i3-wm: Update to 4.16.Marius Bakke2018-11-05
| | | | * gnu/packages/wm.scm (i3-wm): Update to 4.16.
* gnu: libgphoto2: Update to 2.5.20.Marius Bakke2018-11-05
| | | | * gnu/packages/photo.scm (libgphoto2): Update to 2.5.20.
* gnu: glm: Update to 0.9.9.3.Marius Bakke2018-11-05
| | | | * gnu/packages/maths.scm (glm): Update to 0.9.9.3.
* gnu: ffmpeg: Update to 4.0.3.Marius Bakke2018-11-05
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.0.3.
* gnu: ffmpeg@3.4: Update to 3.4.5.Marius Bakke2018-11-05
| | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
* gnu: feh: Update to 2.28.1.Marius Bakke2018-11-05
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.28.1.
* gnu: libsoup: Update to 2.64.2.Marius Bakke2018-11-05
| | | | * gnu/packages/gnome.scm (libsoup): Update to 2.64.2.
* gnu: mono: Update home page.Marius Bakke2018-11-05
| | | | * gnu/packages/mono.scm (mono)[home-page]: Use HTTPS.
* gnu: ruby-rack: Update to 2.0.6 [fixes CVE-2018-{16470,16471}].Leo Famulari2018-11-05
| | | | * gnu/packages/ruby.scm (ruby-rack): Update to 2.0.6.
* gnu: emacs-mu4e-conversation: Update to 20181105.Pierre Neidhardt2018-11-05
| | | | * gnu/packages/emacs.scm (emacs-mu4e-conversation): Update to 20181105.
* gnu: Add emacs-helm-slime.Pierre Neidhardt2018-11-05
| | | | * gnu/packages/emacs.scm (emacs-helm-slime): New variable.
* gnu: linux-libre: Update to 4.19.1.Mark H Weaver2018-11-05
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.1. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.79.Mark H Weaver2018-11-05
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.79. (%linux-libre-4.14-hash): Update hash.
* libreoffice: honor '--cores=...' during build.Eric Bavier2018-11-04
| | | | | * gnu/packages/libreoffice.scm (libreoffice)[configure-flags]: Add '--with-parallelism' flag.
* gnu: Add fswatch.Danny Milosavljevic2018-11-05
| | | | * gnu/packages/monitoring.scm (fswatch): New variable.
* gnu: python-ilinkedlist: Update to 0.2.0.Luther Thompson2018-11-05
| | | | | | * gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pelican: Update to 3.7.1.Vagrant Cascadian2018-11-05
| | | | | | | * gnu/packages/python.scm (pelican): Update to 3.7.1. [home-page]: Use HTTPS URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xonotic: Add icon and category to desktop files.Pkill -92018-11-05
| | | | | | | * gnu/packages/games.scm (xonotic): Add icon ("xonotic") and category ("Game") to the .desktop files for Xonotic. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* artwork: Clone over HTTPS.Ludovic Courtès2018-11-05
| | | | | | | Suggested by Leo Famulari <leo@famulari.name> at <https://lists.gnu.org/archive/html/help-guix/2018-11/msg00039.html>. * gnu/artwork.scm (%artwork-repository): Switch to HTTPS URL.
* install: Parameterize the profile name for 'populate-single-profile-directory'.Ludovic Courtès2018-11-05
| | | | | | | * gnu/build/install.scm (populate-single-profile-directory): Add #:profile-name. Replace hard-coded occurrences of "guix-profile" with PROFILE-NAME. Make the symlink part under /root a function of PROFILE-NAME.
* gnu: go-github-com-urfave-cli: Remove duplicate declaration.Pierre Neidhardt2018-11-04
| | | | * gnu/packages/golang.scm (go-github-com-urfave-cli): Remove duplicate declaration.
* gnu: myrepos: Wrap the webcheckout binary.Efraim Flashner2018-11-04
| | | | | | | * gnu/packages/version-control.scm (myrepos)[arguments]: Add a custom 'wrap-webcheckout phase to wrap webcheckout with its perl libraries. [inputs]: Add perl-encode-locale, perl-html-parser, perl-http-date, perl-http-message, perl-libwww, perl-try-tiny, perl-uri.
* gnu: debian-archive-keyring: Update to 2018.1.Efraim Flashner2018-11-04
| | | | | * gnu/packages/debian.scm (debian-archive-keyring): Update to 2018.1. [source]: Download from git repository.
* gnu: ruby@2.3: Update to 2.3.8.Efraim Flashner2018-11-04
| | | | * gnu/packages/ruby.scm (ruby@2.3): Update to 2.3.8.
* gnu: debootstrap: Update to 1.0.109.Efraim Flashner2018-11-04
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.109.
* gnu: mpop: Update to 1.4.0.Arun Isaac2018-11-04
| | | | * gnu/packages/mail.scm (mpop): Update to 1.4.0.
* gnu: sbcl-lift: Don't keep the bundled website.Efraim Flashner2018-11-03
| | | | | * gnu/packages/lisp.scm (sbcl-lift)[source]: Remove bundled website. [arguments]: Remove custom 'make-gzips-writable phase.