Date: Wed, 15 Feb 2012 12:32:42 GMT From: Jase Thew <freebsd@beardz.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bra@fsn.hu Subject: ports/165176: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 Message-ID: <201202151232.q1FCWg24051566@beardz.net> Resent-Message-ID: <201202151240.q1FCe6DS048309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165176 >Category: ports >Synopsis: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.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 Feb 15 12:40:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0 r225827: Wed Sep 28 13:55:02 BST >Description: mail/dovecot2 - Update to 2.0.18 - Changes: http://dovecot.org/list/dovecot-news/2012-February/000210.html Removed file(s): - files/patch-src-auth-passdb-vpopmail.c mail/dovecot2-pigeonhole - Update to 0.2.6 - Changes: http://dovecot.org/list/dovecot-news/2012-February/000211.html Ports maintainer (bra@fsn.hu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dovecot-2.0.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/dovecot2.orig/Makefile /usr/ports/mail/dovecot2/Makefile --- /usr/ports/mail/dovecot2.orig/Makefile 2011-12-02 22:33:12.000000000 +0000 +++ /usr/ports/mail/dovecot2/Makefile 2012-02-15 12:22:27.706910968 +0000 @@ -6,8 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 2.0.16 -PORTREVISION= 1 +PORTVERSION= 2.0.18 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ diff -ruN --exclude=CVS /usr/ports/mail/dovecot2.orig/distinfo /usr/ports/mail/dovecot2/distinfo --- /usr/ports/mail/dovecot2.orig/distinfo 2011-11-28 09:24:06.000000000 +0000 +++ /usr/ports/mail/dovecot2/distinfo 2012-02-15 12:22:27.705910565 +0000 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0.16.tar.gz) = a9652ce1f0767b9a4d4f613dd4d41bbe7b55c25728be6f1283dacf0aff62f057 -SIZE (dovecot-2.0.16.tar.gz) = 3317662 +SHA256 (dovecot-2.0.18.tar.gz) = 92fc68af6ef0309990c749fcab39eeebce56ea8888c3d73ba812b65a74d1fa1b +SIZE (dovecot-2.0.18.tar.gz) = 3353149 diff -ruN --exclude=CVS /usr/ports/mail/dovecot2.orig/files/patch-src-auth-passdb-vpopmail.c /usr/ports/mail/dovecot2/files/patch-src-auth-passdb-vpopmail.c --- /usr/ports/mail/dovecot2.orig/files/patch-src-auth-passdb-vpopmail.c 2011-12-02 22:33:12.000000000 +0000 +++ /usr/ports/mail/dovecot2/files/patch-src-auth-passdb-vpopmail.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -diff -r a8c2e04307c6 src/auth/passdb-vpopmail.c ---- src/auth/passdb-vpopmail.c Wed Nov 23 19:04:15 2011 +0200 -+++ src/auth/passdb-vpopmail.c Fri Dec 02 23:39:55 2011 +0200 -@@ -75,7 +75,8 @@ - password = NULL; - *result_r = PASSDB_RESULT_USER_DISABLED; - } else { -- if (vpw->pw_clear_passwd != NULL) { -+ if (vpw->pw_clear_passwd != NULL && -+ *vpw->pw_clear_passwd != '\0') { - password = t_strdup_noconst(vpw->pw_clear_passwd); - *cleartext = TRUE; - } else if (!*cleartext) -@@ -120,7 +121,7 @@ - enum passdb_result result; - const char *scheme, *tmp_pass; - char *crypted_pass; -- bool cleartext; -+ bool cleartext = FALSE; - int ret; - - crypted_pass = vpopmail_password_lookup(request, &cleartext, &result); diff -ruN --exclude=CVS /usr/ports/mail/dovecot2-pigeonhole.orig/Makefile /usr/ports/mail/dovecot2-pigeonhole/Makefile --- /usr/ports/mail/dovecot2-pigeonhole.orig/Makefile 2011-11-28 09:24:44.000000000 +0000 +++ /usr/ports/mail/dovecot2-pigeonhole/Makefile 2012-02-15 12:22:15.095983361 +0000 @@ -6,7 +6,7 @@ # PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/mail/dovecot2-pigeonhole.orig/distinfo /usr/ports/mail/dovecot2-pigeonhole/distinfo --- /usr/ports/mail/dovecot2-pigeonhole.orig/distinfo 2011-11-28 09:24:44.000000000 +0000 +++ /usr/ports/mail/dovecot2-pigeonhole/distinfo 2012-02-15 12:22:15.095983361 +0000 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 2793eec5384b9136774e1b3929864aa15edc5f057b97cfbee809ec0dfc292b9c -SIZE (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 1232117 +SHA256 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = 49829e4aed763848b63b2bf9e288d4bc94020c924ce0621bc850e0a4bf4821ab +SIZE (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = 1234253 --- dovecot-2.0.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202151232.q1FCWg24051566>