summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-10-11 12:15:14 +0200
committerDeon Spengler2018-10-11 12:15:14 +0200
commita466053332420837fa43254ed2bf0df9718ef642 (patch)
tree9ac38d9c7a3283f60dddaa6e0b26f490e13b3ba4
parent01ae1c6038c1e62d06496839744a63b04f9f9350 (diff)
downloadaur-a466053332420837fa43254ed2bf0df9718ef642.tar.gz
Updated bugfix-4566 patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sogo-bugfix_4566.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0b1ccd6ad2a..450e1b3712f8 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 = 4.0.2
- pkgrel = 4
+ pkgrel = 5
url = http://www.sogo.nu/
install = sogo.install
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = sogo
sha256sums = 0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c
sha256sums = 8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7
sha256sums = e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1
- sha256sums = 5cdac998f1cca5b7d72aa49c25de465354586dfa53f1036ea75bb00e28eff317
+ sha256sums = 25fe95cd6e55b8f9d4738e652a7a5a1bee3574de80507e2d08518cc4f74c5009
pkgname = sogo
diff --git a/PKGBUILD b/PKGBUILD
index 1652e98a3286..2e283696eec2 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=4.0.2
-pkgrel=4
+pkgrel=5
arch=('x86_64')
url="http://www.sogo.nu/"
license=('GPL')
@@ -40,7 +40,7 @@ sha256sums=('35ef20216ff1758a593bed69d8e8e25d23e982a970bf23a3bb2f856f2e5d2f9f'
'0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c'
'8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7'
'e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1'
- '5cdac998f1cca5b7d72aa49c25de465354586dfa53f1036ea75bb00e28eff317')
+ '25fe95cd6e55b8f9d4738e652a7a5a1bee3574de80507e2d08518cc4f74c5009')
prepare() {
cd "$srcdir/SOGo-${pkgver}"
diff --git a/sogo-bugfix_4566.patch b/sogo-bugfix_4566.patch
index 4286394ca0dc..d699d9fe9159 100644
--- a/sogo-bugfix_4566.patch
+++ b/sogo-bugfix_4566.patch
@@ -10,7 +10,7 @@ diff -Naurp SOGo-4.0.2-orig/UI/MailPartViewers/UIxMailPartSignedViewer.m SOGo-4.
SSL_load_error_strings();
sslError = ERR_reason_error_string(err);
validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : "(no error information available)"]] retain];
-+#elseif (OPENSSL_VERSION < 0x01010001f)
++#elseif (OPENSSL_VERSION_NUMBER < 0x10100000L)
+ ERR_load_crypto_strings();
+ SSL_load_error_strings();
+ sslError = ERR_reason_error_string(err);