aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: guile-wisp: Switch to Guile 2.2.Ludovic Courtès2017-11-27
| | | | | * gnu/packages/guile.scm (guile-wisp)[inputs]: Use GUILE-2.2 instead of GUILE-2.0.
* gnu: guile-wisp: Update to 0.9.8.Ludovic Courtès2017-11-27
| | | | | | | | * gnu/packages/guile.scm (guile-wisp): Update to 0.9.8. [inputs]: Remove PYTHON. [native-inputs]: New field. [arguments]: Keep 'install' phase. Add 'install-go-files' phase. Adjust 'substitute-before-config' phase.
* gnu: Add java-jbzip2.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/compression.scm (java-jbzip2): New variable.
* gnu: Add java-picard-1.113.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/bioinformatics.scm (java-picard-1.113): New variable.
* gnu: Add ant-junit.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (ant-junit): New variable.
* gnu: Add ant-apache-bcel.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (ant-apache-bcel): New variable.
* gnu: Add java-commons-bcel.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (java-commons-bcel): New variable.
* gnu: Add java-cofoja.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (java-cofoja): New variable.
* gnu: Add java-picard.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/bioinformatics.scm (java-picard): New variable.
* gnu: java-htsjdk: Update to 2.3.0.Ricardo Wurmus2017-11-27
| | | | | | | | * gnu/packages/bioinformatics.scm (java-htsjdk): Update to 2.3.0. [arguments]: Build with JDK 8. [inputs]: Add java-ngs, java-snappy, java-commons-compress, java-commons-logging-minimal, java-commons-jexl-2, and java-xz. [native-inputs]: Add java-testng.
* gnu: Add java-commons-jexl-2.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (java-commons-jexl-2): New variable.
* gnu: Add javacc-4.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (javacc-4): New variable.
* gnu: Add javacc.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/java.scm (javacc): New variable.
* gnu: Add java-snappy-1.Ricardo Wurmus2017-11-27
| | | | * gnu/packages/compression.scm (java-snappy-1): New variable.
* gnu: librecad: Ensure that icons are found at runtime.Ricardo Wurmus2017-11-27
| | | | | * gnu/packages/engineering.scm (librecad)[arguments]: Add phase "wrap-executable".
* gnu: r-rhdf5: Fix build phase.Ricardo Wurmus2017-11-27
| | | | | * gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Fix "unpack-smallhdf5" phase.
* gnu: shotwell: Update to 0.27.1.Leo Famulari2017-11-26
| | | | * gnu/packages/gnome.scm (shotwell): Update to 0.27.1.
* Update e-mail for ng0.ng02017-11-26
| | | | | | * .mailmap: Update entries for ng0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: fish-guix: Use new URL.ng02017-11-26
| | | | | | | * gnu/packages/shells.scm (fish-guix)[source]: Use new URL. (home-page): Use new URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pycanberra: Switch to new download URL.ng02017-11-26
| | | | | | * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: crawl: Update to 0.20.1.nee2017-11-26
| | | | | | | | * gnu/packages/games.scm (crawl): Update to 0.20.1. (crawl-tiles): Update to 0.20.1. [native-inputs]: Add pngcrush. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: openntpd: Update to 6.2p3.Efraim Flashner2017-11-26
| | | | * gnu/packages/ntp.scm (openntpd): Update to 6.2p3.
* gnu: exim: Fix CVE-2017-16943.Leo Famulari2017-11-26
| | | | | | * gnu/packages/patches/exim-CVE-2017-16943.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
* gnu: image: Rename pngcrunch to pngcrush and update it.nee2017-11-26
| | | | | | | | | | | * gnu/packages/image.scm (pngcrush): Renamed from pngcrunch. [version]: update to 1.8.13. [arguments]: Use the nolib Makefile. [origin]: Use the no-lib tar. [home-page]: update to the new website. (pngcrunch): New deprecation variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* list-runtime-roots: Ignore ESRCH while reading from /proc.Ludovic Courtès2017-11-26
| | | | | | | Fixes <https://bugs.gnu.org/29368>. Reported by Martin Castillo <castilma@uni-bremen.de>. * nix/scripts/list-runtime-roots.in (referenced-files): Ignore ESRCH.
* tests: messaging: Enable Prosody DIGEST-MD5 auth mechanism.Clément Lassieur2017-11-26
| | | | | | | GNU Freetalk doesn't support SCRAM-SHA-1. * gnu/tests/messaging.scm (%test-prosody): Override default disable-sasl-mechanisms value.
* services: prosody: Add support for disable-sasl-mechanisms.Clément Lassieur2017-11-26
| | | | | | * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[disable-sasl-mechanisms]: New field.
* services: prosody: Allow to add raw content to the config file.Clément Lassieur2017-11-26
| | | | | | * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[raw-content]: New field. (raw-content?, serialize-raw-content): New procedures.
* services: prosody: Add support for http-max-content-size.Clément Lassieur2017-11-26
| | | | | | * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[http-max-content-size]: New field.
* services: prosody: Add support for http-external-url.Clément Lassieur2017-11-26
| | | | | | * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[http-external-url]: New field.
* services: prosody: Adapt to Prosody 0.10.0.Clément Lassieur2017-11-26
| | | | | | | | | | | | | * doc/guix.texi (Messaging Services): Add "mam" as a module example. Document 'prosodyctl check'. Replace 'prosodyctl cert request' with 'prosodyctl cert import'. Regenerate it. * gnu/services/messaging.scm (serialize-module-list): Remove "posix" from the default modules list because it is now automatically loaded. (ssl-configuration)[key, certificate]: Remove them because they are now automatically located. Fix their docstrings. (%default-modules-enabled): Add "carbons" and "blocklist". (prosody-configuration)[certificates]: Set default directory from which certificates/keys will be automatically located.
* gnu: prosody: Add lua5.1-bitop to inputs.Clément Lassieur2017-11-26
| | | | | | It is required for mod_websocket on Lua 5.1 since Prosody 0.10. * gnu/packages/messaging.scm (prosody)[inputs]: Add lua5.1-bitop.
* gnu: Add lua5.1-bitop.Clément Lassieur2017-11-26
| | | | | | * gnu/packages/lua.scm (make-lua-bitop): New procedure. (lua5.2-bitop): Call make-lua-bitop. (lua5.1-bitop): New variable.
* gnu: prosody: Update to 0.10.0.Rutger Helling2017-11-26
| | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.10.0. Signed-off-by: Clément Lassieur <clement@lassieur.org>
* vm: Use os-defined initrd intead of base-initrd.Mathieu Othacehe2017-11-26
| | | | | | | | | * gnu/system/vm.scm (system-disk-image, system-qemu-image, virtualized-operating-system): Replace base-initrd by (operating-system-initrd os). The system produced were always using base-initrd even if the user had defined a custom initrd based on raw-initrd in the os declaration.
* gnu: qtox: Update to 1.13.0.Rutger Helling2017-11-26
| | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.13.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: tidy-html: Update to 5.6.0.Rutger Helling2017-11-26
| | | | | | * gnu/packages/web.scm (tidy-html): Update to 5.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: mongodb: Remove some bundled sources.Efraim Flashner2017-11-26
| | | | | | * gnu/packages/databases.scm (mongodb)[source]: Add snippet to remove some of the bundled sources. [input]: Remove unused boost input.
* gnu: mongodb: Use system wiredtiger when available.Efraim Flashner2017-11-26
| | | | | | * gnu/packages/databases.scm (mongodb)[inputs]: Add wiredtiger on 64-bit systems. [arguments]: When using wiredtiger, use system wiredtiger.
* gnu: mongodb: Build without wiredtiger on 32-bit systems.Efraim Flashner2017-11-26
| | | | | * gnu/packages/databases.scm (mongodb)[arguments]: Add a configure-flag to build without wiredtiger support on 32-bit systems.
* gnu: mongodb: Update to 3.4.10.Leo Famulari2017-11-25
| | | | * gnu/packages/databases.scm (mongodb): Update to 3.4.10.
* gnu: diffoscope: Fix error messages related to comparison tools.Kei Kebreau2017-11-25
| | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope)[arguments]: Replace readelf substitution and add stat and getfacl substitutions. [inputs]: Add acl. Errors fixed include the following: "FileNotFoundError: [Errno 2] No such file or directory: 'readelf'" "diffoscope.comparators.directory: Unable to find 'getfacl', some directory metadata differences might not be noticed." "diffoscope.comparators.directory: Unable to find 'stat'"
* gnu: qtsensors: Disable parallel tests.Efraim Flashner2017-11-25
| | | | * gnu/packages/qt.scm (qtsensors)[arguments]: Disable parallel tests.
* gnu: guile-emacs: Resurrect, fixes #29186.Jan Nieuwenhuizen2017-11-25
| | | | | | | * gnu/packages/patches/guile-emacs-fix-configure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (guile-emacs): Use it. Add workaround for src/deps dir creation. Fixes #29186.
* gnu: enlightenment: Update to 0.22.1.Efraim Flashner2017-11-25
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.1.
* gnu: efl: Update to 1.20.6.Efraim Flashner2017-11-25
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.20.6.
* syscalls: Adjust utmpx test.Ludovic Courtès2017-11-25
| | | | | | | | | Fixes <https://bugs.gnu.org/29426>. Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>. * tests/syscalls.scm ("utmpx-entries"): Check the value of (utmpx-entries entry) only for INIT_PROCESS, LOGIN_PROCESS, and USER_PROCESS entries.
* gnu: utox: Make CHECK a native-input.Leo Famulari2017-11-25
| | | | | | | This is a followup to commit 907ab9e8cbab10413848dfc8982cfc851e03903f. * gnu/packages/messaging.scm (utox)[inputs]: Move CHECK ... [native-inputs]: ... here.
* gnu: linux-libre: Update to 4.14.2.Mark H Weaver2017-11-25
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.2. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.65.Mark H Weaver2017-11-25
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.65.