guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (90ea100 -> 0106d6b)


From: Marius Bakke
Subject: branch staging updated (90ea100 -> 0106d6b)
Date: Tue, 19 Jun 2018 11:04:20 -0400 (EDT)

mbakke pushed a change to branch staging
in repository guix.

      from  90ea100   guix: ant-build-system: Use manifest task to create 
manifest.
       new  7469b7c   gnu: nss, nss-certs: Update to 3.37.3.
       new  7e66e0b   gnu: libinput: Update to 1.11.1.
      adds  b8ea0db   gnu: OpenSSL 1.0.2: Fix CVE-2018-{0495,0732}.
      adds  9f162c0   gnu: OpenSSL 1.1.0: Fix CVE-2018-{0495,0732}.
      adds  f49d690   gnu: restic: Update the comment about the bundled 
dependencies.
      adds  067a113   gnu: emacs-graphviz-dot-mode: Update for Emacs 26.1
      adds  bfc810c   gnu: w3m: Update source URL.
      adds  a181e85   gnu: gnu-pw-mgr: Update to 2.3.1.
      adds  3fe43df   gnu: schismtracker: Update to 20180523.
      adds  870677c   compile: Work around non-thread-safe module autoloading.
      adds  45779fa   self: Make (guix config) generation really stateless.
      adds  e8cb9c0   build: Remove checks for 'nix-instantiate'.
      adds  a854525   system: Have /run/setuid-programs first in $PATH.
      adds  f202292   nls: Update 'da' translation.
      adds  a749040   gnu: emacs-gif-screencast: Update URL.
      adds  92d581a   gnu: emacs-image+: Don't propagate inputs.
      adds  d6b5aa0   build-self: Do not rely on '%store-database-directory'.
      adds  7af5c2a   self: Define derived '-directory' variables in config.scm.
      adds  bc19a68   gnu: QEMU: Fix CVE-2018-11806.
      adds  b194da0   build-system/waf: Use invoke.
      adds  951375b   gnu: guitarix: Update to 0.37.1.
      adds  80a1dfa   gnu: libxaw3d: Update to 1.6.3.
      adds  641e387   gnu: xf86-input-mouse: Update to 1.9.3.
      adds  59cf90e   gnu: elfutils: Update to 0.172.
      adds  a623c7e   gnu: emacs-company: Update to 0.9.6.
      adds  d39c9ef   gnu: emacs-bash-completion: Update to 2.1.0.
      adds  3f31127   gnu: guix: Update to 7af5c2a.
      adds  1fb947f   gnu: guix-daemon: Build in the absence of guile-sqlite3.
      adds  1abc6fd   gnu: notmuch: Update to 0.27.
      adds  793a66e   gnu: redis: Update to 4.0.10 [fixes CVE-2018-11218, 
CVE-2018-11219].
       new  0106d6b   Merge branch 'master' into staging

The 3 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:
 build-aux/build-self.scm                           |    53 +-
 configure.ac                                       |     9 +-
 gnu/local.mk                                       |     5 +
 gnu/packages/audio.scm                             |     4 +-
 gnu/packages/backup.scm                            |     4 +-
 gnu/packages/certs.scm                             |     4 +-
 gnu/packages/databases.scm                         |     4 +-
 gnu/packages/elf.scm                               |     4 +-
 gnu/packages/emacs.scm                             |    45 +-
 gnu/packages/freedesktop.scm                       |     4 +-
 gnu/packages/gnu-pw-mgr.scm                        |    14 +-
 gnu/packages/gnuzilla.scm                          |     4 +-
 gnu/packages/mail.scm                              |     4 +-
 gnu/packages/music.scm                             |     6 +-
 gnu/packages/package-management.scm                |    15 +-
 .../patches/openssl-1.0.2-CVE-2018-0495.patch      |   215 +
 .../patches/openssl-1.0.2-CVE-2018-0732.patch      |    50 +
 .../patches/openssl-1.1.0-CVE-2018-0495.patch      |   152 +
 .../patches/openssl-1.1.0-CVE-2018-0732.patch      |    50 +
 gnu/packages/patches/qemu-CVE-2018-11806.patch     |   105 +
 gnu/packages/tls.scm                               |    14 +-
 gnu/packages/virtualization.scm                    |     1 +
 gnu/packages/w3m.scm                               |     5 +-
 gnu/packages/xorg.scm                              |     8 +-
 gnu/system.scm                                     |     6 +-
 guix/build/compile.scm                             |    14 +
 guix/build/waf-build-system.scm                    |     5 +-
 guix/config.scm.in                                 |     4 -
 guix/import/snix.scm                               |     4 +-
 guix/self.scm                                      |    58 +-
 po/guix/da.po                                      |    56 +-
 po/packages/da.po                                  | 12123 +++++++++++++------
 32 files changed, 9239 insertions(+), 3810 deletions(-)
 create mode 100644 gnu/packages/patches/openssl-1.0.2-CVE-2018-0495.patch
 create mode 100644 gnu/packages/patches/openssl-1.0.2-CVE-2018-0732.patch
 create mode 100644 gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch
 create mode 100644 gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2018-11806.patch



reply via email to

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