From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 30 02:20:09 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF0E5106566B for ; Sun, 30 Jan 2011 02:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A51C48FC08 for ; Sun, 30 Jan 2011 02:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0U2K9at018272 for ; Sun, 30 Jan 2011 02:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0U2K9EE018270; Sun, 30 Jan 2011 02:20:09 GMT (envelope-from gnats) Date: Sun, 30 Jan 2011 02:20:09 GMT Message-Id: <201101300220.p0U2K9EE018270@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pedro F. Giffuni" Cc: Subject: Re: gnu/154385: Minor fixes to contrib/libstdc++ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Pedro F. Giffuni" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 02:20:09 -0000 The following reply was made to PR gnu/154385; it has been noted by GNATS. From: "Pedro F. Giffuni" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: gnu/154385: Minor fixes to contrib/libstdc++ Date: Sat, 29 Jan 2011 18:17:42 -0800 (PST) I think I've cleared the mistery of the libstdc++ license: According to the FSF, the library for libstdc++ is GPL3 plus runtime exception: http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html However, this license is dated Version 3.1, 31 March 2009 but the latest libstdc++ for the 4.2-branch was released 2008-05-19. The license in the libstdc++ and the parent directory hasn't changed and appears to be LGPL version 2.1. http://gcc.gnu.org/viewcvs/branches/gcc-4_2-branch/ I would think that we can update libstdc++ to the latest version in the gcc-4_2 branch (GCC 4.2.4), which has many fixes for boost, etc. Feel free to close this PR and consider updating libstdc++ by regular means.