[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch security-updates updated (492f93a -> 2385799)
From: |
Mark H. Weaver |
Subject: |
branch security-updates updated (492f93a -> 2385799) |
Date: |
Tue, 09 Feb 2016 01:08:32 +0000 |
mhw pushed a change to branch security-updates
in repository guix.
from 492f93a Merge branch 'master' into security-updates
adds a05d1d8 gnu: Add python-pygpgme
adds 8c4c2a9 gnu: Add Texinfo 6.1.
adds d9f0788 gnu: guile-next: Update to 2.1.2.
adds 6f74aec gnu: xdotools: Update to 3.20150503.1
adds 6588c28 gnu: curl: Use 'https' URL.
adds abea77e emacs: Factorize searching for Emacs packages.
adds 09b6345 emacs: Move the code to load Emacs packages after
installing.
adds 004ea62 emacs: Find Emacs packages in a system profile.
adds b3fee14 system: Fix EMACSLOADPATH.
adds 7c1b1ae doc: Document 'guix-edit' Emacs command.
adds 5b669ba gnu: python-gnupg: Update to 0.3.8.
adds 6fb54e3 gnu: python-pip: Update to 8.0.2.
adds b39b33e gnu: python-cryptography-vectors: Update to 1.2.2.
adds ce6c13e gnu: python-cryptography: Update to 1.2.2.
adds f2d06d4 gnu: python2-backport-ssl-match-hostname: Update to
3.5.0.1.
adds fe47686 gnu: python2-pysqlite: Update to 2.8.1.
adds 6366cef gnu: Add libcanberra-gtk2.
adds 17d2e86 gnu: keepassx: Update to 2.0.2.
adds 5540929 gnu: upower: Install man pages.
adds 1be8334 build-system/python: Honor the 'python2-variant' property
of packages.
adds 00f2bf3 gnu: python-pygobject: Define 'python2-variant'.
adds 7ec42f1 gnu: python-pycairo: Define 'python2-variant'.
adds 48b311b gnu: python-cython: Define 'python2-variant'.
adds 57b7b8c gnu: python-matplotlib: Define 'python2-variant'.
adds 0bdc167 gnu: Add python2-xdo.
adds 3d4f9d5 gnu: Add assword.
adds 16095d2 gnu: python-pillow: Update to 3.1.1 [fixes
CVE-2016-{0740, 0775}].
adds 8b87754 gnu: Add nautilus.
adds 7fb51d9 gnu: dbus: Use https source URL.
adds 423eef3 gnu: add lispf4
adds f2e4805 Add (guix build bournish) and use it in the initrd.
adds 6eb4390 file-systems: Spawn a Bournish REPL upon fsck failure.
adds 1f1ff6a linux-container: Accept file systems with a UUID 'source'.
adds 939c5c3 system: Add Texinfo to '%base-packages'.
new 2385799 Merge branch 'master' into security-updates
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
doc/emacs.texi | 24 +++-
doc/guix.texi | 6 +-
emacs/guix-backend.el | 23 +++-
emacs/guix-emacs.el | 93 +++++------
gnu-system.am | 2 +
gnu/build/file-systems.scm | 6 +-
gnu/packages/curl.scm | 2 +-
gnu/packages/emacs.scm | 3 +-
gnu/packages/glib.scm | 12 +-
gnu/packages/gnome.scm | 52 ++++++-
gnu/packages/gnupg.scm | 49 +++++-
gnu/packages/gtk.scm | 7 +-
gnu/packages/guile.scm | 13 ++-
gnu/packages/libcanberra.scm | 8 +
gnu/packages/lisp.scm | 48 ++++++
gnu/packages/password-utils.scm | 64 +++++++-
.../pygpgme-disable-problematic-tests.patch | 37 +++++
gnu/packages/patches/xdotool-fix-makefile.patch | 16 ++
gnu/packages/python.scm | 118 ++++++++------
gnu/packages/texinfo.scm | 14 ++-
gnu/packages/xdisorg.scm | 14 +-
gnu/services.scm | 1 +
gnu/services/base.scm | 1 +
gnu/system.scm | 8 +-
gnu/system/linux-container.scm | 4 +-
gnu/system/linux-initrd.scm | 4 +-
gnu/system/vm.scm | 1 +
guix/build-system/python.scm | 70 ++++++---
guix/build/bournish.scm | 172 ++++++++++++++++++++
30 files changed, 705 insertions(+), 168 deletions(-)
create mode 100644 gnu/packages/patches/pygpgme-disable-problematic-tests.patch
create mode 100644 gnu/packages/patches/xdotool-fix-makefile.patch
create mode 100644 guix/build/bournish.scm
- branch security-updates updated (492f93a -> 2385799),
Mark H. Weaver <=