summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-08gnu: mupdf: Fix CVE-2016-{7504,7505,7506,7563,7564,9017,9136} in bundled mujs.Leo Famulari
* 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.
2016-11-08system: Use grub from bootloader configuration.Marius Bakke
* 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>
2016-11-08gnu: Add plantuml.Theodoros Foradis
* gnu/packages/uml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Roel Janssen <roel@gnu.org>
2016-11-07guix download: Add '--no-check-certificate' option.Ludovic Courtès
* guix/download.scm (download-to-store): Add #:verify-certificate? parameter and honor it. * guix/scripts/download.scm (%default-options): Add 'verify-certificate?' key. (show-help, %options): Add '--no-check-certificate'. (guix-download): Pass #:verify-certificate to 'download-to-store'. * doc/guix.texi (Invoking guix download): Document it.
2016-11-07download: Verify TLS certificates unless asked not to.Ludovic Courtès
Fixes <http://bugs.gnu.org/24466>. Reported by Leo Famulari <leo@famulari.name>. * guix/build/download.scm (%x509-certificate-directory): New variable. (make-credendials-with-ca-trust-files, peer-certificate) (assert-valid-server-certificate, print-tls-certificate-error): New procedures. Add 'print-tls-certificate-error' as an exception printer for 'tls-certificate-error'. (tls-wrap): Add #:verify-certificate? parameter and honor it. (open-connection-for-uri): Likewise. (http-fetch): Likewise. (url-fetch): Likewise. * guix/download.scm (url-fetch)[builder]: Pass #:verify-certificate? #f. * guix/scripts/lint.scm (probe-uri): Add case for 'tls-certificate-error'. (validate-uri): Likewise. * doc/guix.texi (Invoking guix download): Mention 'SSL_CERT_DIR'.
2016-11-07gnu: keepassx: Update to 2.0.3.Efraim Flashner
* gnu/packages/password-utils.scm (keepassx): Update to 2.0.3. [inputs]: Add libxi.
2016-11-07gnu: owncloud-client: Update to 2.2.4.Efraim Flashner
* 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.
2016-11-07gnu: python-sqlalchemy-utils: Mention optional dependencies in description.Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils, python2-sqlalchemy-utils)[description]: Mention optional dependencies. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-07gnu: Add efibootmgr.Marius Bakke
* gnu/packages/linux.scm (efibootmgr): New variable.
2016-11-07gnu: Add efivar.Marius Bakke
* gnu/packages/linux.scm (efivar): New variable.
2016-11-07gnu: ruby-tzinfo-data: Update to 1.2016.9.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2016.9.
2016-11-07gnu: ruby-sqlite3: Update to 1.3.12.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.12.
2016-11-07gnu: ruby-shoulda-context: Update to 1.2.2.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-shoulda-context): Update to 1.2.2.
2016-11-07gnu: ruby-domain-name: Update to 0.5.20161021.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20161021.
2016-11-07gnu: ruby-http-cookie: Update to 1.0.3.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-http-cookie): Update to 1.0.3.
2016-11-07gnu: ruby-sequel: Update to 4.40.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-sequel): Update to 4.40.0.
2016-11-07gnu: diamond: Update to 0.8.26.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.26.
2016-11-07gnu: texmaker: Use modular qt and qtwebkit.Thomas Danckaert
* gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-07gnu: Add qtwebkit.Thomas Danckaert
* gnu/packages/qt.scm (qtwebkit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-07gnu: nano: Update to 2.7.1.Efraim Flashner
* gnu/packages/nano.scm (nano): Update to 2.7.1. [home-page]: Use https.
2016-11-06gnu: jansson: Update to 2.9.Leo Famulari
* 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.
2016-11-06gnu: ghostscript: Add 'upstream-name' property.Ludovic Courtès
This allows 'guix refresh' to do the right thing. * gnu/packages/ghostscript.scm (ghostscript)[properties]: New field.
2016-11-06gnu: acme-client: Update to 0.1.14.Leo Famulari
* gnu/packages/tls.scm (acme-client): Update to 0.1.14.
2016-11-06nls: Update 'fr' translation.Leo Famulari
2016-11-06gnu: vim: Update to 8.0.0069.Marius Bakke
* gnu/packages/vim.scm (vim): Update to 8.0.0069.
2016-11-06gnu: qtmultimedia: Remove bundled library.Efraim Flashner
* gnu/packages/qt.scm (qtmultimedia)[source]: Remove bundled library.
2016-11-06gnu: qtimageformats: Remove bundled libraries.Efraim Flashner
* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd party libraries.
2016-11-06gnu: python-sqlalchemy-utils: Use python-pytest.Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add python-pytest. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-06gnu: python-sqlalchemy-utils: Propagate existing inputs.Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ... [propagated-inputs]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-06gnu: Add python-flask-babel.Danny Milosavljevic
* gnu/packages/python.scm (python-flask-babel, python2-flask-babel): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-06gnu: Add python-furl.Danny Milosavljevic
* gnu/packages/python.scm (python-furl, python2-furl): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-06gnu: Add python-orderedmultidict.Danny Milosavljevic
* gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-06gnu: Add python-pycodestyle.Danny Milosavljevic
* gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-06gnu: Remove comment which is factually incorrect.John Darrington
* gnu/system/pam.scm: Remove incorrect comment.
2016-11-06system: Add 'guix system' actions: switch-generation and roll-back.Chris Marusich
* guix/scripts/system.scm (roll-back-system, switch-to-system-generation): new actions. (reinstall-grub): New procedure, used by switch-to-system-generation. (show-help, process-command, guix-system): Honor the new actions. * doc/guix.texi (Invoking guix system) <switch-generation, roll-back>: Add the new actions. <reconfigure>: In the footnote, mention that the new actions also only work on GuixSD. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-06install: Extract procedure: install-grub-config.Chris Marusich
* gnu/build/install.scm (install-grub-config): New procedure. (install-grub): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-06system: Optionally limit the entries returned by profile-grub-entries.Chris Marusich
* guix/scripts/system.scm (profile-grub-entries): Add an optional parameter which allows the caller to limit the number of returned grub entries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-06system: Rename previous-grub-entries to profile-grub-entries.Chris Marusich
* guix/scripts/system.scm (previous-grub-entries, profile-grub-entries): Rename previous-grub-entries to profile-grub-entries to indicate that it is stateful and returns the entries for all profile generations, not just the previous ones. Update all callers. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-06profiles: Extract a procedure for getting relative generation numbers.Chris Marusich
* guix/profiles.scm (relative-generation-spec->number): New procedure. * guix/scripts/package.scm (switch-generation-action): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-06system: Avoid using device paths in <menu-entry> device field.Chris Marusich
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>
2016-11-06gnu: nmap: Update to 7.31.Marius Bakke
* gnu/packages/admin.scm (nmap): Update to 7.31. [arguments]: Add phase 'patch-Makefile' to prevent lua from being built.
2016-11-06gnu: wireshark: Use lua-5.2.Marius Bakke
* gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to 'lua-5.2'.
2016-11-06gnu: lua: Update to 5.3.3.Marius Bakke
* gnu/packages/patches/lua52-liblua-so.patch: Rename to ... * gnu/packages/patches/lua-liblua-so.patch: ... this. Add version comment. * gnu/local.mk (dist_patch_DATA): Adjust patch name. * gnu/packages/lua.scm (lua): Update to 5.3.3. [source]: Use https URL. Use new patch name. [home-page]: Use https URL. (lua-5.2): New variable. (lua-5.1)[source]: Use https URL.
2016-11-06gnu: build: file-system: Change url of LUKS specification.ng0
* gnu/build/file-system.scm: Change url of LUKS specification. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-11-06gnu: pingus: Update upstream location.ng0
* gnu/packages/games.scm (pingus)[source]: Update source uri. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-11-06gnu: r-proto: Update project's home-page.ng0
* gnu/packages/statistics.scm (r-proto)[home-page]: Update project's home-page. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-11-06gnu: java-hamcrest-core: Fix build.Hartmut Goebel
Since we now remove the directory "lib" from the source, we need to create a directory where build.xml searches for .jar-files. * gnu/packages/java.scm (java-hamcrest-core)[pahases]: New phase create-dummy-directories.
2016-11-06gnu: java-hamcrest-core: Remove wrong source file-name.Hartmut Goebel
The sources file-name was set to "java-hamcrest-core", while it contains not only the "core" but all of hamcrest. Further the source archive already has the correct name. * gnu/packages/java.scm (java-hamcrest-core)[source]: Remove file-name.
2016-11-06gnu: java-hamcrest-core: Update upstream location.Hartmut Goebel
The checksum changed since the new location's archive contains no jar-files (except those of external libraries) and line endings are different. * gnu/packages/java.scm (java-hamcrest-core)[source]: Update source uri and checksum. [snippet]: Remove directory "lib" completely.
2016-11-06gnu: bullet: Update to 2.85.1.Efraim Flashner
* gnu/packages/game-development.scm (bullet): Update to 2.85.1. [source]: Change to new Github url. [arguments]: Enable tests, build shared libraries. [inputs]: Add glu, libx11, mesa.