update to Dovecot 2.3.4, from Brad (maintainer)
This commit is contained in:
parent
9ac41ceb53
commit
630a5300d1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.269 2018/10/24 19:42:36 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.270 2018/11/24 12:02:49 sthen Exp $
|
||||
|
||||
COMMENT-server= compact IMAP/POP3 server
|
||||
COMMENT-ldap= LDAP authentication / dictionary support for Dovecot
|
||||
@ -6,7 +6,7 @@ COMMENT-mysql= MySQL authentication / dictionary support for Dovecot
|
||||
COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot
|
||||
|
||||
V_MAJOR= 2.3
|
||||
V_DOVECOT= 2.3.3
|
||||
V_DOVECOT= 2.3.4
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}
|
||||
PKGNAME= dovecot-${V_DOVECOT}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dovecot-2.3.3.tar.gz) = Fa8n7iUlivtK2VgfjfaBvpmLdjWXCGu65Uyn13oGbY4=
|
||||
SIZE (dovecot-2.3.3.tar.gz) = 6851107
|
||||
SHA256 (dovecot-2.3.4.tar.gz) = 2Rt27/jfYYXBeZ8bJ594AQW97uon4yhrQvTKsY777wU=
|
||||
SIZE (dovecot-2.3.4.tar.gz) = 6924178
|
||||
|
20
mail/dovecot/patches/patch-src_lib-master_test-event-stats_c
Normal file
20
mail/dovecot/patches/patch-src_lib-master_test-event-stats_c
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-src_lib-master_test-event-stats_c,v 1.1 2018/11/24 12:02:49 sthen Exp $
|
||||
|
||||
test-event-stats.c:101:8: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration]
|
||||
(void)kill(stats_pid, SIGKILL);
|
||||
^
|
||||
test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL'
|
||||
(void)kill(stats_pid, SIGKILL);
|
||||
^
|
||||
|
||||
Index: src/lib-master/test-event-stats.c
|
||||
--- src/lib-master/test-event-stats.c.orig
|
||||
+++ src/lib-master/test-event-stats.c
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "stats-client.h"
|
||||
#include "test-common.h"
|
||||
#include <fcntl.h>
|
||||
+#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.68 2018/10/24 19:42:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.69 2018/11/24 12:02:49 sthen Exp $
|
||||
@conflict dovecot-sqlite-*
|
||||
@pkgpath mail/dovecot
|
||||
@pkgpath mail/dovecot,-server,bdb
|
||||
@ -812,6 +812,7 @@ share/doc/dovecot/wiki/Design.Lua.txt
|
||||
share/doc/dovecot/wiki/Design.MailProcess.txt
|
||||
share/doc/dovecot/wiki/Design.Memory.txt
|
||||
share/doc/dovecot/wiki/Design.OutputStreams.txt
|
||||
share/doc/dovecot/wiki/Design.ParameterForwarding.txt
|
||||
share/doc/dovecot/wiki/Design.Plugins.txt
|
||||
share/doc/dovecot/wiki/Design.Processes.txt
|
||||
share/doc/dovecot/wiki/Design.Storage.ErrorHandling.txt
|
||||
|
Loading…
Reference in New Issue
Block a user