Przeglądaj źródła

dovecot: update to 2.2.14

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner 10 lat temu
rodzic
commit
169c863286

+ 3
- 3
mail/dovecot/Makefile Wyświetl plik

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=dovecot
11
-PKG_VERSION:=2.2.13
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=2.2.14
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
16
-PKG_MD5SUM:=a3eb1c0b1822c4f2b0fe9247776baa71
16
+PKG_MD5SUM:=03315255920ee1c4b11039945246a8af
17 17
 PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique
18 18
 PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
19 19
 

+ 2
- 2
mail/dovecot/patches/001-configure_in.patch Wyświetl plik

@@ -12,7 +12,7 @@
12 12
        int main()
13 13
        {
14 14
  	return epoll_create(5) < 1;
15
-@@ -675,7 +675,7 @@ fi
15
+@@ -639,7 +639,7 @@ fi
16 16
  dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
17 17
  dnl * It may also be broken in AIX.
18 18
  AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
@@ -21,7 +21,7 @@
21 21
      #define _XOPEN_SOURCE 600
22 22
      #include <stdio.h>
23 23
      #include <stdlib.h>
24
-@@ -684,6 +684,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
24
+@@ -648,6 +648,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
25 25
      #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
26 26
        possibly broken posix_fallocate
27 27
      #endif