summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-14gnu: w3m: Update to 0.5.3+git20170102 [security fixes].Leo Famulari
See 'NEWS' and 'ChangeLog' in the source distribution for more information about the security-related bug fixes. * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20170102.
2017-03-14Revert "gnu: gitolite: Fix shebangs in hooks."Leo Famulari
This change embedded store references in the shebangs of scripts that were meant to be copied out of the store. Those scripts would break when the interpreters expected by the shebangs were garbage collected. <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25966#28> This reverts commit d0c16adb190c7244ee3ef1329cba78a015ae5d10.
2017-03-14pack: Add unit test.Ludovic Courtès
* guix/scripts/pack.scm (self-contained-tarball): Add #:tar option. [build](tar-supports-sort?): New variable. Use it. * tests/pack.scm: New file. * Makefile.am (SCM_TESTS): Add it.
2017-03-14pack: Use maximum compression; use '-n' for gzip.Ludovic Courtès
* guix/scripts/pack.scm (<compressor>)[tar-option]: Remove. [command]: New field. (%compressors): Provide complete commands. Use '-9' or equivalent for each compressor; use '-n' for gzip. (self-contained-tarball)[build]: Adjust accordingly.
2017-03-14Revert "gnu: nss: Use 'modify-phases' syntax."Marius Bakke
This reverts commit 87f1c7efc18f8996b0b2817a5f7b84eebe2ddf5a.
2017-03-14Revert "gnu: nss, nss-certs: Update to 3.29.3."Marius Bakke
Hydra failed to build this version. See discussion at https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00408.html. This reverts commit 4f3dcdd99ba13ab3bdbf1e014afcd076cd95fac7.
2017-03-14gnu: Add ocaml-ppx-typerep-conv.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable.
2017-03-14gnu: Add ocaml-ppx-let.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable.
2017-03-14gnu: Add ocaml-ppx-enumerate.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable.
2017-03-14gnu: Add ocaml-ppx-assert.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable.
2017-03-14gnu: Add ocaml-ppx-here.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable.
2017-03-14gnu: Add ocaml-ppx-variants-conv.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable.
2017-03-14gnu: Add ocaml-ppx-sexp-conv.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-conv): New variable.
2017-03-14gnu: Add ocaml-variantslib.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-variantslib): New variable.
2017-03-14gnu: Add ocaml-typerep.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
2017-03-14gnu: Add ocaml-sexplib.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-sexplib): New variable.
2017-03-14gnu: libidn2: Create 'pkg-config' file.Marius Bakke
* gnu/packages/libidn.scm (libidn2)[arguments]: Add phase creating libidn2.pc.
2017-03-14gnu: asciidoc: Add XML and XSLT support.Kei Kebreau
* gnu/packages/documentation.scm (asciidoc)[arguments]: Add set-xml-binary-paths phase. [inputs]: Add libxml2 and libxslt.
2017-03-14gnu: nss: Build for aarch64-linux with 64-bit support.Efraim Flashner
* gnu/packages/gnuzilla.scm (nss)[arguments]: Set the environmental variable 'USE_64' on aarch64-linux also.
2017-03-14gnu: mesa: Enable gallium tests.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Add configure flag to enable the gallium tests.
2017-03-14gnu: mesa: Customize build flags based on architecture.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: On armhf-linux and aarch64-linux remove the i915 gallium driver and add freedreno and vc4.
2017-03-14gnu: mesa: Use llvm backend for Intel hardware only.Efraim Flashner
* gnu/packages/gl.scm (mesa)[inputs]: Only use llvm for i686-linux and x86_64-linux. [arguments]: Only pass '--enable-gallium-llvm' to 'configure on i686-linux and x86_64-linux.
2017-03-14pack: Add '--symlink'.Ludovic Courtès
* guix/scripts/pack.scm (self-contained-tarball): Add #:symlinks parameter. [build](symlink->directives): New procedure (directives): New variable. Add call to 'evaluate-populate-directive'. Pass the directories among DIRECTIVES to 'tar'. (%default-options): Add 'symlinks'. (%options, show-help): Add '--symlink'. (guix-pack): Honor it. * gnu/build/install.scm (evaluate-populate-directive): Export. * doc/guix.texi (Invoking guix pack): Document it.
2017-03-14nls: Mark (guix scripts pack) as translatable.Ludovic Courtès
* po/guix/POTFILES.in: Add 'guix/scripts/pack.scm'.
2017-03-14pack: Add '--localstatedir' option.Ludovic Courtès
* guix/scripts/pack.scm (self-contained-tarball): Add #:localstatedir? parameter and honor it. (%options, show-help): Add '--localstatedir'. (guix-pack): Honor it. * gnu/build/install.scm (populate-single-profile-directory): Add #:register? parameter and honor it. * doc/guix.texi (Binary Installation): Use '--localstatedir' in example. (Invoking guix pack): Document it.
2017-03-14gnu: linux-libre@4.1: Update to 4.1.39.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.39.
2017-03-14gnu: windowmaker: Use modify-phases syntax.Leo Famulari
* gnu/packages/gnustep.scm (windowmaker)[arguments]: Use modify-phases.
2017-03-14gnu: windowmaker: Update to 0.95.8.Leo Famulari
* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.8.
2017-03-14gnu: aria2: Update to 1.31.0.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2): Update to 1.31.0.
2017-03-14upstream: Avoid '_' as a pattern variable in 'match'.Ludovic Courtès
* guix/upstream.scm (lookup-updater): Don't use '_' as a pattern variable.
2017-03-14gnu: python-parsedatetime: Update to 2.3.Ludovic Courtès
Version 2.1 was apparently time-sensitive and started failing like this: ====================================================================== FAIL: testFloat (tests.TestDelta.test) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python2-parsedatetime-2.1.drv-0/parsedatetime-2.1/tests/TestDelta.py", line 64, in testFloat self.cal.parse('1.4 months ago', self.source), months=-1.4) File "/tmp/guix-build-python2-parsedatetime-2.1.drv-0/parsedatetime-2.1/tests/TestDelta.py", line 37, in assertDelta self.assertTrue(diff < 0.05, '%s is not less than 0.05' % diff) AssertionError: 0.0666666666667 is not less than 0.05 ---------------------------------------------------------------------- * gnu/packages/python.scm (python-parsedatetime): Update to 2.3. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER. [propagated-inputs]: New field.
2017-03-14gnu: Add dovecot-libsodium-plugin.ng0
* gnu/packages/mail.scm (dovecot-libsodium-plugin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-14gnu: Add dovecot-trees.ng0
* gnu/packages/mail.scm (dovecot-trees): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-03-14build: On 2.2, build package files with almost no optimizations.Ludovic Courtès
* build-aux/compile-all.scm (%default-optimizations) (%lightweight-optimizations): New variables. (optimization-options): New procedure. (compile-file*): Use it.
2017-03-14gnu: python@2.7: Update to 2.7.13Leo Famulari
* gnu/packages/python.scm (python-2.7): Update to 2.7.13.
2017-03-14gnu: python@2.7: Fix getentropy() calls on kernels < 3.17.Leo Famulari
* gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-2.7)[source]: Use it.
2017-03-14gnu: wireless-regdb: Update to 2017.03.07.Leo Famulari
* gnu/packages/linux.scm (wireless-regdb): Update to 2017.03.07.
2017-03-13gnu: guile-cairo: Honor the Guile effective version.Ludovic Courtès
* gnu/packages/gtk.scm (guile-cairo)[arguments]: Add #:modules. Get the effective version of Guile and use that in installation directory names.
2017-03-13gnu: guile-cairo: Use 'modify-phases'.Ludovic Courtès
* gnu/packages/gtk.scm (guile-cairo)[arguments]: Use 'modify-phases'.
2017-03-13Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-13download: Export '%x509-certificate-directory'.Ludovic Courtès
* guix/build/download.scm (%x509-certificate-directory): Export, as expected by (guix scripts pull) since commit 7e81d699de7a2c924a048175516fe1ac3820d8e6.
2017-03-13gnu: Add guile2.2-lib.Ludovic Courtès
* gnu/packages/guile.scm (guile2.2-lib): New variable.
2017-03-13gnu: luajit: Update to 2.1.0-beta2.Efraim Flashner
* gnu/packages/lua.scm (luajit): Update to 2.1.0-beta2.
2017-03-13gnu: Remove python-3.4.Leo Famulari
* gnu/packages/python.scm (python-3.4): Remove variable. * gnu/packages/patches/python-3.4-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-03-13gnu: Add python-flask-login.humanitiesNerd
* gnu/packages/python.scm (python-flask-login, python2-flask-login): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-13gnu: Add python-flask-htmlmin.humanitiesNerd
* gnu/packages/python.scm (python-flask-htmlmin, python2-flask-htmlmin): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-13gnu: Add python-htmlmin.humanitiesNerd
* gnu/packages/python.scm (python-htmlmin, python2-htmlmin): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-13gnu: diffoscope: Update to 78.Marius Bakke
* gnu/packages/package-management.scm (diffoscope): Update to 78.
2017-03-13gnu: Add minizip.Marius Bakke
* gnu/packages/compression.scm (minizip): New variable.
2017-03-13gnu: notmuch: Update to 0.24.Marius Bakke
* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to 0.24.