Age | Commit message (Expand) | Author |
2016-05-13 | Merge branch 'master' into core-updates | Leo Famulari |
2016-05-13 | gnu: jemalloc: No longer build with gcc-4.8 on i686....* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.
| Mark H Weaver |
2016-05-12 | gnu: Update module imports for asciidoc and doxygen....This is a followup to commit 0573a923def01e54bf104e0015ade44ab42f694f.
* gnu/packages/algebra.scm, gnu/packages/bioinformatics.scm,
gnu/packages/fcitx.scm, gnu/packages/fish.scm,
gnu/packages/freedesktop.scm, gnu/packages/game-development.scm,
gnu/packages/gcc.scm, gnu/packages/graphics.scm, gnu/packages/image.scm,
gnu/packages/kodi.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/messaging.scm,
gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/rdf.scm,
gnu/packages/serialization.scm, gnu/packages/version-control.scm,
gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xiph.scm: Change imports of (gnu packages asciidoc) or
(gnu packages doxygen) to (gnu packages documentation).
| Mark H Weaver |
2016-05-12 | Merge branch 'gnome-updates' | Mark H Weaver |
2016-05-12 | gnu: linux-libre: Update to 4.5.4....* gnu/packages/linux.scm (linux-libre): Update to 4.5.4.
| Mark H Weaver |
2016-05-12 | gnu: linux-libre-4.4: Update to 4.4.10....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.10.
| Mark H Weaver |
2016-05-12 | gnu: linux-libre-4.1: Update to 4.1.24....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.24.
| Mark H Weaver |
2016-05-12 | gnu: icecat: Update to 38.8.0-gnu1....* gnu/packages/patches/icecat-CVE-2016-2805.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt2.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt3.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt4.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt5.patch,
gnu/packages/patches/icecat-CVE-2016-2808.patch,
gnu/packages/patches/icecat-CVE-2016-2814.patch,
gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch,
gnu/packages/patches/icecat-update-bundled-graphite2.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.8.0-gnu1.
[source] Remove deleted patches.
| Mark H Weaver |
2016-05-12 | gnu: Add NetCDF....* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): New variables.
| Eric Bavier |
2016-05-12 | gnu: Add Matio....* gnu/packages/maths.scm (matio): New variable.
| Eric Bavier |
2016-05-12 | gnu: Add h5check....* gnu/packages/maths.scm (h5check): New variable.
| Eric Bavier |
2016-05-12 | gnu: Add hdf5-openmpi....* gnu/packages/maths.scm (hdf5-openmpi): New variable.
| Eric Bavier |
2016-05-12 | gnu: hdf5: Have configure honor SOURCE_DATE_EPOCH....* gnu/packages/patches/hdf5-config-date.patch: New patch.
* gnu/packages/maths.scm (hdf5)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier |
2016-05-12 | gnu: hdf5: Patch output references to zlib....* gnu/packages/maths.scm (hdf5)[arguments]: Use modify-phases. Add
'patch-references' phase.
| Eric Bavier |
2016-05-12 | gnu: hdf5: Update to 1.8.17....* gnu/packages/maths.scm (hdf5): Update to 1.8.17.
| Eric Bavier |
2016-05-12 | gnu: Add HYPRE....* gnu/packages/maths.scm (hypre, hypre-openmpi): New variables.
* gnu/packages/patches/hypre-doc-tables.patch,
gnu/packages/patches/hypre-ldflags.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
| Eric Bavier |
2016-05-12 | gnu: Add doc++....* gnu/packages/documentation.scm (doc++): New variable.
* gnu/packages/patches/doc++-include-directives.patch,
gnu/packages/patches/doc++-segfault-fix.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
| Eric Bavier |
2016-05-12 | gnu: Move asciidoc and doxygen to new module....* gnu/packages/asciidoc.scm (asciidoc): Move this...
* gnu/packages/doxygen.scm (doxygen): ...and this...
* gnu/packages/documentation.scm: ...to here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add accordingly.
| Eric Bavier |
2016-05-12 | gnu: claws-mail: Add shared-mime-info input....* gnu/packages/mail.scm (claws-mail)[inputs]: Add shared-mime-info.
[arguments]: Add 'patch-mime' phase.
| Eric Bavier |
2016-05-12 | gnu: nmap: Update to 7.12....* gnu/packages/admin.scm (nmap): Update to 7.12.
| Efraim Flashner |
2016-05-12 | gnu: tinc: Update to 1.0.28. | Efraim Flashner |
2016-05-12 | gnu: openvpn: Update to 2.3.9....* gnu/packages/vpn.scm (openvpn): Update to 2.3.9.
| Efraim Flashner |
2016-05-11 | gnu: libarchive: Fix CVE-2016-1541....* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive/fixed): New variable.
* gnu/packages/patches/libarchive-CVE-2016-1541.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Leo Famulari |
2016-05-12 | gnu: aseprite: Fix build....* gnu/packages/game-development.scm (aseprite)[arguments]: Remove #:phases.
| 宋文武 |
2016-05-11 | Merge branch 'master' into gnome-updates | Mark H Weaver |
2016-05-11 | gnu: libxkbcommon: Move to (gnu packages xdisorg)....* gnu/packages/qt.scm (libxkbcommon): Move to...
* gnu/packages/xdisorg.scm (libxkbcommon): ... here. New variable.
* gnu/packages/wm.scm, gnu/packages/gnome.scm,
gnu/packages/games.scm: Adjust accordingly.
| Danny Milosavljevic |
2016-05-11 | gnu: Add entr....* gnu/packages/entr.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Matthew Jordan |
2016-05-11 | gnu: thinkfan: Fix daemon path in init scripts....* gnu/packages/linux.scm (thinkfan): Fix daemon path in init scripts.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Goaziou |
2016-05-11 | gnu: totem: Fix build on i686....* gnu/packages/patches/totem-debug-format-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (totem)[source]: Add patch.
| Mark H Weaver |
2016-05-11 | gnu: graphviz: Build the Guile bindings....* gnu/packages/graphviz.scm (graphviz)[inputs]: Add SWIG and GUILE-2.0.
[arguments]: Add 'move-guile-bindings' phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Roel Janssen |
2016-05-11 | gnu: libical: Correct zoneinfo search path....* gnu/packages/calendar.scm (libical)[arguments]: substitute FHS-compliant
zoneinfo folders with location of tzdata's zoneinfo folder.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kei Yamashita |
2016-05-10 | gnu: libgpg-error: Update to 1.22....* gnu/packages/gnupg.scm (libgpg-error): Update to 1.22.
| Leo Famulari |
2016-05-10 | gnu: libksba: Upsate to 1.3.4....* gnu/packages/gnupg.scm (libksba): Update to 1.3.4.
| Leo Famulari |
2016-05-10 | gnu: exim: Update to 4.87....* gnu/packages/mail.scm (exim): Update to 4.87.
| Leo Famulari |
2016-05-10 | gnu: python: Make sure shared libraries are stripped....* gnu/packages/python.scm (python-2)[arguments]: Add
'make-libraries-writable' phase.
| Ludovic Courtès |
2016-05-10 | gnu: python: Remove unnecessary installed tests....* gnu/packages/python.scm (python-2)[arguments]: Add 'remove-tests'
phase.
| Ludovic Courtès |
2016-05-10 | gnu: poppler: Do not build static libraries....* gnu/packages/pdf.scm (poppler)[arguments]: Pass "--disable-static".
| Ludovic Courtès |
2016-05-10 | gnu: glibc: Rename linux-headers input to kernel-headers....* gnu/packages/base.scm (glibc)[propagated-inputs]: Use a kernel
agnostic name for the kernel headers.
[arguments]: Adjust accordingly.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[propagated-inputs]: Adjust accordingly.
* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Adjust
accordingly.
(cross-gcc)[native-inputs]: Adjust accordingly.
* gnu/packages/make-bootstrap.scm (%glibc-stripped)[arguments]: Adjust
accordingly.
[inputs]: Adjust accordingly.
| Manolis Ragkousis |
2016-05-10 | Revert "gnu: libva: Update to 1.7.0."...This reverts commit cdda334ec2fcdd5946ba60853b7312283bf89712.
| Efraim Flashner |
2016-05-10 | gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}]....* gnu/packages/qemu.scm (qemu): Update to 2.5.1.1.
[arguments]: Disable parallel tests.
| Leo Famulari |
2016-05-10 | gnu: guile-ncurses: Use 'modify-phases'....* gnu/packages/guile.scm (guile-ncurses)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-05-10 | gnu: guile-ncurses: Update to 1.7....* gnu/packages/guile.scm (guile-ncurses): Update to 1.7.
[arguments]: Remove work-around for buggy test.
commit fixes http://bugs.gnu.org/21677
| Efraim Flashner |
2016-05-09 | gnu: qemu: Update to 2.5.1....* gnu/packages/qemu.scm (qemu): Update to 2.5.1.
[source]: Remove patches.
* gnu/packages/patches/qemu-usb-ehci-oob-read.patch,
gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch,
gnu/packages/patches/qemu-CVE-2015-8558.patch,
gnu/packages/patches/qemu-CVE-2015-8567.patch,
gnu/packages/patches/qemu-CVE-2015-8613.patch,
gnu/packages/patches/qemu-CVE-2015-8619.patch,
gnu/packages/patches/qemu-CVE-2015-8701.patch,
gnu/packages/patches/qemu-CVE-2015-8743.patch,
gnu/packages/patches/qemu-CVE-2016-1568.patch,
gnu/packages/patches/qemu-CVE-2016-1922.patch,
gnu/packages/patches/qemu-CVE-2016-1981.patch,
gnu/packages/patches/qemu-CVE-2016-2197.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Efraim Flashner |
2016-05-09 | gnu: connman: Fix url....* gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from
the download url.
| Efraim Flashner |
2016-05-09 | gnu: cups-minimal: Use 'modify-phases'....* gnu/packages/cups.scm (cups-minimal)[arguments]: Use 'modify-phases'.
| Ludovic Courtès |
2016-05-09 | gnu: ghostscript: Do not build the statically-linked 'gs' binary....* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Remove
'build-so' and 'install-so' phases. Replace 'build' and 'install'
phases.
| Ludovic Courtès |
2016-05-09 | gnu: ghostscript: Disallow references to "doc"....* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Add
#:disallowed-references.
| Ludovic Courtès |
2016-05-09 | gnu: bdb: Do not build static libraries....* gnu/packages/databases.scm (bdb)[arguments]: Pass --disable-static.
| Ludovic Courtès |
2016-05-09 | gnu: bdb: Disallow references to "doc" output....* gnu/packages/databases.scm (bdb)[arguments]: Add #:disallowed-references.
| Ludovic Courtès |
2016-05-09 | gnu: openntpd: Update to 5.9p1....* gnu/packages/ntp.scm (openntpd): Update to 5.9p1.
| Efraim Flashner |