[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (0ef83ec -> ed3a9ec)
From: |
Ludovic Courtès |
Subject: |
branch master updated (0ef83ec -> ed3a9ec) |
Date: |
Mon, 10 Apr 2017 17:55:32 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 0ef83ec gnu: Add tclx.
new 958d357 gnu: guile-ncurses: Update to 2.2.
new 81eaa3f gnu: guile-ncurses: Switch to Guile 2.2.
new 18d0cec gnu: pcre2: Patch CVE-2017-7186.
new a97f0ee gnu: pcre: Patch CVE-2017-7186.
new ed3a9ec gnu: Add gpicview.
The 5 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 | 2 +
gnu/packages/guile.scm | 8 +--
gnu/packages/image-viewers.scm | 24 +++++++++
gnu/packages/lxde.scm | 4 +-
gnu/packages/patches/pcre-CVE-2017-7186.patch | 56 +++++++++++++++++++++
gnu/packages/patches/pcre2-CVE-2017-7186.patch | 68 ++++++++++++++++++++++++++
gnu/packages/pcre.scm | 13 ++++-
7 files changed, 169 insertions(+), 6 deletions(-)
create mode 100644 gnu/packages/patches/pcre-CVE-2017-7186.patch
create mode 100644 gnu/packages/patches/pcre2-CVE-2017-7186.patch
- branch master updated (0ef83ec -> ed3a9ec),
Ludovic Courtès <=
- 01/05: gnu: guile-ncurses: Update to 2.2., Ludovic Courtès, 2017/04/10
- 02/05: gnu: guile-ncurses: Switch to Guile 2.2., Ludovic Courtès, 2017/04/10
- 05/05: gnu: Add gpicview., Ludovic Courtès, 2017/04/10
- 04/05: gnu: pcre: Patch CVE-2017-7186., Ludovic Courtès, 2017/04/10
- 03/05: gnu: pcre2: Patch CVE-2017-7186., Ludovic Courtès, 2017/04/10