From 92272685c2d3ac1c340f17199bdaf4c14519bcb94809f9bcaf4845b9f4dc987b Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 16 Mar 2015 17:45:45 +0000
Subject: [PATCH 1/2] Accepting request 290959 from home:dimstar:Factory
- Add timezone requires: Ensure that DateTime functionality is
given when installing mono-core (e.g. System.DateTime.get_Now()
needs access to this information).
OBS-URL: https://build.opensuse.org/request/show/290959
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=143
---
mono-core.changes | 7 +++++++
mono-core.spec | 2 ++
2 files changed, 9 insertions(+)
diff --git a/mono-core.changes b/mono-core.changes
index 496db9d..a9140b6 100644
--- a/mono-core.changes
+++ b/mono-core.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Mar 16 11:13:24 UTC 2015 - dimstar@opensuse.org
+
+- Add timezone requires: Ensure that DateTime functionality is
+ given when installing mono-core (e.g. System.DateTime.get_Now()
+ needs access to this information).
+
-------------------------------------------------------------------
Tue Mar 10 17:10:58 UTC 2015 - mailaender@opensuse.org
diff --git a/mono-core.spec b/mono-core.spec
index e7d19cd..59c9395 100644
--- a/mono-core.spec
+++ b/mono-core.spec
@@ -90,6 +90,8 @@ Provides: mono(System) = 1.0.5000.0
Provides: mono(System.Security) = 1.0.5000.0
Provides: mono(System.Xml) = 1.0.5000.0
Provides: mono(mscorlib) = 1.0.5000.0
+# mono-core provides System.DateTime functions, which rely on timezone information
+Requires: timezone
%define _use_internal_dependency_generator 0
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-provides ; } | sort | uniq'
From c3def4d8bedc6260c116cee2f3ded37595979369d316400f4d2de0a0e4ec442f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Tue, 17 Mar 2015 18:05:02 +0000
Subject: [PATCH 2/2] Accepting request 291222 from
home:AndreasStieger:branches:Mono:Factory
- add CVE IDs for 3.12.1 bsc#921312 release
CVE-2015-2318 CVE-2015-2319 CVE-2015-2320
OBS-URL: https://build.opensuse.org/request/show/291222
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=144
---
mono-core.changes | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/mono-core.changes b/mono-core.changes
index a9140b6..6d83469 100644
--- a/mono-core.changes
+++ b/mono-core.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Mar 17 17:37:18 UTC 2015 - astieger@suse.com
+
+- add CVE IDs for 3.12.1 bsc#921312 release
+
-------------------------------------------------------------------
Mon Mar 16 11:13:24 UTC 2015 - dimstar@opensuse.org
@@ -10,6 +15,7 @@ Tue Mar 10 17:10:58 UTC 2015 - mailaender@opensuse.org
- update to 3.12.1 - security hotfix bsc#921312
* http://www.mono-project.com/news/2015/03/07/mono-tls-vulnerability/
+ CVE-2015-2318 CVE-2015-2319 CVE-2015-2320
-------------------------------------------------------------------
Sat Feb 28 10:35:11 UTC 2015 - mailaender@opensuse.org