Skip to content

Commit

Permalink
SOGo is now available on Debian 12 (bookworm). Thanks to SOGo team.
Browse files Browse the repository at this point in the history
  • Loading branch information
iredmail committed Aug 7, 2023
1 parent 5fd0819 commit f5e6121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
iRedMail-1.6.4:
* Supports new distribution release:
- Debian 12 (Bookworm). Notes:
- Both Debian 11 and 12 are supported, but 12 is now recommended.
- SOGo Groupware is not yet available on Debian 12 because SOGo
team does not offer binary packages for Debian 12 yet.
- Debian 12 (Bookworm). Note: Both Debian 11 and 12 are supported,
but 12 is now recommended.

* Install PHP 8.0 from official AppStream repo on CentOS / Rocky / AlmaLinux 8.
* SOGo Groupware is now available on CentOS Stream 9, Rocky Linux 9,
Expand Down
5 changes: 1 addition & 4 deletions dialog/web_applications.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ if [ X"${DISABLE_WEB_SERVER}" != X'YES' ]; then
export DIALOG_SELECTABLE_SOGO='NO'
fi

if [ X"${DISTRO}" == X"DEBIAN" -a X"${DISTRO_VERSION}" == X'12' ]; then
# SOGo team doesn't offer binary packages yet.
export DIALOG_SELECTABLE_SOGO='NO'
elif [ X"${DISTRO}" == X'OPENBSD' ]; then
if [ X"${DISTRO}" == X'OPENBSD' ]; then
# OpenBSD doesn't have 'libuuid' which required by netdata
export DIALOG_SELECTABLE_NETDATA='NO'
fi
Expand Down

0 comments on commit f5e6121

Please sign in to comment.