[Dovecot] FreeBSD port: port's patch for 1.1rc3
For those who wants testing 1.1rc3 on FreeBSD, this is a simple patch
against /usr/ports/mail/dovecot.
To apply:
# cd /usr/ports/mail/dovecot
# patch -p1 < /tmp/patch_dovecot_1.0.13-1.1.rc3.diff
Hope I did not forget something important... This is an adaptation of
the existing port.
PS: for port's maintainer: Which way will take 1.0 vs 1.1 upgrade ? a
new mail/dovecot10 port or ?
Hope this helps
--
Geoffroy Desvernay
diff -bruN dovecot-1.0.13/Makefile dovecot/Makefile
--- dovecot-1.0.13/Makefile 2008-04-01 14:41:12.000000000 +0200
+++ dovecot/Makefile 2008-04-01 14:29:33.000000000 +0200
@@ -7,9 +7,9 @@
#
PORTNAME= dovecot
-DISTVERSION= 1.0.13
+DISTVERSION= 1.1.rc3
CATEGORIES= mail ipv6
-MASTER_SITES= http://www.dovecot.org/releases/1.0/
+MASTER_SITES= http://www.dovecot.org/releases/1.1/rc/
MAINTAINER= robin@isometry.net
COMMENT= Secure and compact IMAP and POP3 servers
diff -bruN dovecot-1.0.13/distinfo dovecot/distinfo
--- dovecot-1.0.13/distinfo 2008-04-01 14:41:12.000000000 +0200
+++ dovecot/distinfo 2008-04-01 14:43:56.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (dovecot-1.0.13.tar.gz) = 281bd9dee8d6c1674977257acc80ce64
-SHA256 (dovecot-1.0.13.tar.gz) = 16da29b2bc08d0178a09323bf0787a2a0e953075655566a7b4b6b148c87ac25f
-SIZE (dovecot-1.0.13.tar.gz) = 1774025
+MD5 (dovecot-1.1.rc3.tar.gz) = eed10a2f5142ebdf88276c0a82f548e1
+SHA256 (dovecot-1.1.rc3.tar.gz) = 5a72318a6f4d12a1da7104de94b439a8523142c0f54af1f1ff64966820ef9460
+SIZE (dovecot-1.1.rc3.tar.gz) = 2222329
diff -bruN dovecot-1.0.13/files/patch-dovecot-example.conf dovecot/files/patch-dovecot-example.conf
--- dovecot-1.0.13/files/patch-dovecot-example.conf 2008-04-01 14:41:12.000000000 +0200
+++ dovecot/files/patch-dovecot-example.conf 2008-04-01 14:38:52.000000000 +0200
@@ -1,5 +1,5 @@
---- dovecot-example.conf.orig 2008-03-04 05:48:12.000000000 +0000
-+++ dovecot-example.conf 2008-03-05 22:49:08.554336095 +0000
+--- dovecot-example.conf.orig 2008-04-01 14:30:50.000000000 +0200
++++ dovecot-example.conf 2008-04-01 14:38:28.000000000 +0200
@@ -12,7 +12,7 @@
# Default values are shown for each setting, it's not required to uncomment
# any of the lines. Exception to this are paths, they're just examples with
@@ -15,9 +15,9 @@
#protocols = imap imaps
+protocols = %%PROTOCOLS%%
- # IP or host address where to listen in for connections. It's not currently
- # possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
-@@ -210,6 +212,7 @@
+ # A space separated list of IP or host addresses where to listen in for
+ # connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
+@@ -213,6 +214,7 @@
#
Geoffroy Desvernay wrote:
For those who wants testing 1.1rc3 on FreeBSD, this is a simple patch against /usr/ports/mail/dovecot.
To apply: # cd /usr/ports/mail/dovecot # patch -p1 < /tmp/patch_dovecot_1.0.13-1.1.rc3.diff
Hope I did not forget something important... This is an adaptation of the existing port.
PS: for port's maintainer: Which way will take 1.0 vs 1.1 upgrade ? a new mail/dovecot10 port or ?
Hope this helps
-- Geoffroy Desvernay
I'm not the maintainer but I've also made a dovecot port for 1.1 as a separate port since it is still in development and may require a few config changes, I discussed that with the maintainers. I made it for work purposes and I have been keeping up with necessary changes to keep it working while I use 1.1, and intended to submit it for inclusion in the ports collection but haven't got around to it yet (I'd like to add a few compile options for new things since 1.1). Been really busy at work and haven't had time, but I guess if people show they are interested I could try to speed that up.
On Tue, Apr 01, 2008 at 12:00:30PM -0400, Adam McDougall wrote:
Geoffroy Desvernay wrote:
For those who wants testing 1.1rc3 on FreeBSD, this is a simple patch against /usr/ports/mail/dovecot.
To apply: # cd /usr/ports/mail/dovecot # patch -p1 < /tmp/patch_dovecot_1.0.13-1.1.rc3.diff
Hope I did not forget something important... This is an adaptation of the existing port.
PS: for port's maintainer: Which way will take 1.0 vs 1.1 upgrade ? a new mail/dovecot10 port or ?
Hope this helps
-- Geoffroy Desvernay
I'm not the maintainer but I've also made a dovecot port for 1.1 as a separate port since it is still in development and may require a few config changes, I discussed that with the maintainers. I made it for work purposes and I have been keeping up with necessary changes to keep it working while I use 1.1, and intended to submit it for inclusion in the ports collection but haven't got around to it yet (I'd like to add a few compile options for new things since 1.1). Been really busy at work and haven't had time, but I guess if people show they are interested I could try to speed that up.
While on the subject, I've been tracking dovecot 1.1.x beta's/rc's for NetBSD pkgsrc in pkgsrc-wip: http://pkgsrc.se/wip/dovecot
Geert
participants (3)
-
Adam McDougall
-
Geert Hendrickx
-
Geoffroy Desvernay