From nobody@FreeBSD.org Sat Mar 17 13:41:26 2007 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A397016A407 for ; Sat, 17 Mar 2007 13:41:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 93E7213C45E for ; Sat, 17 Mar 2007 13:41:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2HDfQwi051337 for ; Sat, 17 Mar 2007 13:41:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2HDfQDT051328; Sat, 17 Mar 2007 13:41:26 GMT (envelope-from nobody) Message-Id: <200703171341.l2HDfQDT051328@www.freebsd.org> Date: Sat, 17 Mar 2007 13:41:26 GMT From: Chris Fletcher To: freebsd-gnats-submit@FreeBSD.org Subject: Wrong version of Postfix MTA hardcoded into sysinstall X-Send-Pr-Version: www-3.0 >Number: 110447 >Category: bin >Synopsis: Wrong version of Postfix MTA hardcoded into sysinstall >Confidential: no >Severity: non-critical >Priority: medium >Responsible: simon >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 17 13:50:04 GMT 2007 >Closed-Date: Sat Apr 14 14:44:19 GMT 2007 >Last-Modified: Sat Apr 14 14:44:19 GMT 2007 >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: Responsible-Changed-From-To: freebsd-bugs->simon Responsible-Changed-By: simon Responsible-Changed-When: Sat Mar 17 16:39:32 UTC 2007 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=110447 State-Changed-From-To: open->patched State-Changed-By: simon State-Changed-When: Sat Mar 17 16:43:33 UTC 2007 State-Changed-Why: Committed to -CURRENT. I will MFC to RELENG_6 in a week. Thanks for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=110447 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/110447: commit references a PR Date: Sat, 17 Mar 2007 16:43:37 +0000 (UTC) simon 2007-03-17 16:43:28 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c Log: Update postfix MTA selection code to point at postfix 2.3 which is the current version. PR: misc/110447 Submitted by: Chris Fletcher MFC after: 1 week Revision Changes Path 1.241 +1 -1 src/usr.sbin/sysinstall/config.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State-Changed-From-To: patched->closed State-Changed-By: simon State-Changed-When: Sat Apr 14 14:43:23 UTC 2007 State-Changed-Why: In the meantime postfix 2.4 was released so I updated to that version both in -CURRENT and 6-STABLE. Thanks for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=110447 >Unformatted: