From 5650b79c81a02d82a7f9366758b9ae969378dda9 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Tue, 6 Mar 2018 15:11:25 +0100 Subject: [PATCH 1/3] listupgrade: Add service restart notification for libstdc++6 --- listupgrade/templates/listupgrade.sh.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/listupgrade/templates/listupgrade.sh.j2 b/listupgrade/templates/listupgrade.sh.j2 index 46d5c005..50a444b0 100644 --- a/listupgrade/templates/listupgrade.sh.j2 +++ b/listupgrade/templates/listupgrade.sh.j2 @@ -163,6 +163,9 @@ for pkg in $packagesParsable; do elif [ "$pkg" = "libc6" ]; then echo "Tous les services (mise à jour de libc6)." >$servicesToRestart break + elif [ "$pkg" = "libstdc++6" ]; then + echo "Tous les services (mise à jour de libstdc++6)." >$servicesToRestart + break elif echo "$pkg" |grep -q "^libssl"; then echo "Tous les services (mise à jour de libssl)." >$servicesToRestart break From 602c9fbf3bb6374e643c16e8bceedacab49054f5 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Tue, 6 Mar 2018 15:13:51 +0100 Subject: [PATCH 2/3] listupgrade: Add service restart notification for squid --- listupgrade/templates/listupgrade.sh.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/listupgrade/templates/listupgrade.sh.j2 b/listupgrade/templates/listupgrade.sh.j2 index 50a444b0..c8e6f335 100644 --- a/listupgrade/templates/listupgrade.sh.j2 +++ b/listupgrade/templates/listupgrade.sh.j2 @@ -159,6 +159,8 @@ for pkg in $packagesParsable; do echo "HAProxy" >>$servicesToRestart elif [ "$pkg" = "varnish" ]; then echo "Varnish" >>$servicesToRestart + elif [ "$pkg" = "squid" ]; then + echo "Squid" >>$servicesToRestart elif [ "$pkg" = "libc6" ]; then echo "Tous les services (mise à jour de libc6)." >$servicesToRestart From 2e375b950626b4be4fb7f7b8fb7ba56183ad6b4e Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 6 Apr 2018 10:42:32 +0200 Subject: [PATCH 3/3] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d262e8..c57426f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The **patch** part changes incrementally at each release. * etc-git: add tags for Ansible * evolinux-base: install ncurses-term package * haproxy: install Munin plugins +* listupgrade: add service restart notification for Squid and libstdc++6 * minifirewall: add "check_minifirewall" Nagios plugin (and `minifirewall_status` script) * mysql-oracle: new role to install MySQL 5.7 with Oracle packages * mysql: remount /usr before creating scripts directory