From 384b6bcac90cb82bf7082f9ae1e2691fbf0b4e43 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 20 Jul 2024 13:55:51 +0200 Subject: [PATCH] fix(news): Make curl fail on http server errors responses when checking for recent news (#220) This commit makes curl fail on HTTP server error responses (e.g. archlinux.org is down or under huge loads, responding http error code 504, 502, etc...). This is to prevent getting wrongly formatted news list in such scenarios, resulting in an unexpected error and incorrectly formatted news display. --- po/arch-update.pot | 8 ++++---- po/fr.po | 14 +++++++------- src/script/arch-update.sh | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/po/arch-update.pot b/po/arch-update.pot index 4870f4f..7ecdee0 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -241,7 +241,7 @@ msgstr "" #: src/script/arch-update.sh:362 #, sh-format msgid "" -"Unable to retrieve recent Arch News within a reasonable time (request " +"Unable to retrieve recent Arch News (HTTP error response or request " "timeout)\\nPlease, look for any recent news at https://archlinux.org before " "updating your system" msgstr "" @@ -278,9 +278,9 @@ msgstr "" #: src/script/arch-update.sh:425 #, sh-format msgid "" -"Unable to retrieve the selected Arch News within a reasonable time (possibly " -"because of a slow or faulty network connection)\\nPlease, read the selected " -"Arch News at ${news_url} before updating your system" +"Unable to retrieve the selected Arch News (HTTP error response or request " +"timeout)\\nPlease, read the selected Arch News at ${news_url} before " +"updating your system" msgstr "" #: src/script/arch-update.sh:430 diff --git a/po/fr.po b/po/fr.po index 61dd53a..ac4e3eb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -269,11 +269,11 @@ msgstr "Recherche des Arch News récentes..." #: src/script/arch-update.sh:362 #, sh-format msgid "" -"Unable to retrieve recent Arch News within a reasonable time (request " +"Unable to retrieve recent Arch News (HTTP error response or request " "timeout)\\nPlease, look for any recent news at https://archlinux.org before " "updating your system" msgstr "" -"Impossible de récupérer les Arch News récentes dans un délai raisonnable (délai " +"Impossible de récupérer les Arch News récentes (réponse HTTP en erreur ou délai " "d'attente de la demande dépassé)\\nVeuillez consultez les dernières " "news à l'adresse suivante avant de mettre à jour votre système : https://archlinux.org" @@ -313,12 +313,12 @@ msgstr "" #: src/script/arch-update.sh:425 #, sh-format msgid "" -"Unable to retrieve the selected Arch News within a reasonable time (possibly " -"because of a slow or faulty network connection)\\nPlease, read the selected " -"Arch News at ${news_url} before updating your system" +"Unable to retrieve the selected Arch News (HTTP error response or request " +"timeout)\\nPlease, read the selected Arch News at ${news_url} before " +"updating your system" msgstr "" -"Impossible de récupérer la news sélectionnée dans un délai raisonnable (possiblement " -"à cause d'une connexion réseau lente ou défectueuse)\\nVeuillez consultez la news sélectionnée " +"Impossible de récupérer la news sélectionnée (réponse HTTP en erreur ou délai d'attente " +"de la demande dépassé)\\nVeuillez consultez la news sélectionnée " "à l'adresse suivante avant de mettre à jour votre système : ${news_url}" #: src/script/arch-update.sh:430 diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index 599ec17..b7b5c9f 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -355,11 +355,11 @@ list_packages() { # Definition of the list_news function: Display the latest Arch news and offers to read them list_news() { info_msg "$(eval_gettext "Looking for recent Arch News...")" - news=$(curl -m 30 -Ls https://www.archlinux.org/news || echo "timeout") + news=$(curl -m 30 -Lfs https://www.archlinux.org/news || echo "timeout") if [ "${news}" == "timeout" ]; then echo - warning_msg "$(eval_gettext "Unable to retrieve recent Arch News within a reasonable time (request timeout)\nPlease, look for any recent news at https://archlinux.org before updating your system")" + warning_msg "$(eval_gettext "Unable to retrieve recent Arch News (HTTP error response or request timeout)\nPlease, look for any recent news at https://archlinux.org before updating your system")" else if [ -z "${show_news}" ]; then echo "${news}" | htmlq -a title a | grep ^"View:" | sed "s/View:\ //g" | head -1 > "${statedir}/current_news_check" @@ -418,11 +418,11 @@ list_news() { news_selected=$(sed -n "${num}"p <<< "${news_titles}") news_path=$(echo "${news_selected}" | sed s/\ -//g | sed s/\ /-/g | sed s/[.]//g | sed s/=//g | sed s/\>//g | sed s/\