This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f1b3110  git-site-role commit from copy_staging.sh
f1b3110 is described below

commit f1b311027d7ccc015ad5d3d977888068174ff46a
Author: jenkins <bui...@apache.org>
AuthorDate: Mon May 3 20:47:11 2021 +0000

    git-site-role commit from copy_staging.sh
---
 content/brand.html                        |   2 +-
 content/de/download/msg_prop_l10n_de.js   |   1 +
 content/download/download.js              |   4 +-
 content/download/globalvars.js            |  15 +-
 content/download/msg_prop_l10n_en.js      |   1 +
 content/download/release_matrix.js        | 280 ++++++++++++++++++++++++++++++
 content/feed.xml                          |   4 +-
 content/security/bulletin.html            |   6 +
 content/security/cves/CVE-2021-30245.html | 144 +++++++++++++++
 9 files changed, 445 insertions(+), 12 deletions(-)

diff --git a/content/brand.html b/content/brand.html
index dbd6be7..970df97 100644
--- a/content/brand.html
+++ b/content/brand.html
@@ -73,4 +73,4 @@
     </div>
     <div id="bannercenter"><br/>The Free and Open Productivity Suite</div>
   </div>
-  <div id="announce"><a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-15"; 
title="Apache OpenOffice 4.1.9 released">Apache OpenOffice 4.1.9 
released</a></div>
+  <div id="announce"><a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-16"; 
title="Apache OpenOffice 4.1.10 released">Apache OpenOffice 4.1.10 
released</a></div>
diff --git a/content/de/download/msg_prop_l10n_de.js 
b/content/de/download/msg_prop_l10n_de.js
index ea99aec..eac00fd 100644
--- a/content/de/download/msg_prop_l10n_de.js
+++ b/content/de/download/msg_prop_l10n_de.js
@@ -375,6 +375,7 @@ l10n.dl_analyze_table_javascript_text               = 
"JavaScript&nbsp;Funktionen/Variablen";
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo4110_link                 = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181305380";;
 l10n.dl_rel_notes_aoo419_link                  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=173081636";;
 l10n.dl_rel_notes_aoo418_link                  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=165224926";;
 l10n.dl_rel_notes_aoo417_link                  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
diff --git a/content/download/download.js b/content/download/download.js
index 21e0be9..2320ecd 100644
--- a/content/download/download.js
+++ b/content/download/download.js
@@ -713,7 +713,7 @@ DL.checkForLinkExceptions = function() {
        }
 
        // If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6', 
show the none-availability to the user.
-       if( ( DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" || 
DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === 
"4.1.5" || DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL === "4.1.3" || 
DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === 
"4.1.0" ) && DL.PLATFORM === "mac32" ) {
+       if( ( DL.VERSION_SEL === "4.1.10" || DL.VERSION_SEL === "4.1.9" || 
DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === 
"4.1.6" || DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === "4.1.4" || 
DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === 
"4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) {
                // Show an error message that the chosen items do not lead to a 
download.
 
                // If a customized string is not available in the 
"msg_prop_l10n_XX.js" file.
@@ -989,7 +989,7 @@ DL.getLinkSelection = function() {
                document.getElementById( "dl_rpt"           ).title     = 
l10n.dl_report_title;
 
                // New Apache release policy since March 2018: Do not provide 
any MD5 checksums anymore as it is understood as too insecure.
-               if( ( DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" 
|| DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL 
=== "4.2.0" ) ) {
+               if( ( DL.VERSION_SEL === "4.1.10" || DL.VERSION_SEL === "4.1.9" 
|| DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL 
=== "4.1.6" || DL.VERSION_SEL === "4.2.0" ) ) {
                        // If version is '4.1.6' (or newer), do not show any 
MD5 checksum file links.
                        document.getElementById( "space4"           ).innerHTML 
= "";
                        document.getElementById( "dl_f_chk_md5"     ).href      
= "";
diff --git a/content/download/globalvars.js b/content/download/globalvars.js
index 9c2962c..9d04c88 100644
--- a/content/download/globalvars.js
+++ b/content/download/globalvars.js
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION                     = "4.1.9";              // Release version in 
full format "x.y.z".
+DL.VERSION                     = "4.1.10";             // Release version in 
full format "x.y.z".
 DL.VERSION_SHORT               = DL.VERSION;           // Release version in 
short format "x.y".
-DL.MILESTONE                   = "AOO419m1";           // Milestone ID (from 
AOO build system).
-DL.BUILD                       = "9805";               // Build ID (from AOO 
build system).
-DL.SVN_REV                     = "561082130a";         // Git revision.
-DL.REL_DATE                    = "2021-Feb-07";        // Date of the public 
announced release.
-DL.PREV_VERSION                        = "4.1.8";              // Release of 
the previous version.
+DL.MILESTONE                   = "AOO4110m2";          // Milestone ID (from 
AOO build system).
+DL.BUILD                       = "9807";               // Build ID (from AOO 
build system).
+DL.SVN_REV                     = "b1cdbd2c1b";         // Git revision.
+DL.REL_DATE                    = "2021-May-04";        // Date of the public 
announced release.
+DL.PREV_VERSION                        = "4.1.9";              // Release of 
the previous version.
 DL.OLDVERSION                  = "3.4.1";              // Old version (last 
stable release of 3.x series).
 DL.LEGACYVERSION               = "3.3.0";              // Old legacy version 
(last stable none-Apache release).
 
@@ -85,7 +85,8 @@ DL.SEL_LANG                   = [ "ast",      "Asturian",     
                        "Asturianu",
 
 // Data for the <select> element "ver".
 //                                 Value  Visible text
-DL.SEL_VER                     = [ "4.1.9",    "4.1.9",
+DL.SEL_VER                     = [ "4.1.10",   "4.1.10",
+                                   "4.1.9",    "4.1.9",
                                    "4.1.8",    "4.1.8",
                                    "4.1.7",    "4.1.7",
                                    "4.1.6",    "4.1.6",
diff --git a/content/download/msg_prop_l10n_en.js 
b/content/download/msg_prop_l10n_en.js
index a083ea2..c21cbb5 100644
--- a/content/download/msg_prop_l10n_en.js
+++ b/content/download/msg_prop_l10n_en.js
@@ -369,6 +369,7 @@ l10n.dl_analyze_table_javascript_text               = 
"JavaScript&nbsp;functions/variables";
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo4110_link                 = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes";;
 l10n.dl_rel_notes_aoo419_link                  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.9+Release+Notes";;
 l10n.dl_rel_notes_aoo418_link                  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link                  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
diff --git a/content/download/release_matrix.js 
b/content/download/release_matrix.js
index a31caff..3e16ed0 100644
--- a/content/download/release_matrix.js
+++ b/content/download/release_matrix.js
@@ -19,6 +19,286 @@
  *
  */
 
+/* Description for AOO 4.1.10.
+ *
+ * For the matrix position and their meanings see the descriptions on top of 
file.
+ */
+DL.release_matrix_4110 = {
+"src": {
+        "0": [ 'src', 'English (US)', 'English (US)', 'y', 
'download/index.html' ],
+        "1": [ 'AOO4110m2', '9807', 'Git hash b1cdbd2c1b', '2021-05-04' ],
+        "2": [ 'tar_bz2', 'y', '209' ],
+        "3": [ 'tar_gz',  'y', '276' ],
+        "4": [ 'zip',     'y', '323' ] },
+
+"sdk": {
+        "0": [ 'sdk', 'English (US)', 'English (US)', 'y', 
'download/index.html' ],
+        "1": [ /* lnx_64_f_d  */ 'y', '  9' ],
+        "2": [ /* lnx_64_lp_d */ 'n', '  0' ],
+        "3": [ /* lnx_64_f_r  */ 'y', '  8' ],
+        "4": [ /* lnx_64_lp_r */ 'n', '  0' ],
+        "5": [ /* lnx_32_f_d  */ 'y', '  9' ],
+        "6": [ /* lnx_32_lp_d */ 'n', '  0' ],
+        "7": [ /* lnx_32_f_r  */ 'y', '  8' ],
+        "8": [ /* lnx_32_lp_r */ 'n', '  0' ],
+        "9": [ /* mac_64_f    */ 'y', ' 12' ],
+       "10": [ /* mac_64_lp   */ 'n', '  0' ],
+       "11": [ /* win_32_f    */ 'y', '  7' ],
+       "12": [ /* win_32_lp   */ 'n', '  0' ] },
+
+"ar": {
+        "0": [ 'ar', 'Arabic', 'العربية', 'n', 'ar/' ],
+        "1": [ 'n', '  0' ],  "2": [ 'n', '  0' ],  "3": [ 'n', '  0' ],  "4": 
[ 'n', '  0' ],  "5": [ 'n', '  0' ],
+        "6": [ 'n', '  0' ],  "7": [ 'n', '  0' ],  "8": [ 'n', '  0' ],  "9": 
[ 'n', '  0' ], "10": [ 'n', '  0' ],
+       "11": [ 'n', '  0' ], "12": [ 'n', '  0' ] },           
+
+"ast": {
+        "0": [ 'ast', 'Asturian', 'Asturianu', 'y', 'ast/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '145' ], "12": [ 'y', ' 34' ] },
+
+"bg": {
+        "0": [ 'bg', 'Bulgarian', 'български език', 'y', 'bg/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 13' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 13' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 13' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 13' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 12' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"ca": {
+        "0": [ 'ca', 'Catalan', 'Català', 'y', 'ca/' ],
+        "1": [ 'y', '153' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '154' ],  "4": 
[ 'y', ' 19' ],  "5": [ 'y', '146' ],
+        "6": [ 'y', ' 19' ],  "7": [ 'y', '151' ],  "8": [ 'y', ' 19' ],  "9": 
[ 'y', '164' ], "10": [ 'y', ' 19' ],
+       "11": [ 'y', '135' ], "12": [ 'y', ' 19' ] },
+
+"ca-XV": {
+        "0": [ 'ca-XV', 'Valencià', 'Català (Valencià AVL)', 'y', 'ca-xv/' ],
+        "1": [ 'y', '153' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '154' ],  "4": 
[ 'y', ' 19' ],  "5": [ 'y', '146' ],
+        "6": [ 'y', ' 19' ],  "7": [ 'y', '151' ],  "8": [ 'y', ' 19' ],  "9": 
[ 'y', '164' ], "10": [ 'y', ' 19' ],
+       "11": [ 'y', '151' ], "12": [ 'y', ' 35' ] },   
+
+"ca-XR": {
+        "0": [ 'ca-XR', 'Valencià', 'Català (Valencià RACV)', 'y', 'ca-xr/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '145' ], "12": [ 'y', ' 34' ] },   
+
+"cs": {
+        "0": [ 'cs', 'Czech', 'Čeština', 'y', 'cs/' ],
+        "1": [ 'y', '141' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '142' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '134' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"da": {
+        "0": [ 'da', 'Danish', 'Dansk', 'y', 'da/' ],
+        "1": [ 'y', '143' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '144' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '136' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 11' ] },
+
+"de": {
+        "0": [ 'de', 'German', 'Deutsch', 'y', 'de/downloads/index.html' ],
+        "1": [ 'y', '176' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '177' ],  "4": 
[ 'y', ' 19' ],  "5": [ 'y', '169' ],
+        "6": [ 'y', ' 19' ],  "7": [ 'y', '173' ],  "8": [ 'y', ' 19' ],  "9": 
[ 'y', '187' ], "10": [ 'y', ' 19' ],
+       "11": [ 'y', '157' ], "12": [ 'y', ' 19' ] },
+
+"el": {
+        "0": [ 'el', 'Greek', 
'&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;ά', 'y', 'el/' ],
+        "1": [ 'y', '150' ],  "2": [ 'y', ' 21' ],  "3": [ 'y', '151' ],  "4": 
[ 'y', ' 21' ],  "5": [ 'y', '143' ],
+        "6": [ 'y', ' 21' ],  "7": [ 'y', '147' ],  "8": [ 'y', ' 21' ],  "9": 
[ 'y', '161' ], "10": [ 'y', ' 20' ],
+       "11": [ 'y', '131' ], "12": [ 'y', ' 20' ] },
+
+"en-GB": {
+        "0": [ 'en-GB', 'English (British)', 'English (British)', 'y', 
'download/index.html' ],
+        "1": [ 'y', '146' ],  "2": [ 'y', ' 11' ],  "3": [ 'y', '147' ],  "4": 
[ 'y', ' 11' ],  "5": [ 'y', '139' ],
+        "6": [ 'y', ' 11' ],  "7": [ 'y', '143' ],  "8": [ 'y', ' 11' ],  "9": 
[ 'y', '156' ], "10": [ 'y', ' 10' ],
+       "11": [ 'y', '127' ], "12": [ 'y', ' 11' ] },
+
+"en-US": {
+        "0": [ 'en-US', 'English (US)', 'English (US)', 'y', 
'download/index.html' ],
+        "1": [ 'y', '153' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '154' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '146' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '150' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '163' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '134' ], "12": [ 'y', ' 18' ] },
+
+"es": {
+        "0": [ 'es', 'Spanish', 'Espa&ntilde;ol', 'y', 'es/' ],
+        "1": [ 'y', '143' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '136' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '154' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"eu": {
+        "0": [ 'eu', 'Basque', 'Euskara', 'y', 'eu/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"fi": {
+        "0": [ 'fi', 'Finnish', 'Suomi', 'y', 'fi/lataa.html' ],
+        "1": [ 'y', '149' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '150' ],  "4": 
[ 'y', ' 20' ],  "5": [ 'y', '142' ],
+        "6": [ 'y', ' 20' ],  "7": [ 'y', '146' ],  "8": [ 'y', ' 20' ],  "9": 
[ 'y', '160' ], "10": [ 'y', ' 19' ],
+       "11": [ 'y', '130' ], "12": [ 'y', ' 19' ] },
+
+"fr": {
+        "0": [ 'fr', 'French', 'Fran&ccedil;ais', 'y', 'fr/' ],
+        "1": [ 'y', '145' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '146' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '138' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '142' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '156' ], "10": [ 'y', ' 12' ],
+       "11": [ 'y', '126' ], "12": [ 'y', ' 12' ] },
+
+"gd": {
+        "0": [ 'gd', 'Scottish (Gaelic)', 'Gàidhlig', 'y', 'gd/' ],
+        "1": [ 'y', '148' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '149' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '141' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '146' ], "12": [ 'y', ' 34' ] },
+
+"gl": {
+        "0": [ 'gl', 'Galician', 'Galego', 'y', 'gl/' ],
+        "1": [ 'y', '148' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '149' ],  "4": 
[ 'y', ' 19' ],  "5": [ 'y', '141' ],
+        "6": [ 'y', ' 19' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 19' ],  "9": 
[ 'y', '159' ], "10": [ 'y', ' 18' ],
+       "11": [ 'y', '130' ], "12": [ 'y', ' 18' ] },
+
+"he": {
+        "0": [ 'he', 'Hebrew', 'עברית',  'y', 'he/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"hi": {
+        "0": [ 'hi', 'Hindi', 'हिन्दी', 'y', 'hi/' ],
+        "1": [ 'y', '148' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '149' ],  "4": 
[ 'y', ' 19' ],  "5": [ 'y', '141' ],
+        "6": [ 'y', ' 19' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 19' ],  "9": 
[ 'y', '159' ], "10": [ 'y', ' 18' ],
+       "11": [ 'y', '130' ], "12": [ 'y', ' 18' ] },
+
+"hu": {
+        "0": [ 'hu', 'Hungarian', 'Magyar', 'y', 'hu/' ],
+        "1": [ 'y', '144' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '145' ],  "4": 
[ 'y', ' 13' ],  "5": [ 'y', '137' ],
+        "6": [ 'y', ' 13' ],  "7": [ 'y', '141' ],  "8": [ 'y', ' 13' ],  "9": 
[ 'y', '155' ], "10": [ 'y', ' 12' ],
+       "11": [ 'y', '125' ], "12": [ 'y', ' 12' ] },
+
+"it": {
+        "0": [ 'it', 'Italian', 'Italiano', 'y', 'it/download/' ],
+        "1": [ 'y', '148' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '149' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '141' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '146' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '159' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '130' ], "12": [ 'y', ' 12' ] },
+
+"ja": {
+        "0": [ 'ja', 'Japanese', '日本語', 'y', 'ja/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '128' ], "12": [ 'y', ' 17' ] },
+
+"km": {
+        "0": [ 'km', 'Khmer', 'ភាសាខ្មែរ', 'y', 'km/' ],
+        "1": [ 'y', '145' ],  "2": [ 'y', ' 15' ],  "3": [ 'y', '146' ],  "4": 
[ 'y', ' 15' ],  "5": [ 'y', '138' ],
+        "6": [ 'y', ' 15' ],  "7": [ 'y', '142' ],  "8": [ 'y', ' 15' ],  "9": 
[ 'y', '157' ], "10": [ 'y', ' 15' ],
+       "11": [ 'y', '143' ], "12": [ 'y', ' 31' ] },
+
+"ko": {
+        "0": [ 'ko', 'Korean', '한국어', 'y', 'ko/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"lt": {
+        "0": [ 'lt', 'Lithuanian', 'Lietuvių', 'y', 'lt/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '129' ], "12": [ 'y', ' 17' ] },
+
+"nb": {
+        "0": [ 'nb', 'Norwegian (Bokmal)', 'Norsk (Bokmål)', 'y', 'no/' ],
+        "1": [ 'y', '151' ],  "2": [ 'y', ' 19' ],  "3": [ 'y', '152' ],  "4": 
[ 'y', ' 19' ],  "5": [ 'y', '144' ],
+        "6": [ 'y', ' 19' ],  "7": [ 'y', '148' ],  "8": [ 'y', ' 19' ],  "9": 
[ 'y', '162' ], "10": [ 'y', ' 18' ],
+       "11": [ 'y', '132' ], "12": [ 'y', ' 19' ] },
+
+"nl": {
+        "0": [ 'nl', 'Dutch', 'Nederlands', 'y', 'nl/' ],
+        "1": [ 'y', '151' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '152' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '144' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '148' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '162' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '132' ], "12": [ 'y', ' 12' ] },
+
+"pl": {
+        "0": [ 'pl', 'Polish', 'Polski', 'y', 'pl/product.download.html' ],
+        "1": [ 'y', '144' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '145' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '137' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '141' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '155' ], "10": [ 'y', ' 12' ],
+       "11": [ 'y', '125' ], "12": [ 'y', ' 12' ] }, 
+
+"pt": {
+        "0": [ 'pt', 'Portuguese (European)', 'Portugu&ecirc;s (Europeu)', 
'y', 'pt/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },   
+
+"pt-BR": {
+        "0": [ 'pt-BR', 'Portuguese (Brazilian)', 'Portugu&ecirc;s (do 
Brasil)', 'y', 'pt-br/' ],
+        "1": [ 'y', '141' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '142' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '134' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"ru": {        
+        "0": [ 'ru', 'Russian', 'Русский', 'y', 'ru/' ],
+        "1": [ 'y', '149' ],  "2": [ 'y', ' 13' ],  "3": [ 'y', '150' ],  "4": 
[ 'y', ' 13' ],  "5": [ 'y', '142' ],
+        "6": [ 'y', ' 13' ],  "7": [ 'y', '146' ],  "8": [ 'y', ' 13' ],  "9": 
[ 'y', '160' ], "10": [ 'y', ' 12' ],
+       "11": [ 'y', '130' ], "12": [ 'y', ' 13' ] },
+
+"sk": {
+        "0": [ 'sk', 'Slovak', 'Slovenský jazyk (slovenčina)', 'y', 'sk/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 11' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 11' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 11' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 11' ],  "9": 
[ 'y', '152' ], "10": [ 'y', ' 10' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 11' ] },
+
+"sl": {
+        "0": [ 'sl', 'Slovenian', 'Slovenski jezik (slovenščina)', 'y', 'sl/' 
],
+        "1": [ 'y', '143' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '144' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '136' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"sr": {
+        "0": [ 'sr', 'Serbian (Cyrillic)', 'Cрпски (ћирилицом)', 'y', 'sr/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"sv": {
+        "0": [ 'sv', 'Swedish', 'Svenska', 'y', 'sv/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 11' ] },
+
+"ta": {        
+        "0": [ 'ta', 'Tamil', 'தமிழ்', 'y', 'ta/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '145' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"th": {
+        "0": [ 'th', 'Thai', 'ภาษาไทย', 'y', 'th/' ],
+        "1": [ 'y', '147' ],  "2": [ 'y', ' 18' ],  "3": [ 'y', '148' ],  "4": 
[ 'y', ' 18' ],  "5": [ 'y', '140' ],
+        "6": [ 'y', ' 18' ],  "7": [ 'y', '144' ],  "8": [ 'y', ' 18' ],  "9": 
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+       "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"tr": {
+        "0": [ 'tr', 'Turkish', 'T&uuml;rk&ccedil;e', 'y', 'tr/' ],
+        "1": [ 'y', '141' ],  "2": [ 'y', ' 12' ],  "3": [ 'y', '142' ],  "4": 
[ 'y', ' 12' ],  "5": [ 'y', '134' ],
+        "6": [ 'y', ' 12' ],  "7": [ 'y', '138' ],  "8": [ 'y', ' 12' ],  "9": 
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+       "11": [ 'y', '122' ], "12": [ 'y', ' 11' ] },
+
+"vi": {
+        "0": [ 'vi', 'Vietnamese', 'Tiếng Việt', 'y', 'vi/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 13' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 13' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 13' ],  "7": [ 'y', '139' ],  "8": [ 'y', ' 13' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 12' ],
+       "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"zh-CN": {
+        "0": [ 'zh-CN', 'Chinese (simplified)', '简体中文', 'y',    
'zh-cn/download/' ],
+        "1": [ 'y', '142' ],  "2": [ 'y', ' 13' ],  "3": [ 'y', '143' ],  "4": 
[ 'y', ' 13' ],  "5": [ 'y', '135' ],
+        "6": [ 'y', ' 13' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 13' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 13' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 13' ] },
+
+"zh-TW": {
+        "0": [ 'zh-TW', 'Chinese (traditional)', '正體中文', 'y', 'zh-tw/' ],
+        "1": [ 'y', '143' ],  "2": [ 'y', ' 13' ],  "3": [ 'y', '144' ],  "4": 
[ 'y', ' 13' ],  "5": [ 'y', '136' ],
+        "6": [ 'y', ' 13' ],  "7": [ 'y', '140' ],  "8": [ 'y', ' 13' ],  "9": 
[ 'y', '153' ], "10": [ 'y', ' 13' ],
+       "11": [ 'y', '124' ], "12": [ 'y', ' 13' ] }
+};
+
 /* Description for AOO 4.1.9.
  *
  * For the matrix position and their meanings see the descriptions on top of 
file.
diff --git a/content/feed.xml b/content/feed.xml
index 766aff2..e504048 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
     <atom:link href="http://localhost:8820/feed.xml"; rel="self" 
type="application/rss+xml" />
     <description>OpenOffice.org Feed</description>
     <language>en-us</language>
-    <pubDate>Tue, 27 Apr 2021 21:20:47 +0000</pubDate>
-    <lastBuildDate>Tue, 27 Apr 2021 21:20:47 +0000</lastBuildDate>
+    <pubDate>Mon, 3 May 2021 20:39:56 +0000</pubDate>
+    <lastBuildDate>Mon, 3 May 2021 20:39:56 +0000</lastBuildDate>
     
 
   </channel> 
diff --git a/content/security/bulletin.html b/content/security/bulletin.html
index 98c4ed5..72f9058 100644
--- a/content/security/bulletin.html
+++ b/content/security/bulletin.html
@@ -43,6 +43,12 @@
   </strong>
 </p>
 
+<h3>Fixed in Apache OpenOffice 4.1.10</h3>
+
+<ul>
+  <li><a href="cves/CVE-2021-30245.html">CVE-2021-30245</a>: Code execution in 
Apache OpenOffice via non-http(s) schemes in Hyperlinks </li>
+</ul> 
+
 <h3>Fixed in Apache OpenOffice 4.1.8</h3>
 
 <ul>
diff --git a/content/security/cves/CVE-2021-30245.html 
b/content/security/cves/CVE-2021-30245.html
new file mode 100644
index 0000000..9a27a06
--- /dev/null
+++ b/content/security/cves/CVE-2021-30245.html
@@ -0,0 +1,144 @@
+
+<!--#include virtual="/doctype.html" -->
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    
+    <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+    
+    <title>CVE-2021-30245</title>
+    <style type="text/css"></style>
+  
+    
+    <script src="https://www.apachecon.com/event-images/snippet.js";></script>
+  </head>
+  <body>
+    <!--#include virtual="/brand.html" -->
+    <div id="topbara">
+      <!--#include virtual="/topnav.html" -->
+      <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/security/">security</a>&nbsp;&raquo;&nbsp;<a 
href="/security/cves/">cves</a></div>
+    </div>
+    <div id="clear"></div>
+      
+      
+    <div id="content">
+      
+      
+    <p>
+      <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-30245";>
+      CVE-2021-30245
+      </a>
+    </p>
+    <p>
+      <a href="https://www.openoffice.org/security/cves/CVE-2021-30245.html";>
+      Apache OpenOffice Advisory
+      </a>
+    </p>
+    <p style="text-align:center; font-size:largest">
+      <strong>
+        CVE-2021-30245 Code execution in Apache OpenOffice via non-http(s) 
schemes in Hyperlinks
+      </strong>
+    </p>
+    <p style="text-align:center; font-size:larger">
+      <strong>
+        Fixed in Apache OpenOffice 4.1.10
+      </strong>
+    </p>
+    <p>
+      <strong>
+        Description
+      </strong>
+    </p>
+    <p>
+      Applications of the OpenOffice suite handle non-http(s) hyperlinks in an 
insecure way, allowing for 1-click code execution on Windows, Linux and macOS 
systems via malicious executable files hosted on internet-accessible file 
shares.
+    </p>
+    <p>
+      <strong>
+        Severity: Moderate
+      </strong>
+    </p>
+    <p>
+      There are no known exploits of this vulnerability.
+      <br />
+      A proof-of-concept demonstration exists.
+    </p>
+    <p>
+      Thanks to the reporter for discovering this issue.
+    </p>
+    <p>
+      <strong>
+        Vendor: The Apache Software Foundation
+      </strong>
+    </p>
+    <p>
+      <strong>
+        Versions Affected
+      </strong>
+    </p>
+    <p>
+      All Apache OpenOffice versions 4.1.9 and older are affected.
+      <br />
+      OpenOffice.org versions may also be affected.
+    </p>
+    <p>
+      <strong>
+        Mitigation
+      </strong>
+    </p>
+    <p>
+      Install Apache OpenOffice 4.1.10 for the latest maintenance and 
cumulative security fixes. Use the Apache OpenOffice
+      <a href="https://www.openoffice.org/download/";>
+        download page
+      </a>.
+    </p>
+
+    <p>
+      <strong>
+        Acknowledgments
+      </strong>
+    </p>
+    <p>
+      The Apache OpenOffice Security Team would like to thank Fabian Bräunlein 
and Lukas Euler of Positive Security for discovering and reporting this attack 
vector.
+    </p>
+    <p>
+      <strong>
+        Further Information
+      </strong>
+    </p>
+    <p>
+      For additional information and assistance, consult the
+      <a href="https://forum.openoffice.org/";>
+        Apache OpenOffice Community Forums
+      </a>
+      or make requests to the
+      <a href="mailto:us...@openoffice.apache.org";>
+        us...@openoffice.apache.org
+      </a>
+      public mailing list.
+    </p>
+    <p>
+      The latest information on Apache OpenOffice security bulletins can be 
found at the
+      <a href="https://www.openoffice.org/security/bulletin.html";>
+        Bulletin Archive page
+      </a>.
+    </p>
+    <hr />
+    <p>
+      <a href="https://security.openoffice.org";>
+        Security Home
+      </a>
+      -&gt;
+      <a href="https://www.openoffice.org/security/bulletin.html";>
+        Bulletin
+      </a>
+      -&gt;
+      <a href="https://www.openoffice.org/security/cves/CVE-2021-30245.html";>
+        CVE-2021-30245
+      </a>
+    </p>
+  
+      
+    </div>
+    <!--#include virtual="/footer.html" -->
+  </body>
+</html>

Reply via email to