summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2016-10-10gnu: cups-filters: Look for test page in own output dir.Andy Wingo
* gnu/packages/cups.scm (cups-filters): Update to look for the test page template in the cups-filter output dir, as cups and cups-filter do not share an output dir. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-10-10gnu: perl-module-build: Update to 0.4220.Efraim Flashner
* gnu/packages/perl.scm (perl-module-build): Update to 0.4220.
2016-10-09gnu: tcsh: Do not define BSDWAIT.Ricardo Wurmus
* gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[source]: Use it.
2016-10-08gnu: cups-filters: Use ghostscript with CUPS driver.Andy Wingo
* gnu/packages/cups.scm (ghostscript/cups): New variable. (cups-filters): Use ghostscript/cups. Capture path to "gs" at compilation time. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-08gnu: libxcb: Update to 1.11.1.Ludovic Courtès
* gnu/packages/xorg.scm (libxcb): Update to 1.11.1.
2016-10-07gnu: gcc@4.8: Use an older Texinfo.Ludovic Courtès
* gnu/packages/gcc.scm (gcc-4.8)[native-inputs]: New field. (gcc-4.9): Inherit from GCC-4.7.
2016-10-07gnu: isl: Add support for aarch64.Efraim Flashner
* gnu/packages/gcc.scm (isl)[source]: Add patch. * gnu/packages/patches/isl-0.11.1-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2016-10-07gnu: cmake: Build 'ccmake' binary.Efraim Flashner
* gnu/packages/cmake.scm (cmake)[inputs]: Add ncurses.
2016-10-07gnu: tzdata: Use modify-phasesJohn Darrington
* gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures with modify-phases
2016-10-07gnu: tzdata: Fix dangling symbolic link.John Darrington
* gnu/packages/base.scm (tzdata)[arguments]: Replace dangling symbolic link with the correct path.
2016-10-06gnu: openssl: Update to 1.0.2j.Leo Famulari
* gnu/packages/tls.scm (openssl): Update to 1.0.2j. [replacement]: Remove field [source]: Remove 'openssl-CVE-2016-2177.patch' and 'openssl-CVE-2016-2178.patch'. (openssl-1.0.2j): Remove variable. (openssl-next)[replacement]: Remove field. * gnu/packages/patches/openssl-CVE-2016-2177.patch, gnu/packages/patches/openssl-CVE-2016-2178.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-10-06gnu: tzdata: Update to 2016g.Leo Famulari
* gnu/packages/base.scm (tzdata): Update to 2016g.
2016-10-05gnu: libxvmc: Update to 1.0.10.Leo Famulari
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.10. [replacement]: Remove field. (libxvmc/fixed): Remove variable. * gnu/packages/patches/libxvmc-CVE-2016-7953.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-05gnu: libxv: Update to 1.0.11.Leo Famulari
* gnu/packages/xorg.scm (libxv): Update to 1.0.11. [replacement]: Remove field. (libxv/fixed): Remove variable. * gnu/packages/patches/libxv-CVE-2016-5407.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-05gnu: libxtst: Update to 1.2.3.Leo Famulari
* gnu/packages/xorg.scm (libxtst): Update to 1.2.3. [replacement]: Remove field. (libxtst/fixed): Remove variable. * gnu/packages/patches/libxtst-CVE-2016-7951-CVE-2016-7952.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-05gnu: libxrender: Update to 0.9.10.Leo Famulari
* gnu/packages/xorg.scm (libxrender): Update to 0.9.10. [replacement]: Remove field. (libxrender/fixed): Remove variable. * gnu/packages/patches/libxrender-CVE-2016-7949.patch, gnu/packages/patches/libxrender-CVE-2016-7950.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-10-05gnu: libxrandr: Update to 1.5.1.Leo Famulari
* gnu/packages/xorg.scm (libxrandr): Update to 1.5.1. [replacement]: Remove field. (libxrandr/fixed): Remove variable. * gnu/packages/patches/libxrandr-CVE-2016-7947-CVE-2016-7948.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-05gnu: libxi: Update to 1.7.7.Leo Famulari
* gnu/packages/xorg.scm (libxi): Update to 1.7.7. [replacement]: Remove field. (libxi/fixed): Remove variable. * gnu/packages/patches/libxi-CVE-2016-7945-CVE-2016-7946.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-05gnu: libxfixes: Update to 5.0.3.Leo Famulari
* gnu/packages/xorg.scm (libxfixes): Update to 5.0.3. [replacement]: Remove field. (libxfixes/fixed): Remove variable. * gnu/packages/patches/libxfixes-CVE-2016-7944.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-05gnu: libx11: Update to 1.6.4.Leo Famulari
* gnu/packages/xorg.scm (libx11): Update to 1.6.4. [replacement]: Remove field. (libx11/fixed): Remove variable. * gnu/packages/patches/libx11-CVE-2016-7942.patch, gnu/packages/patches/libx11-CVE-2016-7943.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-10-05Merge branch 'master' into core-updatesLeo Famulari
2016-10-05gnu: e2fsprogs: Fix typo in comment.Leo Famulari
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Fix typo in comment.
2016-10-05gnu: e2fsprogs: Disable parallel build.Leo Famulari
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f.
2016-10-05gnu: json-c: Update to 0.12.1.Leo Famulari
* gnu/packages/web.scm (json-c): Update to 0.12.1.
2016-10-05gnu: libxvmc: Fix CVE-2016-7953.Leo Famulari
* gnu/packages/patches/libxvmc-CVE-2016-7953.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxvmc)[replacement]: New field. (libxvmc/fixed): New variable.
2016-10-05gnu: libxv: Fix CVE-2016-5407.Leo Famulari
* gnu/packages/patches/libxv-CVE-2016-5407.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxv)[replacement]: New field. (libxv/fixed): New variable.
2016-10-05gnu: libxtst: Fix CVE-2016-{7951,7952}.Leo Famulari
* gnu/packages/patches/libxtst-CVE-2016-7951-CVE-2016-7952.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxtst)[replacement]: New field. (libxtst/fixed): New variable.
2016-10-05gnu: libxrender: Fix CVE-2016-{7949,7950}.Leo Famulari
* gnu/packages/patches/libxrender-CVE-2016-7949.patch, gnu/packages/patches/libxrender-CVE-2016-7950.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libxrender)[replacement]: New field. (libxrender/fixed): New variable.
2016-10-05gnu: libxrandr: Fix CVE-2016-{7947,7948}.Leo Famulari
* gnu/packages/patches/libxrandr-CVE-2016-7947-CVE-2016-7948.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxrandr)[replacement]: New field. (libxrandr/fixed): New variable.
2016-10-05gnu: libxi: Fix CVE-2016-{7945,7946}.Leo Famulari
* gnu/packages/patches/libxi-CVE-2016-7945-CVE-2016-7946.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxi)[replacement]: New field. (libxi/fixed): New variable.
2016-10-05gnu: libxfixes: Fix CVE-2016-7944.Leo Famulari
* gnu/packages/patches/libxfixes-CVE-2016-7944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxfixes)[replacement]: New field. (libxfixes/fixed): New variable.
2016-10-05gnu: libx11: Fix CVE-2016-{7942,7943}.Leo Famulari
* gnu/packages/patches/libx11-CVE-2016-7942.patch, gnu/packages/patches/libx11-CVE-2016-7943.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libx11)[replacement]: New field. (libx11/fixed): New variable.
2016-10-05gnu: Remove lispf4.ng0
The package in its current state is unusable and documentation with unclear licenses is included. Also, the file 'lispf42.c' (and possible others) is generated C code and thus not "source code" as we define it. * gnu/packages/lisp.scm (lispf4): Delete variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-10-05gnu: btrfs-progs: Update to 4.8.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.
2016-10-05gnu: libass: Update to 0.13.4 [fixes CVE-2016-{7969,7970,7972}.Leo Famulari
* gnu/packages/video.scm (libass): Update to 0.13.4.
2016-10-05gnu: gnucash: Update to 2.6.14.Efraim Flashner
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.14.
2016-10-05gnu: Add sunxi-tools.Danny Milosavljevic
* gnu/packages/admin.scm (sunxi-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-05gnu: Add Vc.Leo Famulari
* gnu/packages/maths.scm (vc): New variable.
2016-10-05gnu: wordnet: Make sure the self-reference is visible to the GC.Ludovic Courtès
Before that, "guix gc --references $(guix build wordnet)" would not show WordNet itself, erroneously so. * gnu/packages/wordnet.scm (wordnet)[arguments]: Add -fno-builtin-strcpy to #:configure-flags.
2016-10-05gnu: wordnet: Compile with optimizations.Ludovic Courtès
* gnu/packages/wordnet.scm (wordnet)[arguments]: Add -O2 to #:configure-flags.
2016-10-05gnu: Add hyperrogue.Kei Kebreau
* gnu/packages/games.scm (hyperrogue): New variable.
2016-10-05gnu: grub: Make dependency on mdadm explicit.Ludovic Courtès
* gnu/packages/grub.scm (grub)[arguments]: Path getroot.c in 'patch-stuff' phase. [inputs]: Add MDADM.
2016-10-05gnu: gsl: Disable failing tests on i686.Ludovic Courtès
* gnu/packages/patches/gsl-test-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (gsl)[source](patches): New field.
2016-10-05gnu: git: Update to 2.10.1.Leo Famulari
* gnu/packages/version-control.scm (git): Update to 2.10.1.
2016-10-04gnu: guix: Honor the user's 'GUILE_LOAD_PATH'.Ludovic Courtès
* gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Use 'prefix' when wrapping 'guix' for 'GUILE_LOAD_PATH'.
2016-10-04mapped-devices: Properly open RAID devices.Ludovic Courtès
This fixes a type error introduced in 7f8ad82bf23b032ad6bd85bb1daa87cc83de509c, given that SOURCES is a list. * gnu/system/mapped-devices.scm (open-raid-device): Add 'apply' invocation.
2016-10-04gnu: Add GoAccess.Ludovic Courtès
* gnu/packages/web.scm (goaccess): New variable.
2016-10-04gnu: pies: Update to 1.3.Ludovic Courtès
* gnu/packages/admin.scm (pies): Update to 1.3. [arguments]: New field.
2016-10-04gnu: global: Update to 6.5.5.Ludovic Courtès
* gnu/packages/code.scm (global): Update to 6.5.5.
2016-10-04gnu: gsl: Update to 2.2.1.Ludovic Courtès
* gnu/packages/maths.scm (gsl): Update to 2.2.1.