summaryrefslogtreecommitdiff
path: root/devel/libltdl
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-15 17:07:43 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-15 17:07:43 +0000
commit392a8b5727ecc839d851236c2719b0ad69c30725 (patch)
tree6e36f275f457de256431129a7c5ede1f39cc5086 /devel/libltdl
parent574bbc79fceef9750f3a130b83305220b47fd0c6 (diff)
downloadpkgsrc-392a8b5727ecc839d851236c2719b0ad69c30725.tar.gz
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@
Diffstat (limited to 'devel/libltdl')
-rw-r--r--devel/libltdl/Makefile3
1 files changed, 2 insertions, 1 deletions
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)