aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: mysql: Update to 5.7.16.Leo Famulari2016-10-18
| | | | | | | | * gnu/packages/databases.scm (mysql): Update to 5.7.16.
| * gnu: Add kobodeluxe.Stephen Webber2016-10-18
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (kobodeluxe): New variable. * gnu/packages/patches/kobodeluxe-paths.patch: New file. * gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch: New file. * gnu/packages/patches/kobodeluxe-const-charp-conversion.patch: New file. * gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch: New file. * gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch: New file. * gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: torsocks: Update to 2.2.0.ng02016-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/torsocks-dns-test.patch: Delete file. * gnu/local.mk: Remove it. * gnu/packages/tor.scm (torsocks): Update to 2.2.0. [source]: Remove patch. Change method from 'git-fetch' to 'url-fetch'. Remove 'file-name'. [arguments]: Remove 'bootstrap' phase. [native-inputs]: Remove autoconf, automake and libtool. Also remove obsoleted perl-test-harness. [home-page]: Use https URL. (define-module): Don't import perl. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: hdf4: Really fix non-x86 architectures.Andreas Enge2016-10-18
| | | | | | | | | | | | | | This is a follow-up to commit 60da9fb1100787c49ed4910eacf50e83c6462dcc. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/maths.scm (hdf4)[source]: Add patch.
| * gnu: enlightenment: Update to 0.21.3.Efraim Flashner2016-10-18
| | | | | | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.3.
| * grafts: Remove unnecessary 'umask' call.Ludovic Courtès2016-10-17
| | | | | | | | | | | | This is a followup to d72267863382041b84a9712eea354882be72ef55. * guix/build/graft.scm (rewrite-directory): Remove 'umask' call.
| * grafts: Apply the right grafts in the presence of multiple outputs.Ludovic Courtès2016-10-17
| | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/24712>. * guix/grafts.scm (cumulative-grafts): Add grafts for all the outputs of DRV. * tests/grafts.scm ("graft-derivation, replaced derivation has multiple outputs"): New test.
| * guix build: Add '--with-graft'.Ludovic Courtès2016-10-17
| | | | | | | | | | | | | | | | | | | | * guix/scripts/build.scm (transform-package-inputs/graft): New procedure. (%transformations): Add 'with-graft'. (%transformation-options): Likewise. (show-transformation-options-help): Document it. * tests/scripts-build.scm ("options->transformation, with-graft"): New test. * doc/guix.texi (Package Transformation Options): Document it.
| * guix build: Factorize transformation option parsing.Ludovic Courtès2016-10-17
| | | | | | | | | | * guix/scripts/build.scm (%transformation-options): Introduce 'parser' procedure and use it.
| * guix build: Extract '--with-input' replacement spec parsing.Ludovic Courtès2016-10-17
| | | | | | | | | | | | * guix/scripts/build.scm (evaluate-replacement-specs): New procedure. (transform-package-inputs)[not-equal]: Remove. [replacements]: Define in terms of 'evaluate-replacement-specs'.
| * gnu: tor: Update to 0.2.8.9.Efraim Flashner2016-10-18
| | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.2.8.9.
| * gnu: vapoursynth: Update to 34.Efraim Flashner2016-10-18
| | | | | | | | * gnu/packages/video.scm (vapoursynth): Update to 34.
| * gnu: zimg: Update to 2.3.Efraim Flashner2016-10-18
| | | | | | | | * gnu/packages/image.scm (zimg): Update to 2.3.
| * gnu: jasper: Update to 1.900.5.Efraim Flashner2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (jasper): Update to 1.900.5. [source]: Remove patches. [native-inputs]: Remove unzip. * gnu/packages/patches/jasper-CVE-2007-2721.patch, gnu/packages/patches/jasper-CVE-2008-3520.patch, gnu/packages/patches/jasper-CVE-2008-3522.patch, gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch, gnu/packages/patches/jasper-CVE-2014-8137.patch, gnu/packages/patches/jasper-CVE-2014-8138.patch, gnu/packages/patches/jasper-CVE-2014-8157.patch, gnu/packages/patches/jasper-CVE-2014-8158.patch, gnu/packages/patches/jasper-CVE-2014-9029.patch, gnu/packages/patches/jasper-CVE-2016-1577.patch, gnu/packages/patches/jasper-CVE-2016-1867.patch, gnu/packages/patches/jasper-CVE-2016-2089.patch, gnu/packages/patches/jasper-CVE-2016-2116.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: diffoscope: Update to 61.Leo Famulari2016-10-17
| | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 61.
* | gnu: dbus: Fix bad 'origin' form in dbus-1.10.12.Mark H Weaver2016-10-17
| | | | | | | | | | | | | | This is a followup to commit dcaf70897a0bad38a4638a2905aaa3c46b1f1402. * gnu/packages/glib.scm (dbus-1.10.12)[source]: Remove unneeded 'method' field, so that 'inherit' comes first.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-17
|\|
| * gnu: openssh: Enable kerberos features.John Darrington2016-10-17
| | | | | | | | | | * gnu/packages/ssh.scm (openssh) [arguments]: Add flag --with-kerberos5. [inputs]: Add mit-krb5.
| * gnu: linux-libre: Update to 4.8.2.Mark H Weaver2016-10-17
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.2.
| * gnu: linux-libre@4.4: Update to 4.4.25.Mark H Weaver2016-10-17
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.25.
| * gnu: Add xpad.Rene Saavedra2016-10-17
| | | | | | | | | | | | * gnu/packages/gnome.scm (xpad): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| * gnu: Add rcas-web.Ricardo Wurmus2016-10-17
| | | | | | | | * gnu/packages/bioinformatics.scm (rcas-web): New variable.
| * gnu: Add r-rcas.Ricardo Wurmus2016-10-17
| | | | | | | | * gnu/packages/bioinformatics.scm (r-rcas): New variable.
| * gnu: irrlicht: Update to 1.8.4.Ricardo Wurmus2016-10-17
| | | | | | | | | | | | | | | | * gnu/packages/games.scm (irrlicht): Update to 1.8.4. [arguments]: Delete phase "apply-patch/mesa-10-fix". [native-inputs]: Remove "patch/mesa-10-fix". * gnu/packages/patches/irrlicht-mesa-10.patch: Delete file. * gnu/local.mk (dist_path_DATA): Remove irrlicht patch.
| * gnu: extremetuxracer: Update to 0.7.3.Ricardo Wurmus2016-10-17
| | | | | | | | | | | | | | | | * gnu/packages/games.scm (extremetuxracer): Update to 0.7.3. [inputs]: Remove freetype, mesa, libice, libpng, sdl, sdl-mixer, sdl-image, libsm, libunwind, libx11, libext, libxi, libxmu, libxt, tcl, zlib; add sfml. [arguments]: Remove field.
| * gnu: sfml: Install pkgconfig files.Ricardo Wurmus2016-10-17
| | | | | | | | | | * gnu/packages/game-development.scm (sfml)[arguments]: Add configure flag to install pkgconfig files.
| * gnu: artanis: Remove implied $(DESTDIR) usage.Adonay Felipe Nogueira2016-10-17
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/artanis-fix-Makefile.in.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. [arguments]: Remove DESTDIR from #:make-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: node: Update to 6.8.0.Al McElrath2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove <https://debbugs.gnu.org/23744> and <https://debbugs.gnu.org/23723> workaround. * gnu/packages/node.scm (node): Update to 6.8.0. (node)[arguments]: Disabled more tests. Remove custom 'patch-shebangs' phase. Manually patch npm script shebang in new 'patch-npm-shebang' phase. * gnu/packages/patches/node-9077.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ruby-json-pure: Fix tests.Ben Woodcroft2016-10-17
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-json-pure)[arguments]: Remove unneeded reference to 'json-java.gemspec' in 'Gemfile'.
| * gnu: bundler: Update to 1.13.5.Ben Woodcroft2016-10-17
| | | | | | | | * gnu/packages/ruby.scm (bundler): Update to 1.13.5.
| * gnu: Add geierlein.Hartmut Goebel2016-10-17
| | | | | | | | * gnu/packages/finance.scm (geierlein): New variable.
| * gnu: Add sslh.Tobias Geerinckx-Rice2016-10-17
| | | | | | | | * gnu/packages/networking.scm (sslh): New variable.
| * gnu: httping: Update to 2.5.Tobias Geerinckx-Rice2016-10-17
| | | | | | | | * gnu/packages/networking.scm (httping): Update to 2.5.
| * gnu: Add fbida.Julien Lepiller2016-10-16
| | | | | | | | * gnu/packages/pdf.scm (fbida): New variable.
| * import: utils: Remove dependency on (json) module.Alex Kost2016-10-16
| | | | | | | | | | | | | | This fixes a regression introduced by commit fbe9c1012820ab72f022a6ec958c35b431ae7a74. * guix/import/utils.scm: Remove unused (json) module.
| * gnu: hdf4: Fix non-x86 architectures.Andreas Enge2016-10-16
| | | | | | | | | | | | * gnu/packages/patches/hdf4-architectures.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/maths.scm (hdf4)[source]: Add patch.
| * gnu: certbot, python-acme: Update to 0.9.3.Leo Famulari2016-10-16
| | | | | | | | | | | | | | | | | | These packages should be updated together. * gnu/packages/tls.scm (certbot): Update to 0.9.3. [source]: Use pypi-uri. (python-acme, python2-acme): Update to 0.9.3. [source]: Use pypi-uri.
| * gnu: python-dnspython: Update to 0.15.0.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/python.scm (python-dnspython, python2-dnspython): Update to 0.15.0.
| * gnu: python-werkzeug: Update to 0.11.11.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/python.scm (python-werkzeug, python2-werkzeug): Update to 0.11.11.
| * gnu: python-pyopenssl: Update to 16.1.0.Leo Famulari2016-10-16
| | | | | | | | | | | | * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.1.0 [source]: Use pypi-uri.
| * gnu: python-pyasn1: Update to 0.1.9.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri.
| * gnu: Add python-whoosh.Ricardo Wurmus2016-10-16
| | | | | | | | * gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
| * gnu: Add arm-none-eabi-toolchain variants.Theodoros Foradis2016-10-16
| | | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (arm-none-eabi-toolchain): New procedure. (arm-none-eabi-toolchain-4.9, arm-none-eabi-nano-toolchain-4.9, arm-none-eabi-toolchain-6, arm-none-eabi-nano-toolchain-6): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: Add arm-none-eabi-gcc-6.Theodoros Foradis2016-10-16
| | | | | | | | | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-6): New variable. * gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch: New file. * gnu/packages/patches/gcc-6-cross-environment-variables.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patches.
| * gnu: youtube-dl: Update to 2016-10-16.Leo Famulari2016-10-15
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2016-10-16.
| * gnu: dbus-1.10.12: Fix search paths.Andy Patterson2016-10-15
| | | | | | | | | | | | | | | | | | | | | | Add the patches from dbus's source field back into its replacement. This ensures that the grafted dbus package can find its services on GuixSD. This is a follow-up to commit 34f9582aad557cd816bb3215fb4d7da7d1c5229a. * gnu/packages/glib.scm (dbus-1.10.12)[source]: Inherit from dbus. Signed-off-by: Leo Famulari <leo@famulari.name>
| * graph: Add '%referrer-node-type'.Ludovic Courtès2016-10-15
| | | | | | | | | | | | | | | | | | | | * guix/scripts/graph.scm (ensure-store-items): New procedure. (%reference-node-type)[convert]: Use it. (non-derivation-referrers): New procedure. (%referrer-node-type): New variable. (%node-types): Add it. * tests/graph.scm ("referrer DAG"): New test. * doc/guix.texi (Invoking guix graph): Document it.
| * grafts: Remove unused variables and confusing monad use.Ludovic Courtès2016-10-15
| | | | | | | | | | | | | | * guix/grafts.scm (cumulative-grafts)[return/cache]: Use %STATE-MONAD, not %STORE-MONAD. Remove unused 'origins' variable and unnecessary inner 'cache' variable.
| * gnu: assimp: Update to 3.3.1.Efraim Flashner2016-10-15
| | | | | | | | | | * gnu/packages/graphics.scm (assimp): Update to 3.3.1. [native-inputs]: Remove unzip.
| * gnu: jsoncpp: Update to 1.7.7.Efraim Flashner2016-10-15
| | | | | | | | * gnu/packages/serialization.scm (jsoncpp): Update to 1.7.7.