dovecot: update to 2.2.14
authorPeter Wagner <tripolar@gmx.at>
Sun, 19 Oct 2014 02:57:17 +0000 (04:57 +0200)
committerPeter Wagner <tripolar@gmx.at>
Sun, 19 Oct 2014 02:57:17 +0000 (04:57 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
mail/dovecot/Makefile
mail/dovecot/patches/001-configure_in.patch

index 131ae7740bdc68a04ce5c6821ab72cd8338d2bf6..275fcb285afd658c5bc33acc5ac168028c968f55 100644 (file)
@@ -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
 
index 69328cb7dc79ae1cab0181bf375ef31cfc3df47f..70642d648f067237713566cf27f5dce5ec774a54 100644 (file)
@@ -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 <stdio.h>
      #include <stdlib.h>
-@@ -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