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: Wed, 11 Jan 2012 03:10:20 -0500 Message-ID: References: <8739bp8l3g.fsf@gnu.org> <874nw4rygh.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 1326269442 11813 80.91.229.12 (11 Jan 2012 08:10:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2012 08:10:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 11 09:10:38 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 1RktGX-0002cp-TB for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2012 09:10:38 +0100 Original-Received: from localhost ([::1]:56758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RktGU-0003W1-CK for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2012 03:10:34 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RktGO-0003Vq-UE for emacs-devel@gnu.org; Wed, 11 Jan 2012 03:10:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RktGK-0008Rg-G9 for emacs-devel@gnu.org; Wed, 11 Jan 2012 03:10:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RktGK-0008RV-By for emacs-devel@gnu.org; Wed, 11 Jan 2012 03:10:24 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RktGH-0005im-3o; Wed, 11 Jan 2012 03:10:21 -0500 X-Spook: BRLO Exon Shell Panama chameleon man MP5K-SD BLU-97 A/B X-Ran: 5EBLq}veD`v$t2p15;P-=b1M(g,8[w*Q^tSR-%_r_fFjIMlqkZh1D3fj_2Q(`NUx(`ae(* X-Hue: yellow X-Attribution: GM In-Reply-To: <874nw4rygh.fsf@gnu.org> (Chong Yidong's message of "Tue, 10 Jan 2012 12:08:46 +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:147578 Archived-At: Chong Yidong wrote: > This sounds desirable, but the discussion in that bug is not as concrete > as I'd like. What's the specific patch you're taking about? (untested) *** configure.in 2012-01-11 07:52:35 +0000 --- configure.in 2012-01-11 08:06:35 +0000 *************** *** 3103,3109 **** # the C preprocessor to some helpful value like 1, or maybe the empty # string. Needless to say consequent macro substitutions are less # than conducive to the makefile finding the correct directory. ! [cpp_undefs="`echo $srcdir $configuration $canonical unix | sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`"] --- 3103,3116 ---- # the C preprocessor to some helpful value like 1, or maybe the empty # string. Needless to say consequent macro substitutions are less # than conducive to the makefile finding the correct directory. ! ! [ ! case $canonical in ! i[456]86-*) extra_undefs=i386 ;; ! *) extra_undefs= ;; ! esac ! ! cpp_undefs="`echo $srcdir $configuration $canonical unix $extra_undefs | sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`"] > BTW, would you mind updating the copyright years on the emacs-23 branch? :(