misc/110447: Wrong version of Postfix MTA hardcoded into sysinstall

Chris Fletcher fletch.AT.brightsparks.net.au at FreeBSD.org
Sat Mar 17 13:50:05 UTC 2007


>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 at 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:


More information about the freebsd-bugs mailing list