[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4ecbf6d -> 16114c3)
From: |
Mark H. Weaver |
Subject: |
branch master updated (4ecbf6d -> 16114c3) |
Date: |
Wed, 10 Feb 2016 15:41:54 +0000 |
mhw pushed a change to branch master
in repository guix.
from 4ecbf6d gnu: haunt: Wrap 'haunt' command so that it finds its
modules.
new 42395bf gnu: nettle: Update to 3.2 [fixes
CVE-2015-{8803,8804,8805}].
new 16114c3 gnu: mit-krb5: Update to 1.13.3; add fixes for
CVE-2015-{8629,8630,8631}.
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:
gnu-system.am | 10 +-
gnu/packages/mit-krb5.scm | 70 +--
gnu/packages/nettle.scm | 28 +-
.../patches/mit-krb5-CVE-2015-2695-pt1.patch | 569 ---------------
.../patches/mit-krb5-CVE-2015-2695-pt2.patch | 65 --
gnu/packages/patches/mit-krb5-CVE-2015-2696.patch | 736 --------------------
gnu/packages/patches/mit-krb5-CVE-2015-2697.patch | 55 --
.../patches/mit-krb5-CVE-2015-2698-pt1.patch | 43 --
.../patches/mit-krb5-CVE-2015-2698-pt2.patch | 132 ----
gnu/packages/patches/mit-krb5-CVE-2015-8629.patch | 51 ++
gnu/packages/patches/mit-krb5-CVE-2015-8630.patch | 81 +++
gnu/packages/patches/mit-krb5-CVE-2015-8631.patch | 576 +++++++++++++++
.../mit-krb5-init-context-null-spnego.patch | 49 ++
13 files changed, 784 insertions(+), 1681 deletions(-)
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-2695-pt1.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-2695-pt2.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-2696.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-2697.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-2698-pt1.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-2698-pt2.patch
create mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-8629.patch
create mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-8630.patch
create mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-8631.patch
create mode 100644 gnu/packages/patches/mit-krb5-init-context-null-spnego.patch
- branch master updated (4ecbf6d -> 16114c3),
Mark H. Weaver <=