Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2007 13:41:26 GMT
From:      Chris Fletcher<fletch.AT.brightsparks.net.au@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/110447: Wrong version of Postfix MTA hardcoded into sysinstall
Message-ID:  <200703171341.l2HDfQDT051328@www.freebsd.org>
Resent-Message-ID: <200703171350.l2HDo4Ga051819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110447
>Category:       misc
>Synopsis:       Wrong version of Postfix MTA hardcoded into sysinstall
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 17 13:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Chris Fletcher
>Release:        6.2-RELEASE
>Organization:
BrightSparks Internet for Schools
>Environment:
FreeBSD mail2.brightsparks.net.au 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The monolithic /usr/sbin/sysinstall binary has postfix-2.2 hardcoded into it rather than postfix-2.3 in the code dealing with selecting and installing a default MTA (Configure -> Networking -> Mail -> Postfix).

Since the packages have 2.3, it says that 2.2 is not found in the INDEX.
>How-To-Repeat:
Run sysinstall and select: Configure -> Networking -> Mail -> Postfix
>Fix:
Change the 2.2 to 2.3 in the config.c file in the sysinstall source.

Patch attached with submission follows:

1012c1012
<     ret = package_add("postfix-2.2");
---
>     ret = package_add("postfix-2.3");

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703171341.l2HDfQDT051328>