Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2015 01:43:00 +0000 (GMT)
From:      jenkins-admin@freebsd.org
To:        jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org
Subject:   FreeBSD_HEAD-tests - Build #1163 - Still Failing
Message-ID:  <1540296944.119.1436233385315.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <370888935.117.1436187295996.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <370888935.117.1436187295996.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD-tests - Build #1163 - Still Failing:

Check console output at https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1163/ to view the results.
From owner-freebsd-current@freebsd.org  Tue Jul  7 05:31:34 2015
Return-Path: <owner-freebsd-current@freebsd.org>
Delivered-To: freebsd-current@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F93994415
 for <freebsd-current@mailman.ysv.freebsd.org>;
 Tue,  7 Jul 2015 05:31:34 +0000 (UTC)
 (envelope-from gshapiro@freebsd.org)
Received: from zim.gshapiro.net (zim.gshapiro.net [IPv6:2001:4f8:3:36::224])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "smtp.gshapiro.net", Issuer "Certificate Authority" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 53FC514AC
 for <freebsd-current@freebsd.org>; Tue,  7 Jul 2015 05:31:34 +0000 (UTC)
 (envelope-from gshapiro@freebsd.org)
Received: from minime.local ([IPv6:2601:647:4e01:8f7b:4ccd:42e0:bebf:f564])
 (authenticated bits=0)
 by zim.gshapiro.net (8.15.1.36/8.15.1.36) with ESMTPSA id t675VULl004331
 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
 for <freebsd-current@freebsd.org>; Mon, 6 Jul 2015 22:31:33 -0700 (PDT)
Date: Mon, 6 Jul 2015 22:31:30 -0700
From: Gregory Shapiro <gshapiro@freebsd.org>
To: freebsd-current@freebsd.org
Subject: HEADS UP: sendmail 8.15.2 imported, change in IPv6 behavior
Message-ID: <20150707053129.GE3005@minime.local>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>;
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Jul 2015 05:31:34 -0000

As documented in the release notes and UPDATING, the following changes accompanies the merge of sendmail 8.15.2 to HEAD:

	sendmail has been updated to 8.15.2.  Starting with FreeBSD 11.0
	and sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
	default, i.e., they will not contain "::".  For example, instead
	of ::1, it will be 0:0:0:0:0:0:0:1.  This permits a zero subnet
	to have a more specific match, such as different map entries for
	IPv6:0:0 vs IPv6:0.  This change requires that configuration
	data (including maps, files, classes, custom ruleset, etc.) must
	use the same format, so make certain such configuration data is
	upgrading.  As a very simple check search for patterns like
	'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'.  To return to the old
	behavior, set the m4 option confUSE_COMPRESSED_IPV6_ADDRESSES or
	the cf option UseCompressedIPv6Addresses.

Note that when sendmail 8.15.2 is MFC'ed to stable/{10,9,8}, for the sake of POLA, the default will be to continue using compressed IPv6 addresses as it has always done.  This default change will only affect FreeBSD 11 and later (and can be changed in your configuration file as described above).




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