From e5b6eec3067f3b6e1cca0ab65de69fc3728a385c Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 15 Dec 2009 17:07:43 +0000 Subject: Fix a potential security issue in libltdl by making sure that the current directory is not included in the search path. Bump revision of libltdl. Patch backported from tez@ --- devel/libltdl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/libltdl') diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index 34863868cbe..efdba383df5 100644 --- a/devel/libltdl/Makefile +++ b/devel/libltdl/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2006/01/30 22:19:57 tv Exp $ +# $NetBSD: Makefile,v 1.4 2009/12/15 17:07:43 joerg Exp $ # .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/tool-/ltdl-/} +PKGREVISION= 1 SVR4_PKGNAME= lltdl COMMENT= Generic shared library support (libltdl abstraction library) -- cgit v1.2.3