summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2021-09-03 13:19:05 +0200
committerDeon Spengler2021-09-03 13:19:05 +0200
commit1860652854b287afb65ca3c15361042162961034 (patch)
tree8931e67b701212111652ddf3d860b2ebc24c72b8
parent8abe2bf347eb3422bde1f685f1783d796594652e (diff)
downloadaur-1860652854b287afb65ca3c15361042162961034.tar.gz
Workaround for libytnef.so not loading automatically
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sogo.service1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9dc06abfb4..9e4c3bea6c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sogo
pkgdesc = groupware server built around OpenGroupware.org (OGo) and the SOPE application server
pkgver = 5.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.sogo.nu/
install = sogo.install
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = sogo
source = sogo.service
source = sogo.confd
sha256sums = 6f738f7f55ec24eba838cd2fee8f3b136d67cd56afd660113c863daa0fb2333a
- sha256sums = 0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c
+ sha256sums = 7565a09d2b9daebaf2814a2bb55bf5bcae4cd3c72426f14a7ad6cd07e337c68b
sha256sums = 8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7
pkgname = sogo
diff --git a/PKGBUILD b/PKGBUILD
index 9ec55a7d0889..219c098a56a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=sogo
pkgdesc="groupware server built around OpenGroupware.org (OGo) and the SOPE application server"
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.sogo.nu/"
license=('GPL')
@@ -40,7 +40,7 @@ source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-${pkgver}.tar.gz"
"sogo.service"
"sogo.confd")
sha256sums=('6f738f7f55ec24eba838cd2fee8f3b136d67cd56afd660113c863daa0fb2333a'
- '0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c'
+ '7565a09d2b9daebaf2814a2bb55bf5bcae4cd3c72426f14a7ad6cd07e337c68b'
'8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7')
build() {
diff --git a/sogo.service b/sogo.service
index e2b79db0f9de..6218736880c0 100644
--- a/sogo.service
+++ b/sogo.service
@@ -3,6 +3,7 @@ Description=Sogo Daemon
After=network.target slapd.service memcached.service postfix.service dovecot.service postgresql.service
[Service]
+Environment="LD_PRELOAD=/usr/lib/libytnef.so"
User=sogo
RuntimeDirectory=sogo
EnvironmentFile=-/etc/conf.d/sogo