SHA256
1
0
forked from pool/libical

Accepting request 505726 from home:mgorse:branches:devel:libraries:c_c++

- Add fixes for various crashes:
  libical-boo986631-read-past-end.patch
  libical-boo986631-check-prev-char.patch
  libical-parser-sanity-check.patch
  libical-timezone-use-after-free.patch
  libical-boo1015964-use-after-free.patch
  Fixes boo#986631 (CVE-2016-5827), boo#986639 (CVE-2016-5824),
  boo#1015964 (CVE-2016-9584), and boo#1044995.

OBS-URL: https://build.opensuse.org/request/show/505726
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=43
This commit is contained in:
2017-06-26 06:09:35 +00:00
committed by Git OBS Bridge
parent 1688dfea79
commit d2fbb3222f
7 changed files with 267 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 19 19:54:50 UTC 2017 - mgorse@suse.com
- Add fixes for various crashes:
libical-boo986631-read-past-end.patch
libical-boo986631-check-prev-char.patch
libical-parser-sanity-check.patch
libical-timezone-use-after-free.patch
libical-boo1015964-use-after-free.patch
Fixes boo#986631 (CVE-2016-5827), boo#986639 (CVE-2016-5824),
boo#1015964 (CVE-2016-9584), and boo#1044995.
-------------------------------------------------------------------
Mon Oct 3 08:38:07 UTC 2016 - jengelh@inai.de