guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch krb5-update updated (592c4f2 -> 6bd4801)


From: Mark H. Weaver
Subject: branch krb5-update updated (592c4f2 -> 6bd4801)
Date: Thu, 12 Nov 2015 22:20:21 +0000

mhw pushed a change to branch krb5-update
in repository guix.

      from  592c4f2   gnu: mit-krb5: Add fixes for 
CVE-2015-{2695,2696,2697,2698}.
      adds  b717936   gnu: Add zenity.
      adds  60c3627   gnu: Add mutter.
      adds  2cbcd23   gnu: Add ruby-eventmachine.
      adds  2936e48   gnu: guile-irregex: Remove duplicate 'check deletion in 
modify-phases
      adds  7119cca   gnu: Add artanis.
      adds  295fc08   gnu: pspp: Use gtksourceview-2.
      adds  d2ab0e9   gnu: telepathy-glib: Propagate inputs.
      adds  b6072e6   gnu: libgweather: Update to 3.18.1, enable tests.
      adds  0c15230   gnu: Add mupen64plus-core.
      adds  ac2fe44   gnu: Add mupen64plus-audio-sdl.
      adds  d07f0eb   gnu: Add mupen64plus-input-sdl.
      adds  3b3358b   gnu: Add mupen64plus-rsp-hle.
      adds  50afcd1   gnu: Add mupen64plus-rsp-z64.
      adds  307a536   gnu: Add mupen64plus-video-arachnoid
      adds  9a3fe16   gnu: Add mupen64plus-video-glide64.
      adds  e8bf3ce   gnu: Add mupen64plus-video-glide64mk2.
      adds  e91d25f   gnu: Add mupen64plus-video-rice.
      adds  17e2bc8   gnu: Add mupen64plus-video-z64.
      adds  e6974ea   gnu: Add mupen64plus-ui-console.
      adds  68d85de   gnu: gtksourceview-2: Propagate input libxml2.
      adds  ba583bd   gnu: torsocks: Upgrade to 2.0.0.
      adds  21059b2   system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE.
      adds  fc2d233   guix package: '--search-paths' can report combined search 
paths.
      adds  2ab5fdc   ui: 'guix help COMMAND' is like 'guix COMMAND --help'.
      adds  a4564c6   gnu: git: Update to 2.6.3.
      adds  533c1b0   gnu: linux-libre: Update to 4.2.6.
      adds  875b2f3   gnu: youtube-dl: Upgrade to 2015.11.10.
      adds  419630e   gnu: wpa-supplicant: Add fixes for 
CVE-2015-{5310,5314,5315,5316}.
      adds  e61d9e3   gnu: Add gfortran 5.
      adds  e5e2068   gnu: ardour: Update to 4.4.
      adds  42f8504   gnu: Add prefix to license imports in (gnu packages avr).
      adds  14649b8   refresh: Avoid non-literal format string.
      adds  6d2e833   gnu: Add microscheme.
      adds  6237b9f   edit: Honor $VISUAL.
      adds  3a96d7c   guix gc: Error out when extra arguments are passed.
      adds  8fe0b26   gnu: libmicrohttpd: Update to 0.9.46.
      adds  ddfd70d   gnu: stow: Update to 2.2.2.
      adds  8de8cf4   gnu: lua: Register patch.
      adds  685cee8   gnu: Add gnome-online-accounts.
      adds  df21774   gnu: Add evolution-data-server.
      adds  bd7dfaf   gnu: Add caribou.
      adds  0086ec7   gnu: sudo: Upgrade to 1.8.15 [fixes CVE-2015-5602].
      adds  029d9f7   gnu: mosaik: Build only on x86_64.
      adds  fb3f693   gnu: libvpx: Update to 1.5.0.
      adds  9e81af9   gnu: Add qtkeychain.
      adds  b2e93b9   gnu: Add owncloud-client.
      adds  0137992   gnu: Add c-ares.
      adds  0534dd9   gnu: gsl: Update to 2.1.
      adds  2f1531f   gnu: Add inklingreader.
      adds  9c9be34   gnu: mupen64plus-core: Specify supported-systems.
      adds  bff3c67   gnu: mupen64plus-core: Add comment.
      adds  4f8f15c   Revert "gnu: libvpx: Update to 1.5.0."
      adds  959c78f   emacs: Improve post processing of popup arguments.
      adds  cfa548b   emacs: Adjust 'guix container' popup.
      adds  8b341eb   emacs: Adjust 'guix environment' popup.
       new  6bd4801   Merge branch 'master' into krb5-update

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:
 doc/guix.texi                                      |   19 +-
 emacs/guix-command.el                              |  147 +++++-
 emacs/guix-utils.el                                |   11 +
 gnu-system.am                                      |   10 +
 gnu/packages/admin.scm                             |   38 +-
 gnu/packages/{avr.scm => aria2.scm}                |   42 +-
 gnu/packages/audio.scm                             |    6 +-
 gnu/packages/avr.scm                               |   46 ++-
 gnu/packages/bioinformatics.scm                    |    1 +
 gnu/packages/games.scm                             |  542 ++++++++++++++++++++
 gnu/packages/gcc.scm                               |    3 +
 gnu/packages/glib.scm                              |   11 +-
 gnu/packages/gnome.scm                             |  273 ++++++++++-
 gnu/packages/gnunet.scm                            |    4 +-
 gnu/packages/gtk.scm                               |    4 +-
 gnu/packages/guile.scm                             |   52 ++-
 gnu/packages/inklingreader.scm                     |   59 +++
 gnu/packages/linux.scm                             |    4 +-
 gnu/packages/maths.scm                             |    6 +-
 gnu/packages/owncloud.scm                          |   80 +++
 gnu/packages/package-management.scm                |    7 +-
 .../patches/mupen64plus-ui-console-notice.patch    |   34 ++
 gnu/packages/patches/torsocks-dns-test.patch       |   18 +
 .../patches/wpa-supplicant-CVE-2015-5310.patch     |   32 ++
 .../patches/wpa-supplicant-CVE-2015-5314.patch     |   51 ++
 .../patches/wpa-supplicant-CVE-2015-5315.patch     |   54 ++
 .../patches/wpa-supplicant-CVE-2015-5316.patch     |   34 ++
 gnu/packages/qt.scm                                |   36 ++-
 gnu/packages/ruby.scm                              |   25 +
 gnu/packages/tor.scm                               |   37 +-
 gnu/packages/version-control.scm                   |    6 +-
 gnu/packages/video.scm                             |    4 +-
 gnu/system.scm                                     |   28 -
 gnu/system/shadow.scm                              |   30 +-
 guix/scripts/edit.scm                              |    5 +-
 guix/scripts/gc.scm                                |    7 +
 guix/scripts/package.scm                           |   64 ++-
 guix/scripts/refresh.scm                           |   30 +-
 guix/ui.scm                                        |    3 +
 tests/guix-gc.sh                                   |    8 +-
 tests/guix-package-net.sh                          |   12 +-
 41 files changed, 1697 insertions(+), 186 deletions(-)
 copy gnu/packages/{avr.scm => aria2.scm} (50%)
 create mode 100644 gnu/packages/inklingreader.scm
 create mode 100644 gnu/packages/owncloud.scm
 create mode 100644 gnu/packages/patches/mupen64plus-ui-console-notice.patch
 create mode 100644 gnu/packages/patches/torsocks-dns-test.patch
 create mode 100644 gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch
 create mode 100644 gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch
 create mode 100644 gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch
 create mode 100644 gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]