[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (53ec8d4 -> 0ca1eb7)
From: |
Mark H. Weaver |
Subject: |
branch master updated (53ec8d4 -> 0ca1eb7) |
Date: |
Sat, 07 Nov 2015 13:33:30 +0000 |
mhw pushed a change to branch master
in repository guix.
from 53ec8d4 gnu: Add GPM.
new 20ed2f7 gnu: nspr: Update to 4.10.10.
new fe88f63 gnu: nss: Update to 3.20.1.
new 0ca1eb7 gnu: icecat: Add several security fixes.
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:
gnu-system.am | 19 +
gnu/packages/gnuzilla.scm | 31 +-
.../patches/icecat-CVE-2015-4513-pt01.patch | 36 ++
.../patches/icecat-CVE-2015-4513-pt02.patch | 103 +++++
.../patches/icecat-CVE-2015-4513-pt03.patch | 48 ++
.../patches/icecat-CVE-2015-4513-pt04.patch | 50 +++
.../patches/icecat-CVE-2015-4513-pt05.patch | 25 +
.../patches/icecat-CVE-2015-4513-pt06.patch | 461 ++++++++++++++++++++
.../patches/icecat-CVE-2015-4513-pt07.patch | 93 ++++
.../patches/icecat-CVE-2015-4513-pt08.patch | 41 ++
.../patches/icecat-CVE-2015-4513-pt09.patch | 65 +++
.../patches/icecat-CVE-2015-4513-pt10.patch | 110 +++++
.../patches/icecat-CVE-2015-4513-pt11.patch | 42 ++
gnu/packages/patches/icecat-CVE-2015-7188.patch | 143 ++++++
gnu/packages/patches/icecat-CVE-2015-7189.patch | 143 ++++++
gnu/packages/patches/icecat-CVE-2015-7193.patch | 397 +++++++++++++++++
gnu/packages/patches/icecat-CVE-2015-7194.patch | 32 ++
gnu/packages/patches/icecat-CVE-2015-7196.patch | 27 ++
gnu/packages/patches/icecat-CVE-2015-7197.patch | 70 +++
gnu/packages/patches/icecat-CVE-2015-7198.patch | 27 ++
gnu/packages/patches/icecat-CVE-2015-7199.patch | 84 ++++
21 files changed, 2041 insertions(+), 6 deletions(-)
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt01.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt02.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt03.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt04.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt05.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt06.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt07.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt08.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt09.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt10.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-4513-pt11.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7188.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7189.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7193.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7194.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7196.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7197.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7198.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2015-7199.patch
- branch master updated (53ec8d4 -> 0ca1eb7),
Mark H. Weaver <=