summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: sddm: Update to 0.18.0.Stefan Stefanović2018-07-22
| | | | | | | | * gnu/packages/display-managers.scm (sddm): Update to 0.18.0. * gnu/packages/patches/sddm-fix-build-with-qt-5.11-1024.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: chemistry.scm: Add missing import.Marius Bakke2018-07-22
| | | | | | This is a follow-up to commit eb5ece73a84439d21219a802c0dcb88d54046371. * gnu/packages/chemistry.scm: Import (gnu packages).
* gnu: Add u-boot-cubietruck.Julien Lepiller2018-07-22
| | | | * gnu/packages/bootloaders.scm (u-boot-cubietruck): New variable.
* gnu: minetest: Update to 0.4.17.Kei Kebreau2018-07-21
| | | | * gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.17.
* gnu: openbabel: Fix crash when opening NWChem output files.Kei Kebreau2018-07-21
| | | | | | * gnu/packages/patches/openbabel-fix-crash-on-nwchem-output.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/chemistry.scm (openbabel)[source]: Use it.
* gnu: youtube-dl: Update to 2018.07.10.Björn Höfling2018-07-21
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.07.10. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: calibre: Update to 3.28.0.Andreas Enge2018-07-21
| | | | * gnu/packages/ebook.scm (calibre): Update to 3.28.0.
* gnu: libgaiagraphics: Fix typo.Brendan Tildesley2018-07-20
| | | | | | * gnu/packages/geo.scm: (libgaiagraphics)[inputs]: Fix typo. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: vdirsyncer: Update to 0.16.7.Leo Famulari2018-07-20
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
* install: Add service for the loopback device.Ludovic Courtès2018-07-20
| | | | | | | | Lack of a loopback device prevented the system from building starting from commit 363c946b36a77aa6f0e60b8c93a171d2e649164f. * gnu/system/install.scm (%installation-services): Add 'static-networking-service-type' instance for 'lo'.
* gnu: ffmpeg: Update to 4.0.2.Marius Bakke2018-07-20
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.0.2.
* gnu: ffmpeg@3.4: Update to 3.4.4.Marius Bakke2018-07-20
| | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.4.
* gnu: feh: Update to 2.27.1.Marius Bakke2018-07-20
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.27.1.
* database: Reset timestamps to one second after the Epoch.Ludovic Courtès2018-07-20
| | | | | | | | | | | | | | | | | | Previously, store items registered in the database by this code (for instance, store items retrieved by 'guix offload' and passed to 'restore-file-set') would have an mtime of 0 instead of 1. This would cause problems for things like .go files: Guile would consider them to be older than the corresponding .scm file, and consequently it would ignore them and possibly use another (incorrect) .go file. Reported by Ricardo Wurmus. * guix/store/database.scm (reset-timestamps): Pass 1, not 0, to 'utime'. * tests/store-database.scm ("register-path"): Check the mtime of FILE and REF.
* deduplication: Work around Guile bug in 'seek'.Ludovic Courtès2018-07-20
| | | | | | | | | | Fixes <https://bugs.gnu.org/32161>. Reported by Ricardo Wurmus <rekado@elephly.net>. This mostly reverts 83099892e0cf0d9c59f5e1a0774331026e48baa8. * guix/store/deduplication.scm (counting-wrapper-port): New procedure. (nar-sha256): Use it.
* gnu: gp2c: Update to 0.0.11.Andreas Enge2018-07-20
| | | | * gnu/packages/algebra.scm (gp2c): Update to 0.0.11.
* gnu: pari-gp: Update to 2.11.0.Andreas Enge2018-07-20
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.11.0.
* build-system/go: Use invoke instead of system*.Leo Famulari2018-07-19
| | | | | | * guix/build/go-build-system.scm (unpack, build): Use invoke. (install-source): Unconditionally return #t. (check): Use invoke and unconditionally return #t.
* gnu: bitcoin-core: Update to 0.16.1.Andreas Enge2018-07-19
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.16.1.
* gnu: php: Update to 7.2.8.Julien Lepiller2018-07-19
| | | | * gnu/packages/php.scm (php): Update to 7.2.8.
* gnu: busybox: Update to 1.29.1.Efraim Flashner2018-07-19
| | | | | * gnu/packages/busybox.scm (busybox): Update to 1.29.1. [arguments]: Add custom phase to change the default value of TASKSET.
* deduplication: Remove 'counting-wrapper-port'.Ludovic Courtès2018-07-19
| | | | | * guix/store/deduplication.scm (counting-wrapper-port): Remove. (nar-sha256): Call 'port-position' directly on PORT.
* hash: sha256 port now implements 'port-position'.Ludovic Courtès2018-07-19
| | | | | | | * guix/hash.scm (open-sha256-port)[position]: New variable. [get-position]: New procedure. Pass it to 'make-custom-binary-output-port'. * tests/hash.scm ("open-sha256-port, hello"): Test 'port-position'.
* self: Use the new 'imported-files'.Ludovic Courtès2018-07-19
| | | | | | | | | | That way, the source of most nodes is now a content-addressed store item instead of a derivation. * guix/self.scm (<file-mapping>): New record type. (file-mapping-compiler): New procedure. (scheme-node): Use 'file-mapping' instead of 'imported-files'. (imported-files): Remove.
* gexp: 'imported-files/derivation' can copy files instead of symlinking.Ludovic Courtès2018-07-19
| | | | | | | | * guix/gexp.scm (imported-files/derivation): Add #:symlink? and honor it. (imported-files): Pass #:symlink? to 'imported-files/derivation'. * tests/gexp.scm ("imported-files with file-like objects"): Add 'file=?' and use it instead of calling 'readlink'.
* gexp: 'imported-files' no longer creates a derivation by default.Ludovic Courtès2018-07-19
| | | | | | | | | | | | | | | | | | * guix/gexp.scm (gexp->derivation): Add #:import-creates-derivation?. Pass #:derivation? to 'imported-modules' and 'compiled-modules'. In -L argument, check whether MODULES is a derivation. (%not-slash): New variable. (file-mapping->tree): New procedure. (imported-files): Rename to... (imported-files/derivation): ... this. (imported-files): New procedure. Rewrite in terms of 'interned-file-tree' when possible; add #:derivation? parameter. (imported-modules, compiled-modules): Add #:derivation? parameter and pass it to 'imported-files'. * guix/packages.scm (patch-and-repack): Pass #:import-creates-derivation? to 'gexp->derivation'. * tests/gexp.scm ("imported-files"): Adjust to no longer expect a derivation.
* gexp: Remove unnecessary 'mlet'.Ludovic Courtès2018-07-19
| | | | * guix/gexp.scm (imported-modules): Use 'let' instead of 'mlet'.
* store: Add 'add-file-tree-to-store'.Ludovic Courtès2018-07-19
| | | | | | * guix/store.scm (%not-slash): New variable. (add-file-tree-to-store, interned-file-tree): New procedures. * tests/store.scm ("add-file-tree-to-store"): New test.
* serialization: Add 'write-file-tree'.Ludovic Courtès2018-07-19
| | | | | | | | * guix/serialization.scm (write-contents-from-port): New procedure. (write-contents): Write in terms of 'write-contents-from-port'. (filter/sort-directory-entries, write-file-tree): New procedures. (write-file): Rewrite in terms of 'write-file-tree'. * tests/nar.scm ("write-file-tree + restore-file"): New test.
* gnu: Add r-txtplot.Eric Brown2018-07-19
| | | | | | * gnu/packages/statistics.scm (r-txtplot): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: julia: Fix 'llvm' version.Rouby Pierre-Antoine2018-07-19
| | | | | | | | | Fixes a build failure with LLVM 6.0.x. * gnu/packages/julia.scm (julia)[inputs]: Use LLVM-3.9.1 instead of LLVM. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre: Update to 4.17.8.Mark H Weaver2018-07-18
| | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.8. (%linux-libre-hash): Update hash. (linux-libre): Remove patch.
* gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].Leo Famulari2018-07-18
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.3-1.
* gnu: services: Fix openssh service start error.Julien Lepiller2018-07-18
| | | | * gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.
* gnu: linux-libre: Update to 4.17.7.Mark H Weaver2018-07-18
| | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.7. (%linux-libre-hash): Update hash. (linux-libre)[source]: Add upstream patch to fix i686.
* gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].Leo Famulari2018-07-18
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.34.
* gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].Leo Famulari2018-07-18
| | | | * gnu/packages/messaging.scm (znc): Update to 1.7.1.
* gnu: Add emacs-rust-mode.Rouby Pierre-Antoine2018-07-18
| | | | | | * gnu/packages/emacs.scm (emacs-rust-mode): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: linux-libre@4.14: Update to 4.14.56.Mark H Weaver2018-07-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.56. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.113.Mark H Weaver2018-07-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.113.
* gnu: linux-libre@4.4: Update to 4.4.141.Mark H Weaver2018-07-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.141.
* gnu: Add openbabel.Kei Kebreau2018-07-17
| | | | * gnu/packages/chemistry.scm (openbabel): New variable.
* gnu: ghostscript: Fix CVE-2018-10194.Leo Famulari2018-07-17
| | | | | | | * gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field. (ghostscript/fixed): New variable. * gnu/packages/patches/ghostscript-CVE-2018-10194.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: certbot, python-acme: Update to 0.26.1.Leo Famulari2018-07-17
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.
* gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].Leo Famulari2018-07-17
| | | | | | * gnu/packages/cups.scm (cups-minimal)[replacement]: New field. (cups-minimal-2.2.8): New variable. (cups): Use package/inherit.
* gnu: whois: Update to 5.3.2.Marius Bakke2018-07-18
| | | | * gnu/packages/networking.scm (whois): Update to 5.3.2.
* gnu: rng-tools: Update to 6.3.1.Marius Bakke2018-07-18
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
* gnu: ffmpeg@2.8: Update to 2.8.15.Marius Bakke2018-07-18
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
* gnu: Add bsdiff.Marius Bakke2018-07-18
| | | | * gnu/packages/compression.scm (bsdiff): New public variable.
* gnu: sfml: Remove all bundled dependencies.Marius Bakke2018-07-18
| | | | | * gnu/packages/game-development.scm (sfml)[source](snippet): New field. [inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.