guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (9d7d8e7 -> 7a66b68)


From: Leo Famulari
Subject: branch core-updates updated (9d7d8e7 -> 7a66b68)
Date: Wed, 3 Jan 2018 14:32:52 -0500 (EST)

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

      from  9d7d8e7   gnu: libtiff: Download over HTTP.
      adds  091191c   list-runtime-root: Fix off-by-one in 'strip-drop' call.
      adds  809b884   gnu: packages: 0ad: Tweak the build options.
      adds  d3878e8   gnu: Add go-github-com-alsm-ioprogress.
      adds  11b1265   gnu: Add go-github-com-aki237-nscjar.
      adds  12f496b   gnu: Add go-github-com-davidjpeacock-cli.
      adds  8de9d53   gnu: Add kurly.
      adds  5cead94   gnu: wine: Install libraries to /lib/wine32.
      adds  58cbcb0   gnu: wine64: Add 32-bit support.
      adds  c41fb54   gnu: wine64-staging: Add 32-bit support.
      adds  2a74f6f   gnu: gimp: Fix CVE-2017-{17784,17785,17786,17787,17789}.
      adds  b4a330a   gnu: wine: Add support for armhf and aarch64.
      adds  cc17345   gnu: Add xxhash.
      adds  55dee52   gnu: nasm: Update to 2.13.02.
      adds  c300cae   gnu: crypto++: Don't use ‘-march=native’.
      adds  f0aba38   gnu: xonsh: Update to 0.6.0.
      adds  a5e3d59   gnu: python-jupyter-console: Make it installable.
      adds  397cd9c   doc: Update requirements in 'README'.
      adds  92f3632   ui: It's 2018 now!
      adds  263e9b8   gnu: diffoscope: Update to 90.
      adds  d946510   gnu: libksysguard: Update to 5.11.4.
      adds  49ab09e   gnu: perl-zip: Tweak synopsis & description.
      adds  e84f222   gnu: Add perl-super.
      adds  f1a2cb9   gnu: perl-check: Request to add packages alphabetically.
      adds  d948fe7   gnu: Add perl-test-mockmodule.
      adds  d5960bf   gnu: perl-zip: Update to 1.60.
      adds  b6f024a   gnu: Rename perl-zip to perl-archive-zip.
      adds  f0904b2   gnu: perl-archive-zip: Remove duplicate package 
definition.
      adds  ff18d0f   gnu: ansible: Use HTTPS for home page.
      adds  c89b9d6   gnu: moreutils: Update to 0.62.
      adds  e22473f   gnu: ansible: Update to 2.4.2.0.
      adds  ddf38ec   gnu: htslib: Update to 1.6.
      adds  6856518   gnu: python-pysam: Update to 0.13.0.
      adds  06e5733   gnu: wine: Update synopsis.
      adds  95c45e5   gnu: wine-staging: Update synopsis.
      adds  68e4921   gnu: wine64: Copy missing man file.
      adds  1adc601   gnu: wine64-staging: Copy missing man file.
      adds  7edee34   gnu: ribotaper: Wrap executables.
      adds  8057dee   gnu: htslib: Mark up description.
      adds  1c84802   gnu: re2: Update to 2018-01-01.
      adds  02482f5   gnu: knot: Update to 2.6.4.
      adds  ab8a4a7   gnu: Add emacs-evil-smartparens.
      adds  48a716c   gnu: OBS Studio: Update to 20.1.3
      adds  7526338   gnu: httpd: Update to 2.4.29.
      adds  a684e38   gnu: python-mistune: Update to 0.8.3 [fixes 
CVE-2017-{15612,16876}].
      adds  3ee6315   gnu: wine: Update to 2.0.4.
      adds  036f357   gnu: wine64: Fix arguments.
      adds  e6b94a0   gnu: wine64-staging: Fix arguments.
      adds  417903c   gnu: wine64-staging: Fix incorrect input.
      adds  ed8bdde   gnu: kdelibs4support: Blacklist a recently failing 
test-function.
      adds  990e93f   gnu: krita: Ensure icons are found at runtime.
      adds  1ee750b   gnu: krita: Add comment about the wrapper.
      adds  0c84e86   gnu: fossil: Fix CVE-2017-17459.
       new  4ed41f4   Merge branch 'master' into core-updates
       new  7a66b68   gnu: fossil: Update to 2.4.

The 2 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:
 README                                         |   5 +-
 gnu/local.mk                                   |   7 +-
 gnu/packages/admin.scm                         |  14 +-
 gnu/packages/assembly.scm                      |   5 +-
 gnu/packages/bioinformatics.scm                |  27 +++-
 gnu/packages/compression.scm                   |  24 ++--
 gnu/packages/crypto.scm                        |   9 +-
 gnu/packages/curl.scm                          |  31 +++++
 gnu/packages/digest.scm                        |  55 ++++++++
 gnu/packages/dns.scm                           |   6 +-
 gnu/packages/emacs.scm                         |  25 ++++
 gnu/packages/games.scm                         |  10 +-
 gnu/packages/gimp.scm                          |   5 +
 gnu/packages/golang.scm                        |  75 +++++++++++
 gnu/packages/kde-frameworks.scm                |   4 +
 gnu/packages/kde.scm                           |  24 +++-
 gnu/packages/libreoffice.scm                   |   2 +-
 gnu/packages/moreutils.scm                     |   6 +-
 gnu/packages/package-management.scm            |   5 +-
 gnu/packages/patches/gimp-CVE-2017-17784.patch |  41 ++++++
 gnu/packages/patches/gimp-CVE-2017-17785.patch | 171 +++++++++++++++++++++++++
 gnu/packages/patches/gimp-CVE-2017-17786.patch |  94 ++++++++++++++
 gnu/packages/patches/gimp-CVE-2017-17787.patch |  42 ++++++
 gnu/packages/patches/gimp-CVE-2017-17789.patch |  48 +++++++
 gnu/packages/patches/httpd-CVE-2017-9798.patch |  22 ----
 gnu/packages/perl-check.scm                    |  37 +++++-
 gnu/packages/perl.scm                          |  49 ++++---
 gnu/packages/python.scm                        |   7 +-
 gnu/packages/regex.scm                         |   5 +-
 gnu/packages/shells.scm                        |   4 +-
 gnu/packages/version-control.scm               |   4 +-
 gnu/packages/video.scm                         |   4 +-
 gnu/packages/web.scm                           |   5 +-
 gnu/packages/wine.scm                          | 115 ++++++++++++++---
 guix/ui.scm                                    |   4 +-
 nix/scripts/list-runtime-roots.in              |   7 +-
 36 files changed, 865 insertions(+), 133 deletions(-)
 create mode 100644 gnu/packages/digest.scm
 create mode 100644 gnu/packages/patches/gimp-CVE-2017-17784.patch
 create mode 100644 gnu/packages/patches/gimp-CVE-2017-17785.patch
 create mode 100644 gnu/packages/patches/gimp-CVE-2017-17786.patch
 create mode 100644 gnu/packages/patches/gimp-CVE-2017-17787.patch
 create mode 100644 gnu/packages/patches/gimp-CVE-2017-17789.patch
 delete mode 100644 gnu/packages/patches/httpd-CVE-2017-9798.patch



reply via email to

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