From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 04:30:11 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FEC16A420 for ; Sat, 18 Feb 2006 04:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9050243D48 for ; Sat, 18 Feb 2006 04:30:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1I4UAqf082592 for ; Sat, 18 Feb 2006 04:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1I4UApR082591; Sat, 18 Feb 2006 04:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2006 04:30:10 GMT Resent-Message-Id: <200602180430.k1I4UApR082591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EA216A420 for ; Sat, 18 Feb 2006 04:25:45 +0000 (GMT) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C5143D45 for ; Sat, 18 Feb 2006 04:25:45 +0000 (GMT) (envelope-from ler@lerctr.org) Received: from ler by thebighonker.lerctr.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FAJfE-000AFE-GL for FreeBSD-gnats-submit@freebsd.org; Fri, 17 Feb 2006 22:25:44 -0600 Message-Id: Date: Fri, 17 Feb 2006 22:25:44 -0600 From: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93509: [MAINTAINER] upgrade mail/cone to 0.66.20060215 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 04:30:11 -0000 >Number: 93509 >Category: ports >Synopsis: [MAINTAINER] upgrade mail/cone to 0.66.20060215 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 04:30:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 6.1-PRERELEASE amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD thebighonker.lerctr.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #12: Fri Feb 17 12:26:20 CST 2006 root@thebighonker.lerctr.org:/usr/obj/usr/src/sys/THEBIGHONKER amd64 >Description: upgrade to 0.66.20060215 . When using master passwords, also save passwords for the SMTP server . "Write" from the main menu populates message headers with defaults from the first defined mail account . Fixed various compiler errors with gcc 4 . Implemented native LDAP address book support. Simplified LDAP configuration relies on the default address schemas for LDAP address books. . When using master passwords, also save passwords for the SMTP server . "Write" from the main menu populates message headers with defaults from the first defined mail account . Fixed various compiler errors with gcc 4 . Implemented native LDAP address book support. Simplified LDAP configuration relies on the default address schemas for LDAP address books. >How-To-Repeat: >Fix: diff -ur /usr/ports/mail/cone/Makefile cone/Makefile --- /usr/ports/mail/cone/Makefile Tue Feb 14 02:27:06 2006 +++ cone/Makefile Fri Feb 17 09:02:18 2006 @@ -6,7 +6,7 @@ # PORTNAME= cone -PORTVERSION= 0.66.20060203 +PORTVERSION= 0.66.20060215 CATEGORIES= mail # This is for beta versions, leave it in please: MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ diff -ur /usr/ports/mail/cone/distinfo cone/distinfo --- /usr/ports/mail/cone/distinfo Sun Feb 12 07:57:11 2006 +++ cone/distinfo Fri Feb 17 09:08:47 2006 @@ -1,3 +1,3 @@ -MD5 (cone-0.66.20060203.tar.bz2) = 967447f88794f6568809c409bdcc8aa4 -SHA256 (cone-0.66.20060203.tar.bz2) = 52fe88370e10eb0cd23e7f8d9058865fc4bbac36cb4d5cda54976613545748ea -SIZE (cone-0.66.20060203.tar.bz2) = 3853330 +MD5 (cone-0.66.20060215.tar.bz2) = d1f3ae337b41743c1b731afdfa97be8c +SHA256 (cone-0.66.20060215.tar.bz2) = b6bbb85846646059f72b5a7553c92e48f3f1c1ced62ed36e373ba663e0baa635 +SIZE (cone-0.66.20060215.tar.bz2) = 3968583 Please add the following as patch-ldapaddressbook-libldapsearch --- ldapaddressbook/libldapsearch.c.old Fri Feb 17 21:54:34 2006 +++ ldapaddressbook/libldapsearch.c Fri Feb 17 21:40:09 2006 @@ -8,6 +8,7 @@ #include "libldapsearch.h" #include #include +#include /* ** Allocate and deallocate the ldapsearch struct. >Release-Note: >Audit-Trail: >Unformatted: