From owner-cvs-all@FreeBSD.ORG Mon Mar 19 17:08:16 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F15B61065674; Mon, 19 Mar 2012 17:08:16 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDC6E8FC12; Mon, 19 Mar 2012 17:08:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q2JH8GR3081051; Mon, 19 Mar 2012 17:08:16 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2JH8GGG081050; Mon, 19 Mar 2012 17:08:16 GMT (envelope-from novel) Message-Id: <201203191708.q2JH8GGG081050@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 19 Mar 2012 17:08:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cyrus-sasl2 Makefile ports/security/cyrus-sasl2/files patch-lib-saslutil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 17:08:17 -0000 novel 2012-03-19 17:08:16 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile Added files: security/cyrus-sasl2/files patch-lib-saslutil.c Log: Fix broken get_fqhostname() logic. Without that fix mail/mutt-devel compiled with WITH_MUTT_CYRUS_SASL2 option is not able to connect to IMAPS mailbox. PR: 161890 Submitted by: novel (myself) Approved by: maintainer timeout (more than 4 months) Obtained from: https://bugzilla.cyrusimap.org/show_bug.cgi?id=3589 Feature safe: yes Revision Changes Path 1.149 +1 -1 ports/security/cyrus-sasl2/Makefile 1.1 +59 -0 ports/security/cyrus-sasl2/files/patch-lib-saslutil.c (new)