diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-11-29 04:32:29 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-11-29 04:32:29 +0800 |
commit | 0bcd76e773d6b661c03608cbac3f534341abb167 (patch) | |
tree | 3340667bf344b8a791b71a0d6cec5b280d5e3ae8 /devel/libtool24 | |
parent | f6081d397e998d79db6d21b79a39d1d6c20ca1b1 (diff) | |
download | freebsd-ports-gnome-0bcd76e773d6b661c03608cbac3f534341abb167.tar.gz freebsd-ports-gnome-0bcd76e773d6b661c03608cbac3f534341abb167.tar.zst freebsd-ports-gnome-0bcd76e773d6b661c03608cbac3f534341abb167.zip |
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.
Diffstat (limited to 'devel/libtool24')
-rw-r--r-- | devel/libtool24/Makefile | 3 | ||||
-rw-r--r-- | devel/libtool24/distinfo | 6 | ||||
-rw-r--r-- | devel/libtool24/files/patch-libltdl-Makefile.in | 15 |
3 files changed, 12 insertions, 12 deletions
diff --git a/devel/libtool24/Makefile b/devel/libtool24/Makefile index 090a37b56025..c4c264cb170d 100644 --- a/devel/libtool24/Makefile +++ b/devel/libtool24/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= libtool -PORTVERSION= 2.2.6a -PORTREVISION= 1 +PORTVERSION= 2.2.6b CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool diff --git a/devel/libtool24/distinfo b/devel/libtool24/distinfo index 817aaa0e67ce..6b3f7e260e76 100644 --- a/devel/libtool24/distinfo +++ b/devel/libtool24/distinfo @@ -1,3 +1,3 @@ -MD5 (libtool-2.2.6a.tar.gz) = 8ca1ea241cd27ff9832e045fe9afe4fd -SHA256 (libtool-2.2.6a.tar.gz) = eb6b8f8272c5a5cad0c7c6b949aa75632f45c295f09b2e1e90b6bce15b32b796 -SIZE (libtool-2.2.6a.tar.gz) = 2870524 +MD5 (libtool-2.2.6b.tar.gz) = 07da460450490148c6d2df0f21481a25 +SHA256 (libtool-2.2.6b.tar.gz) = efe133e1014bca96998536f2e565a14fe0fde20cc83ff67135451e4e4e64ad57 +SIZE (libtool-2.2.6b.tar.gz) = 2347317 diff --git a/devel/libtool24/files/patch-libltdl-Makefile.in b/devel/libtool24/files/patch-libltdl-Makefile.in index c7f7983138e7..02f03e7099d6 100644 --- a/devel/libtool24/files/patch-libltdl-Makefile.in +++ b/devel/libtool24/files/patch-libltdl-Makefile.in @@ -1,22 +1,23 @@ ---- libltdl/Makefile.in.orig 2008-09-07 19:56:34.000000000 +0200 -+++ libltdl/Makefile.in 2009-05-12 10:38:05.000000000 +0200 -@@ -385,11 +385,6 @@ +--- libltdl/Makefile.in.orig 2009-11-19 14:55:46.000000000 +0100 ++++ libltdl/Makefile.in 2009-11-19 14:56:35.000000000 +0100 +@@ -402,12 +402,6 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: $(am__configure_deps) -- cd $(srcdir) && $(AUTOCONF) +- $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) -- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +-$(am__aclocal_m4_deps): - config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ -@@ -400,7 +395,6 @@ +@@ -418,7 +412,6 @@ @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config-h.in: $(am__configure_deps) -- cd $(top_srcdir) && $(AUTOHEADER) +- ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ |