summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ncdu: Update to 1.12.Efraim Flashner2016-10-07
| | | | | | | * gnu/packages/ncdu.scm (ncdu): Update to 1.12. [source]: Use https. [license]: Use https. [home-page]: Use https.
* gnu: abbaye: Update source URL.Ricardo Wurmus2016-10-07
| | | | * gnu/packages/games.scm (abbaye)[source]: Update tarball URL.
* gnu: khal: Update to 0.8.4.Leo Famulari2016-10-07
| | | | * gnu/packages/calendar.scm (khal): Update to 0.8.4.
* gnu: lvm2: Make sure compiled objects are stripped.Leo Famulari2016-10-06
| | | | * gnu/packages/linux.scm (lvm2)[arguments]: Add 'make-objects-writeable' phase.
* gnu: lvm2: Update to 2.02.166.Leo Famulari2016-10-06
| | | | * gnu/packages/linux.scm (lvm2): Update to 2.02.166.
* gnu: lvm2: Use 'modify-phases'.Leo Famulari2016-10-06
| | | | * gnu/packages/linux.scm (lvm2)[arguments]: Use 'modify-phases'.
* gnu: nginx: Update to 1.11.4.Efraim Flashner2016-10-06
| | | | | | * gnu/packages/web.scm (nginx): Update to 1.11.4. [source] Use https. [home-page]: Use https.
* gnu: Add hdf-eos5.Thomas Danckaert2016-10-06
| | | | | | | | | | | * gnu/packages/maths.scm (hdf-eos5): New variable. * gnu/packages/patches/hdf-eos5-build-shared.patch: New file. * gnu/packages/patches/hdf-eos5-remove-gctp.patch: New file. * gnu/packages/patches/hdf-eos5-fix-szip.patch: New file. * gnu/packages/patches/hdf-eos5-fortrantests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-hack: Remove empty doc directory.8p8c2016-10-06
| | | | | | | * gnu/packages/fonts.scm (font-hack)[arguments]: Remove superfluous code in #:builder. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* services: xorg: Add ATI video driver to the default modules.8p8c2016-10-06
| | | | | | * gnu/services/xorg.scm (%default-xorg-modules): Add xf86-video-ati. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: ecl: Honour XDG_DATA_DIRS/ecl-bundle-systems.Andy Patterson2016-10-06
| | | | | | | * gnu/packages/lisp.scm (ecl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: sbcl: Honour XDG_DATA_DIRS/sbcl-bundle-systems.Andy Patterson2016-10-06
| | | | | | | | * gnu/packages/lisp.scm (asdf-substitutions): New variable. (sbcl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add ghc-pandoc-citeproc.Ricardo Wurmus2016-10-06
| | | | * gnu/packages/haskell.scm (ghc-pandoc-citeproc): New variable.
* gnu: Add ghc-xml-conduit.Ricardo Wurmus2016-10-06
| | | | * gnu/packages/haskell.scm (ghc-xml-conduit): New variable.
* gnu: Add ghc-xml-types.Ricardo Wurmus2016-10-06
| | | | * gnu/packages/haskell.scm (ghc-xml-types): New variable.
* gnu: Add ghc-conduit-extra.Ricardo Wurmus2016-10-06
| | | | * gnu/packages/haskell.scm (ghc-conduit-extra): New variable.
* gnu: Add ghc-rfc5051.Ricardo Wurmus2016-10-06
| | | | * gnu/packages/haskell.scm (ghc-rfc5051): New variable.
* gnu: Add ghc-hs-bibutils.Ricardo Wurmus2016-10-06
| | | | * gnu/packages/haskell.scm (ghc-hs-bibutils): New variable.
* gnu: ghc-streaming-commons: Remove standard packages from inputs.Ricardo Wurmus2016-10-06
| | | | | | | | The "directory" and "transformers" modules are part of GHC and should not be among the inputs to avoid conflicts. * gnu/packages/haskell.scm (ghc-streaming-commons)[inputs]: Remove "ghc-directory" and "ghc-transformers".
* gnu: Add r-bsgenome-celegans-ucsc-ce10.Ricardo Wurmus2016-10-06
| | | | | * gnu/packages/bioinformatics.scm (r-bsgenome-celegans-ucsc-ce10): New variable.
* gnu: nss-certs and nss: Update to 3.27.1.Leo Famulari2016-10-05
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.27.1. * gnu/packages/gnuzilla.scm (nss): Update to 3.27.1.
* gnu: e2fsprogs: Fix typo in comment.Leo Famulari2016-10-05
| | | | * gnu/packages/linux.scm (e2fsprogs)[arguments]: Fix typo in comment.
* gnu: e2fsprogs: Disable parallel build.Leo Famulari2016-10-05
| | | | * gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f.
* gnu: json-c: Update to 0.12.1.Leo Famulari2016-10-05
| | | | * gnu/packages/web.scm (json-c): Update to 0.12.1.
* gnu: libxvmc: Fix CVE-2016-7953.Leo Famulari2016-10-05
| | | | | | | * 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.
* gnu: libxv: Fix CVE-2016-5407.Leo Famulari2016-10-05
| | | | | | | * 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.
* gnu: libxtst: Fix CVE-2016-{7951,7952}.Leo Famulari2016-10-05
| | | | | | | * 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.
* gnu: libxrender: Fix CVE-2016-{7949,7950}.Leo Famulari2016-10-05
| | | | | | | | * 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.
* gnu: libxrandr: Fix CVE-2016-{7947,7948}.Leo Famulari2016-10-05
| | | | | | | * 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.
* gnu: libxi: Fix CVE-2016-{7945,7946}.Leo Famulari2016-10-05
| | | | | | | * 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.
* gnu: libxfixes: Fix CVE-2016-7944.Leo Famulari2016-10-05
| | | | | | | * 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.
* gnu: libx11: Fix CVE-2016-{7942,7943}.Leo Famulari2016-10-05
| | | | | | | | * 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.
* gnu: Remove lispf4.ng02016-10-05
| | | | | | | | | | | | 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>
* gnu: btrfs-progs: Update to 4.8.Tobias Geerinckx-Rice2016-10-05
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.8.
* gnu: libass: Update to 0.13.4 [fixes CVE-2016-{7969,7970,7972}.Leo Famulari2016-10-05
| | | | * gnu/packages/video.scm (libass): Update to 0.13.4.
* gnu: gnucash: Update to 2.6.14.Efraim Flashner2016-10-05
| | | | * gnu/packages/gnucash.scm (gnucash): Update to 2.6.14.
* gnu: Add sunxi-tools.Danny Milosavljevic2016-10-05
| | | | | | * gnu/packages/admin.scm (sunxi-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Vc.Leo Famulari2016-10-05
| | | | * gnu/packages/maths.scm (vc): New variable.
* gnu: wordnet: Make sure the self-reference is visible to the GC.Ludovic Courtès2016-10-05
| | | | | | | | 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.
* gnu: wordnet: Compile with optimizations.Ludovic Courtès2016-10-05
| | | | | * gnu/packages/wordnet.scm (wordnet)[arguments]: Add -O2 to #:configure-flags.
* gnu: Add hyperrogue.Kei Kebreau2016-10-05
| | | | * gnu/packages/games.scm (hyperrogue): New variable.
* gnu: grub: Make dependency on mdadm explicit.Ludovic Courtès2016-10-05
| | | | | | * gnu/packages/grub.scm (grub)[arguments]: Path getroot.c in 'patch-stuff' phase. [inputs]: Add MDADM.
* gnu: gsl: Disable failing tests on i686.Ludovic Courtès2016-10-05
| | | | | | * 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.
* gnu: git: Update to 2.10.1.Leo Famulari2016-10-05
| | | | * gnu/packages/version-control.scm (git): Update to 2.10.1.
* gnu: guix: Honor the user's 'GUILE_LOAD_PATH'.Ludovic Courtès2016-10-04
| | | | | * gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Use 'prefix' when wrapping 'guix' for 'GUILE_LOAD_PATH'.
* mapped-devices: Properly open RAID devices.Ludovic Courtès2016-10-04
| | | | | | | | 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.
* gnu: Add GoAccess.Ludovic Courtès2016-10-04
| | | | * gnu/packages/web.scm (goaccess): New variable.
* gnu: pies: Update to 1.3.Ludovic Courtès2016-10-04
| | | | | * gnu/packages/admin.scm (pies): Update to 1.3. [arguments]: New field.
* gnu: global: Update to 6.5.5.Ludovic Courtès2016-10-04
| | | | * gnu/packages/code.scm (global): Update to 6.5.5.
* gnu: gsl: Update to 2.2.1.Ludovic Courtès2016-10-04
| | | | * gnu/packages/maths.scm (gsl): Update to 2.2.1.