[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f74c577 -> c037a0f)
From: |
Mark H. Weaver |
Subject: |
branch master updated (f74c577 -> c037a0f) |
Date: |
Thu, 13 Aug 2015 00:38:41 +0000 |
mhw pushed a change to branch master
in repository guix.
from f74c577 gnu: linux-libre: Update to 4.1.5.
new c037a0f gnu: icecat: Add fixes for
CVE-2015-{4473,4482,4488,4489,4491,4492}.
The 1 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 | 6 +
gnu/packages/gnuzilla.scm | 8 +-
.../patches/icecat-CVE-2015-4473-partial.patch | 120 ++++++++++++++++++++
gnu/packages/patches/icecat-CVE-2015-4482.patch | 28 +++++
gnu/packages/patches/icecat-CVE-2015-4488.patch | 21 ++++
gnu/packages/patches/icecat-CVE-2015-4489.patch | 21 ++++
gnu/packages/patches/icecat-CVE-2015-4491.patch | 41 +++++++
gnu/packages/patches/icecat-CVE-2015-4492.patch | 81 +++++++++++++
8 files changed, 325 insertions(+), 1 deletions(-)
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4473-partial.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4482.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4488.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4489.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4491.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4492.patch
- branch master updated (f74c577 -> c037a0f),
Mark H. Weaver <=
- Prev by Date:
[gnunet] 16/17: Add a record type for GNUNET_FS_ProgressInfo and a few tests. * progress-info.scm: add a record type for `GNUNET_FS_ProgressInfo` and alter `parse-c-progress-info` to handle it. * fs.scm: - correct `make-file-information`; - deprecate directory-scan (too many bugs to fix, `make-file-information will` do for now); - replace `*block-options*` with `make-block-options`; - update `procedure->*` functions to use `parse-c-progress-info`. * examples/*.scm: follow modifications on fs.scm. * tests/progress-info.scm: add a fake progress-info to test `parse-c-progress-info`. * tests/fs.scm: add a small test for `make-file-information`.
- Next by Date:
01/01: gnu: icecat: Add fixes for CVE-2015-{4473, 4482, 4488, 4489, 4491, 4492}.
- Previous by thread:
[gnunet] branch master updated (c40fcac -> 2304d66)
- Next by thread:
01/01: gnu: icecat: Add fixes for CVE-2015-{4473, 4482, 4488, 4489, 4491, 4492}.
- Index(es):