gnu: Add moka-icon-theme.
* gnu/packages/gnome.scm (moka-icon-theme): New variable.
gnu: Add arc-theme.
* gnu/packages/gnome.scm (arc-theme): New variable.
gnu: wireshark: Update to 2.0.4 [security fixes].
Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}.
* gnu/packages/networking.scm (wireshark): Update to 2.0.4.
gnu: libmicrohttpd: Update to 0.9.50.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: signify: Update to 18.
* gnu/packages/crypto.scm (signify): Update to 18.
gnu: higan: Update to v099.
This release removes the "balanced" emulation core (aka profile).
gnu: gnucash: Add support for AqBanking.
* gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking.
[arguments]: Add configure flag to enable aqbanking.
gnu: Add AqBanking.
* gnu/packages/gnucash.scm (aqbanking): New variable.
gnu: Add gwenhywfar.
* gnu/packages/gnucash.scm (gwenhywfar): New variable.
gnu: xmlsec: Enable gnutls support.
* gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config.
gnu: gnucash: Add "license:" prefix.
* gnu/packages/gnucash.scm: Import licenses with "license:" prefix.
(gnucash)[license]: Add prefix.
gnu: Add python-pykafka and python2-pykafka.
* gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables.
gnu: Add python-kazoo and python2-kazoo.
* gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables.
gnu: Add python-tabulate and python2-tabulate.
* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables.
gnu: Add librdkafka.
* gnu/packages/networking.scm (librdkafka): New variable.
gnu: fish: Update to 2.3.0.
* gnu/packages/fish.scm (fish): Update to 2.3.0.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
gnu: git: Update to 2.8.4.
* gnu/packages/version-control.scm (git): Update to 2.8.4.
(git-manpages)[source]: Update hash.
profiles: manifest-lookup-package: Correctly handle package entries.
* guix/profiles.scm (manifest-lookup-package): Consider the package entry
in addition to its 'package-transitive-inputs'.
profiles: 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.
gnu: expat: Fix CVE-2012-6702 and CVE-2016-5300.
* 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.