Skip to content

Commit

Permalink
dovecot: update to 2.2.14
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wagner <[email protected]>
  • Loading branch information
tripolar committed Oct 19, 2014
1 parent 30bdda4 commit 169c863
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mail/dovecot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions mail/dovecot/patches/001-configure_in.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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,[
Expand All @@ -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
Expand Down

0 comments on commit 169c863

Please sign in to comment.