[csw-devel] SF.net SVN: gar:[21212] csw/mgar/pkg/dovecot/trunk

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Tue May 28 01:08:32 CEST 2013


Revision: 21212
          http://gar.svn.sourceforge.net/gar/?rev=21212&view=rev
Author:   jake_goerzen
Date:     2013-05-27 23:08:30 +0000 (Mon, 27 May 2013)
Log Message:
-----------
dovecot: update to version 2.1.16; add compile fix patch

Modified Paths:
--------------
    csw/mgar/pkg/dovecot/trunk/Makefile
    csw/mgar/pkg/dovecot/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/dovecot/trunk/files/0002-add-stdio.h-to-quota-status.c.patch

Modified: csw/mgar/pkg/dovecot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot/trunk/Makefile	2013-05-27 18:23:44 UTC (rev 21211)
+++ csw/mgar/pkg/dovecot/trunk/Makefile	2013-05-27 23:08:30 UTC (rev 21212)
@@ -2,7 +2,7 @@
 # - SSL certs to /etc/opt/csw/ssl?
 # - /var/run/dovecot instead of /var/opt/csw/run?
 NAME = dovecot
-VERSION = 2.1.15
+VERSION = 2.1.16
 GARTYPE = v2
 
 DESCRIPTION = Secure IMAP server
@@ -18,6 +18,8 @@
 DISTFILES      = $(NAME)-$(VERSION).tar.gz
 UFILES_REGEX   = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
+PATCHFILES = 0002-add-stdio.h-to-quota-status.c.patch
+
 GARCOMPILER    = SOS12
 
 PACKAGES  = CSWdovecot CSWdovecot-dev

Modified: csw/mgar/pkg/dovecot/trunk/checksums
===================================================================
--- csw/mgar/pkg/dovecot/trunk/checksums	2013-05-27 18:23:44 UTC (rev 21211)
+++ csw/mgar/pkg/dovecot/trunk/checksums	2013-05-27 23:08:30 UTC (rev 21212)
@@ -1 +1 @@
-8ce198c5ee22f4fe8ab525b9bd753d56  dovecot-2.1.15.tar.gz
+72abf618cfa678194f9338f6c0aeb47d  dovecot-2.1.16.tar.gz

Added: csw/mgar/pkg/dovecot/trunk/files/0002-add-stdio.h-to-quota-status.c.patch
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/0002-add-stdio.h-to-quota-status.c.patch	                        (rev 0)
+++ csw/mgar/pkg/dovecot/trunk/files/0002-add-stdio.h-to-quota-status.c.patch	2013-05-27 23:08:30 UTC (rev 21212)
@@ -0,0 +1,24 @@
+From e8821311d76859cc404718bfe4fd08947964ca63 Mon Sep 17 00:00:00 2001
+From: Jake Goerzen <jgoerzen at opencsw.org>
+Date: Tue, 28 May 2013 00:35:19 +0200
+Subject: [PATCH] add stdio.h to quota-status.c
+
+---
+ src/plugins/quota/quota-status.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/plugins/quota/quota-status.c b/src/plugins/quota/quota-status.c
+index 80268eb..4ef3c9a 100644
+--- a/src/plugins/quota/quota-status.c
++++ b/src/plugins/quota/quota-status.c
+@@ -11,6 +11,7 @@
+ #include "mail-storage-service.h"
+ #include "quota-private.h"
+ #include "quota-plugin.h"
++#include <stdio.h>
+ 
+ enum quota_protocol {
+ 	QUOTA_PROTOCOL_UNKNOWN = 0,
+-- 
+1.8.1.4
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list