From owner-cvs-all@FreeBSD.ORG Fri Apr 10 09:11:43 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 97B561065672; Fri, 10 Apr 2009 09:11:43 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 864DB8FC1B; Fri, 10 Apr 2009 09:11:43 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3A9Bh8M001278; Fri, 10 Apr 2009 09:11:43 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3A9Bhi3001277; Fri, 10 Apr 2009 09:11:43 GMT (envelope-from roam) Message-Id: <200904100911.n3A9Bhi3001277@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 10 Apr 2009 09:11:43 +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/libelf Makefile distinfo ports/devel/libelf/files patch-Makefile.in patch-configure patch-lib::sys_elf.h.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: Fri, 10 Apr 2009 09:11:44 -0000 roam 2009-04-10 09:11:43 UTC FreeBSD ports repository Modified files: devel/libelf Makefile distinfo devel/libelf/files patch-Makefile.in patch-configure patch-lib::sys_elf.h.in Log: Update to libelf-0.8.10: - the w32/Makefile configure fix was integrated upstream - add the SANITY knob for stringent ELF header checks, on by default to reflect both the upstream default and pre-0.8.10 behavior While I'm here, refresh the patches with quilt --no-timestamps and add patch descriptions. Revision Changes Path 1.22 +9 -3 ports/devel/libelf/Makefile 1.11 +3 -3 ports/devel/libelf/distinfo 1.2 +4 -2 ports/devel/libelf/files/patch-Makefile.in 1.7 +11 -23 ports/devel/libelf/files/patch-configure 1.2 +4 -2 ports/devel/libelf/files/patch-lib::sys_elf.h.in