Port details |
- sogo Groupware server with a focus on scalability and open standards
- 5.11.0 www =6 5.11.0Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2015-09-23 05:30:31
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: postfix, teamspeak3-server, roundcube-php82, nginx, fetchmail
- Also Listed In: gnustep
- License: GPLv2
- WWW:
- https://sogo.nu/
- Description:
- SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- sogo[2-4]-activesync
- sogo[2-4]
- To install the port:
- cd /usr/ports/www/sogo/ && make install clean
- To add the package, run one of these commands:
- pkg install www/sogo
- pkg install sogo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sogo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725913165
SHA256 (SOGo-5.11.0.tar.gz) = 02fa4b7342a26af0ed12416e22a6dc74fde8c97ee8fb81e8a004fc7dccc9b858
SIZE (SOGo-5.11.0.tar.gz) = 35368110
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- www/sogo-activesync
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- gnustep-make>0 : devel/gnustep-make
- clang15 : devel/llvm15
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- zip : archivers/zip
- Library dependencies:
-
- libmemcached.so : databases/libmemcached
- libcurl.so : ftp/curl
- libsodium.so : security/libsodium
- libzip.so : archivers/libzip
- libDOM.so : devel/sope
- libytnef.so : converters/ytnef
- liboath.so : security/oath-toolkit
- libintl.so : devel/gettext-runtime
- libgnustep-base.so : lang/gnustep-base
- libobjc.so.4.6 : lang/libobjc2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sogo-5.11.0:
ACTIVESYNC=off: Enable support for ActiveSync protocol
MFA=on: Enable support for multi-factor authentication
SAML2=off: Enable support for SAML2 authentication
===> Use 'make config' to modify these settings
- Options name:
- www_sogo
- USES:
- cpe gettext-runtime gnustep objc pkgconfig shebangfix ssl
- pkg-message:
- For install:
- SOGo 5 was installed
1) if you are updated sogo from version < 5.6, you must do the following:
drop sogo_sessions_folder table. A new version of this table will be generated
automatically
if you are using nginx, you must change proxy_buffer_size from 4k to 8k. It
avoids "unhandled error response" on webmail login
2) In order to run the sogo daemon (sogod), you will need to create and configure
the main configuration file, e.g.:
# cp -p /usr/local/etc/sogo/sogo.conf.sample /usr/local/etc/sogo/sogo.conf
And to allow the service to run at system startup, add sogod_enable="YES"
in your rc.conf.
3) If you need to allow email alarms (notifications) for calendar events, copy
the sample credentials file:
# cp -p /usr/local/etc/sogo/ealarms-notify.creds.sample \
/usr/local/etc/sogo/ealarms-notify.creds
Then replace the username:password with appropriate credentials for SMTP AUTH
sending capabilities.
Then copy the sample cron executable:
# cp -p /usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
/usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Process email reminders every minute
* * * * * /usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify
4) If you need to automatically purge vacation messages from users sieve scripts,
copy the sample credentials file:
# cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
/usr/local/etc/sogo/expire-autoreply.creds
Then replace the username:password with appropriate credentials for your
IMAP servers' sieve account.
Then copy the sample cron executable:
# cp -p /usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
/usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Vacation messages expiration
# The credentials file should contain the sieve admin credentials (username:passwd)
0 0 * * * /usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply
Additional useful script files are located at /usr/local/share/sogo
For more information about using SOGo, visit:
http://www.sogo.nu/downloads/documentation.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.11.0 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
5.11.0 09 Sep 2024 20:41:12 |
Jose Alonso Cardenas Marquez (acm) Author: Romain Tartière |
www/sogo: Update to 5.11.0
- Fix build with latest version of textproc/libwbxml [1]
PR: 280686 281328
Reported by: romain, Martin Waschbüsch <martin __at__ waschbuesch.de> [1] |
5.10.0_2 15 Aug 2024 10:55:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/libwbxml: Move textproc/wbxml2 to textproc/libwbxml
- Update WWW
- Update pkg-descr
- Bump PORTREVISION of dependent ports for dependency change
- Take maintainership |
5.10.0_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
5.10.0 27 Mar 2024 22:19:37 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Update to 5.10.0
- Now sogo installs additional useful script files at /usr/local/share/sogo |
5.9.1 05 Jan 2024 21:13:03 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Update to 5.9.1
ChangeLog at: https://github.com/Alinto/sogo/releases/tag/SOGo-5.9.1 |
5.9.0 30 Sep 2023 00:39:50 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Update to 5.9.0
ChangeLog at: https://github.com/Alinto/sogo/blob/master/CHANGELOG.md#changelog |
5.8.4 05 Aug 2023 18:55:50 |
Muhammad Moinur Rahman (bofh) |
www/sogo{-activesync}: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
5.8.4 16 Jul 2023 06:22:41 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Update to 5.8.4
ChangeLog at: https://github.com/Alinto/sogo/blob/master/CHANGELOG.md#changelog |
5.8.3 31 May 2023 15:17:51 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Update to 5.8.3
ChangeLog at: https://github.com/Alinto/sogo/releases/tag/SOGo-5.8.3 |
5.8.0 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
5.8.0 01 May 2023 11:20:47 |
Muhammad Moinur Rahman (bofh) |
www/sogo: Fix build on HEAD and pkg-plist
Approved by: portmgr (blanket) |
5.8.0 12 Jan 2023 21:01:06 |
Jose Alonso Cardenas Marquez (acm) Author: Martin Waschbüsch |
www/sogo: Update to 5.8.0
- Fix build on armv7 arm64
- www/sogo-activesync: Fix issues on login time
- Makefile clean up
PR: 267607 267694 268591 268592
Reported by: Robert Clausecker <fuz at fuz.su>, Martin Waschbüsch <martin at
waschbuesch.de>, bugreporter01 at freebox.dk |
5.7.1 31 Oct 2022 05:52:53 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.7.1
ChangeLog at: https://github.com/Alinto/sogo/blob/master/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.7.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.7.0_2 05 Aug 2022 17:58:34 |
Bernard Spil (brnrd) |
archivers/libzip: Bump PORTREVISION on dependent ports |
5.7.0_1 11 Jul 2022 04:41:07 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Add entry to pkg-message
- A new entry to pkg-message with intructions for turn out issues on latest
update of sogo (thanks to topical _at_ gmx.net)
- Bump PORTREVISION
PR: 264781
Reported by: sfaveur _at_ mdncapital.com |
5.7.0 18 Jun 2022 07:12:34 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Update to 5.7.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
5.6.0 19 May 2022 23:31:13 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.6.0
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-5.6.0 |
5.5.1 10 Feb 2022 00:41:56 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.5.1
ChangeLog at: https://github.com/inverse-inc/sogo/releases |
5.5.0 26 Jan 2022 03:08:18 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.5.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
5.4.0 22 Dec 2021 00:36:35 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.4.0
ChangeLog at: https://github.com/inverse-inc/sogo/releases/tag/SOGo-5.4.0 |
5.3.0 07 Dec 2021 00:45:15 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.3.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
5.2.0 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
5.2.0 21 Oct 2021 15:41:01 |
Stefan Eßer (se) |
www/sogo: Add CPE information
Approved by: portmgr (blanket) |
5.2.0 22 Aug 2021 01:43:17 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: devel/sope: update to 5.2.0 |
5.1.1_1 21 Jul 2021 19:12:30 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: Fix issues on FreeBSD 13.x
PR: 255124
Reported by: info at babaei.net |
5.1.1 14 Jun 2021 22:18:19 |
Jose Alonso Cardenas Marquez (acm) |
devel/sope: www/sogo: Update to 5.1.1
Security: 69815a1d-c31d-11eb-9633-b42e99a1b9c3 |
5.1.0 19 May 2021 23:12:08 |
Jose Alonso Cardenas Marquez (acm) |
- www/sogo: update to 5.1.0
ChangeLog at:
https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
5.0.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.1_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
5.0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.1_1 14 Feb 2021 23:21:03 |
nc |
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports. |
5.0.1 24 Dec 2020 17:50:04 |
acm |
- New port: www/sogo
SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
WWW: https://sogo.nu/
PR: 249370
Submitted by: Lars Liedtke <liedtke at punkt.de> |
2.3.8_1 02 May 2016 23:11:47 |
acm |
- Remove www/sogo. It was renamed to www/sogo2 |
2.3.8_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.3.8_1 12 Mar 2016 17:08:45 |
pi |
www/sogo: Fixed the paths in the Apache sample conf file to suit FreeBSD
PR: 207865
Submitted by: Euan Thoms <euan@potensol.com> (maintainer) |
2.3.8 07 Feb 2016 09:59:24 |
pi |
www/sogo: 2.3.6 -> 2.3.8
Changes:
http://sogo.nu/news/2016/article/sogo-v238-released.html
PR: 206968
Submitted by: Euan Thoms <euan@potensol.com> (maintainer) |
2.3.6 20 Jan 2016 13:20:27 |
matthew |
Update to 2.3.6
PR: 206427
Submitted by: euan@potensol.com (maintainer) |
2.3.5 14 Jan 2016 08:04:22 |
miwi |
- Update to 2.3.5
PR: 206189
Submitted by: maintainer |
2.3.4 28 Dec 2015 15:48:47 |
miwi |
- Update to 2.3.4
PR: 205659
Submitted by: maintainer |
2.3.3a 24 Nov 2015 13:33:49 |
amdmi3 |
- Update to 2.3.3a
- While here, use correct target and commands for installation, switch to
options helpers
PR: 204618
Submitted by: euan@potensol.com (maintainer) |
2.3.2_2 25 Oct 2015 06:49:12 |
pi |
www/sogo: fix lots of compiler warnings
PR: 203910
Submitted by: Euan Thoms <euan@potensol.com> (maintainer) |
2.3.2_1 29 Sep 2015 06:17:27 |
bapt |
Bump portrevision after changind the uid/gid of the sogo user |
2.3.2 23 Sep 2015 05:30:13 |
pi |
New port: www/sogo
SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
WWW: http://sogo.nu/
PR: 200750
Submitted by: Euan Thoms <euan@potensol.com> |