[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-10-15 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 6b4542f2bab76f55dc1469f1adebdd55547928dd
Author: Christian Lohmaier 
AuthorDate: Tue Oct 15 12:31:34 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Tue Oct 15 12:31:34 2019 +0200

update to 6.3.2

diff --git a/check.php b/check.php
index ce03f44..725388a 100644
--- a/check.php
+++ b/check.php
@@ -624,6 +624,9 @@ $build_hash_to_version = array(
 # 6.3.1
 'e979878b49a48dab15ebe528f238b88125e32c65' => '6.3.1.1',
 'b79626edf0065ac373bd1df5c28bd630b4424273' => '6.3.1.2', # Final
+# 6.3.2
+'db810050ff08fd4774137f693d5a01d22f324dfd' => '6.3.2.1',
+'98b30e735bda24bc04ab42594c85f7fd8be07b9c' => '6.3.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -642,11 +645,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'b79626edf0065ac373bd1df5c28bd630b4424273',
-  'id'  => 'LibreOffice 6.3.1',
-  'version' => '6.3.1',
+'latest' => array('gitid'   => 
'98b30e735bda24bc04ab42594c85f7fd8be07b9c',
+  'id'  => 'LibreOffice 6.3.2',
+  'version' => '6.3.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.3.1',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.3.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-09-08 Thread Christian Lohmaier
 check.php |   34 ++
 1 file changed, 26 insertions(+), 8 deletions(-)

New commits:
commit f421858f7e0693e32cfd1f218cee2a3f20198b3d
Author: Christian Lohmaier 
AuthorDate: Sun Sep 8 00:14:44 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Sun Sep 8 00:14:44 2019 +0200

enable update for 6.2.7 and 6.3.1

diff --git a/check.php b/check.php
index 1e44101..ce03f44 100644
--- a/check.php
+++ b/check.php
@@ -606,6 +606,24 @@ $build_hash_to_version = array(
 # 6.2.5
 '9a940173fab1747f02322bc89779759d52b3a086' => '6.2.5.1',
 '1ec314fa52f458adc18c4f025c545a4e8b22c159' => '6.2.5.2', # Final
+# 6.2.6
+'1f09ad467b449704e317fb11998b9a2ad7184670' => '6.2.6.1',
+'684e730861356e74889dfe6dbddd3562aae2e6ad' => '6.2.6.2', # Final
+# 6.2.7
+'23edc44b61b830b7d749943e020e96f5a7df63bf' => '6.2.7.1', # Final, 
additional release
+
+##
+# 6.3.0 versions
+'547edd20e527fb02900f6174973770d26306e2e7' => '6.3.0.0.a1', # alpha1
+'a187af327633f5f00363be5131bd21a13e0f1a7b' => '6.3.0.0.b1', # beta1
+'6c6edded7133daf2d8d0b2ea7ae25b8109c5c064' => '6.3.0.0.b2', # beta2
+'41ac97386aba908b6db860cfb4cfe2da871886ae' => '6.3.0.1', # rc1
+'728469fa359ba8c83d812146293a0b0aa53945ba' => '6.3.0.2', # rc2
+'c75130c129d9c5e43b76e4f26881b3db8bdb5c91' => '6.3.0.3', # rc3
+'057fc023c990d676a43019934386b85b21a9ee99' => '6.3.0.4', # Final
+# 6.3.1
+'e979878b49a48dab15ebe528f238b88125e32c65' => '6.3.1.1',
+'b79626edf0065ac373bd1df5c28bd630b4424273' => '6.3.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -618,17 +636,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'1ec314fa52f458adc18c4f025c545a4e8b22c159',
-  'id'  => 'LibreOffice 6.2.5',
-  'version' => '6.2.5',
+'stable' => array('gitid'   => 
'23edc44b61b830b7d749943e020e96f5a7df63bf',
+  'id'  => 'LibreOffice 6.2.7',
+  'version' => '6.2.7',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.5',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'1ec314fa52f458adc18c4f025c545a4e8b22c159',
-  'id'  => 'LibreOffice 6.2.5',
-  'version' => '6.2.5',
+'latest' => array('gitid'   => 
'b79626edf0065ac373bd1df5c28bd630b4424273',
+  'id'  => 'LibreOffice 6.3.1',
+  'version' => '6.3.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.5',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.3.1',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-08-02 Thread Christian Lohmaier
 check.php |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit df8f54e8e4d0af2ddd778eb3b6209ffa540c6eeb
Author: Christian Lohmaier 
AuthorDate: Fri Aug 2 20:12:55 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Fri Aug 2 20:12:55 2019 +0200

migrate 6.1 users to 6.2

diff --git a/check.php b/check.php
index c24b3ca..1e44101 100644
--- a/check.php
+++ b/check.php
@@ -618,11 +618,11 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'5896ab1714085361c45cf540f76f60673dd96a72',
-  'id'  => 'LibreOffice 6.1.6',
-  'version' => '6.1.6',
+'stable' => array('gitid'   => 
'1ec314fa52f458adc18c4f025c545a4e8b22c159',
+  'id'  => 'LibreOffice 6.2.5',
+  'version' => '6.2.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.6',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.5',
   'substitute'  => true ),
 'latest' => array('gitid'   => 
'1ec314fa52f458adc18c4f025c545a4e8b22c159',
   'id'  => 'LibreOffice 6.2.5',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-07-22 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit c0c4940e998a0f5fbeb57910b1dfe6778226c51b
Author: Christian Lohmaier 
AuthorDate: Mon Jul 22 08:53:18 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Mon Jul 22 08:53:18 2019 +0200

enable update for 6.2.5

diff --git a/check.php b/check.php
index 9fd07ff..c24b3ca 100644
--- a/check.php
+++ b/check.php
@@ -603,6 +603,9 @@ $build_hash_to_version = array(
 # 6.2.4
 '170a9c04e0ad25cd937fc7a913bb06bf8c75c11d' => '6.2.4.1',
 '2412653d852ce75f65fbfa83fb7e7b669a126d64' => '6.2.4.2', # Final
+# 6.2.5
+'9a940173fab1747f02322bc89779759d52b3a086' => '6.2.5.1',
+'1ec314fa52f458adc18c4f025c545a4e8b22c159' => '6.2.5.2', # Final
 );
 
 # Descriptions of the target versions
@@ -621,11 +624,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'2412653d852ce75f65fbfa83fb7e7b669a126d64',
-  'id'  => 'LibreOffice 6.2.4',
-  'version' => '6.2.4',
+'latest' => array('gitid'   => 
'1ec314fa52f458adc18c4f025c545a4e8b22c159',
+  'id'  => 'LibreOffice 6.2.5',
+  'version' => '6.2.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.4',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.5',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-06-04 Thread Christian Lohmaier
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4fc666eafacc8af3d5c10d146a75949cbaa85f31
Author: Christian Lohmaier 
AuthorDate: Tue Jun 4 14:27:58 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Tue Jun 4 14:27:58 2019 +0200

add campaign keyword for matomo

diff --git a/check.php b/check.php
index f131352..9fd07ff 100644
--- a/check.php
+++ b/check.php
@@ -755,7 +755,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
   ' . $arch . '
   ' . $new['version'] . '
   
-  
+  
 
 ';
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-05-31 Thread Christian Lohmaier
 check.php |   23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)

New commits:
commit f728944b830d4b96b185b609dde597e457ad3433
Author: Christian Lohmaier 
AuthorDate: Fri May 31 13:21:02 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Fri May 31 13:22:57 2019 +0200

enable update for 6.2.4

diff --git a/check.php b/check.php
index a5b95ab..f131352 100644
--- a/check.php
+++ b/check.php
@@ -579,6 +579,10 @@ $build_hash_to_version = array(
 # 6.1.5
 'f18954c1ba9116b85c32b6bdbc0188d3e0fd24c7' => '6.1.5.1',
 '90f8dcf33c87b3705e78202e3df5142b201bd805' => '6.1.5.2', # Final
+# 6.1.6
+'6008c19e488329dfd81fea1bc29eddaac14f' => '6.1.6.1',
+'104be1be28d1c5200e1c50b0a00747fe8c907aa8' => '6.1.6.2',
+'5896ab1714085361c45cf540f76f60673dd96a72' => '6.1.6.3', # Final
 
 ##
 # 6.2.0 versions
@@ -596,6 +600,9 @@ $build_hash_to_version = array(
 # 6.2.3
 '9ba025bafb03b962c34687cf87806cc03a3a7436' => '6.2.3.1',
 'aecc05fe267cc68dde00352a451aa867b3b546ac' => '6.2.3.2', # Final
+# 6.2.4
+'170a9c04e0ad25cd937fc7a913bb06bf8c75c11d' => '6.2.4.1',
+'2412653d852ce75f65fbfa83fb7e7b669a126d64' => '6.2.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -608,17 +615,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'90f8dcf33c87b3705e78202e3df5142b201bd805',
-  'id'  => 'LibreOffice 6.1.5',
-  'version' => '6.1.5',
+'stable' => array('gitid'   => 
'5896ab1714085361c45cf540f76f60673dd96a72',
+  'id'  => 'LibreOffice 6.1.6',
+  'version' => '6.1.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.5',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'aecc05fe267cc68dde00352a451aa867b3b546ac',
-  'id'  => 'LibreOffice 6.2.3',
-  'version' => '6.2.3',
+'latest' => array('gitid'   => 
'2412653d852ce75f65fbfa83fb7e7b669a126d64',
+  'id'  => 'LibreOffice 6.2.4',
+  'version' => '6.2.4',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.3',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.4',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-05-04 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 7cd37cbc23c4d5e5754cda3c2abb5341067c8785
Author: Christian Lohmaier 
AuthorDate: Sat May 4 16:52:44 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Sat May 4 16:52:52 2019 +0200

enable update for 6.2.3

diff --git a/check.php b/check.php
index 09dfd00..a5b95ab 100644
--- a/check.php
+++ b/check.php
@@ -593,6 +593,9 @@ $build_hash_to_version = array(
 # 6.2.2
 'fcd633fb1bf21b0a99c9acb3ad6e526437947b01' => '6.2.2.1',
 '2b840030fec2aae0fd2658d8d4f9548af4e3518d' => '6.2.2.2', # Final
+# 6.2.3
+'9ba025bafb03b962c34687cf87806cc03a3a7436' => '6.2.3.1',
+'aecc05fe267cc68dde00352a451aa867b3b546ac' => '6.2.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -611,11 +614,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'2b840030fec2aae0fd2658d8d4f9548af4e3518d',
-  'id'  => 'LibreOffice 6.2.2',
-  'version' => '6.2.2',
+'latest' => array('gitid'   => 
'aecc05fe267cc68dde00352a451aa867b3b546ac',
+  'id'  => 'LibreOffice 6.2.3',
+  'version' => '6.2.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.2',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-04-08 Thread Christian Lohmaier
 check.php |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

New commits:
commit f46a69e0c71b625f3fa1332ac09391461e0fe2b9
Author: Christian Lohmaier 
AuthorDate: Mon Apr 8 13:08:30 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Mon Apr 8 13:08:30 2019 +0200

enable update to 6.2.2

diff --git a/check.php b/check.php
index ee8ae35..09dfd00 100644
--- a/check.php
+++ b/check.php
@@ -587,6 +587,12 @@ $build_hash_to_version = array(
 '0412ee99e862f384c1106d0841a950c4cfaa9df1' => '6.2.0.1', # rc1
 '2ce5217b30a543f7666022df50f0562f82be0cff' => '6.2.0.2', # rc2
 '98c6a8a1c6c7b144ce3cc729e34964b47ce25d62' => '6.2.0.3', # Final
+# 6.2.1
+'757c58e8cb70b2982843211a54750fb3cd79acd5' => '6.2.1.1',
+'7bcb35dc3024a62dea0caee87020152d1ee96e71' => '6.2.1.2', # Final
+# 6.2.2
+'fcd633fb1bf21b0a99c9acb3ad6e526437947b01' => '6.2.2.1',
+'2b840030fec2aae0fd2658d8d4f9548af4e3518d' => '6.2.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -605,11 +611,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'98c6a8a1c6c7b144ce3cc729e34964b47ce25d62',
-  'id'  => 'LibreOffice 6.2.0',
-  'version' => '6.2.0',
+'latest' => array('gitid'   => 
'2b840030fec2aae0fd2658d8d4f9548af4e3518d',
+  'id'  => 'LibreOffice 6.2.2',
+  'version' => '6.2.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.0',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2019-02-24 Thread Christian Lohmaier
 check.php |   30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)

New commits:
commit 79a7e40a337918a2ffa00172af7d419dd315e991
Author: Christian Lohmaier 
AuthorDate: Sun Feb 24 19:16:21 2019 +0100
Commit: Christian Lohmaier 
CommitDate: Sun Feb 24 19:16:21 2019 +0100

enable update for 6.2.0 & 6.1.5

diff --git a/check.php b/check.php
index ccd6d9e..ee8ae35 100644
--- a/check.php
+++ b/check.php
@@ -573,6 +573,20 @@ $build_hash_to_version = array(
 # 6.1.3
 'a9670562c26181ec3afbe381c9ff499ae88c98b7' => '6.1.3.1',
 '86daf60bf00efa86ad547e59e09d6bb77c699acb' => '6.1.3.2', # Final
+# 6.1.4
+'25073d18caee244880112e52c4a7e71f6081b3a9' => '6.1.4.1',
+'9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3' => '6.1.4.2', # Final
+# 6.1.5
+'f18954c1ba9116b85c32b6bdbc0188d3e0fd24c7' => '6.1.5.1',
+'90f8dcf33c87b3705e78202e3df5142b201bd805' => '6.1.5.2', # Final
+
+##
+# 6.2.0 versions
+'ff46ad24d1d3cbcea45895520483ed1fd4ff488b' => '6.2.0.0.a1', # alpha1
+'d1b41307be3f8c19fe6f1938cf056e7ff1eb1d18' => '6.2.0.0.b1', # beta1
+'0412ee99e862f384c1106d0841a950c4cfaa9df1' => '6.2.0.1', # rc1
+'2ce5217b30a543f7666022df50f0562f82be0cff' => '6.2.0.2', # rc2
+'98c6a8a1c6c7b144ce3cc729e34964b47ce25d62' => '6.2.0.3', # Final
 );
 
 # Descriptions of the target versions
@@ -585,17 +599,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'dc89aa7a9eabfd848af146d5086077aeed2ae4a5',
-  'id'  => 'LibreOffice 6.0.7',
-  'version' => '6.0.7',
+'stable' => array('gitid'   => 
'90f8dcf33c87b3705e78202e3df5142b201bd805',
+  'id'  => 'LibreOffice 6.1.5',
+  'version' => '6.1.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.7',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'86daf60bf00efa86ad547e59e09d6bb77c699acb',
-  'id'  => 'LibreOffice 6.1.3',
-  'version' => '6.1.3',
+'latest' => array('gitid'   => 
'98c6a8a1c6c7b144ce3cc729e34964b47ce25d62',
+  'id'  => 'LibreOffice 6.2.0',
+  'version' => '6.2.0',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.3',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.2.0',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-11-21 Thread Christian Lohmaier
 check.php |   25 +
 1 file changed, 17 insertions(+), 8 deletions(-)

New commits:
commit 55bf3f467ecb8eadb681481e747cbeabce0d6012
Author: Christian Lohmaier 
AuthorDate: Wed Nov 21 12:06:07 2018 +0100
Commit: Christian Lohmaier 
CommitDate: Wed Nov 21 12:06:07 2018 +0100

enable update for 6.0.7/6.1.3

diff --git a/check.php b/check.php
index 721099b..ccd6d9e 100644
--- a/check.php
+++ b/check.php
@@ -551,6 +551,10 @@ $build_hash_to_version = array(
 # 6.0.6
 'dc68ad6c5cde3c62874b96422f2e5e8252499bad' => '6.0.6.1',
 '0c292870b25a325b5ed35f6b45599d2ea4458e77' => '6.0.6.2', # Final
+# 6.0.7
+'5d2cb2a5dd04fe174b336488731eb50bbb5faed3' => '6.0.7.1',
+'78c12ce5f2b8960f18b204a7ea82f971769f1679' => '6.0.7.2',
+'dc89aa7a9eabfd848af146d5086077aeed2ae4a5' => '6.0.7.3', # Final
 
 ##
 # 6.1.0 versions
@@ -564,6 +568,11 @@ $build_hash_to_version = array(
 # 6.1.1
 '2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c' => '6.1.1.1', # unreleased, 
testbuild for crashfix
 '5d19a1bfa650b796764388cd8b33a5af1f5baa1b' => '6.1.1.2', # unscheduled, 
due to  unresponsible secfix
+# 6.1.2
+'65905a128db06ba48db947242809d14d3f9a93fe' => '6.1.2.1', # Final, 
shortened cycle due to secfix
+# 6.1.3
+'a9670562c26181ec3afbe381c9ff499ae88c98b7' => '6.1.3.1',
+'86daf60bf00efa86ad547e59e09d6bb77c699acb' => '6.1.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -576,17 +585,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'0c292870b25a325b5ed35f6b45599d2ea4458e77',
-  'id'  => 'LibreOffice 6.0.6',
-  'version' => '6.0.6',
+'stable' => array('gitid'   => 
'dc89aa7a9eabfd848af146d5086077aeed2ae4a5',
+  'id'  => 'LibreOffice 6.0.7',
+  'version' => '6.0.7',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.6',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'5d19a1bfa650b796764388cd8b33a5af1f5baa1b',
-  'id'  => 'LibreOffice 6.1.1',
-  'version' => '6.1.1',
+'latest' => array('gitid'   => 
'86daf60bf00efa86ad547e59e09d6bb77c699acb',
+  'id'  => 'LibreOffice 6.1.3',
+  'version' => '6.1.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.1',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-09-20 Thread Christian Lohmaier
 check.php |   32 
 1 file changed, 24 insertions(+), 8 deletions(-)

New commits:
commit a8d1e5fcebae8cf35d76337c1cd94cb4c4ef7db6
Author: Christian Lohmaier 
AuthorDate: Thu Sep 20 12:29:42 2018 +0200
Commit: Christian Lohmaier 
CommitDate: Thu Sep 20 12:29:42 2018 +0200

enable update to 6.1.1

diff --git a/check.php b/check.php
index b1dce8a..721099b 100644
--- a/check.php
+++ b/check.php
@@ -548,6 +548,22 @@ $build_hash_to_version = array(
 # 6.0.5
 '0588a1cb9a40c4a6a029e1d442a2b9767d612751' => '6.0.5.1',
 '54c8cbb85f300ac59db32fe8a675ff7683cd5a16' => '6.0.5.2', # Final
+# 6.0.6
+'dc68ad6c5cde3c62874b96422f2e5e8252499bad' => '6.0.6.1',
+'0c292870b25a325b5ed35f6b45599d2ea4458e77' => '6.0.6.2', # Final
+
+##
+# 6.1.0 versions
+'cb47f0d320994e001bc38dc2ee9b7d957b15e6ab' => '6.1.0.0.a1', # alpha1
+'8c76dfe1284e211954c30f219b3a38dcdd82f8a0' => '6.1.0.0.b1', # beta1
+'0f4d2060bc90b4008fbc8e6d9a49ec7eeea60b78' => '6.1.0.0.b2', # beta2
+'378e26bd4f22a135cef5fa17afd5d4171d8da21a' => '6.1.0.1', # rc1
+'4f67d5dc17167597fb047841e0bc8e88de758a40' => '6.1.0.2', # rc2
+'b3972dcf1284967612d5ee04fea9d15bcf0cc106' => '6.1.0.2', # rc2-buildfix2
+'efb621ed25068d70781dc026f7e9c5187a4decd1' => '6.1.0.3', # Final
+# 6.1.1
+'2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c' => '6.1.1.1', # unreleased, 
testbuild for crashfix
+'5d19a1bfa650b796764388cd8b33a5af1f5baa1b' => '6.1.1.2', # unscheduled, 
due to  unresponsible secfix
 );
 
 # Descriptions of the target versions
@@ -560,17 +576,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'c838ef25c16710f8838b1faec480ebba495259d0',
-  'id'  => 'LibreOffice 5.4.7',
-  'version' => '5.4.7',
+'stable' => array('gitid'   => 
'0c292870b25a325b5ed35f6b45599d2ea4458e77',
+  'id'  => 'LibreOffice 6.0.6',
+  'version' => '6.0.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.7',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'54c8cbb85f300ac59db32fe8a675ff7683cd5a16',
-  'id'  => 'LibreOffice 6.0.5',
-  'version' => '6.0.5',
+'latest' => array('gitid'   => 
'5d19a1bfa650b796764388cd8b33a5af1f5baa1b',
+  'id'  => 'LibreOffice 6.1.1',
+  'version' => '6.1.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.5',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.1.1',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-06-27 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit f36158695ba415099497151e7ec6fcf33ac31fd6
Author: Christian Lohmaier 
Date:   Wed Jun 27 12:29:26 2018 +0200

enable update for 6.0.5

diff --git a/check.php b/check.php
index 7258688..b1dce8a 100644
--- a/check.php
+++ b/check.php
@@ -545,6 +545,9 @@ $build_hash_to_version = array(
 # 6.0.4
 'a63363f6506b8bdc5222481ce79ef33b2d13c741' => '6.0.4.1',
 '9b0d9b32d5dcda91d2f1a96dc04c645c450872bf' => '6.0.4.2', # Final
+# 6.0.5
+'0588a1cb9a40c4a6a029e1d442a2b9767d612751' => '6.0.5.1',
+'54c8cbb85f300ac59db32fe8a675ff7683cd5a16' => '6.0.5.2', # Final
 );
 
 # Descriptions of the target versions
@@ -563,11 +566,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'9b0d9b32d5dcda91d2f1a96dc04c645c450872bf',
-  'id'  => 'LibreOffice 6.0.4',
-  'version' => '6.0.4',
+'latest' => array('gitid'   => 
'54c8cbb85f300ac59db32fe8a675ff7683cd5a16',
+  'id'  => 'LibreOffice 6.0.5',
+  'version' => '6.0.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.4',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.5',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-05-28 Thread Christian Lohmaier
 check.php |   22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

New commits:
commit e3384226f9f6080838eae6766018364a2c727086
Author: Christian Lohmaier 
Date:   Mon May 28 19:26:43 2018 +0200

enable update to 6.0.4 and 5.4.7

diff --git a/check.php b/check.php
index 1fc42ce..7258688 100644
--- a/check.php
+++ b/check.php
@@ -518,6 +518,9 @@ $build_hash_to_version = array(
 # 5.4.6
 '7d6c666f03cf1f0a0c2c51a17c0f67a8d5a8012b' => '5.4.6.1',
 '4014ce260a04f1026ba855d3b8d91541c224eab8' => '5.4.6.2', # Final
+# 5.4.7
+'ef425abf896c652d17796228d1dbcfe9c7af' => '5.4.7.1',
+'c838ef25c16710f8838b1faec480ebba495259d0' => '5.4.7.2', # Final
 
 ##
 # 6.0.0 versions
@@ -539,6 +542,9 @@ $build_hash_to_version = array(
 'e2c9f5e42b90771faa7eee1c4fc77191de3067e6' => '6.0.3.1', # rc1-buildfix1
 '62abb169b0efa1520d7bee1f586865354060b989' => '6.0.3.1', # rc1-buildfix1
 '8f48d515416608e3a835360314dac7e47fd0b821' => '6.0.3.2', # Final
+# 6.0.4
+'a63363f6506b8bdc5222481ce79ef33b2d13c741' => '6.0.4.1',
+'9b0d9b32d5dcda91d2f1a96dc04c645c450872bf' => '6.0.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -551,17 +557,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'4014ce260a04f1026ba855d3b8d91541c224eab8',
-  'id'  => 'LibreOffice 5.4.6',
-  'version' => '5.4.6',
+'stable' => array('gitid'   => 
'c838ef25c16710f8838b1faec480ebba495259d0',
+  'id'  => 'LibreOffice 5.4.7',
+  'version' => '5.4.7',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.6',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'8f48d515416608e3a835360314dac7e47fd0b821',
-  'id'  => 'LibreOffice 6.0.3',
-  'version' => '6.0.3',
+'latest' => array('gitid'   => 
'9b0d9b32d5dcda91d2f1a96dc04c645c450872bf',
+  'id'  => 'LibreOffice 6.0.4',
+  'version' => '6.0.4',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.3',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.4',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-04-19 Thread Christian Lohmaier
 check.php |   24 
 1 file changed, 16 insertions(+), 8 deletions(-)

New commits:
commit fc0dc130b049786bef21a42c69c41524b3b27d5f
Author: Christian Lohmaier 
Date:   Thu Apr 19 09:46:18 2018 +0200

enable update for 6.0.3 and 5.4.6

diff --git a/check.php b/check.php
index 7ef1f58..1fc42ce 100644
--- a/check.php
+++ b/check.php
@@ -515,6 +515,9 @@ $build_hash_to_version = array(
 '2524958677847fb3bb44820e40380acbe820f960' => '5.4.4.2', # Final
 # 5.4.5
 '79c9829dd5d8054ec39a82dc51cd9eff340dbee8' => '5.4.5.1', # unscheduled, 
due to  unresponsible secfix
+# 5.4.6
+'7d6c666f03cf1f0a0c2c51a17c0f67a8d5a8012b' => '5.4.6.1',
+'4014ce260a04f1026ba855d3b8d91541c224eab8' => '5.4.6.2', # Final
 
 ##
 # 6.0.0 versions
@@ -531,6 +534,11 @@ $build_hash_to_version = array(
 '60bfb1526849283ce2491346ed2aa51c465abfe6' => '6.0.1.1', # unscheduled, 
due to  unresponsible secfix
 # 6.0.2
 'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89' => '6.0.2.1', # shortened cylce 
to to early 6.0.1
+# 6.0.3
+'2c0e9fedbe970b30beb17ba5e8acc8d1679471b4' => '6.0.3.1',
+'e2c9f5e42b90771faa7eee1c4fc77191de3067e6' => '6.0.3.1', # rc1-buildfix1
+'62abb169b0efa1520d7bee1f586865354060b989' => '6.0.3.1', # rc1-buildfix1
+'8f48d515416608e3a835360314dac7e47fd0b821' => '6.0.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -543,17 +551,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'79c9829dd5d8054ec39a82dc51cd9eff340dbee8',
-  'id'  => 'LibreOffice 5.4.5',
-  'version' => '5.4.5',
+'stable' => array('gitid'   => 
'4014ce260a04f1026ba855d3b8d91541c224eab8',
+  'id'  => 'LibreOffice 5.4.6',
+  'version' => '5.4.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.5',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89',
-  'id'  => 'LibreOffice 6.0.2',
-  'version' => '6.0.2',
+'latest' => array('gitid'   => 
'8f48d515416608e3a835360314dac7e47fd0b821',
+  'id'  => 'LibreOffice 6.0.3',
+  'version' => '6.0.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.2',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-03-16 Thread Christian Lohmaier
 check.php |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit aa5dff596f7c42e71f65b88da85839db132069d2
Author: Christian Lohmaier 
Date:   Fri Mar 16 17:23:25 2018 +0100

enable update to 6.0.2

diff --git a/check.php b/check.php
index 51ef67d..7ef1f58 100644
--- a/check.php
+++ b/check.php
@@ -529,6 +529,8 @@ $build_hash_to_version = array(
 # 6.0.1
 '1a915a3f2906b005770de982c78bfccb21913273' => '6.0.1.0.0+', # unreleased, 
testbuild for crashfix
 '60bfb1526849283ce2491346ed2aa51c465abfe6' => '6.0.1.1', # unscheduled, 
due to  unresponsible secfix
+# 6.0.2
+'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89' => '6.0.2.1', # shortened cylce 
to to early 6.0.1
 );
 
 # Descriptions of the target versions
@@ -547,11 +549,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'60bfb1526849283ce2491346ed2aa51c465abfe6',
-  'id'  => 'LibreOffice 6.0.1',
-  'version' => '6.0.1',
+'latest' => array('gitid'   => 
'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89',
+  'id'  => 'LibreOffice 6.0.2',
+  'version' => '6.0.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.1',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-02-15 Thread Christian Lohmaier
 check.php |   35 +++
 1 file changed, 27 insertions(+), 8 deletions(-)

New commits:
commit b8e3b0efeae3b286067b121fa4428374a15f9f54
Author: Christian Lohmaier 
Date:   Thu Feb 15 15:59:42 2018 +0100

enable update to 6.0.1 and 5.4.5

diff --git a/check.php b/check.php
index e1fef66..51ef67d 100644
--- a/check.php
+++ b/check.php
@@ -510,6 +510,25 @@ $build_hash_to_version = array(
 '32c8895c6cae21571f364dbb059f419a743ee44d' => '5.4.3.1',
 'facb2780328619f348f035e17baa8b2984099ca4' => '5.4.3.2',
 '92a7159f7e4af62137622921e809f8546db437e5' => '5.4.3.2', # hotfix1, Final
+# 5.4.4
+'da790616461e15a10c95a80eb8ef8ee7b726c114' => '5.4.4.1',
+'2524958677847fb3bb44820e40380acbe820f960' => '5.4.4.2', # Final
+# 5.4.5
+'79c9829dd5d8054ec39a82dc51cd9eff340dbee8' => '5.4.5.1', # unscheduled, 
due to  unresponsible secfix
+
+##
+# 6.0.0 versions
+'c6800cf490f53fde5b2426a9ef8841495c81ed17' => '6.0.0.0.a1', # alpha1
+'c1d1f859b268f650143d48f294999cda0fa57350' => '6.0.0.0.a1', # 
alpha1-buildfix1
+'97471ab4eb4db4c487195658631696bb3238656c' => '6.0.0.0.b1', # beta1
+'13edaaa12f25de343fce136064e27da66c1c4fa4' => '6.0.0.0.b2', # beta2
+'d2bec56d7865f05a1003dc88449f2b0fdd85309a' => '6.0.0.1', # rc1
+'d13b6f5b8f357b3226a359e4ed08281d7d81d238' => '6.0.0.2', # rc2
+'06b618bb6f431d27fd2def25aa19c833e29b61cd' => '6.0.0.2', # rc2-buildfix2
+'64a0f66915f38c6217de274f0aa8e15618924765' => '6.0.0.3', # Final
+# 6.0.1
+'1a915a3f2906b005770de982c78bfccb21913273' => '6.0.1.0.0+', # unreleased, 
testbuild for crashfix
+'60bfb1526849283ce2491346ed2aa51c465abfe6' => '6.0.1.1', # unscheduled, 
due to  unresponsible secfix
 );
 
 # Descriptions of the target versions
@@ -522,17 +541,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'6b8ed514a9f8b44d37a1b96673cbbdd077e24059',
-  'id'  => 'LibreOffice 5.3.7',
-  'version' => '5.3.7',
+'stable' => array('gitid'   => 
'79c9829dd5d8054ec39a82dc51cd9eff340dbee8',
+  'id'  => 'LibreOffice 5.4.5',
+  'version' => '5.4.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.3.7',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'92a7159f7e4af62137622921e809f8546db437e5',
-  'id'  => 'LibreOffice 5.4.3',
-  'version' => '5.4.3',
+'latest' => array('gitid'   => 
'60bfb1526849283ce2491346ed2aa51c465abfe6',
+  'id'  => 'LibreOffice 6.0.1',
+  'version' => '6.0.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.3',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=6.0.1',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-12-04 Thread Christian Lohmaier
 check.php |   23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)

New commits:
commit b70a7b26eb7bfaf44ab669e0af87fbe84b9e219d
Author: Christian Lohmaier 
Date:   Mon Dec 4 11:48:54 2017 +0100

enable update for 5.4.3 and remove type preselection

that should give us more realistic way to tell how many users really
need 32bit and not just keep using it because that's what they installed
some day in the past

diff --git a/check.php b/check.php
index f0390bc..e1fef66 100644
--- a/check.php
+++ b/check.php
@@ -487,6 +487,9 @@ $build_hash_to_version = array(
 '50d9bf2b0a79cdb85a3814b592608037a682059d' => '5.3.5.2', # Final
 # 5.3.6
 '686f202eff87ef707079aeb7f485847613344eb7' => '5.3.6.1', # Final, to fix 
translation issues in 5.3.5
+# 5.3.7
+'376eaac300a303c4ad2193fb7f6a7522caf550b9' => '5.3.7.1',
+'6b8ed514a9f8b44d37a1b96673cbbdd077e24059' => '5.3.7.2', # Final
 
 ##
 # 5.4.0 versions
@@ -503,6 +506,10 @@ $build_hash_to_version = array(
 # 5.4.2
 'dfa67a98bede79c671438308dc9036d50465d2cb' => '5.4.2.1',
 '22b09f6418e8c2d508a9eaf86b2399209b0990f4' => '5.4.2.2', # Final
+# 5.4.3
+'32c8895c6cae21571f364dbb059f419a743ee44d' => '5.4.3.1',
+'facb2780328619f348f035e17baa8b2984099ca4' => '5.4.3.2',
+'92a7159f7e4af62137622921e809f8546db437e5' => '5.4.3.2', # hotfix1, Final
 );
 
 # Descriptions of the target versions
@@ -515,17 +522,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'686f202eff87ef707079aeb7f485847613344eb7',
-  'id'  => 'LibreOffice 5.3.6',
-  'version' => '5.3.6',
+'stable' => array('gitid'   => 
'6b8ed514a9f8b44d37a1b96673cbbdd077e24059',
+  'id'  => 'LibreOffice 5.3.7',
+  'version' => '5.3.7',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.6',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.3.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'22b09f6418e8c2d508a9eaf86b2399209b0990f4',
-  'id'  => 'LibreOffice 5.4.2',
-  'version' => '5.4.2',
+'latest' => array('gitid'   => 
'92a7159f7e4af62137622921e809f8546db437e5',
+  'id'  => 'LibreOffice 5.4.3',
+  'version' => '5.4.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.4.2',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=version=5.4.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-10-14 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 61f72d9aa7617b6b1d3113e4068af86f39820d5c
Author: Christian Lohmaier 
Date:   Sat Oct 14 10:35:35 2017 +0200

enable update to 5.4.2

diff --git a/check.php b/check.php
index bbc69c5..f0390bc 100644
--- a/check.php
+++ b/check.php
@@ -500,6 +500,9 @@ $build_hash_to_version = array(
 # 5.4.1
 'a5be49f0c45fe24a575c7f41559aa8fc79a781a2' => '5.4.1.1',
 'ea7cb86e6eeb2bf3a5af73a8fac570321527' => '5.4.1.2', # Final
+# 5.4.2
+'dfa67a98bede79c671438308dc9036d50465d2cb' => '5.4.2.1',
+'22b09f6418e8c2d508a9eaf86b2399209b0990f4' => '5.4.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -518,11 +521,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'ea7cb86e6eeb2bf3a5af73a8fac570321527',
-  'id'  => 'LibreOffice 5.4.1',
-  'version' => '5.4.1',
+'latest' => array('gitid'   => 
'22b09f6418e8c2d508a9eaf86b2399209b0990f4',
+  'id'  => 'LibreOffice 5.4.2',
+  'version' => '5.4.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.4.1',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.4.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-09-12 Thread Christian Lohmaier
 check.php |   74 +++---
 1 file changed, 37 insertions(+), 37 deletions(-)

New commits:
commit 8449883a119bc3bfba91af93d517bd58f3c40a0d
Author: Christian Lohmaier 
Date:   Tue Sep 12 15:03:04 2017 +0200

use https URLs

diff --git a/check.php b/check.php
index f8cfb16..bbc69c5 100644
--- a/check.php
+++ b/check.php
@@ -65,43 +65,43 @@ function get_update_info($agent=null) {
 
 # Localization of the URLs
 $localize_map = array(
-'http://www.libreoffice.org/download/' => array(
-'cs' => 'http://cs.libreoffice.org/stahnout/',
-'da' => 'http://da.libreoffice.org/hent-libreoffice/',
-'de' => 'http://de.libreoffice.org/download/',
-'eo' => 'http://eo.libreoffice.org/elsxuti/',
-'es' => 'http://es.libreoffice.org/descarga/',
-'fi' => 'http://fi.libreoffice.org/lataa/',
-'fr' => 'http://fr.libreoffice.org/telecharger/',
-'ga' => 'http://ga.libreoffice.org/iosluchtu/',
-'gd' => 'http://gd.libreoffice.org/faigh-e/',
-'hu' => 'http://hu.libreoffice.org/letoeltes/',
-'it' => 'http://it.libreoffice.org/download/',
-'ja' => 'http://ja.libreoffice.org/download/',
-'lt' => 'http://lt.libreoffice.org/parsisiuntimas/',
-'nl' => 'http://nl.libreoffice.org/download/',
-'pt' => 'http://pt.libreoffice.org/transferir-e-instalar/',
-'pt-br' => 
'http://pt-br.libreoffice.org/baixe-ja-o-libreoffice-em-portugues-do-brasil/',
-'sl' => 'http://sl.libreoffice.org/prenosi/',
-'zh-tw' => 'http://zh-tw.libreoffice.org/download/',
+'https://www.libreoffice.org/download/' => array(
+'cs' => 'https://cs.libreoffice.org/stahnout/',
+'da' => 'https://da.libreoffice.org/hent-libreoffice/',
+'de' => 'https://de.libreoffice.org/download/',
+'eo' => 'https://eo.libreoffice.org/elsxuti/',
+'es' => 'https://es.libreoffice.org/descarga/',
+'fi' => 'https://fi.libreoffice.org/lataa/',
+'fr' => 'https://fr.libreoffice.org/telecharger/',
+'ga' => 'https://ga.libreoffice.org/iosluchtu/',
+'gd' => 'https://gd.libreoffice.org/faigh-e/',
+'hu' => 'https://hu.libreoffice.org/letoeltes/',
+'it' => 'https://it.libreoffice.org/download/',
+'ja' => 'https://ja.libreoffice.org/download/',
+'lt' => 'https://lt.libreoffice.org/parsisiuntimas/',
+'nl' => 'https://nl.libreoffice.org/download/',
+'pt' => 'https://pt.libreoffice.org/transferir-e-instalar/',
+'pt-br' => 
'https://pt-br.libreoffice.org/baixe-ja-o-libreoffice-em-portugues-do-brasil/',
+'sl' => 'https://sl.libreoffice.org/prenosi/',
+'zh-tw' => 'https://zh-tw.libreoffice.org/download/',
 ),
-'http://www.libreoffice.org/download/pre-releases/' => array(
-'da' => 'http://da.libreoffice.org/hent-libreoffice/test/',
-'de' => 'http://de.libreoffice.org/download/testversionen/',
-'es' => 'http://es.libreoffice.org/descarga/pre-lanzamientos/',
-'fi' => 'http://fi.libreoffice.org/lataa/testiversioita/',
-'fr' => 'http://fr.libreoffice.org/telecharger/pre-versions/',
-'ga' => 'http://ga.libreoffice.org/iosluchtu/reamhleagan/',
-'gd' => 'http://gd.libreoffice.org/faigh-e/deuchainn-lann/',
-'hu' => 'http://hu.libreoffice.org/letoeltes/el-zetes-kiadasok/',
-'it' => 'http://it.libreoffice.org/download/pre-release/',
-'ja' => 'http://ja.libreoffice.org/download/pre-releases/',
-'lt' => 
'http://lt.libreoffice.org/parsisiuntimas/testuojamosios-versijos/',
-'nl' => 'http://nl.libreoffice.org/download/pre-releases/',
-'pt' => 'http://pt.libreoffice.org/pre-lancamentos/',
-'pt-br' => 
'http://pt-br.libreoffice.org/baixe-ja-o-libreoffice-em-portugues-do-brasil/prelancamento/',
-'sl' => 'http://sl.libreoffice.org/prenosi/prenosi-poskusnih-gradenj/',
-'zh-tw' => 'http://zh-tw.libreoffice.org/download/pre-releases/',
+'https://www.libreoffice.org/download/pre-releases/' => array(
+'da' => 'https://da.libreoffice.org/hent-libreoffice/test/',
+'de' => 'https://de.libreoffice.org/download/testversionen/',
+'es' => 'https://es.libreoffice.org/descarga/pre-lanzamientos/',
+'fi' => 'https://fi.libreoffice.org/lataa/testiversioita/',
+'fr' => 'https://fr.libreoffice.org/telecharger/pre-versions/',
+'ga' => 'https://ga.libreoffice.org/iosluchtu/reamhleagan/',
+'gd' => 'https://gd.libreoffice.org/faigh-e/deuchainn-lann/',
+'hu' => 'https://hu.libreoffice.org/letoeltes/el-zetes-kiadasok/',
+'it' => 'https://it.libreoffice.org/download/pre-release/',
+'ja' => 'https://ja.libreoffice.org/download/pre-releases/',
+'lt' => 
'https://lt.libreoffice.org/parsisiuntimas/testuojamosios-versijos/',
+'nl' => 

[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-09-12 Thread Christian Lohmaier
 check.php |   34 ++
 1 file changed, 26 insertions(+), 8 deletions(-)

New commits:
commit 344f1181ec3c627f73d612fae36056eb9c5e77e9
Author: Christian Lohmaier 
Date:   Tue Sep 12 15:00:29 2017 +0200

enable update for 5.3.6 and 5.4.1

diff --git a/check.php b/check.php
index bbb6a88..f8cfb16 100644
--- a/check.php
+++ b/check.php
@@ -482,6 +482,24 @@ $build_hash_to_version = array(
 # 5.3.4
 '1b1606c6e1203cdc3fd5ffbc16e74ecea300241a' => '5.3.4.1',
 'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3' => '5.3.4.2', # Final
+# 5.3.5
+'020db1aa8142e57290f8a21e4df31185392d0e38' => '5.3.5.1',
+'50d9bf2b0a79cdb85a3814b592608037a682059d' => '5.3.5.2', # Final
+# 5.3.6
+'686f202eff87ef707079aeb7f485847613344eb7' => '5.3.6.1', # Final, to fix 
translation issues in 5.3.5
+
+##
+# 5.4.0 versions
+'0b9f9bef65bb21ebb6a64aafad448f7f62dc824a' => '5.4.0.0.a1', # alpha1
+'8672113ead4e403c55e31b1d9a3d1e0f3b299577' => '5.4.0.0.b1', # beta1
+'3cc1cdd8ee50f144e5514da51800a08119754d8f' => '5.4.0.0.b2', # beta2
+'962a9c4e2f56d1dbdd354b1becda28edd471f4f2' => '5.4.0.1', # rc1
+'2b906d450a44f2bbe506dcd22c51b3fa11dc65fd' => '5.4.0.2', # rc2
+'92c2794a7c181ba4c1c5053618179937228ed1fb' => '5.4.0.3', # rc3
+'7556cbc6811c9d992f4064ab9287069087d7f62c' => '5.4.0.3', # hotfix1, Final
+# 5.4.1
+'a5be49f0c45fe24a575c7f41559aa8fc79a781a2' => '5.4.1.1',
+'ea7cb86e6eeb2bf3a5af73a8fac570321527' => '5.4.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -494,17 +512,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
-  'id'  => 'LibreOffice 5.3.4',
-  'version' => '5.3.4',
+'stable' => array('gitid'   => 
'686f202eff87ef707079aeb7f485847613344eb7',
+  'id'  => 'LibreOffice 5.3.6',
+  'version' => '5.3.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.4',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
-  'id'  => 'LibreOffice 5.3.4',
-  'version' => '5.3.4',
+'latest' => array('gitid'   => 
'ea7cb86e6eeb2bf3a5af73a8fac570321527',
+  'id'  => 'LibreOffice 5.4.1',
+  'version' => '5.4.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.4',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.4.1',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-07-06 Thread Christian Lohmaier
 check.php |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 553819f80240e5a97e274c232b5758957441fa24
Author: Christian Lohmaier 
Date:   Thu Jul 6 15:52:27 2017 +0200

5.2.7 is EOL/last of branch, so switch users over to 5.3.4

also use https and redesigned downloadpage

diff --git a/check.php b/check.php
index 8780e9b..bbb6a88 100644
--- a/check.php
+++ b/check.php
@@ -494,17 +494,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'2b7f1e640c46ceb28adf43ee075a6e8b8439ed10',
-  'id'  => 'LibreOffice 5.2.7',
-  'version' => '5.2.7',
+'stable' => array('gitid'   => 
'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
+  'id'  => 'LibreOffice 5.3.4',
+  'version' => '5.3.4',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.7',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.4',
   'substitute'  => true ),
 'latest' => array('gitid'   => 
'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
   'id'  => 'LibreOffice 5.3.4',
   'version' => '5.3.4',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.4',
+  'update_src'  => 
'https://www.libreoffice.org/download/download/?type=lang=version=5.3.4',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-06-29 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit c6e89f733f65e8d5cd53b79741df54ae80fc63d1
Author: Christian Lohmaier 
Date:   Thu Jun 29 15:56:58 2017 +0200

enable update to 5.3.4

diff --git a/check.php b/check.php
index 8b770fd..8780e9b 100644
--- a/check.php
+++ b/check.php
@@ -479,6 +479,9 @@ $build_hash_to_version = array(
 # 5.3.3
 '46360c72c4823cefeaa85af537fba22bd568da7e' => '5.3.3.1',
 '3d9a8b4b4e538a85e0782bd6c2d430bafe583448' => '5.3.3.2', # Final
+# 5.3.4
+'1b1606c6e1203cdc3fd5ffbc16e74ecea300241a' => '5.3.4.1',
+'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3' => '5.3.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -497,11 +500,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'3d9a8b4b4e538a85e0782bd6c2d430bafe583448',
-  'id'  => 'LibreOffice 5.3.3',
-  'version' => '5.3.3',
+'latest' => array('gitid'   => 
'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
+  'id'  => 'LibreOffice 5.3.4',
+  'version' => '5.3.4',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.3',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.4',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-05-25 Thread Christian Lohmaier
 check.php |   26 --
 1 file changed, 16 insertions(+), 10 deletions(-)

New commits:
commit 1de084ee3622552b3c4ec5e4cbf12b01c2cf4df0
Author: Christian Lohmaier 
Date:   Thu May 25 20:30:21 2017 +0200

enable update for 5.2.7 and 5.3.3

diff --git a/check.php b/check.php
index 6c56e12..8b770fd 100644
--- a/check.php
+++ b/check.php
@@ -458,6 +458,9 @@ $build_hash_to_version = array(
 # 5.2.6
 'e37e437cb0cfa0eab9d2e98a23f5074ae118d3df' => '5.2.6.1',
 'a3100ed2409ebf1c212f5048fbe377c281438fdc' => '5.2.6.2', # Final
+# 5.2.7
+'bf0fa7b86c7c0592941ede29fca6fafff642a948' => '5.2.7.1',
+'2b7f1e640c46ceb28adf43ee075a6e8b8439ed10' => '5.2.7.2', # Final
 
 ##
 # 5.3.0 versions
@@ -471,8 +474,11 @@ $build_hash_to_version = array(
 '72fee18f394a980128dc111963f2eefb05998eeb' => '5.3.1.1',
 'e80a0e0fd1875e1696614d24c32df0f95f03deb2' => '5.3.1.2', # Final
 # 5.3.2
-'7f6693c08cc110b9721245fc4bd4f1712e0c086c' => '5.3.3.1',
-'6cd4f1ef626f15116896b1d8e1398b56da0d0ee1' => '5.3.3.2', # Final
+'7f6693c08cc110b9721245fc4bd4f1712e0c086c' => '5.3.2.1',
+'6cd4f1ef626f15116896b1d8e1398b56da0d0ee1' => '5.3.2.2', # Final
+# 5.3.3
+'46360c72c4823cefeaa85af537fba22bd568da7e' => '5.3.3.1',
+'3d9a8b4b4e538a85e0782bd6c2d430bafe583448' => '5.3.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -485,17 +491,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'a3100ed2409ebf1c212f5048fbe377c281438fdc',
-  'id'  => 'LibreOffice 5.2.6',
-  'version' => '5.2.6',
+'stable' => array('gitid'   => 
'2b7f1e640c46ceb28adf43ee075a6e8b8439ed10',
+  'id'  => 'LibreOffice 5.2.7',
+  'version' => '5.2.7',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.6',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'6cd4f1ef626f15116896b1d8e1398b56da0d0ee1',
-  'id'  => 'LibreOffice 5.3.2',
-  'version' => '5.3.2',
+'latest' => array('gitid'   => 
'3d9a8b4b4e538a85e0782bd6c2d430bafe583448',
+  'id'  => 'LibreOffice 5.3.3',
+  'version' => '5.3.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.2',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-04-13 Thread Christian Lohmaier
 check.php |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit dbecdc744654078c1bf5fd53dc7fa78039acffba
Author: Christian Lohmaier 
Date:   Thu Apr 13 19:43:14 2017 +0200

actually offer 5.3.2 as available update

diff --git a/check.php b/check.php
index cf53233..6c56e12 100644
--- a/check.php
+++ b/check.php
@@ -491,11 +491,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'e80a0e0fd1875e1696614d24c32df0f95f03deb2',
-  'id'  => 'LibreOffice 5.3.1',
-  'version' => '5.3.1',
+'latest' => array('gitid'   => 
'6cd4f1ef626f15116896b1d8e1398b56da0d0ee1',
+  'id'  => 'LibreOffice 5.3.2',
+  'version' => '5.3.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.1',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-04-13 Thread Christian Lohmaier
 check.php |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 8ed0efedbaac07267a237bb18f6fa22d5bd8f263
Author: Christian Lohmaier 
Date:   Thu Apr 13 19:35:26 2017 +0200

enable update to 5.3.2

diff --git a/check.php b/check.php
index de5d427..cf53233 100644
--- a/check.php
+++ b/check.php
@@ -470,6 +470,9 @@ $build_hash_to_version = array(
 # 5.3.1
 '72fee18f394a980128dc111963f2eefb05998eeb' => '5.3.1.1',
 'e80a0e0fd1875e1696614d24c32df0f95f03deb2' => '5.3.1.2', # Final
+# 5.3.2
+'7f6693c08cc110b9721245fc4bd4f1712e0c086c' => '5.3.3.1',
+'6cd4f1ef626f15116896b1d8e1398b56da0d0ee1' => '5.3.3.2', # Final
 );
 
 # Descriptions of the target versions
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-03-16 Thread Christian Lohmaier
 check.php |   31 +++
 1 file changed, 23 insertions(+), 8 deletions(-)

New commits:
commit d473a67fdd1c5ed43cefa0246fe5c77a13fac91f
Author: Christian Lohmaier 
Date:   Thu Mar 16 15:42:59 2017 +0100

enable 5.2.6 and 5.3.1 in update check

diff --git a/check.php b/check.php
index c2bd31d..de5d427 100644
--- a/check.php
+++ b/check.php
@@ -455,6 +455,21 @@ $build_hash_to_version = array(
 '3d5603e1122f0f102b62521720ab13a38a4e0eb0' => '5.2.4.2', # buildfix1, Final
 # 5.2.5
 '0312e1a284a7d50ca85a365c316c7abbf20a4d22' => '5.2.5.1', # Final
+# 5.2.6
+'e37e437cb0cfa0eab9d2e98a23f5074ae118d3df' => '5.2.6.1',
+'a3100ed2409ebf1c212f5048fbe377c281438fdc' => '5.2.6.2', # Final
+
+##
+# 5.3.0 versions
+'f4ca1573fcf445164c068c1046ab5d084e1b005f' => '5.3.0.0.a1', # alpha1
+'690f553ecb3efd19143acbf01f3af4e289e94536' => '5.3.0.0.b1', # beta1
+'a7e30712ad6d8bc9286007b37aa581983e0caba3' => '5.3.0.0.b2', # beta2
+'3b800451b1d0c48045de03b5b3c7bbbac87f20d9' => '5.3.0.1', # rc1
+'5ad7b2889021c491af62f7930a4b1cb631392f16' => '5.3.0.2', # rc2
+'7074905676c47b82bbcfbea1aeefc84afe1c50e1' => '5.3.0.3', # Final
+# 5.3.1
+'72fee18f394a980128dc111963f2eefb05998eeb' => '5.3.1.1',
+'e80a0e0fd1875e1696614d24c32df0f95f03deb2' => '5.3.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -467,17 +482,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'0312e1a284a7d50ca85a365c316c7abbf20a4d22',
-  'id'  => 'LibreOffice 5.2.5',
-  'version' => '5.2.5',
+'stable' => array('gitid'   => 
'a3100ed2409ebf1c212f5048fbe377c281438fdc',
+  'id'  => 'LibreOffice 5.2.6',
+  'version' => '5.2.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.5',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'0312e1a284a7d50ca85a365c316c7abbf20a4d22',
-  'id'  => 'LibreOffice 5.2.5',
-  'version' => '5.2.5',
+'latest' => array('gitid'   => 
'e80a0e0fd1875e1696614d24c32df0f95f03deb2',
+  'id'  => 'LibreOffice 5.3.1',
+  'version' => '5.3.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.5',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.3.1',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2017-01-30 Thread Christian Lohmaier
 check.php |   22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

New commits:
commit c5a129ad4bff92bc47429bcf424ce18fac8215f9
Author: Christian Lohmaier 
Date:   Mon Jan 30 18:06:27 2017 +0100

enable update to 5.2.5

diff --git a/check.php b/check.php
index deeb9b6..c2bd31d 100644
--- a/check.php
+++ b/check.php
@@ -449,6 +449,12 @@ $build_hash_to_version = array(
 '01ec8f357e651ca9656837b783cf7e6a32ee4d92' => '5.2.3.1',
 'c019706a50de7fcb07d0d528b09b46a887562beb' => '5.2.3.2',
 'd54a8868f08a7b39642414cf2c8ef2f228f780cf' => '5.2.3.3', # Final
+# 5.2.4
+'9b50003582f07ac674d6451e411e9b77cccd2b22' => '5.2.4.1',
+'8783ba61dfea562444cb6390e69aa8b3c5e91156' => '5.2.4.2',
+'3d5603e1122f0f102b62521720ab13a38a4e0eb0' => '5.2.4.2', # buildfix1, Final
+# 5.2.5
+'0312e1a284a7d50ca85a365c316c7abbf20a4d22' => '5.2.5.1', # Final
 );
 
 # Descriptions of the target versions
@@ -461,17 +467,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
-  'id'  => 'LibreOffice 5.2.3',
-  'version' => '5.2.3',
+'stable' => array('gitid'   => 
'0312e1a284a7d50ca85a365c316c7abbf20a4d22',
+  'id'  => 'LibreOffice 5.2.5',
+  'version' => '5.2.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.3',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
-  'id'  => 'LibreOffice 5.2.3',
-  'version' => '5.2.3',
+'latest' => array('gitid'   => 
'0312e1a284a7d50ca85a365c316c7abbf20a4d22',
+  'id'  => 'LibreOffice 5.2.5',
+  'version' => '5.2.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.3',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.5',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-11-30 Thread Christian Lohmaier
 check.php |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit aa58fd4a9ad94ced25696a554d3721c8aa3dfe37
Author: Christian Lohmaier 
Date:   Wed Nov 30 18:07:38 2016 +0100

5.1.6 now EOL, offer 5.2.3 instead

diff --git a/check.php b/check.php
index 182d795..deeb9b6 100644
--- a/check.php
+++ b/check.php
@@ -461,11 +461,11 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'07ac168c60a517dba0f0d7bc7540f5afa45f0909',
-  'id'  => 'LibreOffice 5.1.6',
-  'version' => '5.1.6',
+'stable' => array('gitid'   => 
'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
+  'id'  => 'LibreOffice 5.2.3',
+  'version' => '5.2.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.6',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.2.3',
   'substitute'  => true ),
 'latest' => array('gitid'   => 
'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
   'id'  => 'LibreOffice 5.2.3',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-11-24 Thread Christian Lohmaier
 check.php |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 52a828591ed744c29c3a844e6588e12c3cab5674
Author: Christian Lohmaier 
Date:   Thu Nov 24 13:13:15 2016 +0100

enable update for 5.2.3

diff --git a/check.php b/check.php
index 3c360d2..182d795 100644
--- a/check.php
+++ b/check.php
@@ -445,6 +445,10 @@ $build_hash_to_version = array(
 # 5.2.2
 '3c2231d4aa4c68281f28ad35a100c092cff84f5d' => '5.2.2.1',
 '8f96e87c890bf8fa77463cd4b640a2312823f3ad' => '5.2.2.2', # Final
+# 5.2.3
+'01ec8f357e651ca9656837b783cf7e6a32ee4d92' => '5.2.3.1',
+'c019706a50de7fcb07d0d528b09b46a887562beb' => '5.2.3.2',
+'d54a8868f08a7b39642414cf2c8ef2f228f780cf' => '5.2.3.3', # Final
 );
 
 # Descriptions of the target versions
@@ -463,11 +467,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'8f96e87c890bf8fa77463cd4b640a2312823f3ad',
-  'id'  => 'LibreOffice 5.2.2',
-  'version' => '5.2.2',
+'latest' => array('gitid'   => 
'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
+  'id'  => 'LibreOffice 5.2.3',
+  'version' => '5.2.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.2',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-11-03 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit ce9ff72306661a3f51155ab54aced8ec9f54bb2f
Author: Christian Lohmaier 
Date:   Thu Nov 3 12:09:25 2016 +0100

enable update to 5.1.6

diff --git a/check.php b/check.php
index f5eb0f4..3c360d2 100644
--- a/check.php
+++ b/check.php
@@ -425,6 +425,9 @@ $build_hash_to_version = array(
 # 5.1.5
 'bb431b2be5fb7772067efc27a3cc98b6927c7b4c' => '5.1.5.1',
 '7a864d8825610a8c07cfc3bc01dd4fce6a9447e5' => '5.1.5.2', # Final
+# 5.1.6
+'f3e25ec0581f5012f54d8810dcddd5824f4ee374' => '5.1.6.1',
+'07ac168c60a517dba0f0d7bc7540f5afa45f0909' => '5.1.6.2', # Final
 
 ##
 # 5.2.0 versions
@@ -454,11 +457,11 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'7a864d8825610a8c07cfc3bc01dd4fce6a9447e5',
-  'id'  => 'LibreOffice 5.1.5',
-  'version' => '5.1.5',
+'stable' => array('gitid'   => 
'07ac168c60a517dba0f0d7bc7540f5afa45f0909',
+  'id'  => 'LibreOffice 5.1.6',
+  'version' => '5.1.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.5',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.6',
   'substitute'  => true ),
 'latest' => array('gitid'   => 
'8f96e87c890bf8fa77463cd4b640a2312823f3ad',
   'id'  => 'LibreOffice 5.2.2',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-10-16 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 58d5eea4c65410ebcebf98182dcd1c54d421c532
Author: Christian Lohmaier 
Date:   Sun Oct 16 22:15:26 2016 +0200

enable update for 5.2.2

diff --git a/check.php b/check.php
index 0880d8a..f5eb0f4 100644
--- a/check.php
+++ b/check.php
@@ -439,6 +439,9 @@ $build_hash_to_version = array(
 # 5.2.1
 '2d75cf29e6d05e44c404f0547047f1da6563d380' => '5.2.1.1',
 '31dd62db80d4e60af04904455ec9c9219178d620' => '5.2.1.2', # Final
+# 5.2.2
+'3c2231d4aa4c68281f28ad35a100c092cff84f5d' => '5.2.2.1',
+'8f96e87c890bf8fa77463cd4b640a2312823f3ad' => '5.2.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -457,11 +460,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'31dd62db80d4e60af04904455ec9c9219178d620',
-  'id'  => 'LibreOffice 5.2.1',
-  'version' => '5.2.1',
+'latest' => array('gitid'   => 
'8f96e87c890bf8fa77463cd4b640a2312823f3ad',
+  'id'  => 'LibreOffice 5.2.2',
+  'version' => '5.2.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.1',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-09-07 Thread Christian Lohmaier
 check.php |   33 +
 1 file changed, 25 insertions(+), 8 deletions(-)

New commits:
commit cef45b88fd558868e54368e078c7d60e2182a087
Author: Christian Lohmaier 
Date:   Wed Sep 7 23:31:48 2016 +0200

enable update to 5.1.5 and 5.2.1

diff --git a/check.php b/check.php
index 4840fe5..0880d8a 100644
--- a/check.php
+++ b/check.php
@@ -422,6 +422,23 @@ $build_hash_to_version = array(
 # 5.1.4
 'a4d48e4ff0e9f93e78b6356ca7b0b6303e360356' => '5.1.4.1',
 'f99d75f39f1c57ebdd7ffc5f42867c12031db97a' => '5.1.4.2', # Final
+# 5.1.5
+'bb431b2be5fb7772067efc27a3cc98b6927c7b4c' => '5.1.5.1',
+'7a864d8825610a8c07cfc3bc01dd4fce6a9447e5' => '5.1.5.2', # Final
+
+##
+# 5.2.0 versions
+'902b28a39528b6c92602e9b521a1d0861be1caf9' => '5.2.0.0.a1', # alpha1
+'d1c24dad0806ab7dcd8dba93d76e6a7a38f48c72' => '5.2.0.0.b1', # beta1
+'1e9933ef611c66bcded94b84052543c78cf1c223' => '5.2.0.0.b1', # beta1-hotfix1
+'ae12e6f168ba39f137fc110174a37c482ce68fa4' => '5.2.0.0.b2', # beta2
+'fcbcb4963bda8633ba72bd2108ca1e802aad557d' => '5.2.0.1',
+'a7567a46e5d2953c320b13eb88a3981c4f9bd1e0' => '5.2.0.2',
+'7dbd85f5a18cfeaf6801c594fc43a5edadc2df0c' => '5.2.0.3',
+'066b007f5ebcc236395c7d282ba488bca6720265' => '5.2.0.4', # Final
+# 5.2.1
+'2d75cf29e6d05e44c404f0547047f1da6563d380' => '5.2.1.1',
+'31dd62db80d4e60af04904455ec9c9219178d620' => '5.2.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -434,17 +451,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'f99d75f39f1c57ebdd7ffc5f42867c12031db97a',
-  'id'  => 'LibreOffice 5.1.4',
-  'version' => '5.1.4',
+'stable' => array('gitid'   => 
'7a864d8825610a8c07cfc3bc01dd4fce6a9447e5',
+  'id'  => 'LibreOffice 5.1.5',
+  'version' => '5.1.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.4',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.1.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'f99d75f39f1c57ebdd7ffc5f42867c12031db97a',
-  'id'  => 'LibreOffice 5.1.4',
-  'version' => '5.1.4',
+'latest' => array('gitid'   => 
'31dd62db80d4e60af04904455ec9c9219178d620',
+  'id'  => 'LibreOffice 5.2.1',
+  'version' => '5.2.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.1.4',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.2.1',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-06-09 Thread Christian Lohmaier
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9597fa63f4649d885985256fa7b73f7ecd7ea31
Author: Christian Lohmaier 
Date:   Thu Jun 9 14:18:29 2016 +0200

really make BundledLanguages optional

AKA parentheses are hard... (php is not sed)

diff --git a/check.php b/check.php
index f7f2eab..770f8fc 100644
--- a/check.php
+++ b/check.php
@@ -41,7 +41,7 @@ function get_update_info($agent=null) {
 if ($agent == null)
 return array();
 
-$pattern = '#^(?P[^/ ]+)[/ 
]+(?P[0-9]+(?:\.[0-9]+)?)[^\(]+\((?P[^;\( ]*) *; (?P[^; 
]*); (?P[^; ]*); \(BundledLanguages=(?[^;\)]*)\)?\)#i';
+$pattern = '#^(?P[^/ ]+)[/ 
]+(?P[0-9]+(?:\.[0-9]+)?)[^\(]+\((?P[^;\( ]*) *; (?P[^; 
]*); (?P[^; ]*); (BundledLanguages=(?[^;\)]*))?\)#i';
 
 if (!preg_match($pattern, $agent, $match))
 return array();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-06-08 Thread Christian Lohmaier
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fec2f09fd2711ba04da78418c534e0a37092e92a
Author: Christian Lohmaier 
Date:   Thu Jun 9 02:00:30 2016 +0200

Bundled languages are optional

diff --git a/check.php b/check.php
index 4dab8fa..f7f2eab 100644
--- a/check.php
+++ b/check.php
@@ -41,7 +41,7 @@ function get_update_info($agent=null) {
 if ($agent == null)
 return array();
 
-$pattern = '#^(?P[^/ ]+)[/ 
]+(?P[0-9]+(?:\.[0-9]+)?)[^\(]+\((?P[^;\( ]*) *; (?P[^; 
]*); (?P[^; ]*); BundledLanguages=(?[^;\)]*)\)#i';
+$pattern = '#^(?P[^/ ]+)[/ 
]+(?P[0-9]+(?:\.[0-9]+)?)[^\(]+\((?P[^;\( ]*) *; (?P[^; 
]*); (?P[^; ]*); \(BundledLanguages=(?[^;\)]*)\)?\)#i';
 
 if (!preg_match($pattern, $agent, $match))
 return array();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-05-30 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit f9ece5f48fad5c08402748dda829c6a9112b11c4
Author: Christian Lohmaier 
Date:   Mon May 30 14:43:19 2016 +0200

enable update to 5.1.3

diff --git a/check.php b/check.php
index e865a4e..4dab8fa 100644
--- a/check.php
+++ b/check.php
@@ -416,6 +416,9 @@ $build_hash_to_version = array(
 '5f8868b93c074a1680a0e0909a12a29516351466' => '5.1.2.1',
 '2603b69c5ec5981bb5f053f8ebfd1f3de00a4c29' => '5.1.2.1', # buildfix1
 'd3bf12ecb743fc0d20e0be0c58ca359301eb705f' => '5.1.2.2', # Final
+# 5.1.3
+'115e0e13d3c8ac1452186ad2394abce2dd5c2b57' => '5.1.3.1',
+'644e4637d1d8544fd9f56425bd6cec110e49301b' => '5.1.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -434,11 +437,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.0.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'd3bf12ecb743fc0d20e0be0c58ca359301eb705f',
-  'id'  => 'LibreOffice 5.1.2',
-  'version' => '5.1.2',
+'latest' => array('gitid'   => 
'644e4637d1d8544fd9f56425bd6cec110e49301b',
+  'id'  => 'LibreOffice 5.1.3',
+  'version' => '5.1.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.1.2',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.1.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-05-09 Thread Christian Lohmaier
 check.php |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit c46a29ab417b87ed8555743df597bcd1a414f98e
Author: Christian Lohmaier 
Date:   Mon May 9 14:55:36 2016 +0200

enable update to 5.0.6

diff --git a/check.php b/check.php
index fca4244..e865a4e 100644
--- a/check.php
+++ b/check.php
@@ -393,6 +393,10 @@ $build_hash_to_version = array(
 # 5.0.5
 '7609023f63524a6c8326f6c82e7e23f55a5b7bb5' => '5.0.5.1',
 '55b006a02d247b5f7215fc6ea0fde844b30035b3' => '5.0.5.2', # Final
+# 5.0.6
+'4ce937670f417d473bfbb3d9ddf30aa5a524fb53' => '5.0.6.1',
+'b3fbfa99158a1030fb79f0ba72b6851afc3c7895' => '5.0.6.2',
+'490fc03b25318460cfc54456516ea2519c11d1aa' => '5.0.6.3', # Final, respin 
of rc2 with newer openssl
 
 ##
 # 5.1.0 versions
@@ -424,11 +428,11 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'55b006a02d247b5f7215fc6ea0fde844b30035b3',
-  'id'  => 'LibreOffice 5.0.5',
-  'version' => '5.0.5',
+'stable' => array('gitid'   => 
'490fc03b25318460cfc54456516ea2519c11d1aa',
+  'id'  => 'LibreOffice 5.0.6',
+  'version' => '5.0.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.0.5',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.0.6',
   'substitute'  => true ),
 'latest' => array('gitid'   => 
'd3bf12ecb743fc0d20e0be0c58ca359301eb705f',
   'id'  => 'LibreOffice 5.1.2',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-04-12 Thread Christian Lohmaier
 check.php |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 7462b7f2ffbd3dd5fe34e3cba2bc4b959967ceea
Author: Christian Lohmaier 
Date:   Tue Apr 12 14:42:20 2016 +0200

enable update to 5.1.2

diff --git a/check.php b/check.php
index e25244e..fca4244 100644
--- a/check.php
+++ b/check.php
@@ -404,6 +404,14 @@ $build_hash_to_version = array(
 'bcace328aabc4c8c10b56daa87da0a2ee6579b5a' => '5.1.0.1',
 'ecd3574d51754b043f865cf5bafee286d24db7cc' => '5.1.0.2',
 '5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737' => '5.1.0.3', # Final
+# 5.1.1
+'c43cb650e9c145b181321ea547d38296db70f36e' => '5.1.1.1',
+'fe4d9e69c82c6ee6db3c27cd5e2d47558afa80ac' => '5.1.1.2',
+'89f508ef3ecebd2cfb8e1def0f0ba9a803b88a6d' => '5.1.1.3', # Final
+# 5.1.2
+'5f8868b93c074a1680a0e0909a12a29516351466' => '5.1.2.1',
+'2603b69c5ec5981bb5f053f8ebfd1f3de00a4c29' => '5.1.2.1', # buildfix1
+'d3bf12ecb743fc0d20e0be0c58ca359301eb705f' => '5.1.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -422,11 +430,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.0.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737',
-  'id'  => 'LibreOffice 5.1.0',
-  'version' => '5.1.0',
+'latest' => array('gitid'   => 
'd3bf12ecb743fc0d20e0be0c58ca359301eb705f',
+  'id'  => 'LibreOffice 5.1.2',
+  'version' => '5.1.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.1.0',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.1.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-02-24 Thread Christian Lohmaier
 check.php |   30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)

New commits:
commit 9e74ec045d23fb5147c5279a61855d92788fd8c4
Author: Christian Lohmaier 
Date:   Wed Feb 24 14:54:52 2016 +0100

enable update to 5.1.0

and cross-update to 5.0.5

diff --git a/check.php b/check.php
index c9afae7..e25244e 100644
--- a/check.php
+++ b/check.php
@@ -390,6 +390,20 @@ $build_hash_to_version = array(
 # 5.0.4
 '2def61bcbb29a7a8611b833682fe1291910b11ad' => '5.0.4.1',
 '2b9802c1994aa0b7dc6079e128979269cf95bc78' => '5.0.4.2', # Final
+# 5.0.5
+'7609023f63524a6c8326f6c82e7e23f55a5b7bb5' => '5.0.5.1',
+'55b006a02d247b5f7215fc6ea0fde844b30035b3' => '5.0.5.2', # Final
+
+##
+# 5.1.0 versions
+'a8e4f75fe264f6ece37c154951cff53f2f4fa3e4' => '5.1.0.0.a1', # alpha1
+'0b48731919433e46e4fda7e5a5ca27c08c28b981' => '5.1.0.0.a1', # 
alpha1-builfix1
+'6289ed9bfa8915e6cba2cf001deb4d73773f8ca3' => '5.1.0.0.b1', # beta1
+'13010a13177025f633c9b85adcb3edf6920e44e3' => '5.1.0.0.b1', # 
beta1-buildfix1
+'53054959a12edc6510f51b94ddc9b73d27aedaf6' => '5.1.0.0.b2', # beta2
+'bcace328aabc4c8c10b56daa87da0a2ee6579b5a' => '5.1.0.1',
+'ecd3574d51754b043f865cf5bafee286d24db7cc' => '5.1.0.2',
+'5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737' => '5.1.0.3', # Final
 );
 
 # Descriptions of the target versions
@@ -402,17 +416,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'f3153a8b245191196a4b6b9abd1d0da16eead600',
-  'id'  => 'LibreOffice 4.4.7',
-  'version' => '4.4.7',
+'stable' => array('gitid'   => 
'55b006a02d247b5f7215fc6ea0fde844b30035b3',
+  'id'  => 'LibreOffice 5.0.5',
+  'version' => '5.0.5',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.7',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=5.0.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'2b9802c1994aa0b7dc6079e128979269cf95bc78',
-  'id'  => 'LibreOffice 5.0.4',
-  'version' => '5.0.4',
+'latest' => array('gitid'   => 
'5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737',
+  'id'  => 'LibreOffice 5.1.0',
+  'version' => '5.1.0',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.4',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.1.0',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-01-19 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 0fa72acce23696490cd21480f44e2fbe9f238de0
Author: Christian Lohmaier 
Date:   Tue Jan 19 18:23:35 2016 +0100

enable update to 5.0.4

diff --git a/check.php b/check.php
index 3ff8ed4..c9afae7 100644
--- a/check.php
+++ b/check.php
@@ -387,6 +387,9 @@ $build_hash_to_version = array(
 # 5.0.3
 'fd8cfc22f7f58033351fcb8a83b92acbadb0749e' => '5.0.3.1',
 'e5f16313668ac592c1bfb310f4390624e3dbfb75' => '5.0.3.2', # Final
+# 5.0.4
+'2def61bcbb29a7a8611b833682fe1291910b11ad' => '5.0.4.1',
+'2b9802c1994aa0b7dc6079e128979269cf95bc78' => '5.0.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -405,11 +408,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.7',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'e5f16313668ac592c1bfb310f4390624e3dbfb75',
-  'id'  => 'LibreOffice 5.0.3',
-  'version' => '5.0.3',
+'latest' => array('gitid'   => 
'2b9802c1994aa0b7dc6079e128979269cf95bc78',
+  'id'  => 'LibreOffice 5.0.4',
+  'version' => '5.0.4',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.3',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.4',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-12-17 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 79a6a70666e49b4a510060f5fd122922431c254a
Author: Christian Lohmaier 
Date:   Thu Dec 17 13:24:25 2015 +0100

enable update to 4.4.7

diff --git a/check.php b/check.php
index da2c58a..3ff8ed4 100644
--- a/check.php
+++ b/check.php
@@ -360,6 +360,9 @@ $build_hash_to_version = array(
 '86eeaa3ce8281ef4034ee1f97d7fa699482d04d2' => '4.4.6.1',
 '008d5d0ddffba0b82de2a2c36a65b9cba0a6b328' => '4.4.6.2',
 'e8938fd3328e95dcf59dd64e7facd2c7d67c704d' => '4.4.6.3', # Final
+# 4.4.7
+'ff36774456acc538223589597da53fd987db12e9' => '4.4.7.1',
+'f3153a8b245191196a4b6b9abd1d0da16eead600' => '4.4.7.2', # Final
 
 ##
 # 5.0.0 versions
@@ -396,11 +399,11 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'e8938fd3328e95dcf59dd64e7facd2c7d67c704d',
-  'id'  => 'LibreOffice 4.4.6',
-  'version' => '4.4.6',
+'stable' => array('gitid'   => 
'f3153a8b245191196a4b6b9abd1d0da16eead600',
+  'id'  => 'LibreOffice 4.4.7',
+  'version' => '4.4.7',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.6',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.7',
   'substitute'  => true ),
 'latest' => array('gitid'   => 
'e5f16313668ac592c1bfb310f4390624e3dbfb75',
   'id'  => 'LibreOffice 5.0.3',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-11-08 Thread Christian Lohmaier
 check.php |   24 
 1 file changed, 16 insertions(+), 8 deletions(-)

New commits:
commit 02f974b60cc93f305f3fcc9420888f2aae567330
Author: Christian Lohmaier 
Date:   Sun Nov 8 18:07:32 2015 +0100

enable update to 4.4.6 and 5.0.3

diff --git a/check.php b/check.php
index 1c1bec1..da2c58a 100644
--- a/check.php
+++ b/check.php
@@ -355,6 +355,11 @@ $build_hash_to_version = array(
 # 4.4.5
 '1b6df295803ea040dab1b48b5424da8d78d94cf0' => '4.4.5.1',
 'a22f674fd25a3b6f45bdebf25400ed2adff0ff99' => '4.4.5.2', # Final
+'0117cb452ebc0a76746570e606c6aef5718b1c50' => '4.4.5.3', # unreleased, CVE 
disclosure incertainity..
+# 4.4.6
+'86eeaa3ce8281ef4034ee1f97d7fa699482d04d2' => '4.4.6.1',
+'008d5d0ddffba0b82de2a2c36a65b9cba0a6b328' => '4.4.6.2',
+'e8938fd3328e95dcf59dd64e7facd2c7d67c704d' => '4.4.6.3', # Final
 
 ##
 # 5.0.0 versions
@@ -376,6 +381,9 @@ $build_hash_to_version = array(
 # 5.0.2
 '9a18d52abbdfbdc2ac9acebec2b92e7859eb73b7' => '5.0.2.1',
 '37b43f919e4de5eeaca9b9755ed688758a8251fe' => '5.0.2.2', # Final
+# 5.0.3
+'fd8cfc22f7f58033351fcb8a83b92acbadb0749e' => '5.0.3.1',
+'e5f16313668ac592c1bfb310f4390624e3dbfb75' => '5.0.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -388,17 +396,17 @@ $build_hash_to_version = array(
 #   where '' and '' will be substitued with the right value
 #   NOTE: '&' in the URL has to be escaped as 
 $update_map = array(
-'stable' => array('gitid'   => 
'a22f674fd25a3b6f45bdebf25400ed2adff0ff99',
-  'id'  => 'LibreOffice 4.4.5',
-  'version' => '4.4.5',
+'stable' => array('gitid'   => 
'e8938fd3328e95dcf59dd64e7facd2c7d67c704d',
+  'id'  => 'LibreOffice 4.4.6',
+  'version' => '4.4.6',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.5',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.6',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'37b43f919e4de5eeaca9b9755ed688758a8251fe',
-  'id'  => 'LibreOffice 5.0.2',
-  'version' => '5.0.2',
+'latest' => array('gitid'   => 
'e5f16313668ac592c1bfb310f4390624e3dbfb75',
+  'id'  => 'LibreOffice 5.0.3',
+  'version' => '5.0.3',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.2',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.3',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-09-30 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit f68b0580f266d6f5b1c00e984ef16ca7819bfd14
Author: Christian Lohmaier 
Date:   Wed Sep 30 08:59:30 2015 +0200

enable update to 5.0.2

diff --git a/check.php b/check.php
index 3277cb7..1c1bec1 100644
--- a/check.php
+++ b/check.php
@@ -373,6 +373,9 @@ $build_hash_to_version = array(
 # 5.0.1
 '13f702ca819ea5b9f8605782c852d5bb513b3891' => '5.0.1.1',
 '81898c9f5c0d43f3473ba111d7b351050be20261' => '5.0.1.2', # Final
+# 5.0.2
+'9a18d52abbdfbdc2ac9acebec2b92e7859eb73b7' => '5.0.2.1',
+'37b43f919e4de5eeaca9b9755ed688758a8251fe' => '5.0.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -391,11 +394,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'81898c9f5c0d43f3473ba111d7b351050be20261',
-  'id'  => 'LibreOffice 5.0.1',
-  'version' => '5.0.1',
+'latest' => array('gitid'   => 
'37b43f919e4de5eeaca9b9755ed688758a8251fe',
+  'id'  => 'LibreOffice 5.0.2',
+  'version' => '5.0.2',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.1',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.2',
   'substitute'  => true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-09-02 Thread Christian Lohmaier
 check.php |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

New commits:
commit c8b7b4621a0b6e001f1a29e020845fb1eeab7322
Author: Christian Lohmaier 
Date:   Wed Sep 2 15:02:23 2015 +0200

enable update for 5.0.1

diff --git a/check.php b/check.php
index 7a4afb0..3277cb7 100644
--- a/check.php
+++ b/check.php
@@ -370,6 +370,9 @@ $build_hash_to_version = array(
 'cf112dc905650fb985306a7a03d2fe3fcc6c978f' => '5.0.0.4',
 '1b1a90865e348b492231e1c451437d7a15bb262b' => '5.0.0.5', # Final
 '437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10' => '5.0.0.5', # hotfix1 (gtk 
window-icon fix, linux only) Final
+# 5.0.1
+'13f702ca819ea5b9f8605782c852d5bb513b3891' => '5.0.1.1',
+'81898c9f5c0d43f3473ba111d7b351050be20261' => '5.0.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -388,12 +391,11 @@ $update_map = array(
   'update_type' => 'text/html',
   'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-still/?type=lang=version=4.4.5',
   'substitute'  => true ),
-'latest' => array('gitid'   => 
'1b1a90865e348b492231e1c451437d7a15bb262b',
-  'gitidLinux'  => 
'437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10',
-  'id'  => 'LibreOffice 5.0.0',
-  'version' => '5.0.0',
+'latest' => array('gitid'   => 
'81898c9f5c0d43f3473ba111d7b351050be20261',
+  'id'  => 'LibreOffice 5.0.1',
+  'version' => '5.0.1',
   'update_type' => 'text/html',
-  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.0',
+  'update_src'  => 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=lang=version=5.0.1',
   'substitute'  => true ),
 );
 
@@ -404,7 +406,6 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 if(!array_key_exists($buildid, $build_hash_to_version)
|| $buildid == $update_map['stable']['gitid']
|| $buildid == $update_map['latest']['gitid']
-   || $buildid == $update_map['latest']['gitidLinux']
|| ($arch == "PowerPC" && $os == "MacOSX")
 ) {
 error('No update for your LibreOffice version.');
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-08-09 Thread Christian Lohmaier
 check.php |   49 +++--
 1 file changed, 31 insertions(+), 18 deletions(-)

New commits:
commit 605b9dbe8010573dcb95a63c44cfe625ac39c26c
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Sun Aug 9 23:21:01 2015 +0200

4.4 is now stable, and 5.0 is fresh

also set type preselection to 64bit window for requests by 64bit version
of windows and account for different gitID for Linux build

diff --git a/check.php b/check.php
index 4e17992..7a4afb0 100644
--- a/check.php
+++ b/check.php
@@ -355,6 +355,21 @@ $build_hash_to_version = array(
 # 4.4.5
 '1b6df295803ea040dab1b48b5424da8d78d94cf0' = '4.4.5.1',
 'a22f674fd25a3b6f45bdebf25400ed2adff0ff99' = '4.4.5.2', # Final
+
+##
+# 5.0.0 versions
+'77a35997fa7cff387b5b135ff0c42155f80e9884' = '5.0.0.0.a1', # alpha1
+'f0853d5c2c38b050fbfd48e09cd0bf0b400aaef8' = '5.0.0.0.a1', # 
alpha1-builfix1
+'0a16c3dda4150008d9be6f24cbd15ac198d116d3' = '5.0.0.0.b1', # beta1
+'059fa2b7a3bda92168c65c61e50cc5c6fda8cfac' = '5.0.0.0.b2', # beta2
+'900960d3e4220f7e04f45c9bf45a1cd92cd06aff' = '5.0.0.0.b2', # 
beta2-buildfix1
+'96345c15d8ab19c49014f055fe41ba8e1f421e5c' = '5.0.0.0.b3', # beta3
+'9a0b23dd0ab9652e0965484934309f2d49a7758e' = '5.0.0.1',
+'a26d58f11b99b6aeddf7f7884effea188cc6e512' = '5.0.0.2',
+'f79b5ba13f5e6cbad23f8038060e556217e66632' = '5.0.0.3',
+'cf112dc905650fb985306a7a03d2fe3fcc6c978f' = '5.0.0.4',
+'1b1a90865e348b492231e1c451437d7a15bb262b' = '5.0.0.5', # Final
+'437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10' = '5.0.0.5', # hotfix1 (gtk 
window-icon fix, linux only) Final
 );
 
 # Descriptions of the target versions
@@ -367,18 +382,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'8a35821d8636a03b8bf4e15b48f59794652c68ba',
-  'id'  = 'LibreOffice 4.3.7',
-  'version' = '4.3.7',
-  'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.7',
-  'substitute'  = true ),
-
-'latest' = array('gitid'   = 
'a22f674fd25a3b6f45bdebf25400ed2adff0ff99',
+'stable' = array('gitid'   = 
'a22f674fd25a3b6f45bdebf25400ed2adff0ff99',
   'id'  = 'LibreOffice 4.4.5',
   'version' = '4.4.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.4.5',
+  'substitute'  = true ),
+'latest' = array('gitid'   = 
'1b1a90865e348b492231e1c451437d7a15bb262b',
+  'gitidLinux'  = 
'437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10',
+  'id'  = 'LibreOffice 5.0.0',
+  'version' = '5.0.0',
+  'update_type' = 'text/html',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=5.0.0',
   'substitute'  = true ),
 );
 
@@ -389,6 +404,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 if(!array_key_exists($buildid, $build_hash_to_version)
|| $buildid == $update_map['stable']['gitid']
|| $buildid == $update_map['latest']['gitid']
+   || $buildid == $update_map['latest']['gitidLinux']
|| ($arch == PowerPC  $os == MacOSX)
 ) {
 error('No update for your LibreOffice version.');
@@ -459,17 +475,14 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 $target_type = 'mac-x86_64';
 else {
 $target_type = 'mac-x86';
-if ($new == $update_map['latest']) {
-# no 4.4 update for 32bit anymore - see whether 
there's newer oldstable as fallback
-$new = $update_map['stable'];
-if($buildid == $new['gitid']) {
-error('No 32bit update available - for OS X 10.8 
or later, please install 64bit version of LibreOffice.');
-}
-}
-   }
+error('No 32bit update available - for OS X 10.8 or later, 
please install 64bit version of LibreOffice.');
+}
 break;
 case 'Windows':
-$target_type = 'win-x86';
+if ($arch == 'X86_64')
+$target_type = 'win-x86_64';
+  

[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-08-03 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 085ec653fdf5faa97b45bd50b79a09cffdbcf479
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Aug 3 12:09:14 2015 +0200

enable update to 4.4.5

diff --git a/check.php b/check.php
index acf2e2b..4e17992 100644
--- a/check.php
+++ b/check.php
@@ -352,6 +352,9 @@ $build_hash_to_version = array(
 '24c5f9979e61fde7b098af60756a4890e5713390' = '4.4.4.1', # buildfix1
 'f784c932ccfd756d01b70b6bb5e09ff62e1b3285' = '4.4.4.2',
 '2c39ebcf046445232b798108aa8a7e7d89552ea8' = '4.4.4.3', # Final
+# 4.4.5
+'1b6df295803ea040dab1b48b5424da8d78d94cf0' = '4.4.5.1',
+'a22f674fd25a3b6f45bdebf25400ed2adff0ff99' = '4.4.5.2', # Final
 );
 
 # Descriptions of the target versions
@@ -371,11 +374,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.7',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'2c39ebcf046445232b798108aa8a7e7d89552ea8',
-  'id'  = 'LibreOffice 4.4.4',
-  'version' = '4.4.4',
+'latest' = array('gitid'   = 
'a22f674fd25a3b6f45bdebf25400ed2adff0ff99',
+  'id'  = 'LibreOffice 4.4.5',
+  'version' = '4.4.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.4',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.5',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-07-06 Thread Christian Lohmaier
 check.php |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit ba1293dd49f425bf63e3bd5cadfc9646eefb840c
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Jul 6 15:26:03 2015 +0200

enable update to 4.4.4

diff --git a/check.php b/check.php
index 062f5e5..acf2e2b 100644
--- a/check.php
+++ b/check.php
@@ -347,6 +347,11 @@ $build_hash_to_version = array(
 # 4.4.3
 'b2f347f2ac68821efc00b6f1793cda90af748118' = '4.4.3.1',
 '88805f81e9fe61362df02b9941de8e38a9b5fd16' = '4.4.3.2', # Final
+# 4.4.4
+'0396d3e8a6d28185695c6422dbdf78aa24ba67d1' = '4.4.4.1',
+'24c5f9979e61fde7b098af60756a4890e5713390' = '4.4.4.1', # buildfix1
+'f784c932ccfd756d01b70b6bb5e09ff62e1b3285' = '4.4.4.2',
+'2c39ebcf046445232b798108aa8a7e7d89552ea8' = '4.4.4.3', # Final
 );
 
 # Descriptions of the target versions
@@ -366,11 +371,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.7',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'88805f81e9fe61362df02b9941de8e38a9b5fd16',
-  'id'  = 'LibreOffice 4.4.3',
-  'version' = '4.4.3',
+'latest' = array('gitid'   = 
'2c39ebcf046445232b798108aa8a7e7d89552ea8',
+  'id'  = 'LibreOffice 4.4.4',
+  'version' = '4.4.4',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.3',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.4',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-05-19 Thread Christian Lohmaier
 check.php |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 455eb648dd7e28ba4e430332e0ef375a818b34e2
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Tue May 19 12:49:32 2015 +0200

fix syntax error

diff --git a/check.php b/check.php
index 20467b2..062f5e5 100644
--- a/check.php
+++ b/check.php
@@ -458,6 +458,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 error('No 32bit update available - for OS X 10.8 
or later, please install 64bit version of LibreOffice.');
 }
 }
+   }
 break;
 case 'Windows':
 $target_type = 'win-x86';
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-05-15 Thread Christian Lohmaier
 check.php |   24 +---
 1 file changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 2f392b7f9222f1f6e912eb9ba0dfe8d1e92003ac
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Fri May 15 17:24:19 2015 +0200

Don't suggest update to 4.4.x for Mac 32bit versions

diff --git a/check.php b/check.php
index f9873e4..20467b2 100644
--- a/check.php
+++ b/check.php
@@ -344,6 +344,9 @@ $build_hash_to_version = array(
 '93fc8832889bf050a10ec6d0171dae213adc9b55' = '4.4.2.1',
 'c4e993994148596de57daf68d2e9ff859520e773' = '4.4.2.2', # unreleased
 'c4c7d32d0d49397cad38d62472b0bc8acff48dd6' = '4.4.2.2', # rc2-buildfix2 
Final
+# 4.4.3
+'b2f347f2ac68821efc00b6f1793cda90af748118' = '4.4.3.1',
+'88805f81e9fe61362df02b9941de8e38a9b5fd16' = '4.4.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -363,11 +366,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.7',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'c4c7d32d0d49397cad38d62472b0bc8acff48dd6',
-  'id'  = 'LibreOffice 4.4.2',
-  'version' = '4.4.2',
+'latest' = array('gitid'   = 
'88805f81e9fe61362df02b9941de8e38a9b5fd16',
+  'id'  = 'LibreOffice 4.4.3',
+  'version' = '4.4.3',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.2',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.3',
   'substitute'  = true ),
 );
 
@@ -444,10 +447,17 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 $target_type = $pkgfmt . -x86;
 break;
 case 'MacOSX':
-if ($arch == 'PowerPC')
-$target_type = 'mac-ppc';
-else
+if ($arch == 'X86_64')
 $target_type = 'mac-x86_64';
+else {
+$target_type = 'mac-x86';
+if ($new == $update_map['latest']) {
+# no 4.4 update for 32bit anymore - see whether 
there's newer oldstable as fallback
+$new = $update_map['stable'];
+if($buildid == $new['gitid']) {
+error('No 32bit update available - for OS X 10.8 
or later, please install 64bit version of LibreOffice.');
+}
+}
 break;
 case 'Windows':
 $target_type = 'win-x86';
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-04-27 Thread Christian Lohmaier
 check.php |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 18395c24fb4d4e171d8ec349c4e817db48f4d428
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Apr 27 16:09:41 2015 +0200

enable update to 4.3.7

diff --git a/check.php b/check.php
index 35af01a..f9873e4 100644
--- a/check.php
+++ b/check.php
@@ -324,6 +324,9 @@ $build_hash_to_version = array(
 # 4.3.6
 '9629686a67dd1f357477c13325e45a66f3452bb9' = '4.3.6.1',
 'd50a87b2e514536ed401c18000dad4660b6a169e' = '4.3.6.2', # Final
+# 4.3.7
+'f08731f5dacd79f6348052311f5b237b002d78da' = '4.3.7.1',
+'8a35821d8636a03b8bf4e15b48f59794652c68ba' = '4.3.7.2', # Final
 
 ##
 # 4.4.0 versions
@@ -353,11 +356,11 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'd50a87b2e514536ed401c18000dad4660b6a169e',
-  'id'  = 'LibreOffice 4.3.6',
-  'version' = '4.3.6',
+'stable' = array('gitid'   = 
'8a35821d8636a03b8bf4e15b48f59794652c68ba',
+  'id'  = 'LibreOffice 4.3.7',
+  'version' = '4.3.7',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.6',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.7',
   'substitute'  = true ),
 
 'latest' = array('gitid'   = 
'c4c7d32d0d49397cad38d62472b0bc8acff48dd6',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-04-22 Thread Christian Lohmaier
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2516b32b97252fa89ead69f7bf0d35928ff0e1a7
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Wed Apr 22 17:38:52 2015 +0200

send mac users to 64bit download

as there is no 64bit version for 4.4 anymore

diff --git a/check.php b/check.php
index 44cb5ce..35af01a 100644
--- a/check.php
+++ b/check.php
@@ -444,7 +444,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 if ($arch == 'PowerPC')
 $target_type = 'mac-ppc';
 else
-$target_type = 'mac-x86';
+$target_type = 'mac-x86_64';
 break;
 case 'Windows':
 $target_type = 'win-x86';
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-04-13 Thread Christian Lohmaier
 check.php |   30 +-
 1 file changed, 21 insertions(+), 9 deletions(-)

New commits:
commit ea28f7ad61908d56cdea85def678204d9729f111
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Apr 13 14:25:37 2015 +0200

enable update to 4.3.6 and 4.4.2

diff --git a/check.php b/check.php
index 84c8026..44cb5ce 100644
--- a/check.php
+++ b/check.php
@@ -321,6 +321,9 @@ $build_hash_to_version = array(
 # 4.3.5
 '8fd0451cc08e6a5310bed8b7ad1c46b93c1c6889' = '4.3.5.1',
 '3a87456aaa6a95c63eea1c1b3201acedf0751bd5' = '4.3.5.2', # Final
+# 4.3.6
+'9629686a67dd1f357477c13325e45a66f3452bb9' = '4.3.6.1',
+'d50a87b2e514536ed401c18000dad4660b6a169e' = '4.3.6.2', # Final
 
 ##
 # 4.4.0 versions
@@ -328,7 +331,16 @@ $build_hash_to_version = array(
 '24f0a5815f581dd9a7f09d30213a379edee6e9ac' = '4.4.0.0.a2', # alpha2
 '9af3d21234aa89dac653c0bd76648188cdeb683e' = '4.4.0.0.b1', # beta1
 'be92f32b8f21603a6b7a75dd645f7475bdee519d' = '4.4.0.0.b2', # beta2
-'1ba9640ddd424f1f535c75bf2b86703770b8cf6f' = '4.3.5.1',
+'1ba9640ddd424f1f535c75bf2b86703770b8cf6f' = '4.4.0.1',
+'a3603970151a6ae2596acd62b70112f4d376b990' = '4.4.0.2',
+'de093506bcdc5fafd9023ee680b8c60e3e0645d7' = '4.4.0.3', # Final
+# 4.4.1
+'b5ac74bf8683a92078a2bc8aff97d4b436af63cb' = '4.4.1.1',
+'45e2de17089c24a1fa810c8f975a7171ba4cd432' = '4.4.1.2', # Final
+# 4.4.2
+'93fc8832889bf050a10ec6d0171dae213adc9b55' = '4.4.2.1',
+'c4e993994148596de57daf68d2e9ff859520e773' = '4.4.2.2', # unreleased
+'c4c7d32d0d49397cad38d62472b0bc8acff48dd6' = '4.4.2.2', # rc2-buildfix2 
Final
 );
 
 # Descriptions of the target versions
@@ -341,18 +353,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'48d50dbfc06349262c9d50868e5c1f630a573ebd',
-  'id'  = 'LibreOffice 4.2.8',
-  'version' = '4.2.8',
+'stable' = array('gitid'   = 
'd50a87b2e514536ed401c18000dad4660b6a169e',
+  'id'  = 'LibreOffice 4.3.6',
+  'version' = '4.3.6',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.2.8',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.3.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'3a87456aaa6a95c63eea1c1b3201acedf0751bd5',
-  'id'  = 'LibreOffice 4.3.5',
-  'version' = '4.3.5',
+'latest' = array('gitid'   = 
'c4c7d32d0d49397cad38d62472b0bc8acff48dd6',
+  'id'  = 'LibreOffice 4.4.2',
+  'version' = '4.4.2',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.3.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.4.2',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-12-19 Thread Christian Lohmaier
 check.php |   27 ++-
 1 file changed, 18 insertions(+), 9 deletions(-)

New commits:
commit 5249d17efb2d35de709ec5164e364b8bbde94913
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Fri Dec 19 21:08:55 2014 +0100

enable update to 4.3.5, add build-ids

diff --git a/check.php b/check.php
index 70538ee..84c8026 100644
--- a/check.php
+++ b/check.php
@@ -289,6 +289,9 @@ $build_hash_to_version = array(
 # 4.2.7
 'ad618ebe74a072c4ad8fae3b902f6ff1be98983d' = '4.2.7.1',
 '933c0aa564ec4f8883ed5732c866db48dca4dac5' = '4.2.7.2', # Final
+# 4.2.8 - after-EOL-release
+'4044db1653798618515c987464157abee9229c11' = '4.2.8.1',
+'48d50dbfc06349262c9d50868e5c1f630a573ebd' = '4.2.8.2', # Final
 
 ##
 # 4.3.0 versions
@@ -315,11 +318,17 @@ $build_hash_to_version = array(
 '9bb7eadab57b6755b1265afa86e04bf45fbfc644' = '4.3.3.2', # Final
 # 4.3.4
 'bc356b2f991740509f321d70e4512a6a54c5f243' = '4.3.4.1', # Final 
(unscheduled additional release)
+# 4.3.5
+'8fd0451cc08e6a5310bed8b7ad1c46b93c1c6889' = '4.3.5.1',
+'3a87456aaa6a95c63eea1c1b3201acedf0751bd5' = '4.3.5.2', # Final
 
 ##
 # 4.4.0 versions
 'e73cb2cc40530caa75d588833c4b690e4f49f630' = '4.4.0.0.a1', # alpha1 (calc 
rendering probs)
-'24f0a5815f581dd9a7f09d30213a379edee6e9ac' = '4.4.0.0.a1', # alpha2
+'24f0a5815f581dd9a7f09d30213a379edee6e9ac' = '4.4.0.0.a2', # alpha2
+'9af3d21234aa89dac653c0bd76648188cdeb683e' = '4.4.0.0.b1', # beta1
+'be92f32b8f21603a6b7a75dd645f7475bdee519d' = '4.4.0.0.b2', # beta2
+'1ba9640ddd424f1f535c75bf2b86703770b8cf6f' = '4.3.5.1',
 );
 
 # Descriptions of the target versions
@@ -332,18 +341,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'3fd416d4c6db7d3204c17ce57a1d70f6e531ee21',
-  'id'  = 'LibreOffice 4.2.6 security update',
-  'version' = '4.2.6-secfix',
+'stable' = array('gitid'   = 
'48d50dbfc06349262c9d50868e5c1f630a573ebd',
+  'id'  = 'LibreOffice 4.2.8',
+  'version' = '4.2.8',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.2.6',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.2.8',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'bc356b2f991740509f321d70e4512a6a54c5f243',
-  'id'  = 'LibreOffice 4.3.4',
-  'version' = '4.3.4',
+'latest' = array('gitid'   = 
'3a87456aaa6a95c63eea1c1b3201acedf0751bd5',
+  'id'  = 'LibreOffice 4.3.5',
+  'version' = '4.3.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.3.4',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.3.5',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-11-14 Thread Christian Lohmaier
 check.php |   25 +
 1 file changed, 21 insertions(+), 4 deletions(-)

New commits:
commit d542fe540e752138ed2879dc810152ad71d29948
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Fri Nov 14 11:06:50 2014 +0100

enable update to 4.3.4

diff --git a/check.php b/check.php
index e27d2af..a568b3a 100644
--- a/check.php
+++ b/check.php
@@ -286,6 +286,9 @@ $build_hash_to_version = array(
 '5fdddf655fba363e34f755715238d0943a44857e' = '4.2.6.1',
 '185f2ce4dcc34af9bd97dec29e6d42c39557298f' = '4.2.6.2', # Final
 '3fd416d4c6db7d3204c17ce57a1d70f6e531ee21' = '4.2.6.3', # unscheduled, 
4.2.6-secfix
+# 4.2.7
+'ad618ebe74a072c4ad8fae3b902f6ff1be98983d' = '4.2.7.1',
+'933c0aa564ec4f8883ed5732c866db48dca4dac5' = '4.2.7.2', # Final
 
 ##
 # 4.3.0 versions
@@ -299,6 +302,20 @@ $build_hash_to_version = array(
 # 4.3.1
 'c4b15cd4d00dec6b266fa830b4ba73e31ae6ce73' = '4.3.1.1',
 '958349dc3b25111dbca392fbc281a05559ef6848' = '4.3.1.2', # Final
+# 4.3.2
+'f9b3ad49d92181b0a1fe7e76f785a2c2cd0847d3' = '4.3.2.1',
+'edfb5295ba211bd31ad47d0bad0118690f76407d' = '4.3.2.2', # Final
+# 4.3.3
+'65dc54c61032b7ebe54405cba6b4fb172b9af7d6' = '4.3.3.1', # initial tag, no 
builds done
+'7d55112667c8fcddb67bc3803796b46c93aa56b0' = '4.3.3.1', # rc1-buildfix1
+'9bb7eadab57b6755b1265afa86e04bf45fbfc644' = '4.3.3.2', # Final
+# 4.3.4
+'bc356b2f991740509f321d70e4512a6a54c5f243' = '4.3.4.1', # Final 
(unscheduled additional release)
+
+##
+# 4.4.0 versions
+'e73cb2cc40530caa75d588833c4b690e4f49f630' = '4.4.0.0.a1', # alpha1 (calc 
rendering probs)
+'24f0a5815f581dd9a7f09d30213a379edee6e9ac' = '4.4.0.0.a1', # alpha2
 );
 
 # Descriptions of the target versions
@@ -318,11 +335,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.2.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'958349dc3b25111dbca392fbc281a05559ef6848',
-  'id'  = 'LibreOffice 4.3.1',
-  'version' = '4.3.1',
+'latest' = array('gitid'   = 
'bc356b2f991740509f321d70e4512a6a54c5f243',
+  'id'  = 'LibreOffice 4.3.4',
+  'version' = '4.3.4',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.3.1',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.3.4',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-11-14 Thread Christian Lohmaier
 check.php |4 
 1 file changed, 4 insertions(+)

New commits:
commit f24c0780445895ceaa71be8159dd29d7f2a4b12b
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Fri Nov 14 11:09:36 2014 +0100

add missing 4.3.0 hashes

diff --git a/check.php b/check.php
index a568b3a..70538ee 100644
--- a/check.php
+++ b/check.php
@@ -299,6 +299,10 @@ $build_hash_to_version = array(
 'a06aa316117a6ff0f05c697c82831c227812d810' = '4.3.0.0.b1', # 
beta1-buildfix1
 '67f5430184326974072b65403ef1d9d934fc4481' = '4.3.0.1', # rc1
 '9ed0c4329cf13f882dab0ee8b9ecd7b05e4aafbb' = '4.3.0.1', # rc1-buildfix1
+'14ed55896fdfcb93ff437b85c4f3e1923d2b1409' = '4.3.0.2', # rc2
+'fcd3838c4097f7817b5b3984fd88a44e1edd8548' = '4.3.0.3', # rc3
+'08ebe52789a201dd7d38ef653ef7a48925e7f9f7' = '4.3.0.3', # rc3-buildfix1
+'62ad5818884a2fc2e5780dd45466868d41009ec0' = '4.3.0.4', # Final
 # 4.3.1
 'c4b15cd4d00dec6b266fa830b4ba73e31ae6ce73' = '4.3.1.1',
 '958349dc3b25111dbca392fbc281a05559ef6848' = '4.3.1.2', # Final
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-09-29 Thread Christian Lohmaier
 check.php |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6f256451f6081eee74eeb50359040683b71a82b0
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Sep 29 17:24:00 2014 +0200

add missing hash for 4.2.5-hotfix1

diff --git a/check.php b/check.php
index 4bdc19a..e27d2af 100644
--- a/check.php
+++ b/check.php
@@ -281,6 +281,7 @@ $build_hash_to_version = array(
 # 4.2.5
 '881bb88abfe2992c6cede97c23e64a9885de87de' = '4.2.5.1',
 '61cb170a04bb1f12e77c884eab9192be736ec5f5' = '4.2.5.2', # Final
+'6ff819b65674ae6c83f3cbab9e4a4c2b292a7a94' = '4.2.5.2', # hotfix for 
windows (i.e. only built version for win)
 # 4.2.6
 '5fdddf655fba363e34f755715238d0943a44857e' = '4.2.6.1',
 '185f2ce4dcc34af9bd97dec29e6d42c39557298f' = '4.2.6.2', # Final
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-08-28 Thread Christian Lohmaier
 check.php |   23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)

New commits:
commit 56debb6fc6aaa5fca286010250385b9b6d423577
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Thu Aug 28 13:00:45 2014 +0200

update to 4.3.1 and 4.2.6-secfix

diff --git a/check.php b/check.php
index 46f17a5..4bdc19a 100644
--- a/check.php
+++ b/check.php
@@ -281,6 +281,10 @@ $build_hash_to_version = array(
 # 4.2.5
 '881bb88abfe2992c6cede97c23e64a9885de87de' = '4.2.5.1',
 '61cb170a04bb1f12e77c884eab9192be736ec5f5' = '4.2.5.2', # Final
+# 4.2.6
+'5fdddf655fba363e34f755715238d0943a44857e' = '4.2.6.1',
+'185f2ce4dcc34af9bd97dec29e6d42c39557298f' = '4.2.6.2', # Final
+'3fd416d4c6db7d3204c17ce57a1d70f6e531ee21' = '4.2.6.3', # unscheduled, 
4.2.6-secfix
 
 ##
 # 4.3.0 versions
@@ -291,6 +295,9 @@ $build_hash_to_version = array(
 'a06aa316117a6ff0f05c697c82831c227812d810' = '4.3.0.0.b1', # 
beta1-buildfix1
 '67f5430184326974072b65403ef1d9d934fc4481' = '4.3.0.1', # rc1
 '9ed0c4329cf13f882dab0ee8b9ecd7b05e4aafbb' = '4.3.0.1', # rc1-buildfix1
+# 4.3.1
+'c4b15cd4d00dec6b266fa830b4ba73e31ae6ce73' = '4.3.1.1',
+'958349dc3b25111dbca392fbc281a05559ef6848' = '4.3.1.2', # Final
 );
 
 # Descriptions of the target versions
@@ -303,18 +310,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'61cb170a04bb1f12e77c884eab9192be736ec5f5',
-  'id'  = 'LibreOffice 4.2.5',
-  'version' = '4.2.5',
+'stable' = array('gitid'   = 
'3fd416d4c6db7d3204c17ce57a1d70f6e531ee21',
+  'id'  = 'LibreOffice 4.2.6 security update',
+  'version' = '4.2.6-secfix',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.2.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-still/?type=typeamp;lang=langamp;version=4.2.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'61cb170a04bb1f12e77c884eab9192be736ec5f5',
-  'id'  = 'LibreOffice 4.2.5',
-  'version' = '4.2.5',
+'latest' = array('gitid'   = 
'958349dc3b25111dbca392fbc281a05559ef6848',
+  'id'  = 'LibreOffice 4.3.1',
+  'version' = '4.3.1',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.3.1',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-06-26 Thread Christian Lohmaier
 check.php |   25 +
 1 file changed, 17 insertions(+), 8 deletions(-)

New commits:
commit e04aa84a26db75182a5246812d4efcd6cc1f509e
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Thu Jun 26 16:46:00 2014 +0200

enable update for 4.2.5, also offer 4.2.5 for 4.1.x users

diff --git a/check.php b/check.php
index e8b5127..46f17a5 100644
--- a/check.php
+++ b/check.php
@@ -278,10 +278,19 @@ $build_hash_to_version = array(
 # 4.2.4
 'd4c441391e20647b3d2e8dde4d20aa868e77e515' = '4.2.4.1',
 '63150712c6d317d27ce2db16eb94c2f3d7b699f8' = '4.2.4.2', # Final
+# 4.2.5
+'881bb88abfe2992c6cede97c23e64a9885de87de' = '4.2.5.1',
+'61cb170a04bb1f12e77c884eab9192be736ec5f5' = '4.2.5.2', # Final
 
 ##
 # 4.3.0 versions
 '46cfcd5a05aa1d13fecd73f5a25b64b8d8dd6781' = '4.3.0.0.a1', # alpha1
+'2e39c7e59c8fc8b16a54c3d981dceef27fb0c07f' = '4.3.0.0.b1', # beta1
+'b7cfa1eab1cb1e94f71d6df6612b73f231d0bf92' = '4.3.0.0.b1', # beta1-hotfix1
+'02d957703b758bfbd3aee0d349f65c4273bead78' = '4.3.0.0.b2', # beta2
+'a06aa316117a6ff0f05c697c82831c227812d810' = '4.3.0.0.b1', # 
beta1-buildfix1
+'67f5430184326974072b65403ef1d9d934fc4481' = '4.3.0.1', # rc1
+'9ed0c4329cf13f882dab0ee8b9ecd7b05e4aafbb' = '4.3.0.1', # rc1-buildfix1
 );
 
 # Descriptions of the target versions
@@ -294,18 +303,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'40ff705089295be5be0aae9b15123f687c05b0a',
-  'id'  = 'LibreOffice 4.1.6',
-  'version' = '4.1.6',
+'stable' = array('gitid'   = 
'61cb170a04bb1f12e77c884eab9192be736ec5f5',
+  'id'  = 'LibreOffice 4.2.5',
+  'version' = '4.2.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.1.6',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.2.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'63150712c6d317d27ce2db16eb94c2f3d7b699f8',
-  'id'  = 'LibreOffice 4.2.4',
-  'version' = '4.2.4',
+'latest' = array('gitid'   = 
'61cb170a04bb1f12e77c884eab9192be736ec5f5',
+  'id'  = 'LibreOffice 4.2.5',
+  'version' = '4.2.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.4',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.5',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-05-08 Thread Christian Lohmaier
 check.php |   52 +---
 1 file changed, 29 insertions(+), 23 deletions(-)

New commits:
commit ce06eca1035294e1779662ce98de882fe6072878
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Thu May 8 15:58:25 2014 +0200

fix update for 4.2 line, enable update to 4.2.4 and 4.1.6

diff --git a/check.php b/check.php
index 6805eff..e8b5127 100644
--- a/check.php
+++ b/check.php
@@ -254,28 +254,34 @@ $build_hash_to_version = array(
 '1c1366bba2ba2b554cd2ca4d87c06da81c05d24' = '4.1.5.3', # unscheduled, 
Final
 # 4.1.6
 'a59ce81388f477fc89db57f0c27f222f31884eb' = '4.1.6.1',
+'40ff705089295be5be0aae9b15123f687c05b0a' = '4.1.6.2', # Final
 
 ##
 # 4.2.0 versions
-'c2b9ad37f8a8de9c7dbdd76c86aecf638810705' = '4.2.0.0.a1', # alpha1
-'f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac' = '4.2.0.0.b1', # beta1
-'1a27be92e320f97c20d581a69ef1c8b99ea9885' = '4.2.0.0.b2', # beta2
-'7bf567613a536ded11709b952950c9e8f7181a4' = '4.2.0.1',
-'cd65d6220c5694ee7012d7863bcde3455c9e3c3' = '4.2.0.2',
-'601a398b803303d1a40a3299729531824fe0db5' = '4.2.0.2', # buildfix1
-'c63c03decdf780d8fb80823950665b782ec9ecd' = '4.2.0.3',
-'05dceb5d363845f2cf968344d7adab8dcfb2ba7' = '4.2.0.4', # unscheduled, 
Final
+'c2b9ad37f8a8de9c7dbdd76c86aecf6388107056' = '4.2.0.0.a1', # alpha1
+'f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7' = '4.2.0.0.b1', # beta1
+'1a27be92e320f97c20d581a69ef1c8b99ea9885d' = '4.2.0.0.b2', # beta2
+'7bf567613a536ded11709b952950c9e8f7181a4a' = '4.2.0.1',
+'cd65d6220c5694ee7012d7863bcde3455c9e3c30' = '4.2.0.2',
+'601a398b803303d1a40a3299729531824fe0db56' = '4.2.0.2', # buildfix1
+'c63c03decdf780d8fb80823950665b782ec9ecd0' = '4.2.0.3',
+'05dceb5d363845f2cf968344d7adab8dcfb2ba71' = '4.2.0.4', # unscheduled, 
Final
 # 4.2.1
-'d7dbbd7842e6a58b0f521599204e827654e1fb8' = '4.2.1.1', # rc1, was made 
final
+'d7dbbd7842e6a58b0f521599204e827654e1fb8b' = '4.2.1.1', # rc1, was made 
final
 # 4.2.2
-'3be8cda0bddd8e430d8cda1ebfd581265cca5a0' = '4.2.2.1', # rc1, was made 
final
+'3be8cda0bddd8e430d8cda1ebfd581265cca5a0f' = '4.2.2.1', # rc1, was made 
final
 # 4.2.3
-'3d4fc3d9dbf8f4c0aeb61498a81f91c5b7922f1' = '4.2.3.1',
-'7c5c769e412afd32da4d946d2cb0c8b0674e95e' = '4.2.3.2',
-'6c3586f855673fa6a1576797f575b31ac6fa0ba' = '4.2.3.3',
-'882f8a0a489bc99a9e60c7905a60226254cb6ff' = '4.2.3.3', # hotfix1, Final
+'3d4fc3d9dbf8f4c0aeb61498a81f91c5b7922f13' = '4.2.3.1',
+'7c5c769e412afd32da4d946d2cb0c8b0674e95e0' = '4.2.3.2',
+'6c3586f855673fa6a1576797f575b31ac6fa0ba3' = '4.2.3.3',
+'882f8a0a489bc99a9e60c7905a60226254cb6ff0' = '4.2.3.3', # hotfix1, Final
 # 4.2.4
-'d4c441391e20647b3d2e8dde4d20aa868e77e51' = '4.2.4.1',
+'d4c441391e20647b3d2e8dde4d20aa868e77e515' = '4.2.4.1',
+'63150712c6d317d27ce2db16eb94c2f3d7b699f8' = '4.2.4.2', # Final
+
+##
+# 4.3.0 versions
+'46cfcd5a05aa1d13fecd73f5a25b64b8d8dd6781' = '4.3.0.0.a1', # alpha1
 );
 
 # Descriptions of the target versions
@@ -288,18 +294,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'1c1366bba2ba2b554cd2ca4d87c06da81c05d24',
-  'id'  = 'LibreOffice 4.1.5',
-  'version' = '4.1.5',
+'stable' = array('gitid'   = 
'40ff705089295be5be0aae9b15123f687c05b0a',
+  'id'  = 'LibreOffice 4.1.6',
+  'version' = '4.1.6',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.1.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.1.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'882f8a0a489bc99a9e60c7905a60226254cb6ff',
-  'id'  = 'LibreOffice 4.2.3',
-  'version' = '4.2.3',
+'latest' = array('gitid'   = 
'63150712c6d317d27ce2db16eb94c2f3d7b699f8',
+  'id'  = 'LibreOffice 4.2.4',
+  'version' = '4.2.4',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.3',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.4',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-04-15 Thread Christian Lohmaier
 check.php |   15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 9a2f0598f2b5fda571ebc899fe59795d4384d719
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Tue Apr 15 23:52:40 2014 +0200

enable update to 4.2.3

diff --git a/check.php b/check.php
index a690aba..6805eff 100644
--- a/check.php
+++ b/check.php
@@ -252,6 +252,8 @@ $build_hash_to_version = array(
 'e0a1805d063a472a7b281ae3977a26d42a48b20' = '4.1.5.1',
 'a02f36998a4af5e2f9fbec2b7e9f70a8b0bc934' = '4.1.5.2',
 '1c1366bba2ba2b554cd2ca4d87c06da81c05d24' = '4.1.5.3', # unscheduled, 
Final
+# 4.1.6
+'a59ce81388f477fc89db57f0c27f222f31884eb' = '4.1.6.1',
 
 ##
 # 4.2.0 versions
@@ -269,6 +271,11 @@ $build_hash_to_version = array(
 '3be8cda0bddd8e430d8cda1ebfd581265cca5a0' = '4.2.2.1', # rc1, was made 
final
 # 4.2.3
 '3d4fc3d9dbf8f4c0aeb61498a81f91c5b7922f1' = '4.2.3.1',
+'7c5c769e412afd32da4d946d2cb0c8b0674e95e' = '4.2.3.2',
+'6c3586f855673fa6a1576797f575b31ac6fa0ba' = '4.2.3.3',
+'882f8a0a489bc99a9e60c7905a60226254cb6ff' = '4.2.3.3', # hotfix1, Final
+# 4.2.4
+'d4c441391e20647b3d2e8dde4d20aa868e77e51' = '4.2.4.1',
 );
 
 # Descriptions of the target versions
@@ -288,11 +295,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.1.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'3be8cda0bddd8e430d8cda1ebfd581265cca5a0',
-  'id'  = 'LibreOffice 4.2.2',
-  'version' = '4.2.2',
+'latest' = array('gitid'   = 
'882f8a0a489bc99a9e60c7905a60226254cb6ff',
+  'id'  = 'LibreOffice 4.2.3',
+  'version' = '4.2.3',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.2',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.3',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-03-17 Thread Christian Lohmaier
 check.php |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

New commits:
commit b98457eec040196a9ebb61dc8340e59ee1d6813c
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Mar 17 16:47:18 2014 +0100

enable update to 4.2.2

diff --git a/check.php b/check.php
index 48e58a3..a690aba 100644
--- a/check.php
+++ b/check.php
@@ -265,6 +265,10 @@ $build_hash_to_version = array(
 '05dceb5d363845f2cf968344d7adab8dcfb2ba7' = '4.2.0.4', # unscheduled, 
Final
 # 4.2.1
 'd7dbbd7842e6a58b0f521599204e827654e1fb8' = '4.2.1.1', # rc1, was made 
final
+# 4.2.2
+'3be8cda0bddd8e430d8cda1ebfd581265cca5a0' = '4.2.2.1', # rc1, was made 
final
+# 4.2.3
+'3d4fc3d9dbf8f4c0aeb61498a81f91c5b7922f1' = '4.2.3.1',
 );
 
 # Descriptions of the target versions
@@ -281,14 +285,14 @@ $update_map = array(
   'id'  = 'LibreOffice 4.1.5',
   'version' = '4.1.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-stable/?type=typeamp;lang=langamp;version=4.1.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'd7dbbd7842e6a58b0f521599204e827654e1fb8',
-  'id'  = 'LibreOffice 4.2.1',
-  'version' = '4.2.1',
+'latest' = array('gitid'   = 
'3be8cda0bddd8e430d8cda1ebfd581265cca5a0',
+  'id'  = 'LibreOffice 4.2.2',
+  'version' = '4.2.2',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.2.1',
+  'update_src'  = 
'http://www.libreoffice.org/download/libreoffice-fresh/?type=typeamp;lang=langamp;version=4.2.2',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-02-26 Thread Christian Lohmaier
 check.php |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit c380826561dfaf98a2cd64f436a69717a737bbd7
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Wed Feb 26 10:59:56 2014 +0100

update to 4.2.1 enabled

diff --git a/check.php b/check.php
index 5acae4d..48e58a3 100644
--- a/check.php
+++ b/check.php
@@ -264,7 +264,7 @@ $build_hash_to_version = array(
 'c63c03decdf780d8fb80823950665b782ec9ecd' = '4.2.0.3',
 '05dceb5d363845f2cf968344d7adab8dcfb2ba7' = '4.2.0.4', # unscheduled, 
Final
 # 4.2.1
-'d7dbbd7842e6a58b0f521599204e827654e1fb8' = '4.2.1.1',
+'d7dbbd7842e6a58b0f521599204e827654e1fb8' = '4.2.1.1', # rc1, was made 
final
 );
 
 # Descriptions of the target versions
@@ -284,11 +284,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'1c1366bba2ba2b554cd2ca4d87c06da81c05d24',
-  'id'  = 'LibreOffice 4.1.5',
-  'version' = '4.1.5',
+'latest' = array('gitid'   = 
'd7dbbd7842e6a58b0f521599204e827654e1fb8',
+  'id'  = 'LibreOffice 4.2.1',
+  'version' = '4.2.1',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.2.1',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-02-14 Thread Christian Lohmaier
 check.php |   27 +++
 1 file changed, 19 insertions(+), 8 deletions(-)

New commits:
commit 5bb1b2d6164d7ca0060b292543eed127defe271a
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Sat Feb 15 00:33:45 2014 +0100

update 4.0.x and 4.1.x to 4.1.5, no updates for Mac/PPC anymore

4.0.6 already reached EOL and no newer Mac/PPC builds are provided by
TDF, so don't send PPC users to DL-page where they won't find a release

diff --git a/check.php b/check.php
index b01d247..5acae4d 100644
--- a/check.php
+++ b/check.php
@@ -248,6 +248,10 @@ $build_hash_to_version = array(
 # 4.1.4
 '414ce1317b94ce49e6044b84baf237918e9a659' = '4.1.4.1',
 '0a0440ccc0227ad9829de5f46be37cfb6edcf72' = '4.1.4.2', # Final
+# 4.1.5
+'e0a1805d063a472a7b281ae3977a26d42a48b20' = '4.1.5.1',
+'a02f36998a4af5e2f9fbec2b7e9f70a8b0bc934' = '4.1.5.2',
+'1c1366bba2ba2b554cd2ca4d87c06da81c05d24' = '4.1.5.3', # unscheduled, 
Final
 
 ##
 # 4.2.0 versions
@@ -255,6 +259,12 @@ $build_hash_to_version = array(
 'f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac' = '4.2.0.0.b1', # beta1
 '1a27be92e320f97c20d581a69ef1c8b99ea9885' = '4.2.0.0.b2', # beta2
 '7bf567613a536ded11709b952950c9e8f7181a4' = '4.2.0.1',
+'cd65d6220c5694ee7012d7863bcde3455c9e3c3' = '4.2.0.2',
+'601a398b803303d1a40a3299729531824fe0db5' = '4.2.0.2', # buildfix1
+'c63c03decdf780d8fb80823950665b782ec9ecd' = '4.2.0.3',
+'05dceb5d363845f2cf968344d7adab8dcfb2ba7' = '4.2.0.4', # unscheduled, 
Final
+# 4.2.1
+'d7dbbd7842e6a58b0f521599204e827654e1fb8' = '4.2.1.1',
 );
 
 # Descriptions of the target versions
@@ -267,18 +277,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'2e2573268451a50806fcd60ae2d9fe01dd0ce24',
-  'id'  = 'LibreOffice 4.0.6',
-  'version' = '4.0.6',
+'stable' = array('gitid'   = 
'1c1366bba2ba2b554cd2ca4d87c06da81c05d24',
+  'id'  = 'LibreOffice 4.1.5',
+  'version' = '4.1.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.6',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'0a0440ccc0227ad9829de5f46be37cfb6edcf72',
-  'id'  = 'LibreOffice 4.1.4',
-  'version' = '4.1.4',
+'latest' = array('gitid'   = 
'1c1366bba2ba2b554cd2ca4d87c06da81c05d24',
+  'id'  = 'LibreOffice 4.1.5',
+  'version' = '4.1.5',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.4',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.5',
   'substitute'  = true ),
 );
 
@@ -289,6 +299,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 if(!array_key_exists($buildid, $build_hash_to_version)
|| $buildid == $update_map['stable']['gitid']
|| $buildid == $update_map['latest']['gitid']
+   || ($arch == PowerPC  $os == MacOSX)
 ) {
 error('No update for your LibreOffice version.');
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-01-16 Thread Jan Holesovsky
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 560c8f44c71d0d3c93cef0df526afbe221eb8701
Author: Jan Holesovsky ke...@collabora.com
Date:   Thu Jan 16 17:12:54 2014 +0100

Allow LibreOfficeDev too.

diff --git a/check.php b/check.php
index 5e61468..b01d247 100644
--- a/check.php
+++ b/check.php
@@ -420,7 +420,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 
 $info = get_update_info();
 
-if (!array_key_exists('product', $info) || ($info['product'] != 'LibreOffice' 
 $info['product'] != 'LOdev'))
+if (!array_key_exists('product', $info) || ($info['product'] != 'LibreOffice' 
 $info['product'] != 'LibreOfficeDev'  $info['product'] != 'LOdev'))
 error('bError:/b Only LibreOffice can access the update service.');
 
 print_update_xml($info['buildid'], $info['os'], $info['arch'], $info['lang'], 
$info['pkgfmt']);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-12-21 Thread Christian Lohmaier
 check.php |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 3fb01293ed73b2c8e648bac3be07d403381ab4c8
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Sat Dec 21 17:09:20 2013 +0100

update to 4.1.4, also fix id for 3.6.7.1 (was the same as 3.6.6.1)

diff --git a/check.php b/check.php
index 1017cc4..5e61468 100644
--- a/check.php
+++ b/check.php
@@ -182,7 +182,7 @@ $build_hash_to_version = array(
 'f969faf-c24b504-8c77064-174276e-40b382' = '3.6.6.2', # Final
 
 # 3.6.7 versions
-'a61ad19-949f691-349cf55-3bea8d1-2c85eb' = '3.6.7.1',
+'9418c72-a20f997-6f5dfc1-4f5ae61-61563f' = '3.6.7.1',
 'e183d5b-f8ccaf6-3804794-95b4be8-895629' = '3.6.7.2', # Final (last of 
3.6 series)
 
 ##
@@ -226,6 +226,7 @@ $build_hash_to_version = array(
 '3a2c2d2417101e45fe07cfd8358acf2204a98f3' = '4.1.0.0.b1', # beta1
 '794cd2a652270bfbe3a35910aa6d57964eac257' = '4.1.0.0.b1', # beta1 
(buildfix1, only Windows)
 '33224f4f11a05cfad2249e812fcc2975fbb61f6' = '4.1.0.0.b2', # beta2
+'1b3956717a60d6ac35b133d7b0a0f5eb55e9155' = '4.1.0.1', # rc1 (apparently 
buildfix applied manually)
 '43286d64e6126b0915ae60d89d3177018fe63b9' = '4.1.0.1', # rc1 (buildfix1)
 'a7d538950185d02a6b950cd1cb2dfd79435f6e2' = '4.1.0.1', # rc1 (buildfix2, 
only Windows)
 '103a942746cfe346e87daab62acbd4268c38097' = '4.1.0.2',
@@ -244,10 +245,16 @@ $build_hash_to_version = array(
 # 4.1.3
 'b42498da0e3f91b17e51b55c8295ec4f8f22087' = '4.1.3.1',
 '70feb7d99726f064edab4605a8ab840c50ec57a' = '4.1.3.2', # Final
+# 4.1.4
+'414ce1317b94ce49e6044b84baf237918e9a659' = '4.1.4.1',
+'0a0440ccc0227ad9829de5f46be37cfb6edcf72' = '4.1.4.2', # Final
 
 ##
 # 4.2.0 versions
 'c2b9ad37f8a8de9c7dbdd76c86aecf638810705' = '4.2.0.0.a1', # alpha1
+'f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac' = '4.2.0.0.b1', # beta1
+'1a27be92e320f97c20d581a69ef1c8b99ea9885' = '4.2.0.0.b2', # beta2
+'7bf567613a536ded11709b952950c9e8f7181a4' = '4.2.0.1',
 );
 
 # Descriptions of the target versions
@@ -267,11 +274,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'70feb7d99726f064edab4605a8ab840c50ec57a',
-  'id'  = 'LibreOffice 4.1.3',
-  'version' = '4.1.3',
+'latest' = array('gitid'   = 
'0a0440ccc0227ad9829de5f46be37cfb6edcf72',
+  'id'  = 'LibreOffice 4.1.4',
+  'version' = '4.1.4',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.3',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.4',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-11-18 Thread Christian Lohmaier
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2eda905a2a843634f48b7a5ceb490505f9da5259
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Nov 18 20:07:55 2013 +0100

typo - actually 4.0.6.2

diff --git a/check.php b/check.php
index 79ac091..1017cc4 100644
--- a/check.php
+++ b/check.php
@@ -218,7 +218,7 @@ $build_hash_to_version = array(
 
 # 4.0.6 versions
 '7168152d13aa529ba3718c9ae3700216a574137' = '4.0.6.1',
-'2e2573268451a50806fcd60ae2d9fe01dd0ce24' = '4.0.6.1', # Final
+'2e2573268451a50806fcd60ae2d9fe01dd0ce24' = '4.0.6.2', # Final
 
 ##
 # 4.1.0 versions
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-11-18 Thread Christian Lohmaier
 check.php |   22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 463f3d566c7885c0b74d77820279ceac42bb380d
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Nov 18 20:05:53 2013 +0100

update to 4.0.6 and 4.1.3

doesn't help to do the changes locally without pushing them...

diff --git a/check.php b/check.php
index 64c23f1..79ac091 100644
--- a/check.php
+++ b/check.php
@@ -218,6 +218,7 @@ $build_hash_to_version = array(
 
 # 4.0.6 versions
 '7168152d13aa529ba3718c9ae3700216a574137' = '4.0.6.1',
+'2e2573268451a50806fcd60ae2d9fe01dd0ce24' = '4.0.6.1', # Final
 
 ##
 # 4.1.0 versions
@@ -242,6 +243,11 @@ $build_hash_to_version = array(
 '40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38' = '4.1.2.3', # unscheduled, 
Final
 # 4.1.3
 'b42498da0e3f91b17e51b55c8295ec4f8f22087' = '4.1.3.1',
+'70feb7d99726f064edab4605a8ab840c50ec57a' = '4.1.3.2', # Final
+
+##
+# 4.2.0 versions
+'c2b9ad37f8a8de9c7dbdd76c86aecf638810705' = '4.2.0.0.a1', # alpha1
 );
 
 # Descriptions of the target versions
@@ -254,18 +260,18 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'5464147a081647a250913f19c0715bca595af2f',
-  'id'  = 'LibreOffice 4.0.5',
-  'version' = '4.0.5',
+'stable' = array('gitid'   = 
'2e2573268451a50806fcd60ae2d9fe01dd0ce24',
+  'id'  = 'LibreOffice 4.0.6',
+  'version' = '4.0.6',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38',
-  'id'  = 'LibreOffice 4.1.2',
-  'version' = '4.1.2',
+'latest' = array('gitid'   = 
'70feb7d99726f064edab4605a8ab840c50ec57a',
+  'id'  = 'LibreOffice 4.1.3',
+  'version' = '4.1.3',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.2',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.3',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-10-10 Thread Christian Lohmaier
 check.php |   17 +
 1 file changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 6672a7e7f7876e3c0b90b986d3e1db42023a1a84
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Thu Oct 10 23:03:29 2013 +0200

enable update to 4.1.2

diff --git a/check.php b/check.php
index 1fc246a..64c23f1 100644
--- a/check.php
+++ b/check.php
@@ -216,6 +216,9 @@ $build_hash_to_version = array(
 '5eca95953c59f90dec2cd6ed6dab4b1f4b3b24c' = '4.0.5.1',
 '5464147a081647a250913f19c0715bca595af2f' = '4.0.5.2', # Final
 
+# 4.0.6 versions
+'7168152d13aa529ba3718c9ae3700216a574137' = '4.0.6.1',
+
 ##
 # 4.1.0 versions
 '06ebec34fb5a4351b2d356919d5c68a0d4c2e78' = '4.1.0.0.a1', # alpha1 
(buildfix2)
@@ -233,6 +236,12 @@ $build_hash_to_version = array(
 # 4.1.1 versions
 'a990db030b8125868501634ff662be1d89d0868' = '4.1.1.1',
 '7e4286b58adc75a14f6d83f53a03b6c11fa2903' = '4.1.1.2', # (hotfix1)
+# 4.1.2
+'bf15ac65c2167fb1ef3daf3710609d4a4c369a9' = '4.1.2.1',
+'281b75f427729060b6446ddb3777b32f957a8fb' = '4.1.2.2',
+'40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38' = '4.1.2.3', # unscheduled, 
Final
+# 4.1.3
+'b42498da0e3f91b17e51b55c8295ec4f8f22087' = '4.1.3.1',
 );
 
 # Descriptions of the target versions
@@ -252,11 +261,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'7e4286b58adc75a14f6d83f53a03b6c11fa2903',
-  'id'  = 'LibreOffice 4.1.1',
-  'version' = '4.1.1',
+'latest' = array('gitid'   = 
'40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38',
+  'id'  = 'LibreOffice 4.1.2',
+  'version' = '4.1.2',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.1',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.2',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-09-02 Thread Christian Lohmaier
 check.php |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit f1e4d7d82e183189280f3e726ec4386c2fb1f4a3
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Tue Sep 3 02:37:24 2013 +0200

enable update to 4.1.1

diff --git a/check.php b/check.php
index 29e97c6..1fc246a 100644
--- a/check.php
+++ b/check.php
@@ -252,11 +252,11 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.5',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'89ea49ddacd9aa532507cbf852f2bb22b1ace28',
-  'id'  = 'LibreOffice 4.1.0',
-  'version' = '4.1.0',
+'latest' = array('gitid'   = 
'7e4286b58adc75a14f6d83f53a03b6c11fa2903',
+  'id'  = 'LibreOffice 4.1.1',
+  'version' = '4.1.1',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.0',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.1.1',
   'substitute'  = true ),
 );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-07-25 Thread Thorsten Behrens
 check.php |   19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

New commits:
commit a564a411a05fe10c8027677530c690d7aefc307e
Author: Thorsten Behrens tbehr...@suse.com
Date:   Thu Jul 25 21:37:22 2013 +0200

Update 3.6.6 users to 3.6.7, 4.0 series no longer latest.

diff --git a/check.php b/check.php
index 9cd27de..b428ec4 100644
--- a/check.php
+++ b/check.php
@@ -179,8 +179,12 @@ $build_hash_to_version = array(
 
 # 3.6.6 versions
 'a61ad19-949f691-349cf55-3bea8d1-2c85eb' = '3.6.6.1',
-# To be uncommented when 3.6.7 Final is out
-#'f969faf-c24b504-8c77064-174276e-40b382' = '3.6.6.2', # Final
+'f969faf-c24b504-8c77064-174276e-40b382' = '3.6.6.2', # Final
+
+# 3.6.7 versions
+'a61ad19-949f691-349cf55-3bea8d1-2c85eb' = '3.6.7.1',
+# to be uncommented when the 3.6 series is retired
+#'e183d5b-f8ccaf6-3804794-95b4be8-895629' = '3.6.7.2', # Final
 
 ##
 # 4.0.0 versions
@@ -220,18 +224,19 @@ $build_hash_to_version = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'stable' = array('gitid'   = 
'f969faf-c24b504-8c77064-174276e-40b382',
-  'id'  = 'LibreOffice 3.6.6',
-  'version' = '3.6.6',
+'stable' = array('gitid'   = 
'e183d5b-f8ccaf6-3804794-95b4be8-895629',
+  'id'  = 'LibreOffice 3.6.7',
+  'version' = '3.6.7',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.6',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.7',
   'substitute'  = true ),
 
 'latest' = array('gitid'   = 
'9e9821abd0ffdbc09cd8c52eaa574fa09eb08f2',
   'id'  = 'LibreOffice 4.0.4',
   'version' = '4.0.4',
   'update_type' = 'text/html',
-  'update_src'  = 'http://www.libreoffice.org/download/'),
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=4.0.4',
+  'substitute'  = true ),
 );
 
 # Print the update xml
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-06-21 Thread Jan Holesovsky
 check.php |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 60a9e2c57e93d0c961cc24de97e0786aadc5a1ad
Author: Jan Holesovsky ke...@suse.cz
Date:   Fri Jun 21 17:05:24 2013 +0200

Offer update to 4.0.4.

diff --git a/check.php b/check.php
index 55cd492..9cd27de 100644
--- a/check.php
+++ b/check.php
@@ -203,7 +203,11 @@ $build_hash_to_version = array(
 # 4.0.3 versions
 'a67943cd4d125208f4ea7fa29439551825cfb39' = '4.0.3.1',
 'c6786add5a58268e11aa027c47054344040db1b' = '4.0.3.2',
-#'0eaa50a932c8f2199a615e1eb30f7ac74279539' = '4.0.3.3', # Final
+'0eaa50a932c8f2199a615e1eb30f7ac74279539' = '4.0.3.3', # Final
+
+# 4.0.4 versions
+'7fdd5ee61c1c7379dd088f5d50265f0adbccf53' = '4.0.4.1',
+#'9e9821abd0ffdbc09cd8c52eaa574fa09eb08f2' = '4.0.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -223,9 +227,9 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'0eaa50a932c8f2199a615e1eb30f7ac74279539',
-  'id'  = 'LibreOffice 4.0.3',
-  'version' = '4.0.3',
+'latest' = array('gitid'   = 
'9e9821abd0ffdbc09cd8c52eaa574fa09eb08f2',
+  'id'  = 'LibreOffice 4.0.4',
+  'version' = '4.0.4',
   'update_type' = 'text/html',
   'update_src'  = 'http://www.libreoffice.org/download/'),
 );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-05-09 Thread Jan Holesovsky
 check.php |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 56a889f9b7dd579efd84aeb6639659310bafa137
Author: Jan Holesovsky ke...@suse.cz
Date:   Thu May 9 16:29:09 2013 +0200

Offer update to 4.0.3.

diff --git a/check.php b/check.php
index 636069d..55cd492 100644
--- a/check.php
+++ b/check.php
@@ -194,11 +194,16 @@ $build_hash_to_version = array(
 
 # 4.0.1 versions
 '2c0c17a6e4bee0ee28131ea4bdc47edc700d659' = '4.0.1.1',
-'84102822e3d61eb989ddd325abf1ac077904985' = '4.0.1.2',  # Final
+'84102822e3d61eb989ddd325abf1ac077904985' = '4.0.1.2', # Final
 
 # 4.0.2 versions
 '7e5467ff8f30d821f4fbf69cb2769163eb64c2c' = '4.0.2.1',
-#'4c82dcdd6efcd48b1d8bba66bfe1989deee49c3' = '4.0.2.2',  # Final
+'4c82dcdd6efcd48b1d8bba66bfe1989deee49c3' = '4.0.2.2', # Final
+
+# 4.0.3 versions
+'a67943cd4d125208f4ea7fa29439551825cfb39' = '4.0.3.1',
+'c6786add5a58268e11aa027c47054344040db1b' = '4.0.3.2',
+#'0eaa50a932c8f2199a615e1eb30f7ac74279539' = '4.0.3.3', # Final
 );
 
 # Descriptions of the target versions
@@ -218,9 +223,9 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.6',
   'substitute'  = true ),
 
-'latest' = array('gitid'   = 
'4c82dcdd6efcd48b1d8bba66bfe1989deee49c3',
-  'id'  = 'LibreOffice 4.0.2',
-  'version' = '4.0.2',
+'latest' = array('gitid'   = 
'0eaa50a932c8f2199a615e1eb30f7ac74279539',
+  'id'  = 'LibreOffice 4.0.3',
+  'version' = '4.0.3',
   'update_type' = 'text/html',
   'update_src'  = 'http://www.libreoffice.org/download/'),
 );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-04-23 Thread Michael Meeks
 check.php |  157 +++---
 1 file changed, 91 insertions(+), 66 deletions(-)

New commits:
commit 0ed65fbe361503d7e33c642cfa66d24d5fff04c9
Author: Michael Meeks michael.me...@suse.com
Date:   Tue Apr 23 15:31:17 2013 +0100

add a hash - version map, and an algorithmic update process.

This should reduce the amount of touch needed to do a new release
to one or two lines.

diff --git a/check.php b/check.php
index eb6e096..636069d 100644
--- a/check.php
+++ b/check.php
@@ -1,8 +1,12 @@
 ?php
 
-# License: MPL 1.1 / GPLv3+ / LGPLv3+
 #
-# Copyright (C) 2012 Jan Holesovsky ke...@suse.cz, SUSE (initial developer)
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
 
 $debug = false;
 
@@ -101,100 +105,100 @@ $localize_map = array(
 )
 );
 
-# Map the id's of the versions we want to update to the target version
+# Map the build id's into a large integer
 # Every released version has to be added here (all betas, RC's and final
 # versions) as soon as they are out
-$update_versions = array(
+$build_hash_to_version = array(
 ##
 # 3.5.0 versions
-'7362ca8-b5a8e65-af86909-d471f98-61464c4' = 'LO-4.0',  # 3.5.0 Beta1
-'8589e48-760cc4d-f39cf3d-1b2857e-60db978' = 'LO-4.0',  # 3.5.0 Beta2
-'da8462e-760cc4d-f39cf3d-1b2857e-60db978' = 'LO-4.0',  # 3.5.0 Beta2 
(MacOSX)
-'e40af8c-10029e3-615e522-88673a2-727f724' = 'LO-4.0',  # 3.5.0 Beta3
-'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' = 'LO-4.0',  # 3.5.0 RC1
-'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' = 'LO-4.0',  # 3.5.0 RC2
-'7e68ba2-a744ebf-1f241b7-c506db1-7d53735' = 'LO-4.0',  # 3.5.0 RC3 / Final
+'7362ca8-b5a8e65-af86909-d471f98-61464c4' = '3.5.0.0.b1', # 3.5.0 Beta1
+'8589e48-760cc4d-f39cf3d-1b2857e-60db978' = '3.5.0.0.b2', # 3.5.0 Beta2
+'da8462e-760cc4d-f39cf3d-1b2857e-60db978' = '3.5.0.0.b2', # 3.5.0 Beta2 
(MacOSX)
+'e40af8c-10029e3-615e522-88673a2-727f724' = '3.5.0.0.b3', # 3.5.0 Beta3
+'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' = '3.5.0.1',# 3.5.0 RC1
+'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' = '3.5.0.2',# 3.5.0 RC2
+'7e68ba2-a744ebf-1f241b7-c506db1-7d53735' = '3.5.0.3',# 3.5.0 RC3 / 
Final
 
 # 3.5.1 versions
-'45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' = 'LO-4.0',  # 3.5.1 RC1
-'dc9775d-05ecbee-0851ad3-1586698-727bf66' = 'LO-4.0',  # 3.5.1 RC2 / Final
+'45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' = '3.5.1.1',  # 3.5.1 RC1
+'dc9775d-05ecbee-0851ad3-1586698-727bf66' = '3.5.1.2',  # 3.5.1 RC2 / 
Final
 
 # 3.5.2 versions
-'1488b14-519dc6f-43021d0-52136ea-8d338cc' = 'LO-4.0',  # 3.5.2 RC1
-'281b639-6baa1d3-ef66a77-d866f25-f36d45f' = 'LO-4.0',  # 3.5.2 RC2 / Final
+'1488b14-519dc6f-43021d0-52136ea-8d338cc' = '3.5.2.1',  # 3.5.2 RC1
+'281b639-6baa1d3-ef66a77-d866f25-f36d45f' = '3.5.2.2',  # 3.5.2 RC2 / 
Final
 
 # 3.5.3 versions
-'21cb047-d7e6025-9ba54fc-b4a51a8-f42372b' = 'LO-3.6',  # 3.5.3 RC1
-'235ab8a-3802056-4a8fed3-2d66ea8-e241b80' = 'LO-3.6',  # 3.5.3 RC2 / Final
+'21cb047-d7e6025-9ba54fc-b4a51a8-f42372b' = '3.5.3.1',  # 3.5.3 RC1
+'235ab8a-3802056-4a8fed3-2d66ea8-e241b80' = '3.5.3.2',  # 3.5.3 RC2 / 
Final
 
 # 3.5.4 versions
-'7306755-f4f605c-738527d-1cf4bc1-9930dc8' = 'LO-3.6',  # 3.5.4 RC1
-'165a79a-7059095-e13bb37-fef39a4-9503d18' = 'LO-3.6',  # 3.5.4 RC2 / Final
+'7306755-f4f605c-738527d-1cf4bc1-9930dc8' = '3.5.4.1',  # 3.5.4 RC1
+'165a79a-7059095-e13bb37-fef39a4-9503d18' = '3.5.4.2',  # 3.5.4 RC2 / 
Final
 
 # 3.5.5 versions
-'c9944f7-48b7ff5-0507789-54a4c8a-8b242a8' = 'LO-3.6',  # 3.5.5 RC1
-'24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1' = 'LO-3.6',  # 3.5.5 RC2
-'7122e39-92ed229-498d286-15e43b4-d70da21' = 'LO-3.6',  # 3.5.5 RC3 / Final
+'c9944f7-48b7ff5-0507789-54a4c8a-8b242a8' = '3.5.5.1',  # 3.5.5 RC1
+'24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1' = '3.5.5.2',  # 3.5.5 RC2
+'7122e39-92ed229-498d286-15e43b4-d70da21' = '3.5.5.3',  # 3.5.5 RC3 / 
Final
 
 # 3.5.6 versions
-'9cb76c3-dcba98b-297ab39-994e618-0f858f0' = 'LO-3.6',  # 3.5.6 RC1
-'e0fbe70-5879838-a0745b0-0cd1158-638b327' = 'LO-3.6',  # 3.5.6 RC2 / Final
+'9cb76c3-dcba98b-297ab39-994e618-0f858f0' = '3.5.6.1',  # 3.5.6 RC1
+'e0fbe70-5879838-a0745b0-0cd1158-638b327' = '3.5.6.2',  # 3.5.6 RC2 / 
Final
 
 # 3.5.7 versions
-'3fa2330-e49ffd2-90d118b-705e248-051e21c' = 'LO-3.6',  # 3.5.7 RC1
-'3215f89-f603614-ab984f2-7348103-1225a5b' = 'LO-3.6',  # 3.5.7 RC2 / Final
+'3fa2330-e49ffd2-90d118b-705e248-051e21c' = '3.5.7.1',  # 3.5.7 RC1
+'3215f89-f603614-ab984f2-7348103-1225a5b' = '3.5.7.2',  # 3.5.7 RC2 / 
Final
 
 ##
 # 3.6.0 versions
-'1f1cdd8-e28082e-41df8bf-b153627-a97a84' = 

[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-04-19 Thread Jan Holesovsky
 check.php |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

New commits:
commit d64e9d8f766cfdc4699111289da85a960fd64b9d
Author: Jan Holesovsky ke...@suse.cz
Date:   Fri Apr 19 19:30:09 2013 +0200

Update the 3.6 line to 3.6.6.

diff --git a/check.php b/check.php
index 64cf818..eb6e096 100644
--- a/check.php
+++ b/check.php
@@ -171,8 +171,12 @@ $update_versions = array(
 '2ef5aff-a6fb0ff-166bdff-cf087ad-0f1389' = 'LO-3.6',  # 3.6.4.3 / Final 
[3.6.4.2 was skipped]
 
 # 3.6.5 versions
-# To be uncommented when 3.6.6 Final is out
-#'5b93205-6e6b3fc-7830f6d-c08ad66-1d9bf4' = 'LO-3.6',  # 3.6.5.2 / Final 
[3.6.5.1 was skipped]
+'5b93205-6e6b3fc-7830f6d-c08ad66-1d9bf4' = 'LO-3.6',  # 3.6.5.2 / Final 
[3.6.5.1 was skipped]
+
+# 3.6.6 versions
+'a61ad19-949f691-349cf55-3bea8d1-2c85eb' = 'LO-3.6',  # 3.6.6.1
+# To be uncommented when 3.6.7 Final is out
+#'f969faf-c24b504-8c77064-174276e-40b382' = 'LO-3.6',  # 3.6.6.2 / Final
 
 ##
 # 4.0.0 versions
@@ -203,11 +207,11 @@ $update_versions = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'LO-3.6' = array('gitid'   = 
'5b93205-6e6b3fc-7830f6d-c08ad66-1d9bf4',
-  'id'  = 'LibreOffice 3.6.5',
-  'version' = '3.6.5',
+'LO-3.6' = array('gitid'   = 
'f969faf-c24b504-8c77064-174276e-40b382',
+  'id'  = 'LibreOffice 3.6.6',
+  'version' = '3.6.6',
   'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.5',
+  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.6',
   'substitute'  = true ),
 
 'LO-4.0' = array('gitid'   = 
'4c82dcdd6efcd48b1d8bba66bfe1989deee49c3',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-04-04 Thread Jan Holesovsky
 check.php |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 6d3a2e5f6be520cb1a35136d1c63defdcb19036c
Author: Jan Holesovsky ke...@suse.cz
Date:   Thu Apr 4 18:38:28 2013 +0200

Offer update to 4.0.2.

diff --git a/check.php b/check.php
index 5a0243e..64cf818 100644
--- a/check.php
+++ b/check.php
@@ -120,8 +120,8 @@ $update_versions = array(
 'dc9775d-05ecbee-0851ad3-1586698-727bf66' = 'LO-4.0',  # 3.5.1 RC2 / Final
 
 # 3.5.2 versions
-'1488b14-519dc6f-43021d0-52136ea-8d338cc' = 'LO-3.6',  # 3.5.2 RC1
-'281b639-6baa1d3-ef66a77-d866f25-f36d45f' = 'LO-3.6',  # 3.5.2 RC2 / Final
+'1488b14-519dc6f-43021d0-52136ea-8d338cc' = 'LO-4.0',  # 3.5.2 RC1
+'281b639-6baa1d3-ef66a77-d866f25-f36d45f' = 'LO-4.0',  # 3.5.2 RC2 / Final
 
 # 3.5.3 versions
 '21cb047-d7e6025-9ba54fc-b4a51a8-f42372b' = 'LO-3.6',  # 3.5.3 RC1
@@ -159,8 +159,8 @@ $update_versions = array(
 'e29a214-2bbed72-0621de6-a97528c-8f066d' = 'LO-4.0',  # 3.6.1.2 / Final
 
 # 3.6.2 versions
-'ba822cc-88e2710-134b205-7cd8c5c-680b12' = 'LO-3.6',  # 3.6.2.1
-'da8c1e6-fd468f4-454e206-f42a4a9-143cfd' = 'LO-3.6',  # 3.6.2.2 / Final
+'ba822cc-88e2710-134b205-7cd8c5c-680b12' = 'LO-4.0',  # 3.6.2.1
+'da8c1e6-fd468f4-454e206-f42a4a9-143cfd' = 'LO-4.0',  # 3.6.2.2 / Final
 
 # 3.6.3 versions
 'f8fce0b-300fad7-0c1a2b6-334b928-da36a9' = 'LO-3.6',  # 3.6.3.1
@@ -186,7 +186,11 @@ $update_versions = array(
 
 # 4.0.1 versions
 '2c0c17a6e4bee0ee28131ea4bdc47edc700d659' = 'LO-4.0',  # 4.0.1 RC1
-#'84102822e3d61eb989ddd325abf1ac077904985' = 'LO-4.0',  # 4.0.1 RC2 / 
Final
+'84102822e3d61eb989ddd325abf1ac077904985' = 'LO-4.0',  # 4.0.1 RC2 / Final
+
+# 4.0.2 versions
+'7e5467ff8f30d821f4fbf69cb2769163eb64c2c' = 'LO-4.0',  # 4.0.2 RC1
+#'4c82dcdd6efcd48b1d8bba66bfe1989deee49c3' = 'LO-4.0',  # 4.0.2 RC2 / 
Final
 );
 
 # Descriptions of the target versions
@@ -206,9 +210,9 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.5',
   'substitute'  = true ),
 
-'LO-4.0' = array('gitid'   = 
'84102822e3d61eb989ddd325abf1ac077904985',
-  'id'  = 'LibreOffice 4.0.1',
-  'version' = '4.0.1',
+'LO-4.0' = array('gitid'   = 
'4c82dcdd6efcd48b1d8bba66bfe1989deee49c3',
+  'id'  = 'LibreOffice 4.0.2',
+  'version' = '4.0.2',
   'update_type' = 'text/html',
   'update_src'  = 'http://www.libreoffice.org/download/'),
 );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-03-08 Thread Jan Holesovsky
 check.php |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

New commits:
commit 21692724c7e8ba3cdb9b583e79a4f4dc48595d40
Author: Jan Holesovsky ke...@suse.cz
Date:   Fri Mar 8 16:55:46 2013 +0100

Offer update to 4.0.1.

diff --git a/check.php b/check.php
index 72a0dde..5a0243e 100644
--- a/check.php
+++ b/check.php
@@ -116,8 +116,8 @@ $update_versions = array(
 '7e68ba2-a744ebf-1f241b7-c506db1-7d53735' = 'LO-4.0',  # 3.5.0 RC3 / Final
 
 # 3.5.1 versions
-'45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' = 'LO-3.6',  # 3.5.1 RC1
-'dc9775d-05ecbee-0851ad3-1586698-727bf66' = 'LO-3.6',  # 3.5.1 RC2 / Final
+'45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' = 'LO-4.0',  # 3.5.1 RC1
+'dc9775d-05ecbee-0851ad3-1586698-727bf66' = 'LO-4.0',  # 3.5.1 RC2 / Final
 
 # 3.5.2 versions
 '1488b14-519dc6f-43021d0-52136ea-8d338cc' = 'LO-3.6',  # 3.5.2 RC1
@@ -155,8 +155,8 @@ $update_versions = array(
 '932b512-69e3009-7a10e5c-fc86223-a55908' = 'LO-4.0',  # 3.6.0 RC4 / Final
 
 # 3.6.1 versions
-'4db6344-f0536b8-bbcdb32-f398e1b-f43716' = 'LO-3.6',  # 3.6.1.1
-'e29a214-2bbed72-0621de6-a97528c-8f066d' = 'LO-3.6',  # 3.6.1.2 / Final
+'4db6344-f0536b8-bbcdb32-f398e1b-f43716' = 'LO-4.0',  # 3.6.1.1
+'e29a214-2bbed72-0621de6-a97528c-8f066d' = 'LO-4.0',  # 3.6.1.2 / Final
 
 # 3.6.2 versions
 'ba822cc-88e2710-134b205-7cd8c5c-680b12' = 'LO-3.6',  # 3.6.2.1
@@ -181,8 +181,12 @@ $update_versions = array(
 '527dba6f6e0cfbbc71bd6e7b88a52699bb48799' = 'LO-4.0', # 4.0.0 RC1
 '408fe71bd18616c467b3dcd7ab6756528ffcae2' = 'LO-4.0', # 4.0.0 RC2
 '5991f37846fc3763493029c4958b57282c2597e' = 'LO-4.0', # 4.0.0 RC2 
(Windows)
-#'7545bee9c2a0782548772a21bc84a9dcc583b89' = 'LO-4.0', # 4.0.0 RC3 / Final
-#'53fd80e80f44edd735c18dbc5b6cde811e0a15c' = 'LO-4.0', # 4.0.0 RC3 / 
Final (MacOSX)
+'7545bee9c2a0782548772a21bc84a9dcc583b89' = 'LO-4.0', # 4.0.0 RC3 / Final
+'53fd80e80f44edd735c18dbc5b6cde811e0a15c' = 'LO-4.0', # 4.0.0 RC3 / Final 
(MacOSX)
+
+# 4.0.1 versions
+'2c0c17a6e4bee0ee28131ea4bdc47edc700d659' = 'LO-4.0',  # 4.0.1 RC1
+#'84102822e3d61eb989ddd325abf1ac077904985' = 'LO-4.0',  # 4.0.1 RC2 / 
Final
 );
 
 # Descriptions of the target versions
@@ -202,10 +206,9 @@ $update_map = array(
   'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.6.5',
   'substitute'  = true ),
 
-'LO-4.0' = array('gitid'   = 
'7545bee9c2a0782548772a21bc84a9dcc583b89',
-  'gitidMacOSX' = 
'53fd80e80f44edd735c18dbc5b6cde811e0a15c',
-  'id'  = 'LibreOffice 4.0.0',
-  'version' = '4.0.0',
+'LO-4.0' = array('gitid'   = 
'84102822e3d61eb989ddd325abf1ac077904985',
+  'id'  = 'LibreOffice 4.0.1',
+  'version' = '4.0.1',
   'update_type' = 'text/html',
   'update_src'  = 'http://www.libreoffice.org/download/'),
 );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-02-15 Thread Jan Holesovsky
 check.php |   51 ++-
 1 file changed, 18 insertions(+), 33 deletions(-)

New commits:
commit f27bdd3126e6489167dfbfe5a8d093b6385b9451
Author: Jan Holesovsky ke...@suse.cz
Date:   Fri Feb 15 16:07:15 2013 +0100

3.5 discontinued: 3.5.0 updates to 4.0.0, the rest to 3.6.5.

3.6.0 updates to 4.0.0 too, as agreed on ESC.

diff --git a/check.php b/check.php
index 65755ce..72a0dde 100644
--- a/check.php
+++ b/check.php
@@ -107,13 +107,13 @@ $localize_map = array(
 $update_versions = array(
 ##
 # 3.5.0 versions
-'7362ca8-b5a8e65-af86909-d471f98-61464c4' = 'LO-3.6',  # 3.5.0 Beta1
-'8589e48-760cc4d-f39cf3d-1b2857e-60db978' = 'LO-3.6',  # 3.5.0 Beta2
-'da8462e-760cc4d-f39cf3d-1b2857e-60db978' = 'LO-3.6',  # 3.5.0 Beta2 
(MacOSX)
-'e40af8c-10029e3-615e522-88673a2-727f724' = 'LO-3.6',  # 3.5.0 Beta3
-'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' = 'LO-3.6',  # 3.5.0 RC1
-'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' = 'LO-3.6',  # 3.5.0 RC2
-'7e68ba2-a744ebf-1f241b7-c506db1-7d53735' = 'LO-3.6',  # 3.5.0 RC3 / Final
+'7362ca8-b5a8e65-af86909-d471f98-61464c4' = 'LO-4.0',  # 3.5.0 Beta1
+'8589e48-760cc4d-f39cf3d-1b2857e-60db978' = 'LO-4.0',  # 3.5.0 Beta2
+'da8462e-760cc4d-f39cf3d-1b2857e-60db978' = 'LO-4.0',  # 3.5.0 Beta2 
(MacOSX)
+'e40af8c-10029e3-615e522-88673a2-727f724' = 'LO-4.0',  # 3.5.0 Beta3
+'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' = 'LO-4.0',  # 3.5.0 RC1
+'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' = 'LO-4.0',  # 3.5.0 RC2
+'7e68ba2-a744ebf-1f241b7-c506db1-7d53735' = 'LO-4.0',  # 3.5.0 RC3 / Final
 
 # 3.5.1 versions
 '45a2874-aa8c38d-dff3b9c-def3dbd-62463c8' = 'LO-3.6',  # 3.5.1 RC1
@@ -137,23 +137,22 @@ $update_versions = array(
 '7122e39-92ed229-498d286-15e43b4-d70da21' = 'LO-3.6',  # 3.5.5 RC3 / Final
 
 # 3.5.6 versions
-'9cb76c3-dcba98b-297ab39-994e618-0f858f0' = 'LO-3.5',  # 3.5.6 RC1
-'e0fbe70-5879838-a0745b0-0cd1158-638b327' = 'LO-3.5',  # 3.5.6 RC2 / Final
+'9cb76c3-dcba98b-297ab39-994e618-0f858f0' = 'LO-3.6',  # 3.5.6 RC1
+'e0fbe70-5879838-a0745b0-0cd1158-638b327' = 'LO-3.6',  # 3.5.6 RC2 / Final
 
 # 3.5.7 versions
-'3fa2330-e49ffd2-90d118b-705e248-051e21c' = 'LO-3.5',  # 3.5.7 RC1
-# To be uncommented when we abandon 3.5, and redirect everything to 3.6
-#'3215f89-f603614-ab984f2-7348103-1225a5b' = 'LO-3.5',  # 3.5.7 RC2 / 
Final
+'3fa2330-e49ffd2-90d118b-705e248-051e21c' = 'LO-3.6',  # 3.5.7 RC1
+'3215f89-f603614-ab984f2-7348103-1225a5b' = 'LO-3.6',  # 3.5.7 RC2 / Final
 
 ##
 # 3.6.0 versions
-'1f1cdd8-e28082e-41df8bf-b153627-a97a84' = 'LO-3.6',  # 3.6.0 Beta1
-'f010139-41cc8cc-da4127d-d2bb4b0-f433b8' = 'LO-3.6',  # 3.6.0 Beta2
-'3e2b862-dd05a58-d67668b-8ec3f67-dfb62d' = 'LO-3.6',  # 3.6.0 Beta3
-'73f9fb6-115b9dc-d7b744e-21dd070-d656a7' = 'LO-3.6',  # 3.6.0 RC1
-'815c576-a5d8898-9df72e7-b4d87fe-96ce64' = 'LO-3.6',  # 3.6.0 RC2
-'61d5034-02759b5-145085a-056ecdd-4e8a3e' = 'LO-3.6',  # 3.6.0 RC3
-'932b512-69e3009-7a10e5c-fc86223-a55908' = 'LO-3.6',  # 3.6.0 RC4 / Final
+'1f1cdd8-e28082e-41df8bf-b153627-a97a84' = 'LO-4.0',  # 3.6.0 Beta1
+'f010139-41cc8cc-da4127d-d2bb4b0-f433b8' = 'LO-4.0',  # 3.6.0 Beta2
+'3e2b862-dd05a58-d67668b-8ec3f67-dfb62d' = 'LO-4.0',  # 3.6.0 Beta3
+'73f9fb6-115b9dc-d7b744e-21dd070-d656a7' = 'LO-4.0',  # 3.6.0 RC1
+'815c576-a5d8898-9df72e7-b4d87fe-96ce64' = 'LO-4.0',  # 3.6.0 RC2
+'61d5034-02759b5-145085a-056ecdd-4e8a3e' = 'LO-4.0',  # 3.6.0 RC3
+'932b512-69e3009-7a10e5c-fc86223-a55908' = 'LO-4.0',  # 3.6.0 RC4 / Final
 
 # 3.6.1 versions
 '4db6344-f0536b8-bbcdb32-f398e1b-f43716' = 'LO-3.6',  # 3.6.1.1
@@ -196,20 +195,6 @@ $update_versions = array(
 #   where 'type' and 'lang' will be substitued with the right value
 #   NOTE: '' in the URL has to be escaped as amp;
 $update_map = array(
-'LO-3.5' = array('gitid'   = 
'3215f89-f603614-ab984f2-7348103-1225a5b',
-  'id'  = 'LibreOffice 3.5.7',
-  'version' = '3.5.7',
-  'update_type' = 'text/html',
-  'update_src'  = 
'http://www.libreoffice.org/download/?type=typeamp;lang=langamp;version=3.5.7',
-  'substitute'  = true ),
-
-# To be uncommented when 3.5.7 RC2 is out, to get updates from 3.5.7 RC1
-#'LO-3.5-pre' = array('gitid'   = '',
-#  'id'  = 'LibreOffice 3.5.7 RC2',
-#  'version' = '3.5.7 RC2',
-#  'update_type' = 'text/html',
-#  'update_src'  = 
'http://www.libreoffice.org/download/pre-releases/'),
-
 'LO-3.6' = array('gitid'   = 
'5b93205-6e6b3fc-7830f6d-c08ad66-1d9bf4',
   'id'  = 'LibreOffice 3.6.5',
   'version' = '3.6.5',