summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: ath9k-htc-firmware: Use INSTALL-FILE.Tobias Geerinckx-Rice2018-03-02
| | | | | * gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Substitute INSTALL-FILE for COPY-FILE with MKDIR-P.
* gnu: ovmf: Update phase style.Tobias Geerinckx-Rice2018-03-02
| | | | | * gnu/packages/firmware.scm (ovmf): Substitute INVOKE for SYSTEM* and end phases with #t.
* gnu: ovmf: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/firmware.scm (ovmf)[home-page]: Use HTTPS.
* gnu: b43-tools: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/firmware.scm (b43-tools)[home-page]: Use HTTPS.
* gnu: b43-tools: Update phase style.Tobias Geerinckx-Rice2018-03-02
| | | | | * gnu/packages/firmware.scm (b43-tools)[arguments]: Substitute INVOKE for SYSTEM* and FOR-EACH for EVERY, and end phases with #t.
* gnu: b43-tools: Update to 0.0.0-1.27892ef.Tobias Geerinckx-Rice2018-03-02
| | | | | * gnu/packages/firmware.scm (b43-tools): Update to 0.0.0-1.27892ef. [version]: Use our standard versioning scheme.
* gnu: Update (gnu packages python-web) phase styles.Tobias Geerinckx-Rice2018-03-02
| | | | | | | * gnu/packages/python-web.scm (python-openid, python-terminado) (python-geventhttpclient, python-cachecontrol, python-webencodings) (python-s3transfer)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t.
* gnu: python-flask-script: Update to 2.0.6.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-flask-script): Update to 2.0.6.
* gnu: python-htmlmin: Update to 0.1.12.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-htmlmin): Update to 0.1.12.
* gnu: python-s3transfer: Update to 0.1.13.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-s3transfer): Update to 0.1.13.
* gnu: python-webtest: Update to 2.0.29.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-webtest): Update to 2.0.29.
* gnu: python-ndg-httpsclient: Update to 0.4.4.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.4.4.
* gnu: python-cssutils: Update to 1.0.2.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-cssutils): Update to 1.0.2.
* gnu: python-flask-babel: Update to 0.11.2.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/python-web.scm (python-flask-babel): Update to 0.11.2.
* guix system: Check for the lack of modules in the initrd.Ludovic Courtès2018-03-02
| | | | | | | | | | | | | * guix/scripts/system.scm (check-mapped-devices): Take an OS instead of a list of <mapped-device>. Pass #:needed-for-boot? and #:initrd-modules to CHECK. (check-initrd-modules): New procedure. (perform-action): Move 'check-mapped-devices' call first. Add call to 'check-initrd-modules'. * gnu/system/mapped-devices.scm (check-device-initrd-modules): New procedure. (check-luks-device): Add #:initrd-modules and #:needed-for-boot?. Use them to call 'check-device-initrd-modules'.
* system: Add 'initrd-modules' field.Ludovic Courtès2018-03-02
| | | | | | | | | | | | | | * gnu/system.scm (<operating-system>)[initrd-modules]: New field. (operating-system-initrd-file): Pass #:linux-modules to 'make-initrd'. * gnu/system/linux-initrd.scm (default-initrd-modules): New procedure. (%base-initrd-modules): New macro. (base-initrd): Add #:linux-modules and honor it. * gnu/system/install.scm (embedded-installation-os): Use 'initrd-modules' instead of 'initrd'. * gnu/tests/install.scm (%raid-root-os): Likewise. * doc/guix.texi (operating-system Reference): Add 'initrd-modules'. (Initial RAM Disk): Document it. Adjust example to not use #:extra-modules.
* linux-initrd: Separate file system module logic.Ludovic Courtès2018-03-02
| | | | | | | | | * gnu/system/linux-initrd.scm (vhash, lookup-procedure): New macros. (file-system-type-modules, file-system-modules): New procedures. (base-initrd)[cifs-modules, virtio-9p-modules]: Remove. [file-system-type-predicate]: Remove. Use 'file-system-modules' instead of 'find' + 'file-system-type-predicate'.
* linux-modules: Add 'device-module-aliases' and related procedures.Ludovic Courtès2018-03-02
| | | | | | | | | * gnu/build/linux-modules.scm (readlink*, stat->device-major) (stat->device-minor): New procedures. (%not-slash): New variable. (read-uevent, device-module-aliases, read-module-aliases) (current-alias-file, known-module-aliases, matching-modules): New procedures.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2018-03-02
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
* gnu: icecat: Update to 52.6.0-gnu1.Mark H Weaver2018-03-02
| | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat): Update to 52.6.0-gnu1. [source]: Remove patches that are no longer needed. * gnu/packages/patches/icecat-bug-1348660-pt5.patch, gnu/packages/patches/icecat-bug-1414945.patch, gnu/packages/patches/icecat-bug-1415133.patch, gnu/packages/patches/icecat-bug-1424373-pt2.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].Leo Famulari2018-03-01
| | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.8.
* gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058].Leo Famulari2018-03-01
| | | | * gnu/packages/databases.scm (postgresql): Update to 10.3.
* gnu: memcached: Update to 1.5.6.Leo Famulari2018-03-01
| | | | * gnu/packages/databases.scm (memcached): Update to 1.5.6.
* gnu: linux-libre: Update to 4.15.7.Mark H Weaver2018-03-01
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.7. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.23.Mark H Weaver2018-03-01
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.23. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.85.Mark H Weaver2018-03-01
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.85.
* gnu: linux-libre@4.4: Update to 4.4.119.Mark H Weaver2018-03-01
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.119.
* gnu: php: Fix test failure.Julien Lepiller2018-03-01
| | | | | | | * gnu/packages/php.scm (php)[inputs]: Use gd-for-php. (gd-for-php): New private variable. * gnu/packages/patches/gd-CVE-2018-5711.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: sdcc: Fix typo in description.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/sdcc.scm (sdcc)[description]: Fix (upstream) typo. Add hyphens.
* gnu: sdcc: Update to 3.7.0.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/sdcc.scm (sdcc): Update to 3.7.0.
* gnu: php: Update to 7.2.3.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/php.scm (php): Update to 7.2.3.
* gnu: python-stem: Update to 1.6.0.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/python.scm (python-stem): Update to 1.6.0. [arguments]: Add ‘fix-test-environment’ phase.
* gnu: onionshare: Update phase style.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
* gnu: privoxy: Update phase style.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
* gnu: python-stem: Update phase style.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
* gnu: liblo: Update to 0.29.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/audio.scm (liblo): Update to 0.29.
* gnu: nagios: Update to 4.3.4.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/monitoring.scm (nagios): Update to 4.3.4.
* gnu: libftdi: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/libftdi.scm (libftdi)[home-page]: Use HTTPS.
* gnu: dbacl: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/textutils.scm (dbacl)[home-page]: Use HTTPS.
* gnu: dbacl: Update phase style.Tobias Geerinckx-Rice2018-03-01
| | | | * gnu/packages/textutils.scm (dbacl)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t.
* gnu: Graft glibc to allow execution on Linux 2.6.32.Ricardo Wurmus2018-03-01
| | | | | | | * gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc/linux)[replacement]: New field. (glibc-2.26-patched): New variable.
* gnu: r-httpuv: Update to 1.3.6.1.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/web.scm (r-httpuv): Update to 1.3.6.1.
* gnu: r-lubridate: Update to 1.7.3.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-lubridate): Update to 1.7.3.
* gnu: r-tidyselect: Update to 0.2.4.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.4.
* gnu: r-rmarkdown: Update to 1.9.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-rmarkdown): Update to 1.9.
* gnu: r-rcpparmadillo: Update to 0.8.400.0.0.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.400.0.0.
* gnu: r-yaml: Update to 2.1.17.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-yaml): Update to 2.1.17.
* gnu: r-gdtools: Update to 0.1.7.Ricardo Wurmus2018-03-01
| | | | | * gnu/packages/statistics.scm (r-gdtools): Update to 0.1.7. [inputs]: Add zlib.
* gnu: r-rpart: Update to 4.1-13.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-rpart): Update to 4.1-13.
* gnu: r-mass: Update to 7.3-49.Ricardo Wurmus2018-03-01
| | | | * gnu/packages/statistics.scm (r-mass): Update to 7.3-49.