guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (5146f22 -> 5d7a47c)


From: Marius Bakke
Subject: branch core-updates updated (5146f22 -> 5d7a47c)
Date: Thu, 2 Nov 2017 17:38:59 -0400 (EDT)

mbakke pushed a change to branch core-updates
in repository guix.

      from  5146f22   gnu: rfkill: Mark as superseded by util-linux.
      adds  6b52015   gnu: Add perl-test-command.
      adds  83a7a88   gnu: feh: Enable tests.
      adds  0ab59dd   system: Test for interactive shell instead of `cat` in 
skeleton '.bashrc'.
      adds  2c16be5   system: Return early in skeleton '.bashrc' when the shell 
is non-interactive.
      adds  5d7141c   tests: ssh: Make sure we can run executables from PATH.
      adds  449ad88   gnu: libass: Update to 0.14.0.
      adds  61e1d6a   gnu: imagemagick: Update to 6.9.9-21.
      adds  88b3501   gnu: git: Update to 2.15.0.
      adds  fff236a   doc: Fix typo in documentation of 'guix graph'.
      adds  55ed15b   gnu: gnome-mines: Update to 3.26.0.
      adds  f11d284   gnu: units: Update to 2.16.
      adds  0498d24   gnu: units: Add python input.
      adds  a254971   gnu: units: Add readline input.
      adds  50e3f2a   gnu: emacs-helm-make: Update to 0.1.0-1.21c1bfa.
      adds  30ee6bf   gnu: dejagnu: Update to 1.6.1.
      adds  2524a2a   gnu: five-or-more: Update to 3.26.0.
      adds  a6dd06d   gnu: Add java-jcommander.
      adds  11bc385   gnu: Add java-bsh.
      adds  045124a   gnu: Add java-jmock.
      adds  25436c6   gnu: Add java-jmock-junit4.
      adds  e84b899   gnu: Add java-jmock-legacy.
      adds  7a343e9   gnu: Add java-fest-util.
      adds  3c6c835   gnu: Add java-fest-test.
      adds  ca98e44   gnu: Add java-fest-assert.
      adds  0442d89   gnu: Add java-testng.
      adds  1717a7d   gnu: Add java-jnacl.
      adds  eaf3cb7   gnu: Add java-mvel2.
      adds  d54d7d3   gnu: Add java-lz4.
      adds  6231586   gnu: Add java-bouncycastle-bcprov.
      adds  3120836   gnu: Add java-bouncycastle-bcpkix.
      adds  a53d9ac   gnu: Add java-lmax-disruptor.
      adds  5619556   gnu: Add java-xerial-core.
      adds  8d6a481   gnu: Add java-powermock-reflect.
      adds  d4a4d5d   gnu: Add java-powermock-core.
      adds  2d5d65d   gnu: Add java-powermock-api-support.
      adds  6c21d46   gnu: Add java-powermock-modules-junit4-common.
      adds  33db168   gnu: Add java-powermock-modules-junit4.
      adds  4d50897   gnu: Add java-powermock-api-easymock.
      adds  bb27eb0   gnu: Add java-plexus-classworlds.
      adds  4dd137d   gnu: libgweather: Update to 3.26.0.
      adds  67bd376   gnu: gnome-maps: Update to 3.26.2.
      adds  13fbd17   gnu: itstool: Update to 2.0.4.
      adds  3440f12   gnu: mpv: enable Wayland support.
      adds  73b80ff   gnu: miniupnpc: Update to 2.0.20171102.
      adds  03e775d   gnu: knot: Update to 2.6.1.
      adds  46994d0   gnu: aisleriot: Update to 3.22.4.
      adds  1b59d45   gnu: file-roller: Update to 3.26.2.
      adds  b39e612   gnu: gnome-clocks: Update to 3.26.1.
      adds  92c9392   gnu: dconf-editor: Update to 3.26.2.
      adds  5299594   gnu: gnome-todo: Update to 3.26.2.
      adds  bc18396   gnu: vte-ng: Update to 0.50.2.a.
      adds  41b5408   gnu: efl: Update to 1.20.5.
      adds  22bf67d   gnu: enlightenment: Update to 0.22.0.
      adds  1df4f5c   gnu: address@hidden: Replace with 1.0.2m [fixes 
CVE-2017-3735, CVE-2017-2736].
      adds  77576be   gnu: address@hidden: Update to 1.1.0g [fixes 
CVE-2017-3735, CVE-2017-2736].
       new  b4c22f2   Merge branch 'master' into core-updates
       new  bdf0b6f   gnu: openssl: Remove graft for 1.0.2m.
       new  5d7a47c   gnu: openssl: Make search paths single-entry.

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:
 doc/guix.texi                                      |   2 +-
 gnu/local.mk                                       |   1 +
 gnu/packages/dejagnu.scm                           |   6 +-
 gnu/packages/dns.scm                               |   4 +-
 gnu/packages/emacs.scm                             |   4 +-
 gnu/packages/enlightenment.scm                     |   8 +-
 gnu/packages/geo.scm                               |  34 +-
 gnu/packages/glib.scm                              |  21 +-
 gnu/packages/gnome.scm                             |  42 +-
 gnu/packages/image-viewers.scm                     |   6 +-
 gnu/packages/imagemagick.scm                       |   6 +-
 gnu/packages/java.scm                              | 701 +++++++++++++++++++++
 gnu/packages/maths.scm                             |  18 +-
 .../patches/java-powermock-fix-java-files.patch    | 178 ++++++
 gnu/packages/perl.scm                              |  22 +
 gnu/packages/tls.scm                               |  23 +-
 gnu/packages/upnp.scm                              |   4 +-
 gnu/packages/version-control.scm                   |   6 +-
 gnu/packages/video.scm                             |  11 +-
 gnu/system/shadow.scm                              |  14 +-
 gnu/tests/ssh.scm                                  |  28 +
 21 files changed, 1046 insertions(+), 93 deletions(-)
 create mode 100644 gnu/packages/patches/java-powermock-fix-java-files.patch



reply via email to

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