From owner-cvs-all@FreeBSD.ORG Sat Nov 28 20:32:30 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CB02106566C; Sat, 28 Nov 2009 20:32:30 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC588FC12; Sat, 28 Nov 2009 20:32:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nASKWTrA019648; Sat, 28 Nov 2009 20:32:29 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nASKWTCf019647; Sat, 28 Nov 2009 20:32:29 GMT (envelope-from kwm) Message-Id: <200911282032.nASKWTCf019647@repoman.freebsd.org> From: Koop Mast Date: Sat, 28 Nov 2009 20:32:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libtool22 Makefile distinfo ports/devel/libtool22/files patch-libltdl-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 20:32:30 -0000 kwm 2009-11-28 20:32:29 UTC FreeBSD ports repository Modified files: devel/libtool22 Makefile distinfo devel/libtool22/files patch-libltdl-Makefile.in Log: Update to 2.2.6b. - Fixed libltdl to no longer attempt to dlopen() the old_library listed in the .la file. Now will use only the preopen loader to attempt to load it. This may be a security issue, all users are advised to upgrade. - Similarly, don't open module.la from the current directory, this changes the behavior of libltdl to match the documentation. Revision Changes Path 1.3 +1 -2 ports/devel/libtool22/Makefile 1.2 +3 -3 ports/devel/libtool22/distinfo 1.2 +8 -7 ports/devel/libtool22/files/patch-libltdl-Makefile.in