dovecot: update to version 2.2.36.3 9768/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 17 Aug 2019 21:16:30 +0000 (23:16 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 18 Aug 2019 07:50:52 +0000 (09:50 +0200)
- Fixes CVE-2019-7524
- Refresh patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
mail/dovecot/Makefile
mail/dovecot/patches/001-configure_in.patch

index 9a720a317d05c8c07cf00bec75836a2bb57e0236..7ac52d8aff75fb178e5acc48ffc8e0ba02a41e2e 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dovecot
-PKG_VERSION:=2.2.36.1
+PKG_VERSION:=2.2.36.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
-PKG_HASH:=38c7304a02246f80709fac72a81685082de8873fd94d67d2bf02cf1cbeb12f03
+PKG_HASH:=992521305fa1d61f4726aac2619ccc65094a3cc2e5c80644455199764305863e
 PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique
 PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
index 7cf68fcd7d9116e87fce650d980f878a308373a3..189fda24ecb9e6b3e84922972d8efb7502c2448e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -488,9 +488,9 @@ have_ioloop=no
+@@ -490,9 +490,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;
-@@ -594,7 +594,7 @@ fi
+@@ -596,7 +596,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>
-@@ -603,6 +603,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
+@@ -605,6 +605,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
      #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
        possibly broken posix_fallocate
      #endif