[arch-commits] Commit in dovecot/trunk (PKGBUILD include-crypt-h.patch)
Christian Hesse
eworm at archlinux.org
Tue Aug 7 11:18:59 UTC 2018
Date: Tuesday, August 7, 2018 @ 11:18:59
Author: eworm
Revision: 370117
include crypt.h
Added:
dovecot/trunk/include-crypt-h.patch
Modified:
dovecot/trunk/PKGBUILD
-----------------------+
PKGBUILD | 2 ++
include-crypt-h.patch | 11 +++++++++++
2 files changed, 13 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-07 11:09:58 UTC (rev 370116)
+++ PKGBUILD 2018-08-07 11:18:59 UTC (rev 370117)
@@ -28,6 +28,7 @@
provides=('imap-server' 'pop3-server')
source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
+ 'include-crypt-h.patch'
'dovecot.sysusersd'
'dovecot.tmpfilesd'
'dovecot.ld.so.conf')
@@ -34,6 +35,7 @@
sha256sums=('4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34'
'SKIP'
+ 'b504276359664b6a9d9a2a923c6bee55b659cd0aeb1261fb92b897744a22ef27'
'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
'0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
Added: include-crypt-h.patch
===================================================================
--- include-crypt-h.patch (rev 0)
+++ include-crypt-h.patch 2018-08-07 11:18:59 UTC (rev 370117)
@@ -0,0 +1,11 @@
+diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c
+--- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 15:28:58.000000000 +0100
++++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200
+@@ -14,6 +14,7 @@
+ # define _XPG6 /* Some Solaris versions require this, some break with this */
+ #endif
+ #include <unistd.h>
++#include <crypt.h>
+
+ #include "mycrypt.h"
+
More information about the arch-commits
mailing list