summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-12serialization: Add #:select? parameter to 'write-file'.Ludovic Courtès
* guix/serialization.scm (write-file): Add #:select? parameter and honor it. * tests/nar.scm ("write-file #:select? + restore-file"): New test.
2016-06-12gnu: unison: Install unison-fsmonitor.Orivej Desh
* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-12profiles: Make sure hook derivations fail upon error.Ludovic Courtès
Reported at <https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00368.html>. * guix/profiles.scm (info-dir-file)[build]: Add explicit call to 'exit'. * guix/profiles.scm (ghc-package-cache-file)[build]: Likewise. * guix/profiles.scm (xdg-desktop-database)[build]: Likewise. * guix/profiles.scm (xdg-mime-database)[build]: Likewise.
2016-06-12doc: Fix default value of #:recursive? for 'local-file'.Ludovic Courtès
* doc/guix.texi (G-Expressions): The #:recursive? parameter of 'local-file' defaults to #f.
2016-06-12gnu: Add emacs-rainbow-identifiers.Roel Janssen
* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
2016-06-12gnu: imagemagick: Update to 6.9.4-9.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
2016-06-12gnu: manaplus: Update to 1.6.6.4.Alex Kost
* gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
2016-06-11gnu: Add arc-icon-theme.David Thompson
* gnu/packages/gnome.scm (arc-icon-theme): New variable.
2016-06-11gnu: Add moka-icon-theme.David Thompson
* gnu/packages/gnome.scm (moka-icon-theme): New variable.
2016-06-11gnu: Add arc-theme.David Thompson
* gnu/packages/gnome.scm (arc-theme): New variable.
2016-06-11gnu: wireshark: Update to 2.0.4 [security fixes].Leo Famulari
Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}. * gnu/packages/networking.scm (wireshark): Update to 2.0.4.
2016-06-11gnu: libmicrohttpd: Update to 0.9.50.ng0
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-11gnu: signify: Update to 18.Leo Famulari
* gnu/packages/crypto.scm (signify): Update to 18.
2016-06-12gnu: higan: Update to v099.Taylan Ulrich Bayırlı/Kammer
This release removes the "balanced" emulation core (aka profile).
2016-06-11gnu: gnucash: Add support for AqBanking.Ricardo Wurmus
* gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking. [arguments]: Add configure flag to enable aqbanking.
2016-06-11gnu: Add AqBanking.Ricardo Wurmus
* gnu/packages/gnucash.scm (aqbanking): New variable.
2016-06-11gnu: Add gwenhywfar.Ricardo Wurmus
* gnu/packages/gnucash.scm (gwenhywfar): New variable.
2016-06-11gnu: xmlsec: Enable gnutls support.Ricardo Wurmus
* gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config.
2016-06-11gnu: gnucash: Add "license:" prefix.Ricardo Wurmus
* gnu/packages/gnucash.scm: Import licenses with "license:" prefix. (gnucash)[license]: Add prefix.
2016-06-11gnu: Add python-pykafka and python2-pykafka.宋文武
* gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables.
2016-06-11gnu: Add python-kazoo and python2-kazoo.宋文武
* gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables.
2016-06-11gnu: Add python-tabulate and python2-tabulate.宋文武
* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables.
2016-06-11gnu: Add librdkafka.宋文武
* gnu/packages/networking.scm (librdkafka): New variable.
2016-06-11gnu: fish: Update to 2.3.0.Peter
* gnu/packages/fish.scm (fish): Update to 2.3.0. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-06-10gnu: git: Update to 2.8.4.Leo Famulari
* gnu/packages/version-control.scm (git): Update to 2.8.4. (git-manpages)[source]: Update hash.
2016-06-11profiles: manifest-lookup-package: Correctly handle package entries.宋文武
* guix/profiles.scm (manifest-lookup-package): Consider the package entry in addition to its 'package-transitive-inputs'.
2016-06-11profiles: xdg-mime-database: Union the "share/mime/packages" directory.宋文武
* guix/profiles.scm (xdg-mime-database): Call 'union-build' for the "share/mime/packages" directory of inputs.
2016-06-10gnu: expat: Fix CVE-2012-6702 and CVE-2016-5300.Leo Famulari
* gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (expat/fixed): Use it.
2016-06-10gnu: linux-libre: Update to 4.6.2.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.6.2.
2016-06-10gnu: linux-libre-4.4: Update to 4.4.13.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.13.
2016-06-10gnu: linux-libre-4.1: Update to 4.1.26.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.26.
2016-06-10gnu: higan: Various improvements.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (higan): Use semi-official repository at GitLab (using hotfix tag 098b which is equivalent to official release 098). Add a patch to remove the build flag -march=native. Set profile to balanced. * gnu/packages/patches/higan-remove-march-native-flag.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2016-06-10gnu: dstat: Adjust license.Ludovic Courtès
* gnu/packages/admin.scm (dstat)[license]: Change to GPL2+.
2016-06-10gnu: Add dstat.Peter
* gnu/packages/admin.scm (dstat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-10gnu: Add woof.Clément Lassieur
* gnu/packages/web.scm (woof): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-10gnu: g-wrap: Install modules to 'site/2.0'.Patrick Hetu
* gnu/packages/guile.scm (g-wrap)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-10gnu: Add sparql-query.Roel Janssen
* gnu/packages/databases.scm (sparql-query): New variable.
2016-06-10gnu: qtbase: Update to 5.6.1.Efraim Flashner
* gnu/packages/qt.scm (qtbase): Update to 5.6.1.
2016-06-09publish: Add '--ttl'.Ludovic Courtès
* guix/scripts/publish.scm (show-help, %options): Add --ttl. (render-narinfo): Add #:ttl and honor it. (make-request-handler): Add #:narinfo-ttl and honor it. (run-publish-server): Likewise. (guix-publish): Honor --ttl, pass it to 'run-publish-server'.
2016-06-09ui: 'string->duration' supports hours and seconds.Ludovic Courtès
* guix/ui.scm (string->duration): Add seconds and hours. * tests/ui.scm ("duration, 1 second"): New test.
2016-06-09gnu: st: Update to 0.6ng0
* gnu/packages/suckless.scm (st): Update to 0.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-06-09gnu: weechat: Update to 1.5.ng0
* gnu/packages/irc.scm (weechat): Update to 1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-06-09gnu: Add googletest.Lukas Gradl
* gnu/packages/check.scm (googletest): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-06-09gnu: owncloud-client: Update to 2.2.1.Efraim Flashner
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.1.
2016-06-09gnu: xboard: Update to 4.9.0, use GTK+ front-end.宋文武
* gnu/packages/games.scm (xboard): Update to 4.9.0. [inputs]: Add gtk+-2.
2016-06-08Revert "gnu: libxml2: Add fix for CVE-2016-1762."Mark H Weaver
This reverts commit 6e4f18cfdd1bf747e77f81b64497f1c05f57a057.
2016-06-08gnu: libxml2: Add fix for CVE-2016-1762.Mark H Weaver
* gnu/packages/patches/libxml2-CVE-2016-1762.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (libxml2/fixed)[source]: Add patch.
2016-06-08gnu: icecat: Add fixes for CVE-2016-{2818,2819,2821,2824,2828,2831}.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2016-2818-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt6.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt7.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt8.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt9.patch, gnu/packages/patches/icecat-CVE-2016-2819.patch, gnu/packages/patches/icecat-CVE-2016-2821.patch, gnu/packages/patches/icecat-CVE-2016-2824.patch, gnu/packages/patches/icecat-CVE-2016-2828.patch, gnu/packages/patches/icecat-CVE-2016-2831.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2016-06-08gnu: libvpx: Add fix for CVE-2016-2818.Mark H Weaver
* gnu/packages/patches/libvpx-CVE-2016-2818.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (libvpx)[source]: Add patch.
2016-06-08publish: Encore URIs that appear in narinfos.Ludovic Courtès
Fixes <http://bugs.gnu.org/21888>. Reported by iyzsong@member.fsf.org (宋文武). * guix/scripts/publish.scm (narinfo-string): Use 'encode-and-join-uri-path' instead of 'string-append' to compute URL. * tests/publish.scm ("/*.narinfo with properly encoded '+' sign"): ("/nar/ with properly encoded '+' sign"): New tests.