dovecot: update to 2.3.3.
This commit is contained in:
parent
21d9814fdc
commit
4fcbae794c
2 changed files with 13 additions and 3 deletions
10
srcpkgs/dovecot/patches/glibc-2_28-crypt.patch
Normal file
10
srcpkgs/dovecot/patches/glibc-2_28-crypt.patch
Normal file
|
@ -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 <unistd.h>
|
||||
+#include <crypt.h>
|
||||
|
||||
#include "mycrypt.h"
|
||||
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue