diff options
author | tripolar <tripolar@users.noreply.github.com> | 2016-11-06 15:58:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-06 15:58:05 +0100 |
commit | adfdeedfe3aec3b60101f61b017bc36473aac1d8 (patch) | |
tree | c68f96148f0057b1078da62789914322fea4e9fc /mail | |
parent | df159f8777bdea696d1630db44a8b6482d12df0d (diff) | |
parent | cbee85b4badd8d0cc2757cb91208e21b19966bda (diff) |
Merge pull request #3463 from Shulyaka/dovecot
dovecot: version update to 2.2.26.0
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/patches/001-configure_in.patch | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 1032d9771..43f540f5c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.2.15 +PKG_VERSION:=2.2.26.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2 -PKG_MD5SUM:=c6c176943bd832c780fbb5d2f8850952 +PKG_MD5SUM:=85bc42328de41d1eb8d6d3f1db666db8 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 70642d648..7cf68fcd7 100644 --- a/mail/dovecot/patches/001-configure_in.patch +++ b/mail/dovecot/patches/001-configure_in.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -504,9 +504,9 @@ have_ioloop=no +@@ -488,9 +488,9 @@ have_ioloop=no if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[ @@ -12,7 +12,7 @@ int main() { return epoll_create(5) < 1; -@@ -639,7 +639,7 @@ fi +@@ -594,7 +594,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 <stdio.h> #include <stdlib.h> -@@ -648,6 +648,7 @@ AC_CACHE_CHECK([whether posix_fallocate( +@@ -603,6 +603,7 @@ AC_CACHE_CHECK([whether posix_fallocate( #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7) possibly broken posix_fallocate #endif |