summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: gcc@5, gcc@6: Work around use of 'movabs' for /gnu/store strings.Ludovic Courtès2016-11-09
| | | | | | | | | | Partly addresses <http://bugs.gnu.org/24703>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/gcc-strmov-store-file-names.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-5)[sources](patches): Add it. (gcc-6)[sources](patches): Add it.
* gnu: Add kdevelop-pg-qt.Thomas Danckaert2016-11-09
| | | | | | * gnu/packages/kde.scm (kdevelop-pg-qt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libkomparediff2.Thomas Danckaert2016-11-09
| | | | | | * gnu/packages/kde.scm (libkomparediff2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hidapi: Fix 'license'.Ludovic Courtès2016-11-09
| | | | | * gnu/packages/libusb.scm (hidapi)[license]: Actually call 'non-copyleft'.
* gnu: Add vifm.Efraim Flashner2016-11-09
| | | | * gnu/packages/vim.scm (vifm): New variable.
* gnu: libxslt: Fix CVE-2016-4738.Leo Famulari2016-11-09
| | | | | | | * gnu/packages/patches/libxslt-CVE-2016-4738.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (libxslt)[replacement]: New field. (libxslt/fixed): New variable.
* gnu: postgresql: Update to 9.5.5.Efraim Flashner2016-11-09
| | | | | * gnu/packages/databases.scm (postgresql): Update to 9.5.5. [home-page]: Use https.
* gnu: mariadb: Update to 10.1.19.Efraim Flashner2016-11-09
| | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.19.
* gnu: Add pam-krb5 service.John Darrington2016-11-08
| | | | | | * doc/guix.texi (Kerberos Services): New node. * gnu/services/kerberos.scm: New file. * gnu/local.mk: Add it.
* gnu: Add faust-2.Ricardo Wurmus2016-11-08
| | | | * gnu/packages/audio.scm (faust-2): New variable.
* gnu: Add LLVM variant with RTTI support.Ricardo Wurmus2016-11-08
| | | | * gnu/packages/llvm.scm (llvm-with-rtti): New variable.
* gnu: python-tempest-lib: Update to 1.0.0.Marius Bakke2016-11-08
| | | | | * gnu/packages/openstack.scm (python-tempest-lib): Update to 1.0.0. [home-page]: Use HTTPS.
* gnu: python-os-testr: Update to 0.8.0.Marius Bakke2016-11-08
| | | | | | * gnu/packages/openstack.scm (python-os-testr, python2-os-testr): Update to 0.8.0. [home-page]: Use HTTPS.
* gnu: python-jsonschema: Correct inputs.Marius Bakke2016-11-08
| | | | | | | | | | * gnu/packages/python.scm (python-jsonschema)[inputs]: Remove python-setuptools. Move python-vcversioner to ... [native-inputs]: ... here. * gnu/packages/python.scm (python2-jsonschema)[inputs]: Move python2-functools32 to ... [propagated-inputs]: ... here. [native-inputs]: Add python2-setuptools.
* gnu: libgit2: Update to 0.24.3 [fixes CVE-2016-{8568,8569}].Leo Famulari2016-11-08
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.24.3.
* gnu: python-cryptography, python-cryptography-vectors: Update to 1.5.3.Marius Bakke2016-11-08
| | | | | | | * gnu/packages/python.scm (python-cryptography, python2-cryptography): Update to 1.5.3. [native-inputs]: Add python-pytz. Change python-pytest to python-pytest-2.9.2. (python-cryptography-vectors, python2-cryptography-vectors): Update to 1.5.3.
* gnu: Add python-pytest-2.9.2.Leo Famulari2016-11-08
| | | | * gnu/packages/python.scm (python-pytest-2.9.2): New variable.
* gnu: mupdf: Fix CVE-2016-{7504,7505,7506,7563,7564,9017,9136} in bundled mujs.Leo Famulari2016-11-08
| | | | | | | | | | | | * gnu/packages/patches/mupdf-CVE-2016-7504.patch, gnu/packages/patches/mupdf-CVE-2016-7505.patch gnu/packages/patches/mupdf-CVE-2016-7506.patch gnu/packages/patches/mupdf-CVE-2016-7563.patch gnu/packages/patches/mupdf-CVE-2016-7564.patch gnu/packages/patches/mupdf-CVE-2016-9017.patch gnu/packages/patches/mupdf-CVE-2016-9136.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/pdf.scm (mupdf)[source]: Use them.
* system: Use grub from bootloader configuration.Marius Bakke2016-11-08
| | | | | | | | * gnu/system/grub.scm (gnu): Export grub-configuration-grub. * guix/scripts/system.scm (perform-action): Use it. (define-module): Don't import (gnu packages grub). Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add plantuml.Theodoros Foradis2016-11-08
| | | | | | | * gnu/packages/uml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Roel Janssen <roel@gnu.org>
* gnu: keepassx: Update to 2.0.3.Efraim Flashner2016-11-07
| | | | | * gnu/packages/password-utils.scm (keepassx): Update to 2.0.3. [inputs]: Add libxi.
* gnu: owncloud-client: Update to 2.2.4.Efraim Flashner2016-11-07
| | | | | | | | * gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.4. [arguments]: Enable tests, disable two failing tests. [inputs]: Remove python-wrapper, qt, ruby. Add qtbase, qtwebkit. Move perl ... [native-inputs]: ... to here. Add cmocka and qttools.
* gnu: python-sqlalchemy-utils: Mention optional dependencies in description.Danny Milosavljevic2016-11-07
| | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils, python2-sqlalchemy-utils)[description]: Mention optional dependencies. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add efibootmgr.Marius Bakke2016-11-07
| | | | * gnu/packages/linux.scm (efibootmgr): New variable.
* gnu: Add efivar.Marius Bakke2016-11-07
| | | | * gnu/packages/linux.scm (efivar): New variable.
* gnu: ruby-tzinfo-data: Update to 1.2016.9.Ben Woodcroft2016-11-07
| | | | * gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2016.9.
* gnu: ruby-sqlite3: Update to 1.3.12.Ben Woodcroft2016-11-07
| | | | * gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.12.
* gnu: ruby-shoulda-context: Update to 1.2.2.Ben Woodcroft2016-11-07
| | | | * gnu/packages/ruby.scm (ruby-shoulda-context): Update to 1.2.2.
* gnu: ruby-domain-name: Update to 0.5.20161021.Ben Woodcroft2016-11-07
| | | | * gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20161021.
* gnu: ruby-http-cookie: Update to 1.0.3.Ben Woodcroft2016-11-07
| | | | * gnu/packages/ruby.scm (ruby-http-cookie): Update to 1.0.3.
* gnu: ruby-sequel: Update to 4.40.0.Ben Woodcroft2016-11-07
| | | | * gnu/packages/ruby.scm (ruby-sequel): Update to 4.40.0.
* gnu: diamond: Update to 0.8.26.Ben Woodcroft2016-11-07
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.26.
* gnu: texmaker: Use modular qt and qtwebkit.Thomas Danckaert2016-11-07
| | | | | | * gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qtwebkit.Thomas Danckaert2016-11-07
| | | | | | * gnu/packages/qt.scm (qtwebkit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nano: Update to 2.7.1.Efraim Flashner2016-11-07
| | | | | * gnu/packages/nano.scm (nano): Update to 2.7.1. [home-page]: Use https.
* gnu: jansson: Update to 2.9.Leo Famulari2016-11-06
| | | | | | | * gnu/packages/web.scm (jansson): Update to 2.9. [source]: Remove 'jansson-CVE-2016-4425.patch'. * gnu/packages/patches/jansson-CVE-2016-4425.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: ghostscript: Add 'upstream-name' property.Ludovic Courtès2016-11-06
| | | | | | This allows 'guix refresh' to do the right thing. * gnu/packages/ghostscript.scm (ghostscript)[properties]: New field.
* gnu: acme-client: Update to 0.1.14.Leo Famulari2016-11-06
| | | | * gnu/packages/tls.scm (acme-client): Update to 0.1.14.
* gnu: vim: Update to 8.0.0069.Marius Bakke2016-11-06
| | | | * gnu/packages/vim.scm (vim): Update to 8.0.0069.
* gnu: qtmultimedia: Remove bundled library.Efraim Flashner2016-11-06
| | | | * gnu/packages/qt.scm (qtmultimedia)[source]: Remove bundled library.
* gnu: qtimageformats: Remove bundled libraries.Efraim Flashner2016-11-06
| | | | | * gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd party libraries.
* gnu: python-sqlalchemy-utils: Use python-pytest.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add python-pytest. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-sqlalchemy-utils: Propagate existing inputs.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ... [propagated-inputs]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-flask-babel.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-flask-babel, python2-flask-babel): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-furl.Danny Milosavljevic2016-11-06
| | | | | | * gnu/packages/python.scm (python-furl, python2-furl): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-orderedmultidict.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-pycodestyle.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Remove comment which is factually incorrect.John Darrington2016-11-06
| | | | * gnu/system/pam.scm: Remove incorrect comment.
* install: Extract procedure: install-grub-config.Chris Marusich2016-11-06
| | | | | | | * gnu/build/install.scm (install-grub-config): New procedure. (install-grub): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: Avoid using device paths in <menu-entry> device field.Chris Marusich2016-11-06
| | | | | | | | | | | | | This fixes a regression introduced by 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a device path in a label-based grub root search command, e.g. 'search --label --set /dev/sda4'. * gnu/system.scm (grub-device): New procedure. (operating-system-grub.cfg, operating-system-parameters-file): Use it. (read-boot-parameters): Handle device paths correctly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>