listupgrade: upstream release 23.03.3
This commit is contained in:
parent
50216eb5c7
commit
70d34ac18d
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
* bind: refactor role
|
||||
* elasticsearch: Disable garabge collector logging (JDK >= 9)
|
||||
* evolinux-users: Update sudoers template to remove commands allowed without password
|
||||
* listupgrade: upstream release 23.03.2
|
||||
* listupgrade: upstream release 23.03.3
|
||||
* nagios-nrpe : Rewrite `check_vrrpd` for a better check (check `rp_filter`, `vrrpd` and `uvrrpd` compatible, use arguments, …)
|
||||
* openvpn: Change `check_openvpn` destination file to comply with recent EvoBSD change
|
||||
* postfix: come back to default value of `notify_classes` for pack mails.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# - 60 : current release is not in the $r_releases list
|
||||
# - 70 : at least an upgradable package is not in the $r_packages list
|
||||
|
||||
VERSION="23.03.2"
|
||||
VERSION="23.03.3"
|
||||
|
||||
show_version() {
|
||||
cat <<END
|
||||
|
@ -263,7 +263,7 @@ main() {
|
|||
echo "MySQL" >>"${servicesToRestart}"
|
||||
elif echo "${pkg}" | grep -q "^mariadb-server"; then
|
||||
echo "MariaDB" >>"${servicesToRestart}"
|
||||
elif echo "${pkg}" | grep -qE "^postgresql-[[:digit:]]+\.[[:digit:]]+$"; then
|
||||
elif echo "${pkg}" | grep -qE "^postgresql-[[:digit:]]+(\.[[:digit:]]+)?$"; then
|
||||
echo "PostgreSQL" >>"${servicesToRestart}"
|
||||
elif echo "${pkg}" | grep -qE "^tomcat[[:digit:]]+$"; then
|
||||
echo "Tomcat" >>"${servicesToRestart}"
|
||||
|
|
Loading…
Reference in a new issue