~ruther/guix-local

d2a63366 — Mark H Weaver 10 years ago
gnu: qemu: Update to 2.4.0.1.  Include fix for CVE-2015-6855.

* gnu/packages/patches/qemu-CVE-2015-3209.patch,
  gnu/packages/patches/qemu-CVE-2015-4037.patch,
  gnu/packages/patches/qemu-CVE-2015-4103.patch,
  gnu/packages/patches/qemu-CVE-2015-4104.patch,
  gnu/packages/patches/qemu-CVE-2015-4105.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch,
  gnu/packages/patches/qemu-CVE-2015-5745.patch: Delete files.
* gnu/packages/patches/qemu-CVE-2015-6855.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new patch and delete the old ones.
* gnu/packages/qemu.scm (qemu-headless): Update to 2.4.0.1.  Add the new patch
  and delete the old ones.
e1556533 — Ludovic Courtès 10 years ago
Merge branch 'core-updates'
5d8d8f3b — Mathieu Lirzin 10 years ago
lint: Improve 'check-texinfo-markup'.

* guix/scripts/lint.scm (check-description-style): Set 'field' parameter
  when emitting a warning in 'check-texinfo-markup'.  Catch any error
  that may occur in during the 'texi->plain-text' conversion.  This is a
  followup to commit 2748ee3.
92f1cefb — Andreas Enge 10 years ago
gnu: ibus: Add input gtk+-3.

* gnu/packages/ibus.scm (ibus)[inputs]: Add the required gtk+-3.
15d5ca13 — Ludovic Courtès 10 years ago
http-client: Backport Guile fix for 'read-chunk-header'.

Fixes the wrong-type-arg exception initially reported
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19976#5>
by Ricardo Wurmus <rekado@elephly.net>.

* guix/http-client.scm (read-chunk-header): Backport Guile commit 53b8d5f.
dd8d6d65 — 宋文武 10 years ago
gnu: Add squashfs-tools.

* gnu/packages/compression.scm (squashfs-tools): New variable.
5ef9d7de — Ludovic Courtès 10 years ago
offload: Use gzip instead of xz for compression on the master.

* guix/scripts/offload.scm (send-files): Use gzip --fast instead of xz.
62d2b571 — Ludovic Courtès 10 years ago
utils: Add #:options parameter for compression output ports.

* guix/utils.scm (compressed-output-port,
  call-with-compressed-output-port): Add #:options parameter and honor
  it.
1f321f87 — Ricardo Wurmus 10 years ago
gnu: Add Gajim.

* gnu/packages/messaging.scm (gajim): New variable.
246bc76a — Ricardo Wurmus 10 years ago
gnu: Add python-nbxmpp.

* gnu/packages/messaging.scm (python-nbxmpp, python2-nbxmpp): New
  variables.
22af9029 — Ricardo Wurmus 10 years ago
gnu: Add python-gnupg.

* gnu/packages/gnupg.scm (python-gnupg, python2-gnupg): New variables.
5af999b8 — Ricardo Wurmus 10 years ago
gnu: Add pyOpenSSL.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): New
  variables.
88b47cb0 — Ricardo Wurmus 10 years ago
gnu: Add python-cryptography.

* gnu/packages/python.scm (python-cryptography, python2-cryptography):
  New variables.
aa759a51 — Ricardo Wurmus 10 years ago
gnu: Add python-cryptography-vectors.

* gnu/packages/python.scm (python-cryptography-vectors,
  python2-cryptography-vectors): New variables.
36ebf972 — Ricardo Wurmus 10 years ago
gnu: Add python-pretend.

* gnu/packages/python.scm (python-pretend, python2-pretend): New
  variables.
3f00e078 — Ricardo Wurmus 10 years ago
gnu: Add python-idna.

* gnu/packages/python.scm (python-idna, python2-idna): New variables.
9a49a535 — Ricardo Wurmus 10 years ago
gnu: Add python-ipaddress.

* gnu/packages/python.scm (python2-ipaddress): New variable.
791076cc — Ludovic Courtès 10 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to abbe2c6.
abbe2c61 — Ludovic Courtès 10 years ago
build: Bump version number.

* configure.ac: Change version to 0.9.0.
e2aace76 — Ludovic Courtès 10 years ago
gnu: glibc-locales: Update to glibc 2.22.

* gnu/packages/base.scm (glibc-locales)[arguments]: Remove
  'delete-file-recursively' call from 'build' phase.
* gnu/packages/patches/glibc-locales.patch: Adjust to glibc 2.22.
Next