summaryrefslogtreecommitdiff
path: root/devel/libltdl
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-15 17:07:43 +0000
committerjoerg <joerg>2009-12-15 17:07:43 +0000
commite5b6eec3067f3b6e1cca0ab65de69fc3728a385c (patch)
tree6e36f275f457de256431129a7c5ede1f39cc5086 /devel/libltdl
parent12242da75cc2189d448d396ed8eb166c1b6244e6 (diff)
downloadpkgsrc-e5b6eec3067f3b6e1cca0ab65de69fc3728a385c.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)