guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (939c5b2 -> 28b4ff2)


From: guix-commits
Subject: branch staging updated (939c5b2 -> 28b4ff2)
Date: Wed, 11 Dec 2019 17:27:45 -0500 (EST)

mbakke pushed a change to branch staging
in repository guix.

      from  939c5b2   gnu: MariaDB: Do not propagate OpenSSL.
      adds  27f8d98   gnu: libraft: Update to 0.9.11.
      adds  bc587eb   gnu: enchive: Update to 3.5.
      adds  04b33ce   gnu: nss: Fix CVE-2019-11745 via graft.
      adds  498abd9   gnu: kdevelop-pg-qt: Update to 2.2.0.
      adds  6e23bee   gnu: kdevelop: Update to 5.4.5.
      adds  e87b83b   gnu: Deprecate kdevplatform package.
      adds  5d38703   gnu: Add r-statcheck.
      adds  f00da07   gnu: Add r-xmlparsedata.
      adds  bd538a0   gnu: Add r-cyclocomp.
      adds  6c3021a   gnu: Add r-lintr.
      adds  ddd5915   import: utils: 'recursive-import' returns packages in 
topological order.
      adds  70a8e13   import: utils: 'recursive-import' returns a list rather 
than a stream.
      adds  4982de4   import: crate: Add recursive import test.
      adds  263a267   import: crate: Better handle license expressions.
      adds  a0993c2   gnu: Add vde2.
      adds  1e2640b   gnu: qemu: Build with vde2 support.
      adds  b47e083   gnu: vpnc-scripts: Use WRAP-SCRIPT.
      adds  98aecd3   gnu: python-argcomplete: Update to 1.10.3.
      adds  997153a   gnu: gnome-shell-extension-dash-to-dock: Update to 66.
      adds  b0945d6   gnu: netcat-openbsd: Update to 1.206-1.
      adds  1f3a2eb   gnu: Add emacs-almost-mono-themes.
      adds  1e667df   gnu: libvpx: Do not build static libraries.
      adds  29256cb   gnu: speex: Do not build static libraries.
      adds  0222de2   gnu: libgit2: Update to 0.28.4 [security fixes].
      adds  2ecb5e7   gnu: libssh: Update to 0.9.3 [fixes CVE-2019-14889].
      adds  71ce0b5   gnu: fmt: Build shared library instead of static.
      adds  dbc533c   gnu: seabios: Update to 1.13.0.
      adds  3158c80   gnu: Add emacs-quasi-monochrome.
      adds  27664ea   gnu: Remove fmt-restinio.
       new  9b601fc   Merge branch 'master' into staging
       new  f8a8984   gnu: nss: Remove replacement package.
       new  eccd2c1   gnu: pcre2: Update to 10.34.
       new  f6943db   gnu: pcre2: Do not build static libraries.
       new  371d95e   gnu: libwebp: Do not build static libraries.
       new  e500b9d   gnu: opus: Do not build static libraries.
       new  542432e   gnu: libogg: Do not build static libraries.
       new  b134c7b   gnu: libvorbis: Do not build static libraries.
       new  5c1f027   gnu: libtheora: Do not build static libraries.
       new  28b4ff2   gnu: speexdsp: Do not build static libraries.

The 10 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:
 gnu/local.mk                                       |   1 -
 gnu/packages/admin.scm                             |   4 +-
 gnu/packages/cluster.scm                           |  18 +-
 gnu/packages/cran.scm                              | 107 ++++++
 gnu/packages/crypto.scm                            |  17 +-
 gnu/packages/emacs-xyz.scm                         |  48 +++
 gnu/packages/firmware.scm                          |   6 +-
 gnu/packages/gnome-xyz.scm                         |   4 +-
 gnu/packages/image.scm                             |   3 +-
 gnu/packages/kde.scm                               | 179 ++++-------
 gnu/packages/networking.scm                        |  41 ++-
 .../patches/pcre2-fix-jit_match-crash.patch        |  25 --
 gnu/packages/pcre.scm                              |   8 +-
 gnu/packages/pretty-print.scm                      |   2 +
 gnu/packages/python-xyz.scm                        |  40 ++-
 gnu/packages/ssh.scm                               |  14 +-
 gnu/packages/version-control.scm                   |   4 +-
 gnu/packages/video.scm                             |   1 +
 gnu/packages/virtualization.scm                    |   4 +-
 gnu/packages/vpn.scm                               |  12 +-
 gnu/packages/xiph.scm                              |  14 +-
 guix/import/cran.scm                               |   4 +-
 guix/import/crate.scm                              |  17 +-
 guix/import/utils.scm                              |  84 +++--
 guix/scripts/import/cran.scm                       |   7 +-
 guix/scripts/import/crate.scm                      |   5 +-
 guix/scripts/import/elpa.scm                       |   7 +-
 guix/scripts/import/gem.scm                        |   5 +-
 guix/scripts/import/hackage.scm                    |   5 +-
 guix/scripts/import/opam.scm                       |   5 +-
 guix/scripts/import/pypi.scm                       |   5 +-
 guix/scripts/import/stackage.scm                   |   5 +-
 tests/crate.scm                                    | 357 ++++++++++++++++++++-
 tests/gem.scm                                      |  25 +-
 tests/import-utils.scm                             |  23 +-
 35 files changed, 798 insertions(+), 308 deletions(-)
 delete mode 100644 gnu/packages/patches/pcre2-fix-jit_match-crash.patch



reply via email to

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