diff --git a/srcpkgs/dovecot/patches/glibc-2_28-crypt.patch b/srcpkgs/dovecot/patches/glibc-2_28-crypt.patch new file mode 100644 index 0000000000..9fb6109b70 --- /dev/null +++ b/srcpkgs/dovecot/patches/glibc-2_28-crypt.patch @@ -0,0 +1,10 @@ +--- src/auth/mycrypt.c.orig 2018-10-19 16:05:04.323805100 +0200 ++++ src/auth/mycrypt.c 2018-10-19 16:05:32.488932068 +0200 +@@ -14,6 +14,7 @@ + # define _XPG6 /* Some Solaris versions require this, some break with this */ + #endif + #include ++#include + + #include "mycrypt.h" + diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 9fc2f92b1b..2fb9fe59f6 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,8 +1,8 @@ # Template file for 'dovecot' # revbump dovecot-plugin-pigeonhole when updating dovecot! pkgname=dovecot -version=2.3.2.1 -revision=3 +version=2.3.3 +revision=1 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-pam --with-mysql --with-pgsql --with-lucene @@ -19,7 +19,7 @@ maintainer="Juan RP " license="LGPL-2.1-or-later" homepage="https://dovecot.org" distfiles="${homepage}/releases/2.3/${pkgname}-${version}.tar.gz" -checksum=4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34 +checksum=15af27ee25258afb4ad9581f8df681be998b763597086bbae54ca7d77a066d8e keep_libtool_archives=yes