Hi,
update to latest version, any comments or ok ?
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/courier-imap/Makefile,v
retrieving revision 1.93
diff -u -p -u -p -r1.93 Makefile
--- Makefile	15 Apr 2014 08:53:04 -0000	1.93
+++ Makefile	30 Apr 2014 17:31:47 -0000
@@ -3,16 +3,12 @@
 COMMENT-main=		imap server for maildir format mailboxes
 COMMENT-pop3=		pop3 server for maildir format mailboxes
 
-V=			4.13
+V=			4.15
 DISTNAME=		courier-imap-${V}
-REVISION=		0
 PKGNAME-main=		${DISTNAME}
 FULLPKGNAME-pop3=	courier-pop3-${V}
 FULLPKGPATH-pop3=	mail/courier-imap,-pop3
 
-REVISION-main=		0
-REVISION-pop3=		0
-
 CATEGORIES=		mail
 
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=courier/}
@@ -24,8 +20,8 @@ MAINTAINER=		Giovanni Bechis <giovanni@o
 # GPLv3
 PERMIT_PACKAGE_CDROM=	Yes
 
-WANTLIB=		c courierauth courierauthsasl gdbm idn
-WANTLIB-pop3=		c courierauth courierauthsasl idn ${MODGETTEXT_WANTLIB}
+WANTLIB=		c courierauth courierauthcommon courierauthsasl gdbm idn
+WANTLIB-pop3=		c courierauth courierauthcommon courierauthsasl idn ${MODGETTEXT_WANTLIB}
 
 USE_GMAKE=		Yes
 USE_GROFF=		Yes
@@ -38,6 +34,7 @@ CONFIGURE_ENV=		LDFLAGS="-L${LOCALBASE}/
 			ac_cv_lib_db_dbopen=no \
 			ac_cv_lib_db_db_env_create=no
 
+BUILD_DEPENDS=		devel/pcre
 LIB_DEPENDS=		mail/courier-authlib \
 			devel/libidn
 
@@ -64,13 +61,13 @@ CONFIGURE_ARGS=		--sbindir=${PREFIX}/sbi
 			--cache-file=${WRKDIR}/courier-imap.cache
 
 DOCS=			AUTHORS INSTALL \
-			NEWS imap/ChangeLog \
-			imap/README imap/README.proxy \
-			maildir/README.imapkeywords.html \
-			maildir/README.maildirfilter.html \
-			maildir/README.maildirquota.txt \
-			maildir/README.sharedfolders.txt \
-			tcpd/README.couriertls
+			NEWS libs/imap/ChangeLog \
+			libs/imap/README libs/imap/README.proxy \
+			libs/maildir/README.imapkeywords.html \
+			libs/maildir/README.maildirfilter.html \
+			libs/maildir/README.maildirquota.txt \
+			libs/maildir/README.sharedfolders.txt \
+			libs/tcpd/README.couriertls
 
 FLAVORS=		no_trashquota imap_bugs
 FLAVOR?=
@@ -112,15 +109,15 @@ NO_TEST=		Yes
 
 post-extract:
 	@perl -pi -e 's,\@datadir\@\/imapd.rand,\/dev\/urandom,g' \
-	    ${WRKSRC}/imap/imapd.cnf.openssl.in
+	    ${WRKSRC}/libs/imap/imapd.cnf.openssl.in
 	@perl -pi -e 's,\@datadir\@\/imapd.rand,\/dev\/urandom,g' \
-	    ${WRKSRC}/imap/pop3d.cnf.openssl.in
+	    ${WRKSRC}/libs/imap/pop3d.cnf.openssl.in
 
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/courier
-	${INSTALL_DATA} ${WRKSRC}/unicode/README \
+	${INSTALL_DATA} ${WRKSRC}/libs/unicode/README \
 	    ${PREFIX}/share/doc/courier/README.unicode.txt
-	${INSTALL_DATA} ${WRKSRC}/imap/README \
+	${INSTALL_DATA} ${WRKSRC}/libs/imap/README \
 	    ${PREFIX}/share/doc/courier/README.imap.txt
 .	for i in ${DOCS}
 	     ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/courier
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/courier-imap/distinfo,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 distinfo
--- distinfo	7 May 2013 08:12:09 -0000	1.18
+++ distinfo	30 Apr 2014 17:31:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-imap-4.13.tar.bz2) = vH4TxHpDF4AZXl/WXbdM0cjnFXhlIU9Nx4USxJFTazQ=
-SIZE (courier-imap-4.13.tar.bz2) = 3209625
+SHA256 (courier-imap-4.15.tar.bz2) = bDQQfnup5TltULWPtBSklYBjNcq3E1yWrYWjgWeFsQk=
+SIZE (courier-imap-4.15.tar.bz2) = 3266353
Index: patches/patch-bdbobj_Makefile_in
===================================================================
RCS file: patches/patch-bdbobj_Makefile_in
diff -N patches/patch-bdbobj_Makefile_in
--- patches/patch-bdbobj_Makefile_in	9 May 2011 09:30:26 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-bdbobj_Makefile_in,v 1.2 2011/05/09 09:30:26 giovanni Exp $
-
-Removing "-static" from libtool linking flags makes our libtool happy 
-and doesn't break the testbdb binary
-
---- bdbobj/Makefile.in.orig	Mon Apr  4 17:04:28 2011
-+++ bdbobj/Makefile.in	Wed Apr 13 15:53:46 2011
-@@ -72,7 +72,7 @@ am__objects_2 = testbdb.$(OBJEXT)
- testbdb_OBJECTS = $(am_testbdb_OBJECTS)
- testbdb_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- 	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
--	$(testbdb_LDFLAGS) $(LDFLAGS) -o $@
-+	$(LDFLAGS) -o $@
- SCRIPTS = $(noinst_SCRIPTS)
- DEFAULT_INCLUDES = -I.@am__isrc@
- depcomp = $(SHELL) $(top_srcdir)/../depcomp
Index: patches/patch-imap_imapd-ssl_dist_in
===================================================================
RCS file: patches/patch-imap_imapd-ssl_dist_in
diff -N patches/patch-imap_imapd-ssl_dist_in
--- patches/patch-imap_imapd-ssl_dist_in	18 Oct 2012 08:06:27 -0000	1.9
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-$OpenBSD: patch-imap_imapd-ssl_dist_in,v 1.9 2012/10/18 08:06:27 giovanni Exp $
---- imap/imapd-ssl.dist.in.orig	Fri Jun 22 14:24:14 2012
-+++ imap/imapd-ssl.dist.in	Sat Sep 22 11:48:04 2012
-@@ -72,13 +72,13 @@ SSLLOGGEROPTS="-name=imapd-ssl"
- #
- #  Whether or not to start IMAP over SSL on simap port:
- 
--IMAPDSSLSTART=NO
-+IMAPDSSLSTART=YES
- 
- ##NAME: IMAPDSTARTTLS:0
- #
- #  Whether or not to implement IMAP STARTTLS extension instead:
- 
--IMAPDSTARTTLS=YES
-+IMAPDSTARTTLS=NO
- 
- ##NAME: IMAP_TLS_REQUIRED:1
- #
-@@ -268,8 +268,8 @@ TLS_VERIFYPEER=NONE
- # problems with SSL clients.  Disable SSL caching by commenting out the
- # following settings:
- 
--TLS_CACHEFILE=@localstatedir@/couriersslcache
--TLS_CACHESIZE=524288
-+# TLS_CACHEFILE=@localstatedir@/couriersslcache
-+# TLS_CACHESIZE=524288
- 
- ##NAME: MAILDIRPATH:0
- #
Index: patches/patch-imap_pop3d-ssl_dist_in
===================================================================
RCS file: patches/patch-imap_pop3d-ssl_dist_in
diff -N patches/patch-imap_pop3d-ssl_dist_in
--- patches/patch-imap_pop3d-ssl_dist_in	18 Oct 2012 08:06:27 -0000	1.9
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-imap_pop3d-ssl_dist_in,v 1.9 2012/10/18 08:06:27 giovanni Exp $
---- imap/pop3d-ssl.dist.in.orig	Fri Jun 22 14:24:14 2012
-+++ imap/pop3d-ssl.dist.in	Sat Sep 22 11:48:04 2012
-@@ -253,8 +253,8 @@ TLS_VERIFYPEER=NONE
- # problems with SSL clients.  Disable SSL caching by commenting out the
- # following settings:
- 
--TLS_CACHEFILE=@localstatedir@/couriersslcache
--TLS_CACHESIZE=524288
-+# TLS_CACHEFILE=@localstatedir@/couriersslcache
-+# TLS_CACHESIZE=524288
- 
- ##NAME: MAILDIRPATH:0
- #
Index: patches/patch-liblock_locktest_c
===================================================================
RCS file: patches/patch-liblock_locktest_c
diff -N patches/patch-liblock_locktest_c
--- patches/patch-liblock_locktest_c	17 Mar 2013 19:37:36 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,85 +0,0 @@
-$OpenBSD: patch-liblock_locktest_c,v 1.2 2013/03/17 19:37:36 rpe Exp $
-
-mktemp change
-
---- liblock/locktest.c.orig	Mon Dec  6 11:18:55 1999
-+++ liblock/locktest.c	Fri Jan  6 19:06:31 2006
-@@ -5,6 +5,7 @@
- 
- /* $Id */
- 
-+#include	<paths.h>
- #include	"liblock.h"
- #if	USE_FCNTL
- #include	"lockfcntl.c"
-@@ -20,11 +21,23 @@
- 
- int main()
- {
-+#define FILENAME	"courier-imap.locktest.XXXXXXXXXX"
- int	fd[2];
- pid_t	p;
- int	s;
- int	f;
- 
-+	char *name;
-+	const char *tmpdir;
-+	if ((tmpdir = (char *)getenv("TMPDIR")) == NULL)
-+		tmpdir = _PATH_TMP;
-+	(void)asprintf(&name, "%s%s%s", tmpdir,
-+		(tmpdir[strlen(tmpdir) - 1] == '/') ? "" : "/", FILENAME);
-+	if (name == NULL) {
-+		perror("get filename");
-+		exit(1);
-+	}
-+
- 	signal(SIGCHLD, SIG_DFL);
- 	if (pipe(fd))
- 	{
-@@ -32,6 +45,12 @@ int	f;
- 		return (1);
- 	}
- 
-+	if ((f=mkstemp(name)) < 0)
-+	{
-+		perror("open");
-+		exit(1);
-+	}
-+
- 	if ((p=fork()) == (pid_t)-1)
- 	{
- 		perror("fork");
-@@ -46,7 +65,7 @@ int	f;
- 		read(fd[0], &c, 1);
- 		close(fd[0]);
- 
--		if ((f=open("conftest.lock", O_RDWR|O_CREAT, 0644)) < 0)
-+		if ((f=open(name, O_RDWR)) < 0)
- 		{
- 			perror("open");
- 			exit(1);
-@@ -56,22 +75,18 @@ int	f;
- 		if (ll_lockfd(f, ll_writelock, 0, 0))
- 		{
- 			close(f);
-+			unlink(name);
- 			exit(0);
- 		}
- 		close(f);
- 		exit(1);
- 	}
--	
--	if ((f=open("conftest.lock", O_RDWR|O_CREAT, 0644)) < 0)
--	{
--		perror("open");
--		exit(1);
--	}
- 
- 	if (ll_lockfd(f, ll_writelock, 0, 0))
- 	{
- 		perror("lock");
- 		close(f);
-+		unlink(name);
- 		exit(1);
- 	}
- 	close(fd[1]);
Index: patches/patch-libs_bdbobj_Makefile_in
===================================================================
RCS file: patches/patch-libs_bdbobj_Makefile_in
diff -N patches/patch-libs_bdbobj_Makefile_in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libs_bdbobj_Makefile_in	30 Apr 2014 17:31:47 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- libs/bdbobj/Makefile.in.orig	Sun Aug 25 20:52:35 2013
++++ libs/bdbobj/Makefile.in	Fri Oct  4 15:11:24 2013
+@@ -123,7 +123,7 @@ am__objects_2 = testbdb.$(OBJEXT)
+ testbdb_OBJECTS = $(am_testbdb_OBJECTS)
+ testbdb_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+ 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+-	$(CXXFLAGS) $(testbdb_LDFLAGS) $(LDFLAGS) -o $@
++	$(CXXFLAGS) $(LDFLAGS) -o $@
+ SCRIPTS = $(noinst_SCRIPTS)
+ AM_V_P = $(am__v_P_@AM_V@)
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Index: patches/patch-libs_imap_imapd-ssl_dist_in
===================================================================
RCS file: patches/patch-libs_imap_imapd-ssl_dist_in
diff -N patches/patch-libs_imap_imapd-ssl_dist_in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libs_imap_imapd-ssl_dist_in	30 Apr 2014 17:31:47 -0000
@@ -0,0 +1,30 @@
+$OpenBSD$
+--- libs/imap/imapd-ssl.dist.in.orig	Sun Aug 25 20:52:11 2013
++++ libs/imap/imapd-ssl.dist.in	Fri Oct  4 15:13:06 2013
+@@ -72,13 +72,13 @@ SSLLOGGEROPTS="-name=imapd-ssl"
+ #
+ #  Whether or not to start IMAP over SSL on simap port:
+ 
+-IMAPDSSLSTART=NO
++IMAPDSSLSTART=YES
+ 
+ ##NAME: IMAPDSTARTTLS:0
+ #
+ #  Whether or not to implement IMAP STARTTLS extension instead:
+ 
+-IMAPDSTARTTLS=YES
++IMAPDSTARTTLS=NO
+ 
+ ##NAME: IMAP_TLS_REQUIRED:1
+ #
+@@ -268,8 +268,8 @@ TLS_VERIFYPEER=NONE
+ # problems with SSL clients.  Disable SSL caching by commenting out the
+ # following settings:
+ 
+-TLS_CACHEFILE=@localstatedir@/couriersslcache
+-TLS_CACHESIZE=524288
++# TLS_CACHEFILE=@localstatedir@/couriersslcache
++# TLS_CACHESIZE=524288
+ 
+ ##NAME: MAILDIRPATH:0
+ #
Index: patches/patch-libs_imap_pop3d-ssl_dist_in
===================================================================
RCS file: patches/patch-libs_imap_pop3d-ssl_dist_in
diff -N patches/patch-libs_imap_pop3d-ssl_dist_in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libs_imap_pop3d-ssl_dist_in	30 Apr 2014 17:31:47 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- libs/imap/pop3d-ssl.dist.in.orig	Sun Aug 25 20:52:11 2013
++++ libs/imap/pop3d-ssl.dist.in	Fri Oct  4 15:13:25 2013
+@@ -253,8 +253,8 @@ TLS_VERIFYPEER=NONE
+ # problems with SSL clients.  Disable SSL caching by commenting out the
+ # following settings:
+ 
+-TLS_CACHEFILE=@localstatedir@/couriersslcache
+-TLS_CACHESIZE=524288
++# TLS_CACHEFILE=@localstatedir@/couriersslcache
++# TLS_CACHESIZE=524288
+ 
+ ##NAME: MAILDIRPATH:0
+ #
Index: patches/patch-libs_liblock_locktest_c
===================================================================
RCS file: patches/patch-libs_liblock_locktest_c
diff -N patches/patch-libs_liblock_locktest_c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libs_liblock_locktest_c	30 Apr 2014 17:31:47 -0000
@@ -0,0 +1,82 @@
+$OpenBSD$
+--- libs/liblock/locktest.c.orig	Sun Aug 25 20:52:10 2013
++++ libs/liblock/locktest.c	Fri Oct  4 15:13:39 2013
+@@ -5,6 +5,7 @@
+ 
+ /* $Id */
+ 
++#include	<paths.h>
+ #include	"liblock.h"
+ #if	USE_FCNTL
+ #include	"lockfcntl.c"
+@@ -20,11 +21,23 @@
+ 
+ int main()
+ {
++#define FILENAME	"courier-imap.locktest.XXXXXXXXXX"
+ int	fd[2];
+ pid_t	p;
+ int	s;
+ int	f;
+ 
++	char *name;
++	const char *tmpdir;
++	if ((tmpdir = (char *)getenv("TMPDIR")) == NULL)
++		tmpdir = _PATH_TMP;
++	(void)asprintf(&name, "%s%s%s", tmpdir,
++		(tmpdir[strlen(tmpdir) - 1] == '/') ? "" : "/", FILENAME);
++	if (name == NULL) {
++		perror("get filename");
++		exit(1);
++	}
++
+ 	signal(SIGCHLD, SIG_DFL);
+ 	if (pipe(fd))
+ 	{
+@@ -32,6 +45,12 @@ int	f;
+ 		return (1);
+ 	}
+ 
++	if ((f=mkstemp(name)) < 0)
++	{
++		perror("open");
++		exit(1);
++	}
++
+ 	if ((p=fork()) == (pid_t)-1)
+ 	{
+ 		perror("fork");
+@@ -46,7 +65,7 @@ int	f;
+ 		read(fd[0], &c, 1);
+ 		close(fd[0]);
+ 
+-		if ((f=open("conftest.lock", O_RDWR|O_CREAT, 0644)) < 0)
++		if ((f=open(name, O_RDWR)) < 0)
+ 		{
+ 			perror("open");
+ 			exit(1);
+@@ -56,22 +75,18 @@ int	f;
+ 		if (ll_lockfd(f, ll_writelock, 0, 0))
+ 		{
+ 			close(f);
++			unlink(name);
+ 			exit(0);
+ 		}
+ 		close(f);
+ 		exit(1);
+ 	}
+-	
+-	if ((f=open("conftest.lock", O_RDWR|O_CREAT, 0644)) < 0)
+-	{
+-		perror("open");
+-		exit(1);
+-	}
+ 
+ 	if (ll_lockfd(f, ll_writelock, 0, 0))
+ 	{
+ 		perror("lock");
+ 		close(f);
++		unlink(name);
+ 		exit(1);
+ 	}
+ 	close(fd[1]);
Index: patches/patch-libs_maildir_configure
===================================================================
RCS file: patches/patch-libs_maildir_configure
diff -N patches/patch-libs_maildir_configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libs_maildir_configure	30 Apr 2014 17:31:47 -0000
@@ -0,0 +1,29 @@
+$OpenBSD$
+--- libs/maildir/configure.orig	Sun Aug 25 20:53:34 2013
++++ libs/maildir/configure	Fri Oct  4 15:14:02 2013
+@@ -16890,7 +16890,7 @@ if ${ac_cv_lib_fam_FAMOpen+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lfam  $LIBS"
++LIBS="$LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+@@ -16925,7 +16925,7 @@ if test "x$ac_cv_lib_fam_FAMOpen" = xyes; then :
+ 			LIBFAM=-lfam
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define HAVE_FAM 1
++#define HAVE_FAM 0
+ _ACEOF
+ 
+ 
+@@ -16955,7 +16955,6 @@ fi
+ 
+ 
+ 
+-echo "$LIBFAM" >maildir.libdeps
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for missing gethostname prototype" >&5
+ $as_echo_n "checking for missing gethostname prototype... " >&6; }
Index: patches/patch-libs_tcpd_libcouriertls_c
===================================================================
RCS file: patches/patch-libs_tcpd_libcouriertls_c
diff -N patches/patch-libs_tcpd_libcouriertls_c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libs_tcpd_libcouriertls_c	30 Apr 2014 17:31:47 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- libs/tcpd/libcouriertls.c.orig	Sun Aug 25 20:52:11 2013
++++ libs/tcpd/libcouriertls.c	Fri Oct  4 15:14:17 2013
+@@ -814,7 +814,7 @@ static int get_func(void *rec, size_t recsize,
+ 	time_t timeout;
+ 	size_t session_id_len;
+ 
+-	unsigned char *sess;
++	const unsigned char *sess;
+ 
+ 	if (recsize < sizeof(timeout)+sizeof(session_id_len))
+ 		return (0);
Index: patches/patch-maildir_configure
===================================================================
RCS file: patches/patch-maildir_configure
diff -N patches/patch-maildir_configure
--- patches/patch-maildir_configure	18 Oct 2012 08:06:27 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-$OpenBSD: patch-maildir_configure,v 1.4 2012/10/18 08:06:27 giovanni Exp $
---- maildir/configure.orig	Sun Jun  3 04:15:18 2012
-+++ maildir/configure	Sat Sep 22 11:48:05 2012
-@@ -16802,7 +16802,7 @@ if ${ac_cv_lib_fam_FAMOpen+:} false; then :
-   $as_echo_n "(cached) " >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lfam  $LIBS"
-+LIBS="$LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
- 
-@@ -16837,7 +16837,7 @@ if test "x$ac_cv_lib_fam_FAMOpen" = xyes; then :
- 			LIBFAM=-lfam
- 
- cat >>confdefs.h <<_ACEOF
--#define HAVE_FAM 1
-+#define HAVE_FAM 0
- _ACEOF
- 
- 
-@@ -16867,7 +16867,6 @@ fi
- 
- 
- 
--echo "$LIBFAM" >maildir.libdeps
- 
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for missing gethostname prototype" >&5
- $as_echo_n "checking for missing gethostname prototype... " >&6; }
Index: patches/patch-tcpd_libcouriertls_c
===================================================================
RCS file: patches/patch-tcpd_libcouriertls_c
diff -N patches/patch-tcpd_libcouriertls_c
--- patches/patch-tcpd_libcouriertls_c	28 Oct 2009 14:20:19 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-tcpd_libcouriertls_c,v 1.2 2009/10/28 14:20:19 giovanni Exp $
---- tcpd/libcouriertls.c.orig	Sun Jul 13 16:27:33 2008
-+++ tcpd/libcouriertls.c	Mon Jun 15 15:25:07 2009
-@@ -814,7 +814,7 @@ static int get_func(void *rec, size_t recsize,
- 	time_t timeout;
- 	size_t session_id_len;
- 
--	unsigned char *sess;
-+	const unsigned char *sess;
- 
- 	if (recsize < sizeof(timeout)+sizeof(session_id_len))
- 		return (0);
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/mail/courier-imap/pkg/PLIST-main,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PLIST-main
--- pkg/PLIST-main	28 Apr 2012 11:06:12 -0000	1.9
+++ pkg/PLIST-main	30 Apr 2014 17:31:47 -0000
@@ -22,8 +22,10 @@ libexec/imapd.rc
 @man man/man1/maildirmake.1
 @man man/man8/deliverquota.8
 @man man/man8/imapd.8
+@man man/man8/mkdhparams.8
 @man man/man8/mkimapdcert.8
 @bin sbin/imaplogin
+sbin/mkdhparams
 sbin/mkimapdcert
 sbin/sharedindexinstall
 sbin/sharedindexsplit

Reply via email to