~ruther/guix-local

e9ef2c51 — Ricardo Wurmus 9 years ago
gnu: Add ghc-xml-types.

* gnu/packages/haskell.scm (ghc-xml-types): New variable.
1aa45bbf — Ricardo Wurmus 9 years ago
gnu: Add ghc-conduit-extra.

* gnu/packages/haskell.scm (ghc-conduit-extra): New variable.
9ce764b6 — Ricardo Wurmus 9 years ago
gnu: Add ghc-rfc5051.

* gnu/packages/haskell.scm (ghc-rfc5051): New variable.
37e02bf6 — Ricardo Wurmus 9 years ago
gnu: Add ghc-hs-bibutils.

* gnu/packages/haskell.scm (ghc-hs-bibutils): New variable.
b3764635 — Ricardo Wurmus 9 years ago
gnu: ghc-streaming-commons: Remove standard packages from inputs.

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".
fc47c7d6 — Ricardo Wurmus 9 years ago
gnu: Add r-bsgenome-celegans-ucsc-ce10.

* gnu/packages/bioinformatics.scm (r-bsgenome-celegans-ucsc-ce10): New
variable.
6a4cbc6f — Leo Famulari 9 years ago
gnu: nss-certs and nss: Update to 3.27.1.

* gnu/packages/certs.scm (nss-certs): Update to 3.27.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.27.1.
14594760 — Leo Famulari 9 years ago
gnu: e2fsprogs: Fix typo in comment.

* gnu/packages/linux.scm (e2fsprogs)[arguments]: Fix typo in comment.
7d453656 — Leo Famulari 9 years ago
gnu: e2fsprogs: Disable parallel build.

* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f.
87312f8a — Leo Famulari 9 years ago
gnu: json-c: Update to 0.12.1.

* gnu/packages/web.scm (json-c): Update to 0.12.1.
813062a5 — Leo Famulari 9 years ago
gnu: libxvmc: Fix CVE-2016-7953.

* 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.
e73631a9 — Leo Famulari 9 years ago
gnu: libxv: Fix CVE-2016-5407.

* 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.
1f90b80f — Leo Famulari 9 years ago
gnu: libxtst: Fix CVE-2016-{7951,7952}.

* 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.
666d4019 — Leo Famulari 9 years ago
gnu: libxrender: Fix CVE-2016-{7949,7950}.

* 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.
a300db1c — Leo Famulari 9 years ago
gnu: libxrandr: Fix CVE-2016-{7947,7948}.

* 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.
b78ba227 — Leo Famulari 9 years ago
gnu: libxi: Fix CVE-2016-{7945,7946}.

* 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.
b50c6bf2 — Leo Famulari 9 years ago
gnu: libxfixes: Fix CVE-2016-7944.

* 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.
13c10b4c — Leo Famulari 9 years ago
gnu: libx11: Fix CVE-2016-{7942,7943}.

* 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.
4ae1f8cf — nikita 9 years ago
Update e-mail address for ng0.

* .mailmap: Add new entries for ng0.
81d5a62f — nikita 9 years ago
gnu: Remove lispf4.

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>
Next