summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gexp: Store compilers in a hash table for O(1) lookup.Ludovic Courtès2016-09-10
| | | | | | | | | | | | | * guix/gexp.scm (<gexp-compiler>)[predicate]: Remove. [type]: New field. (%gexp-compilers): Turn into a hash table. (register-compiler!, lookup-compiler, lookup-expander): Adjust accordingly. (define-gexp-compiler): Replace 'predicate' by 'record-type'. (derivation-compiler, local-file-compiler, plain-file-compiler) (computed-file-compiler, program-file-compiler, scheme-file-compiler) (file-append-compiler): Adjust accordingly. * guix/packages.scm (package-compiler, origin-compiler): Likewise.
* gnu: pdf: Remove erroneous module import.Leo Famulari2016-09-10
| | | | | | This is a followup to commit c41d97bed6ee1765e0845567444d4d2af1a4d373. * gnu/packages/pdf.scm: Don't import (gnu packages javascript).
* gnu: letsencrypt: Superseded by certbot.Leo Famulari2016-09-09
| | | | * gnu/packages/tls.scm (letsencrypt)[properties]: New field.
* gnu: Remove openjpeg-2.0.Leo Famulari2016-09-09
| | | | * gnu/packages/image.scm (openjpeg-2.0): Remove variable.
* gnu: mupdf: Update to 1.9a.Leo Famulari2016-09-09
| | | | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.9a. [source]: Use "mupdf-build-with-openjpeg-2.1.patch". Adjust snippet to preserve bundled 'thirdparty/mujs'. [inputs]: Add harfbuzz. Replace openjpeg-2.0 with openjpeg. * gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: openjpeg: Fix CVE-2016-5157.Leo Famulari2016-09-09
| | | | | | * gnu/packages/patches/openjpeg-CVE-2016-5157.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg): Use it.
* gnu: openjpeg-2.*: Fix CVE-2016-7163.Leo Famulari2016-09-09
| | | | | | * gnu/packages/patches/openjpeg-CVE-2016-7163.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0): Use it.
* gnu: openjpeg: Update to 2.1.1.Leo Famulari2016-09-09
| | | | | | | * gnu/packages/image.scm (openjpeg): Update to 2.1.1. [source]: Use GitHub URL and add file-name field. Remove "openjpeg-use-after-free-fix.patch" and "openjpeg-CVE-2015-6581.patch" from patches.
* gnu: bamm: Update to 1.7.3.Ben Woodcroft2016-09-10
| | | | * gnu/packages/bioinformatics.scm (bamm): Update to 1.7.3.
* system: Build the initrd file name with 'file-append'.Ludovic Courtès2016-09-09
| | | | | | * gnu/system.scm (operating-system-initrd-file) (operating-system-grub.cfg): Use 'file-append' to construct the initrd file name.
* system: grub: Allow arbitrary kernel file names in 'menu-entry'.Ludovic Courtès2016-09-09
| | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20067>. Reported by Tomáš Čech <sleep_walker@suse.cz>. * gnu/system.scm (system-linux-image-file-name) (operating-system-kernel-file): New procedures. (operating-system-grub.cfg): Use 'operating-system-kernel-file' for the 'kernel' field of 'menu-entry'. (operating-system-parameters-file): Likewise for the 'kernel' entry. (read-boot-parameters): Adjust 'kernel' field so that it contains the absolute file name of the image. * gnu/system/grub.scm (grub-configuration-file)[linux-image-name]: Remove. [entry->gexp]: Assume LINUX is the absolute file name of the kernel image. * doc/guix.texi (GRUB Configuration): Add an example, and adjust 'kernel' field documentation accordingly.
* gexp: Add 'file-append'.Ludovic Courtès2016-09-09
| | | | | | | | | | * guix/gexp.scm (<file-append>): New record type. (file-append): New procedure. (file-append-compiler): New gexp compiler. * tests/gexp.scm ("file-append", "file-append, output") ("file-append, nested", "gexp->file + file-append"): New tests. * doc/guix.texi (G-Expressions): Use it in 'nscd' and 'list-files' examples. Document 'file-append'.
* gexp: Compilers can now provide an "expander".Ludovic Courtès2016-09-09
| | | | | | | | | * guix/gexp.scm (<gexp-compiler>)[expand]: New field. (default-expander, lookup-expander): New procedures. (define-gexp-compiler): Add second pattern to allow for the definition of both a compiler and an expander. (gexp->sexp)[reference->sexp]: Call 'lookup-expander' and use its result.
* gexp: Remove outdated comment.Ludovic Courtès2016-09-09
| | | | * guix/gexp.scm (lower-references): Remove outdated "XXX" comment.
* gnu: geoclue: Update to 2.4.4.Leo Famulari2016-09-09
| | | | * gnu/packages/gnome.scm (geoclue): Update to 2.4.4.
* gnu: c-reduce: Upgrade to 2.5.0.Eric Bavier2016-09-09
| | | | | | * gnu/packages/debug.scm (c-reduce): Upgrade to 2.5.0. [inputs]: Remove delta and perl-benchmark-timer. Add perl-term-readkey. [arguments]: Adjust wrapper libraries.
* gnu: llvm: Build shared libraries.Eric Bavier2016-09-09
| | | | * gnu/packages/llvm.scm (llvm)[arguments]: Add -DBUILD_SHARED_LIBS to
* gnu: llvm: propagate zlib input.Eric Bavier2016-09-09
| | | | | * gnu/packages/llvm.scm (llvm)[inputs]: Move zlib from here... [ppropagated]: ...to here.
* gnu: Fix wrong import of '(gnu packages zsh)'.宋文武2016-09-09
| | | | | * gnu/packages/crypot.scm: Change import of '(gnu packages zsh)' to '(gnu packages shells)'.
* gnu: guile: Search for .go files in "/site-ccache", not "/ccache".Ludovic Courtès2016-09-09
| | | | | | * gnu/packages/guile.scm (guile-next)[search-paths]: Change "2.2/ccache" to "2.2/site-ccache". (guile-for-guile-emacs)[search-paths]: Likewise.
* gnu: ardour: Do not contact ardour.org on start.Ricardo Wurmus2016-09-09
| | | | | * gnu/packages/audio.scm (ardour)[arguments]: Add configure flag "--no-phone-home".
* gnu: Add Tomb.Eric Bavier2016-09-09
| | | | * gnu/packages/crypto.scm (tomb): New variable.
* gnu: Add Swish-e.Eric Bavier2016-09-09
| | | | | | | * gnu/packages/search.scm (swish-e): New variable. * gnu/packages/patches/swish-e-search.patch, gnu/packages/patches/swish-e-format-security.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: Add steghide.Eric Bavier2016-09-09
| | | | | | * gnu/packages/image.scm (steghide): New variable. * gnu/packages/patches/steghide-fixes.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add mlocate.Eric Bavier2016-09-09
| | | | * gnu/packages/search.scm (mlocate): New variable.
* gnu: file-roller: Update to 3.20.3 [fixes CVE-2016-7162].Leo Famulari2016-09-09
| | | | * gnu/packages/gnome.scm (file-roller): Update to 3.20.3.
* gnu: ardour: Update to 5.3.Ricardo Wurmus2016-09-09
| | | | * gnu/packages/audio.scm (ardour): Update to 5.3.
* gnu: Add libhdate.Efraim Flashner2016-09-09
| | | | * gnu/packages/calendar.scm (libhdate): New variable.
* gnu: kmscon: Enable elogind support.Ludovic Courtès2016-09-09
| | | | | * gnu/packages/terminals.scm (kmscon)[source]: Add 'modules' and 'snippet'.
* gnu: kmscon: Build the man page.Ludovic Courtès2016-09-09
| | | | | * gnu/packages/terminals.scm (kmscon)[native-inputs]: Add LIBXSLT, LIBXML2, and DOCBOOK-XSL.
* gnu: kmscon: Clarify synopsis, description, and supported systems.Ludovic Courtès2016-09-09
| | | | | * gnu/packages/terminals.scm (kmscon)[synopsis, description]: Clarify. [supported-systems]: New field.
* gnu: Add python-git-review.Clément Lassieur2016-09-08
| | | | | | | * gnu/packages/openstack.scm (python-git-review) (python2-git-review): New variables. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add surfraw.ng02016-09-08
| | | | | | * gnu/packages/web.scm (surfraw): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add edit warning to generated grub.cfg filesJohn Darrington2016-09-08
| | | | * gnu/services/grub.scm (grub-configuration-file): Add code to emit warning.
* services: ntpd: Use a dedicated directory for drift file.John Darrington2016-09-08
| | | | | | | | Fixes <https://bugs.gnu.org/24366>. Drift file now resides in a dedicated directory owned by the daemon. * gnu/services/networking.scm (ntp-service-activation): New procedure, (ntp-service-type): Add new service-extension.
* gnu: curl: Update replacement to 7.50.2 [fixes CVE-2016-7141].Leo Famulari2016-09-08
| | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.2 (curl-7.50.1): Replace with ... (curl-7.50.2): ... this.
* gnu: openal: Update to 1.17.2.Erik Edrosa2016-09-08
| | | | | | * gnu/packages/audio.scm (openal): Update to 1.17.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: lightweight-desktop.tmpl: Fix typo.Efraim Flashner2016-09-08
| | | | | | * gnu/system/examples/lightweight-desktop.tmpl: While it is currently unknown if Bob has a brother, it is sufficiently documented that Alice is, in fact, Bob's sister.
* gnu: graphicsmagick: Update to 1.3.25 [fixes CVE-2016-2317].Leo Famulari2016-09-07
| | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.25.
* gnu: imagemagick: Update to 6.9.5-9.Leo Famulari2016-09-07
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-9.
* doc: Update package count.Ludovic Courtès2016-09-07
| | | | * doc/guix.texi (Limitations): Update package count.
* gnu: man-db: Patch path to iconv.Ricardo Wurmus2016-09-07
| | | | | | | * gnu/packages/man.scm (man-db)[arguments]: Add phase "patch-iconv-path". Fixes <http://bugs.gnu.org/24373>.
* gnu: man-db: Use modify-phases syntax.Ricardo Wurmus2016-09-07
| | | | * gnu/packages/man.scm (man-db)[arguments]: Use modify-phases syntax.
* gnu: Add rpc-daemon serviceJohn Darrington2016-09-07
| | | | | * gnu/services/nfs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add 'package-for-guile-2.2' procedure and use it.Ludovic Courtès2016-09-07
| | | | | | | * gnu/packages/guile.scm (guile-2.2-package-name) (package-for-guile-2.2): New procedures. * gnu/packages/guile.scm (guile2.2-json, guile2.2-minikanren) (guile2.2-irregex, guile2.2-commonmark): New variables.
* gnu: guile-commonmark: Remove hard-coded "/2.0" in installation directories.Ludovic Courtès2016-09-07
| | | | | * gnu/packages/guile.scm (guile-commonmark)[source]: Add 'snippet' and 'modules'.
* gnu: guile-json: Remove hard-coded Guile effective version.Ludovic Courtès2016-09-07
| | | | | | * gnu/packages/guile.scm (guile-json)[snippet]: Modify 'ac_subst_vars' in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in 'Makefile.in'.
* gnu: guile-minikanren: Remove hard-coded Guile effective version.Ludovic Courtès2016-09-07
| | | | | | * gnu/packages/guile.scm (guile-minikanren)[arguments]: Remove (ice-9 match) from #:modules. Use 'open-pipe*' to determine the effective version of Guile, and use that to compute MODULE-DIR.
* gnu: guile-irregex: Remove hard-coded Guile effective version.Ludovic Courtès2016-09-07
| | | | | | | * gnu/packages/guile.scm (guile-irregex)[arguments]: Add (ice-9 popen) and (ice-9 rdelim). Remove nested 'use-modules' form. Call 'open-pipe*' to determine Guile's effective version, and use it to compute MODULE-DIR.
* gnu: Enable tcp-wrappers for nrircd.John Darrington2016-09-07
| | | | * gnu/packages/messaging.scm (ngircd) [inputs]: Add tcp-wrappers.