summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* uuid: Add 'uuid=?' and use it.Ludovic Courtès2017-10-05
| | | | | | | * gnu/system/uuid.scm (uuid=?): New procedure. * tests/uuid.scm ("uuid=?"): New test. * gnu/build/file-systems.scm (partition-uuid-predicate) (luks-partition-uuid-predicate): Use it instead of 'bytevector=?'.
* gnu: Add python-numpy-next.Ricardo Wurmus2017-10-05
| | | | | * gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New variables.
* Revert "gnu: python-numpy: Update to 1.13.1."Ricardo Wurmus2017-10-05
| | | | | | | This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2. This is necessary as neither the current release nor the latest development version of python-pandas can be build with numpy 1.13.x.
* gnu: curl: Update replacement to 7.56.0 [security fixes].Kei Kebreau2017-10-04
| | | | | | | | | | | | | Fixes CVE-2017-1000254. See <https://curl.haxx.se/docs/adv_20171004.html> for details. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0. (curl-7.55.0): Rename to ... (curl-7.56.0): ... this. [arguments]: Remove 'fix-Makefile' phase. [source]: Remove patch. * gnu/packages/patches/curl-bounds-check.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: go: update to 1.9.1 [security fixes].Leo Famulari2017-10-04
| | | | | | | | | | | See the release announcement and bug reports for more details about the security issues fixed in this release: https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps https://golang.org/issue/22125 https://golang.org/issue/22134 * gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
* gnu: xorg-server: Update to 1.19.4 [fixes CVE-2017-13721, CVE-2017-13723].Marius Bakke2017-10-05
| | | | | | | | | | | The GPG signature for the bz2 tarball is bad, but the checksum matches the signed release announcement, and contents are identical to the good .gz. * gnu/packages/xorg.scm (xorg-server): Update to 1.19.4. [source]: Remove obsolete patches. * gnu/packages/patches/xorg-server-CVE-2017-10971.patch, gnu/packages/patches/xorg-server-CVE-2017-10972.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: mutt: Update to 1.9.1.Leo Famulari2017-10-04
| | | | * gnu/packages/mail.scm (mutt): Update to 1.9.1.
* gnu: isync: Update to 1.3.0.Leo Famulari2017-10-04
| | | | | * gnu/packages/mail.scm (isync): Update to 1.3.0. [native-inputs]: Add perl.
* gnu: Add python-parameterized.Ricardo Wurmus2017-10-04
| | | | | * gnu/packages/check.scm (python-parameterized, python2-parameterized): New variables.
* gnu: python-numexpr: Update to 2.6.4.Ricardo Wurmus2017-10-04
| | | | * gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
* gnu: python-numpy: Give sh store location instead of setting $SHELL.Thomas Danckaert2017-10-04
| | | | | | | * gnu/packages/python.scm (python-numpy): [arguments] Don't set $SHELL in the environment, but embed the store location of bash-minimal as a default shell. Otherwise, we have to set $SHELL for every package which uses numpy's distutils.
* gnu: virtuoso-ose: Limit to 64-bit platforms.Efraim Flashner2017-10-04
| | | | * gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
* gnu: emacs-pyim: Fix error input nameFeng Shu2017-10-04
| | | | | | * gnu/packages/emacs.scm (emacs-pyim): Fix error input name. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: emacs-slime: Update to 2.20.Oleg Pykhalov2017-10-04
| | | | | | * gnu/packages/emacs.scm (emacs-slime): Update to 2.20. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: clisp: Update to 2.49-60.Efraim Flashner2017-10-04
| | | | | | | | * gnu/packages/lisp.scm (clisp): Update to 2.49-60. [source]: Download mercurial repository, apply patch. [inputs]: Replace readline@6.2 with readline, add ncurses. [arguments]: Add multiple configure flags. Remove build phase to build in "src" directory. Remove more uses of a timestamp.
* gnu: Standardise indentation of finance module imports.Christopher Baines2017-10-04
| | | | * gnu/packages/finance.scm (define-module): Use 2 space indentation.
* vm: Add disk-image-size to <virtual-machine>.Christopher Baines2017-10-04
| | | | | | * gnu/system/vm.scm (<virtual-machine>): Add disk-image-size. (port-forwardings->qemu-options): Use disk-image-size from <virtual-machine>.
* vm: Add a minimum root size.Christopher Baines2017-10-04
| | | | | | * gnu/system/vm.scm (qemu-image): When guessing the root-size, use a lower bound of 20 MiB, otherwise the root file system size is sometimes 0 MiB in size.
* gnu: Add snd.宋文武2017-10-04
| | | | * gnu/packages/audio.scm (snd): New variable.
* gnu: awscli: Update to 1.11.164.David Thompson2017-10-03
| | | | * gnu/packages/python.scm (awscli): Update to 1.11.164.
* gnu: openssh: Update to 7.6p1.Marius Bakke2017-10-03
| | | | * gnu/packages/ssh.scm (openssh): Update to 7.6p1.
* gnu: vte-ng: Update to 0.50.0.a.Marius Bakke2017-10-03
| | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.50.0.a.
* gnu: qemu: Update to 2.10.1.Marius Bakke2017-10-03
| | | | | | | | * gnu/packages/patches/qemu-CVE-2017-13711.patch, gnu/packages/patches/qemu-CVE-2017-14167.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/virtualization.scm (qemu): Update to 2.10.1. [source](patches): Remove.
* gnu: imagemagick: Update to 6.9.9-17.Marius Bakke2017-10-03
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-17.
* gnu: p11-kit: Update to 0.23.9.Marius Bakke2017-10-03
| | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.9.
* gnu: libsodium: Update to 1.0.15.Marius Bakke2017-10-03
| | | | * gnu/packages/crypto.scm (libsodium): Update to 1.0.15.
* gnu: python-nose-timer: Add missing patch.Cyril Roelandt2017-10-03
| | | | | * gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file. * gnu/local.mk: Add it.
* gnu: Add heimdall.Julien Lepiller2017-10-03
| | | | | | * gnu/packages/flashing-tools.scm (heimdall): New variable. Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add java-osgi-service-packageadmin.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-service-packageadmin): New variable.
* gnu: Add java-osgi-service-cm.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-service-cm): New variable.
* gnu: Add java-osgi-util-tracker.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-util-tracker): New variable.
* gnu: Add java-osgi-service-resolver.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-service-resolver): New variable.
* gnu: Add java-osgi-service-jdbc.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-service-jdbc): New variable.
* gnu: Add java-osgi-service-log.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-service-log): New variable.
* gnu: Add java-osgi-framework.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-framework): New variable.
* gnu: Add java-osgi-service-repository.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-service-repository): New variable.
* gnu: Add java-osgi-service-metatype-annotations.Julien Lepiller2017-10-03
| | | | | * gnu/packages/java.scm (java-osgi-service-metatype-annotations): New variable.
* gnu: Add java-osgi-util-promise.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-util-promise): New variable.
* gnu: Add java-osgi-util-function.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-util-function): New variable.
* gnu: Add java-osgi-namespace-service.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-namespace-service): New variable.
* gnu: Add java-osgi-namespace-extender.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-namespace-extender): New variable.
* gnu: Add java-osgi-namespace-contract.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-namespace-contract): New variable.
* gnu: Add java-osgi-resource.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-resource): New variable.
* gnu: Add java-osgi-dto.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-dto): New variable.
* gnu: Add java-osgi-service-component-annotations.Julien Lepiller2017-10-03
| | | | | * gnu/packages/java.scm (java-osgi-service-component-annotations): New variable.
* gnu: Add java-osgi-cmpn.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-osgi-cmpn): New variable.
* gnu: Add java-datanucleus-javax-persistence.Julien Lepiller2017-10-03
| | | | | * gnu/packages/java.scm (java-datanucleus-javax-persistence): New variable.
* gnu: Add java-microemulator-cldc.Julien Lepiller2017-10-03
| | | | * gnu/packages/java.scm (java-microemulator-cldc): New variable.
* guix: ant-build-system: Add #:test-include and #:test-exclude arguments.Julien Lepiller2017-10-03
| | | | | | | * guix/build-system/ant.scm: Add #:test-include and #:test-exclude arguments. * guix/build/ant-build-system.scm: Generate test list from arguments. * doc/guix.texi (Build Systems): Document it.
* guix: ant-build-system: Add main-class support.Julien Lepiller2017-10-03
| | | | | | | * guix/build-system/ant.scm: New #:main-class argument * guix/build/ant-build-system.scm: Generate a manifest file with additional properties. * doc/guix.texi (Build Systems): Document it.