diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 131ae7740..275fcb285 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.2.13 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.14 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2 -PKG_MD5SUM:=a3eb1c0b1822c4f2b0fe9247776baa71 +PKG_MD5SUM:=03315255920ee1c4b11039945246a8af PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT diff --git a/mail/dovecot/patches/001-configure_in.patch b/mail/dovecot/patches/001-configure_in.patch index 69328cb7d..70642d648 100644 --- a/mail/dovecot/patches/001-configure_in.patch +++ b/mail/dovecot/patches/001-configure_in.patch @@ -12,7 +12,7 @@ int main() { return epoll_create(5) < 1; -@@ -675,7 +675,7 @@ fi +@@ -639,7 +639,7 @@ fi dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it. dnl * It may also be broken in AIX. AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[ @@ -21,7 +21,7 @@ #define _XOPEN_SOURCE 600 #include #include -@@ -684,6 +684,7 @@ AC_CACHE_CHECK([whether posix_fallocate( +@@ -648,6 +648,7 @@ AC_CACHE_CHECK([whether posix_fallocate( #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7) possibly broken posix_fallocate #endif