summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2016-06-17gnu: netpbm: Look for 'gsc' instead of 'gs'....This is a followup to commit eb354bdacbf4154ec66038dac07f19bf4ced1fad. * gnu/packages/netpbm.scm (netpbm)[arguments]: In 'configure' phase, patch 'pstopnm.c' to look for 'gsc'. Ludovic Courtès
2016-06-15gnu: cross-gcc: Allow Hurd libraries to be found....* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Add 'KERNEL/lib' to 'CROSS_LIBRARY_PATH'. Manolis Ragkousis
2016-06-14gnu: mit-krb5: Update to 1.14.2....* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.14.2. [source]: Remove 'patches'. * gnu/packages/patches/mit-krb5-CVE-2015-8629.patch, gnu/packages/patches/mit-krb5-CVE-2015-8630.patch, gnu/packages/patches/mit-krb5-CVE-2015-8631.patch, gnu/packages/patches/mit-krb5-init-context-null-spnego.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2016-06-14gnu: mit-krb5: Disable parallel build and testing....* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Pass #:parallel-build? #f and #:parallel-tests? #f. Ludovic Courtès
2016-06-14gnu: boost: Allow for customizable build flags....* gnu/packages/boost.scm (boost)[arguments]: Extract build flags to #:make-flags argument. David Thompson
2016-06-14gnu: automake: Adjust test to ignore new gzip warnings....* gnu/packages/patches/automake-test-gzip-warning.patch: New file. * gnu/packages/autotools.scm (automake)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2016-06-13gnu: swig: Adjust to pcre output split....This fixes a regression introduced in commit 6d49ca3bad613700b539c30272e164207455735b. * gnu/packages/swig.scm (swig)[native-inputs]: Add pcre:bin. [inputs]: Remove pcre. Ludovic Courtès
2016-06-12gnu: libxslt: Update to 1.1.29....* gnu/packages/patches/libxslt-CVE-2015-7995.patch, gnu/packages/patches/libxslt-remove-date-timestamps.patch: Delete files. * gnu/packages/xml.scm: Update to 1.1.29. [source]: Remove patches. Leo Famulari
2016-06-12Merge branch 'master' into core-updatesLeo Famulari
2016-06-12gnu: unison: Install unison-fsmonitor....* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Orivej Desh
2016-06-12gnu: Add emacs-rainbow-identifiers....* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable. Roel Janssen
2016-06-12gnu: imagemagick: Update to 6.9.4-9....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9. Leo Famulari
2016-06-12gnu: manaplus: Update to 1.6.6.4....* gnu/packages/games.scm (manaplus): Update to 1.6.6.4. Alex Kost
2016-06-11gnu: Add arc-icon-theme....* gnu/packages/gnome.scm (arc-icon-theme): New variable. David Thompson
2016-06-11gnu: Add moka-icon-theme....* gnu/packages/gnome.scm (moka-icon-theme): New variable. David Thompson
2016-06-11gnu: Add arc-theme....* gnu/packages/gnome.scm (arc-theme): New variable. David Thompson
2016-06-11gnu: 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. Leo Famulari
2016-06-11gnu: libmicrohttpd: Update to 0.9.50....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50. Signed-off-by: Leo Famulari <leo@famulari.name> ng0
2016-06-11gnu: signify: Update to 18....* gnu/packages/crypto.scm (signify): Update to 18. Leo Famulari
2016-06-12gnu: higan: Update to v099....This release removes the "balanced" emulation core (aka profile). Taylan Ulrich Bayırlı/Kammer
2016-06-11gnu: gnucash: Add support for AqBanking....* gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking. [arguments]: Add configure flag to enable aqbanking. Ricardo Wurmus
2016-06-11gnu: Add AqBanking....* gnu/packages/gnucash.scm (aqbanking): New variable. Ricardo Wurmus
2016-06-11gnu: Add gwenhywfar....* gnu/packages/gnucash.scm (gwenhywfar): New variable. Ricardo Wurmus
2016-06-11gnu: xmlsec: Enable gnutls support....* gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config. Ricardo Wurmus
2016-06-11gnu: gnucash: Add "license:" prefix....* gnu/packages/gnucash.scm: Import licenses with "license:" prefix. (gnucash)[license]: Add prefix. Ricardo Wurmus
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....* gnu/packages/fish.scm (fish): Update to 2.3.0. Signed-off-by: 宋文武 <iyzsong@gmail.com> Peter
2016-06-10gnu: git: Update to 2.8.4....* gnu/packages/version-control.scm (git): Update to 2.8.4. (git-manpages)[source]: Update hash. Leo Famulari
2016-06-10gnu: 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. Leo Famulari
2016-06-10Revert "gnu: openssl: Remove workaround for GCC 4.9.3 (no longer used)."...This reverts commit 12b6f6527e49c8c4191929a72b1692dbd9eb2440. Mark H Weaver
2016-06-10gnu: linux-libre: Update to 4.6.2....* gnu/packages/linux.scm (linux-libre): Update to 4.6.2. Mark H Weaver
2016-06-10gnu: linux-libre-4.4: Update to 4.4.13....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.13. Mark H Weaver
2016-06-10gnu: linux-libre-4.1: Update to 4.1.26....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.26. Mark H Weaver
2016-06-10gnu: higan: Various improvements....* 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. Taylan Ulrich Bayırlı/Kammer
2016-06-10gnu: dstat: Adjust license....* gnu/packages/admin.scm (dstat)[license]: Change to GPL2+. Ludovic Courtès
2016-06-10gnu: Add dstat....* gnu/packages/admin.scm (dstat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter
2016-06-10gnu: Add woof....* gnu/packages/web.scm (woof): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Clément Lassieur
2016-06-10gnu: g-wrap: Install modules to 'site/2.0'....* gnu/packages/guile.scm (g-wrap)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Patrick Hetu
2016-06-10gnu: Add sparql-query....* gnu/packages/databases.scm (sparql-query): New variable. Roel Janssen
2016-06-10gnu: qtbase: Update to 5.6.1....* gnu/packages/qt.scm (qtbase): Update to 5.6.1. Efraim Flashner
2016-06-10gnu: procmail: Remove unneeded glibc input....* gnu/packages/mail.scm (procmail)[inputs]: Remove GLIBC. Ludovic Courtès
2016-06-10gnu: tar: Allow cross-compilation....* gnu/packages/base.scm (tar)[inputs]: New field. Ludovic Courtès
2016-06-09gnu: st: Update to 0.6...* gnu/packages/suckless.scm (st): Update to 0.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng0
2016-06-09gnu: weechat: Update to 1.5....* gnu/packages/irc.scm (weechat): Update to 1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng0
2016-06-09gnu: Add googletest....* gnu/packages/check.scm (googletest): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Lukas Gradl
2016-06-09gnu: gettext: Update to 0.19.8....* gnu/packages/gettext.scm (gettext): Update to 0.19.8. Efraim Flashner
2016-06-09gnu: owncloud-client: Update to 2.2.1....* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.1. Efraim Flashner