From 4664c8f9f96feefa77e20575c3c1097dd33ba85b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 22 Jan 2025 10:43:29 -0800 Subject: Switch http: links to https: (mga#33949) --- autobuild/results.php | 4 ++-- conf.php | 2 +- index.php | 2 +- js/pkgsubmit.js | 4 ++-- lib.php | 2 +- log_files.php | 6 +++--- maintainers.php | 4 ++-- maintdb.php | 6 +++--- non-mandatory.php | 2 +- themes/mageia/page_footer.php | 2 +- themes/mageia/page_header.php | 8 ++++---- unmaintained.php | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/autobuild/results.php b/autobuild/results.php index 017be2d..4d12aec 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -1,6 +1,6 @@ - +
diff --git a/conf.php b/conf.php index 88f89ab..c383a9d 100644 --- a/conf.php +++ b/conf.php @@ -9,7 +9,7 @@ * @author Romain d'Alverny * @author Michael Scherer * - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the diff --git a/index.php b/index.php index 7ee82ff..249825b 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,7 @@ * @author Romain d'Alverny * @author Michael Scherer * - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the diff --git a/js/pkgsubmit.js b/js/pkgsubmit.js index 80b13f8..1172ba9 100644 --- a/js/pkgsubmit.js +++ b/js/pkgsubmit.js @@ -5,7 +5,7 @@ * @copyright Copyright (C) 2012 Mageia.Org * * @author Romain d'Alverny - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the @@ -247,4 +247,4 @@ $(function () { $('.status-link').on("click", build_log_files_list); $("table#submitted-packages tbody").on("click", "tr td li a.view-inline", show_log_file); -}); \ No newline at end of file +}); diff --git a/lib.php b/lib.php index ad5e5ab..35d0d92 100644 --- a/lib.php +++ b/lib.php @@ -9,7 +9,7 @@ * @author Romain d'Alverny * @author Michael Scherer * - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the diff --git a/log_files.php b/log_files.php index 70af1cc..2b80dea 100644 --- a/log_files.php +++ b/log_files.php @@ -6,7 +6,7 @@ * @copyright Copyright (C) 2012 Mageia.Org * * @author Romain d'Alverny - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the @@ -84,7 +84,7 @@ echo sprintf('

%s

', $job), * @return string * * @author yatsynych - * @link http://www.php.net/manual/fr/function.filesize.php#106935 + * @link https://www.php.net/manual/fr/function.filesize.php#106935 */ function _format_bytes($a_bytes) { @@ -116,7 +116,7 @@ function _format_bytes($a_bytes) * @return array * * @author Mike - * @link http://www.php.net/manual/fr/function.glob.php#106595 + * @link https://www.php.net/manual/fr/function.glob.php#106595 * * Does not support flag GLOB_BRACE * diff --git a/maintainers.php b/maintainers.php index 77b43c5..e215e00 100644 --- a/maintainers.php +++ b/maintainers.php @@ -8,7 +8,7 @@ * @copyright Copyright (C) 2012 Mageia.Org * * @author Romain d'Alverny - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the @@ -132,4 +132,4 @@ $rows = implode(",\n", $rows); - \ No newline at end of file + diff --git a/maintdb.php b/maintdb.php index 7998558..b268412 100644 --- a/maintdb.php +++ b/maintdb.php @@ -1,7 +1,7 @@ diff --git a/themes/mageia/page_header.php b/themes/mageia/page_header.php index eb0f835..746b19b 100644 --- a/themes/mageia/page_header.php +++ b/themes/mageia/page_header.php @@ -5,7 +5,7 @@ <?php echo strip_tags($title); ?> - + @@ -22,7 +22,7 @@ if (!isset($_GET['package'])) { $unmaintained_count = file_exists($unmaintained_file) ? count(file($unmaintained_file)) : 0; $missing_deps = sprintf('', - 'http://check.mageia.org/cauldron/dependencies.html' + 'https://check.mageia.org/cauldron/dependencies.html' ); if ($unmaintained_count > 0) { @@ -39,7 +39,7 @@ if (!isset($_GET['package'])) { $figures_list[] = sprintf('Some updates to validate %s', - 'http://madb.mageia.org/tools/updates', + 'https://madb.mageia.org/tools/updates', 'https://wiki.mageia.org/en/QA_process_for_validating_updates', 'YES you can help!', 'see how' ); @@ -56,7 +56,7 @@ if (!isset($_GET['package'])) {