summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/calligra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-08-07 19:04:04 +0000
committer Eric Hameleers <alien@slackware.com>2021-08-08 00:01:02 +0200
commit667b86aaab3e72c3c6a80e2b7dcbe2da39c89d71 (patch)
tree12041cb9dbd5f1f91ee2c6d37a9987ba7f28bf17 /source/kde/kde/patch/calligra
parent295fdc80f2f76c209bec6289e8a8115cbc3867d8 (diff)
downloadcurrent-667b86aaab3e72c3c6a80e2b7dcbe2da39c89d71.tar.gz
current-667b86aaab3e72c3c6a80e2b7dcbe2da39c89d71.tar.xz
Sat Aug 7 19:04:04 UTC 202120210807190404
a/aaa_glibc-solibs-2.33-x86_64-3.txz: Rebuilt. a/usbutils-014-x86_64-1.txz: Upgraded. ap/mariadb-10.6.4-x86_64-1.txz: Upgraded. ap/nvme-cli-1.15-x86_64-1.txz: Upgraded. l/glibc-2.33-x86_64-3.txz: Rebuilt. Since glibc-2.34 makes a potentially risky change of moving all functions into the main library, and another inconvenient (for us) change of renaming the library files, we'll stick with glibc-2.33 for Slackware 15.0 and test the newer glibc in the next release cycle. But we'll backport the security fixes from glibc-2.34 with this update: The nameserver caching daemon (nscd), when processing a request for netgroup lookup, may crash due to a double-free, potentially resulting in degraded service or Denial of Service on the local system. Reported by Chris Schanzle. The mq_notify function has a potential use-after-free issue when using a notification type of SIGEV_THREAD and a thread attribute with a non-default affinity mask. The wordexp function may overflow the positional parameter number when processing the expansion resulting in a crash. Reported by Philippe Antoine. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33574 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942 (* Security fix *) l/glibc-i18n-2.33-x86_64-3.txz: Rebuilt. l/glibc-profile-2.33-x86_64-3.txz: Rebuilt. l/liburing-2.0-x86_64-1.txz: Added. This is needed by mariadb, and provides increased performance on high speed devices such as NVMe. n/dovecot-2.3.16-x86_64-1.txz: Upgraded. xap/blueman-2.2.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/kde/kde/patch/calligra')
-rw-r--r--source/kde/kde/patch/calligra/calligra-gcc11.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/source/kde/kde/patch/calligra/calligra-gcc11.patch b/source/kde/kde/patch/calligra/calligra-gcc11.patch
new file mode 100644
index 000000000..c47895822
--- /dev/null
+++ b/source/kde/kde/patch/calligra/calligra-gcc11.patch
@@ -0,0 +1,48 @@
+diff --git a/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp b/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp
+index feac1c6..5739328 100644
+--- a/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp
++++ b/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp
+@@ -19,6 +19,7 @@
+ Boston, MA 02110-1301, USA
+ */
+
++#include <limits>
+ #include "chartsubstreamhandler.h"
+ #include "globalssubstreamhandler.h"
+ #include "worksheetsubstreamhandler.h"
+diff --git a/filters/sheets/excel/sidewinder/objects.cpp b/filters/sheets/excel/sidewinder/objects.cpp
+index 7531dd7..6cbca37 100644
+--- a/filters/sheets/excel/sidewinder/objects.cpp
++++ b/filters/sheets/excel/sidewinder/objects.cpp
+@@ -17,6 +17,7 @@
+ Boston, MA 02110-1301, USA
+ */
+
++#include <limits>
+ #include "objects.h"
+
+ #include "generated/simpleParser.h"
+diff --git a/filters/sheets/excel/sidewinder/utils.h b/filters/sheets/excel/sidewinder/utils.h
+index 6e012b2..61d7624 100644
+--- a/filters/sheets/excel/sidewinder/utils.h
++++ b/filters/sheets/excel/sidewinder/utils.h
+@@ -23,6 +23,7 @@
+
+ #include "value.h"
+ #include <map>
++#include <limits>
+
+ #include <QString>
+ #include <QUuid>
+diff --git a/filters/sheets/excel/sidewinder/value.cpp b/filters/sheets/excel/sidewinder/value.cpp
+index bfa3351..3007058 100644
+--- a/filters/sheets/excel/sidewinder/value.cpp
++++ b/filters/sheets/excel/sidewinder/value.cpp
+@@ -17,6 +17,7 @@
+ * Boston, MA 02110-1301, USA
+ */
+
++#include <limits>
+ #include "value.h"
+ #include "utils.h"
+