Age | Commit message (Expand) | Author |
---|---|---|
2015-10-02 | gnu: libmicrohttpd: Update to 0.9.44....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44. | Andreas Enge |
2015-10-02 | gnu: eigen: Update to 3.2.6....* gnu/packages/algebra.scm (eigen): Update to 3.2.6. | Andreas Enge |
2015-10-02 | gnu: valgrind: Enable the arm architecture during configuration....* gnu/packages/patches/valgrind-enable-arm.patch: New file. * gnu/packages/valgrind.scm (valgrind)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Enable patch. | Andreas Enge |
2015-10-02 | gnu: valgrind: Update to 3.11.0....* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0. [source]: Remove the patches * gnu/packages/patches/valgrind-glibc-2.22.patch, gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files. * gnu-system.am (dist_patch_DATA): Unregister the patches. | Andreas Enge |
2015-10-02 | gnu: glpk: Update to 4.56....* gnu/packages/maths.scm (glpk): Update to 4.56. | Andreas Enge |
2015-10-02 | gnu: freeimage: Add fix for CVE-2015-0852....* gnu/packages/patches/freeimage-CVE-2015-0852.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch. | Mark H Weaver |
2015-10-02 | gnu: freeimage: Update to 3.17.0....* gnu/packages/image.scm (freeimage): Update to 3.17.0. [source]: Use 'string-concatenate' in URI computation. | Mark H Weaver |
2015-10-02 | gnu: openjpeg-2.x: Add fix for use-after-free in opj_j2k_write_mco....* gnu/packages/patches/openjpeg-use-after-free-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch. [home-page]: Update. | Mark H Weaver |
2015-10-02 | gnu: clipper: Add 'file-name' field to source origin....* gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name. | Mark H Weaver |
2015-10-02 | gnu: orc: Update to 0.4.24....* gnu/packages/gstreamer.scm (orc): Update to 0.4.24. | Andreas Enge |
2015-10-01 | gnu: Add python-xlrd....* gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org> | Ben Woodcroft |
2015-10-01 | gnu: powertop: Fix url....* gnu/packages/linux.scm (powertop): Fixed incorrect url. | Efraim Flashner |
2015-10-01 | gnu: openblas: Fix configure flags on armhf and take target system into accou......* gnu/packages/maths.scm (openblas)[arguments]: Make package substitutable and enable runtime cpu detection only on x86 systems. Take the target system into account when cross compiling. | Andreas Enge |
2015-10-01 | gnu: powertop: Update to 2.7....* gnu/packages/linux.scm (powertop): Update to 2.7. [arguments]: Add "pciutils" to inputs. | Efraim Flashner |
2015-10-01 | gnu: graphviz: Add "doc" output....* gnu/packages/graphviz.scm (graphviz)[outputs, arguments]: New fields. | Efraim Flashner |
2015-10-01 | gnu: graphviz: Update to 2.38.0....* gnu/packages/graphviz.scm (graphviz): Update to 2.38.0. | Efraim Flashner |
2015-10-01 | gnu: mpg123: Update to 1.22.4....* gnu/packages/mp3.scm (mpg123): Update to 1.22.4. | Efraim Flashner |
2015-10-01 | gnu: mpv: Update to 0.11.0....* gnu/packages/video.scm (mpv): Update to 0.11.0. | Efraim Flashner |
2015-10-01 | gnu: youtube-dl: Update to 2015.09.28....* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28. | Efraim Flashner |
2015-10-01 | gnu: terminology: Update to 0.9.1....* gnu/packages/enlightenment.scm (terminology): Update to 0.9.1. | Efraim Flashner |
2015-10-01 | gnu: enlightenment: Update to 0.19.11....* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.11. | Efraim Flashner |
2015-10-01 | gnu: Add GNU Unifont....* gnu/packages/fonts.scm (font-gnu-unifont): New variable. | 宋文武 |
2015-10-01 | gnu: shroud: Update to 0.1.1....* gnu/packages/password-utils.scm (shroud): Update to 0.1.1. | David Thompson |
2015-10-01 | gnu: Add shroud....* gnu/packages/password-utils.scm (shroud): New variable. | David Thompson |
2015-10-01 | gnu: xterm: Update to 320....* gnu/packages/xorg.scm (xterm): Update to 320. | 宋文武 |
2015-10-01 | download: Check whether HORIZONTAL ELLIPSIS can be encoded....* guix/build/download.scm (ellipsis): New procedure. (store-path-abbreviation): Use it. | Ludovic Courtès |
2015-10-01 | gnu: emacs: Claim 'INFOPATH'....Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/emacs.scm (emacs)[native-search-path]: New field. | Ludovic Courtès |
2015-10-01 | gnu: Add vsearch....* gnu/packages/bioinformatics.scm (vsearch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Ben Woodcroft |
2015-10-01 | gnu: Add cityhash....* gnu/packages/textutils.scm (cityhash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Ben Woodcroft |
2015-09-30 | gnu: linux-libre: Update to 4.2.2....* gnu/packages/linux.scm (linux-libre): Update to 4.2.2. | Mark H Weaver |
2015-09-29 | gnu: Add gzochi....* gnu/packages/game-development.scm (gzochi): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Julian Graham |
2015-09-29 | gnu: Add pigz....* gnu/packages/compression.scm (pigz): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Jeff Mickey |
2015-09-28 | gnu: lsh: 'lsh-authorize' uses the absolute file name of 'sexp-conv'....Fixes <http://bugs.gnu.org/21516>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages/lsh.scm (lsh)[arguments]: In 'pre-configure' phase, change 'src/lsh-authorize' to use the absolute file name of 'sexp-conv'. | Ludovic Courtès |
2015-09-28 | guix gc: Add '--list-failures' and '--clear-failures'....Suggested by Mark H Weaver <mhw@netris.org>. * guix/scripts/gc.scm (show-help, %options): Add --list-failures and --clear-failures. (guix-gc): Honor them. * doc/guix.texi (Invoking guix gc): Document them. (Invoking guix-daemon): Mention them. | Ludovic Courtès |
2015-09-28 | store: Add 'query-failed-paths' and 'clear-failed-paths' RPCs....Suggested by Mark H Weaver <mhw@netris.org>. * guix/store.scm (query-failed-paths, clear-failed-paths): New procedures. * tests/guix-daemon.sh: Add test with daemon started with --cache-failures. | Ludovic Courtès |
2015-09-28 | tests: 'open-connection-for-tests' takes an optional parameter....* guix/tests.scm (open-connection-for-tests): Add optional FILE parameter; pass it to 'open-connection'. | Ludovic Courtès |
2015-09-28 | gnu: Add bio-blastxmlparser....* gnu/packages/bioinformatics.scm (bio-blastxmlparser): New variable. | Pjotr Prins |
2015-09-28 | gnu: Add r-data.table....* gnu/packages/statistics.scm (r-data.table): New variable. | Vicente Vera Parra |
2015-09-28 | gnu: Add r-chron....* gnu/packages/statistics.scm (r-chron): New variable. | Vicente Vera Parra |
2015-09-28 | gnu: Add r-servr....* gnu/packages/web.scm (r-servr): New variable. | Ricardo Wurmus |
2015-09-28 | gnu: Add r-jsonlite....* gnu/packages/web.scm (r-jsonlite): New variable. | Ricardo Wurmus |
2015-09-28 | gnu: Add r-httpuv....* gnu/packages/web.scm (r-httpuv): New variable. | Ricardo Wurmus |
2015-09-28 | doc: Fix spelling....This is a followup to commit ba7d6c763c6adac4cf26fef656c7f98296601d0b. * doc/guix.texi (Synopses and Descriptions): Fix spelling. | Mark H Weaver |
2015-09-28 | lint: Fix 'check-texinfo-markup'....Fixes a regression introduced in 5d8d8f3. * guix/scripts/lint.scm (check-description-style): When no exception is thrown in 'check-texinfo-markup', return the rendered description. | Mathieu Lirzin |
2015-09-28 | doc: Add more recommandations for package descriptions....* doc/guix.texi (Synopses and Descriptions): Warn about special characters in Texinfo. Indicate how to help the translators. | Mathieu Lirzin |
2015-09-28 | gnu: Add arandr....* gnu/packages/xdisorg.scm (arandr): New variable. | Mathieu Lirzin |
2015-09-27 | gnu: avidemux: Build with Qt 5 instead of Qt 4....* gnu/packages/video.scm (avidemux)[inputs]: Replace qt-4 by qt. [arguments]: Add build flag. | Andreas Enge |
2015-09-26 | gnu: global: Update to 6.5.1....* gnu/packages/code.scm (global): Update to 6.5.1. | Andreas Enge |
2015-09-26 | gnu: libmicrohttpd: Update to 0.9.43....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.43. | Andreas Enge |
2015-09-26 | gnu: ddrescue: Update to 1.20....* gnu/packages/disk.scm (ddrescue): Update to 1.20. | Andreas Enge |