ports/139386: [UPDATE] mail/dovecot: update to 1.2.6
Sahil Tandon
sahil at tandon.net
Wed Oct 7 04:10:02 UTC 2009
>Number: 139386
>Category: ports
>Synopsis: [UPDATE] mail/dovecot: update to 1.2.6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Oct 07 04:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Sahil Tandon
>Release: 7.2-RELEASE
>Organization:
>Environment:
>Description:
- update to 1.2.6
- remove files/patch-src-auth-mech-gssapi.c which is now implemented upstream
Builds and installs on 7.2-RELEASE tinderbox, but I have not performed any runtime testing.
>How-To-Repeat:
>Fix:
diff attached.
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.110
diff -u -r1.110 Makefile
--- Makefile 3 Sep 2009 13:42:08 -0000 1.110
+++ Makefile 7 Oct 2009 03:55:35 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= dovecot
-PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTVERSION= 1.2.6
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \
http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.72
diff -u -r1.72 distinfo
--- distinfo 24 Aug 2009 17:05:26 -0000 1.72
+++ distinfo 7 Oct 2009 03:55:35 -0000
@@ -1,6 +1,6 @@
-MD5 (dovecot-1.2.4.tar.gz) = 3e5717d13e3d6b32d3f4b809df397dbf
-SHA256 (dovecot-1.2.4.tar.gz) = df6406f96f5c040f4656ce7526c45b2f333851c7895e8bbab928db02fa6ac3ca
-SIZE (dovecot-1.2.4.tar.gz) = 2637375
-MD5 (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 6dd2ef2d46b3b63238237455558a14e1
-SHA256 (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 7fad7de933ae5698ae77574ef265587e71232737116348352a282658c773de7a
-SIZE (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 6422
+MD5 (dovecot-1.2.6.tar.gz) = 807666f1a112e7379c4dbb57c9ce4899
+SHA256 (dovecot-1.2.6.tar.gz) = b8511688a631bbf1ec35e87c685cf4252085404a931ca20e470ace2a28d4c225
+SIZE (dovecot-1.2.6.tar.gz) = 2668219
+MD5 (dovecot-1.2.6-managesieve-0.11.9.diff.gz) = 615d5d1ad843654384ca11cf523c2bbc
+SHA256 (dovecot-1.2.6-managesieve-0.11.9.diff.gz) = 4928fea010f3d993d2fc2bb624cf7586680f42aad2f7548f515773ed244a0164
+SIZE (dovecot-1.2.6-managesieve-0.11.9.diff.gz) = 6443
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/pkg-plist,v
retrieving revision 1.30
diff -u -r1.30 pkg-plist
--- pkg-plist 14 Aug 2009 21:30:42 -0000 1.30
+++ pkg-plist 7 Oct 2009 03:55:35 -0000
@@ -91,6 +91,7 @@
lib/dovecot/lib21_fts_squat_plugin.la
lib/dovecot/lib21_fts_squat_plugin.so
@dirrmtry lib/dovecot
+libexec/dovecot/authtest
libexec/dovecot/checkpassword-reply
libexec/dovecot/convert-tool
%%LDA%%libexec/dovecot/deliver
Index: files/patch-src-auth-mech-gssapi.c
===================================================================
RCS file: files/patch-src-auth-mech-gssapi.c
diff -N files/patch-src-auth-mech-gssapi.c
--- files/patch-src-auth-mech-gssapi.c 3 Sep 2009 13:42:09 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
---- src/auth/mech-gssapi.c.orig 2009-08-15 03:14:11.000000000 +1000
-+++ src/auth/mech-gssapi.c 2009-08-29 07:02:43.000000000 +1000
-@@ -218,6 +218,10 @@
- const unsigned char *c = data;
- unsigned int i;
-
-+ /* apparently all names end with NUL? */
-+ if (len > 0 && c[len-1] == '\0')
-+ len--;
-+
- for (i = 0; i < len; i++) {
- if (c[i] == '\0')
- return TRUE;
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list