sogo
The source is downloaded from the project's official domain (sogo.nu), which hosts the upstream project's releases; building from official project sources is standard AUR practice and not inherently dangerous.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The source is downloaded from the project's official domain (sogo.nu), which hosts the upstream project's releases; building from official project sources is standard AUR practice and not inherently dangerous.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:41
source=("https://packages.sogo.nu/sources/SOGo-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Deon Spengler <deon at spengler dot co dot za>
# Contributor: DJ Lucas <dj_AT_linuxfromscratch_DOT_ort>
# Contributor: Steven Hiscocks <steven [at] hiscocks [dot] me [dot] uk>
# Contributor: Andre Wayand <aur-sogo@awayand.sleepmail.com>
pkgname=sogo
pkgdesc="groupware server built around OpenGroupware.org (OGo) and the SOPE application server"
pkgver=5.12.9
pkgrel=1
arch=('x86_64')
url="http://www.sogo.nu/"
license=('GPL-2.0-or-later')
options=('!strip')
replaces=('sogo2')
install=sogo.install
makedepends=('gcc-objc'
'gnustep-make')
depends=("sope>=${pkgver}"
'gnustep-base'
'libmemcached'
'memcached'
'libwbxml>=0.11.7-2'
'mariadb-libs'
'postgresql-libs'
'inetutils'
'libsodium'
'libytnef'
'libzip'
'oath-toolkit')
optdepends=('postgresql: run database server for sogo locally'
'mariadb: run database server for sogo locally'
'openldap: run directory server for sogo locally'
'postfix: run smtp server for sogo locally'
'dovecot: run imap server for sogo locally'
'courier-imap: run imap server for sogo locally'
'nginx: webserver to provide web interface locally'
'apache: webserver to provide web interface locally'
'lighttpd: webserver to provide web interface locally')
backup=('etc/sogo/sogo.conf'
'etc/httpd/conf/extra/SOGo.conf'
'etc/conf.d/sogo')
source=("https://packages.sogo.nu/sources/SOGo-${pkgver}.tar.gz"
"sogo.service"
"sogo.confd")
sha512sums=('cd9a27d99517dd94069425b8ce824b51dec22a7cf54c2e2b313a30ad21b988379717215bf4bc473dae3aac1879f599328a5f5d07eb5c7eadc4c768bb84c0288a'
'73de6719ba3c17fb03dba4c7390f1e99ac4adff4c3413b6031ebb807fcef8a3f5eb0b8e3767a9560c2106b2f3470447b52803f5bd2f562b382e99c6382be2879'
'51803a53f5ae32017281e3c891ae21c126a6adc10529669bd659cc4bffaeaae46a59db34c0c97bbc83e9e3be5e619e4ced170e18b31c1267d3c14ce20b54ccf4')
build() {
cd "SOGo-${pkgver}"
./configure --prefix=$(gnustep-config --variable=GNUSTEP_SYSTEM_ROOT) --disable-debug --enable-mfa
make
}
package() {
cd "SOGo-${pkgver}"
make install DESTDIR="${pkgdir}"
install -D -m 0644 "${srcdir}"/sogo.service \
"${pkgdir}"/usr/lib/systemd/system/sogo.service
install -D -m 0600 "${srcdir}"/SOGo-${pkgver}/Scripts/sogo.conf \
"${pkgdir}"/etc/sogo/sogo.conf
install -D -m 0644 "${srcdir}"/SOGo-${pkgver}/Apache/SOGo.conf \
"${pkgdir}"/etc/httpd/conf/extra/SOGo.conf
install -D -m 0644 "${srcdir}"/SOGo-${pkgver}/Scripts/logrotate \
"${pkgdir}"/etc/logrotate.d/sogo
install -d -m 0755 "${pkgdir}"/usr/lib/sogo/scripts
install -m 0755 "${srcdir}"/SOGo-${pkgver}/Scripts/sql-*.sh \
"${pkgdir}"/usr/lib/sogo/scripts/
install -D -m 0644 "${srcdir}"/sogo.confd \
"${pkgdir}"/etc/conf.d/sogo
cd "${srcdir}/SOGo-${pkgver}/ActiveSync"
make PYTHON=/usr/bin/python2 install DESTDIR="${pkgdir}" GNU_SYSTEM_ADMIN_TOOLS="/usr/bin"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |