From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Security flaw in EDE; new release plans Date: Mon, 09 Jan 2012 19:37:57 -0500 Message-ID: References: <8739bp8l3g.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1326155887 17223 80.91.229.12 (10 Jan 2012 00:38:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 00:38:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 10 01:38:03 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkPj1-0003Ll-7t for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2012 01:38:03 +0100 Original-Received: from localhost ([::1]:57539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkPj0-0005sn-OB for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 19:38:02 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkPiy-0005sX-3b for emacs-devel@gnu.org; Mon, 09 Jan 2012 19:38:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkPiw-0003Pz-Kn for emacs-devel@gnu.org; Mon, 09 Jan 2012 19:38:00 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkPiw-0003Pu-B1 for emacs-devel@gnu.org; Mon, 09 Jan 2012 19:37:58 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RkPiv-0001wH-Dq; Mon, 09 Jan 2012 19:37:57 -0500 X-Spook: Semtex ISEC monarchist ARPA warfare threat BCCI ASO X-Ran: ",L~)@(f~u6MatHU}5-*DAL)1?e:?5N2Lw[mKL8DSmO`8Ua3/f.icPjDXX (Chong Yidong's message of "Mon, 09 Jan 2012 14:07:47 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147534 Archived-At: Chong Yidong wrote: > In a few days, I will make the 23.3.90 pretest; during this brief > window, if anyone thinks there is another bug fix that ought to go > into 23.4, please promptly raise the issue on emacs-devel---but we > will be very conservative about allowing commits, in order to release > 23.4 ASAP. You might consider fixing http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8497 which could probably be done by just adding "i386" to cpp_undefs in configure.in. The only thing I am aware of that affecting is src/m/amdx86-64.h, when someone tries to compile a 32-bit exe on a 64-bit arch without specifying an explicit --build argument, but that does not seem important. And also allowing configure's --with-crt-dir argument to apply to all platforms, not just x86-64 and s390x (eg for Debian multiarch). Perhaps this is too invasive though.