pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool Fix endless loop in pathname canonicaliz...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd920d20d3ae
branches: trunk
changeset: 467841:bd920d20d3ae
user: seb <seb%pkgsrc.org@localhost>
date: Sat Feb 07 09:25:39 2004 +0000
description:
Fix endless loop in pathname canonicalization in install mode.
As seen in PR pkg/24333.
Fix from skrll@.
Bump PKGREVISION.
diffstat:
devel/libtool/Makefile.common | 3 ++-
devel/libtool/distinfo | 4 ++--
devel/libtool/patches/patch-ac | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r 43b4a9a98f32 -r bd920d20d3ae devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common Sat Feb 07 07:09:20 2004 +0000
+++ b/devel/libtool/Makefile.common Sat Feb 07 09:25:39 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.42 2004/02/05 21:30:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.43 2004/02/07 09:25:39 seb Exp $
#
DISTNAME= libtool-1.5.2
+PKGREVISION= 1
CATEGORIES= devel pkgtools
MASTER_SITES= ${MASTER_SITE_GNU:=libtool/}
diff -r 43b4a9a98f32 -r bd920d20d3ae devel/libtool/distinfo
--- a/devel/libtool/distinfo Sat Feb 07 07:09:20 2004 +0000
+++ b/devel/libtool/distinfo Sat Feb 07 09:25:39 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2004/02/05 20:14:06 skrll Exp $
+$NetBSD: distinfo,v 1.34 2004/02/07 09:25:39 seb Exp $
SHA1 (libtool-1.5.2.tar.gz) = d6f1e8fb544d71b3c88fb959521b34b9b6290260
Size (libtool-1.5.2.tar.gz) = 2653072 bytes
SHA1 (patch-aa) = 173b8f40ebb067e3bcea798b87e822a445d5688e
SHA1 (patch-ab) = b59ac36c8d84a919193f454d670c61688bb91fe6
-SHA1 (patch-ac) = 1afb4149326a0090713f190d19bee4c6be6942dd
+SHA1 (patch-ac) = 089536834faa3011bf2086b0ef15245b01a88eb9
diff -r 43b4a9a98f32 -r bd920d20d3ae devel/libtool/patches/patch-ac
--- a/devel/libtool/patches/patch-ac Sat Feb 07 07:09:20 2004 +0000
+++ b/devel/libtool/patches/patch-ac Sat Feb 07 09:25:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.9 2004/02/05 20:14:06 skrll Exp $
+$NetBSD: patch-ac,v 1.10 2004/02/07 09:25:39 seb Exp $
--- ltmain.sh.orig 2004-01-25 12:40:26.000000000 +0000
+++ ltmain.sh
@@ -123,7 +123,7 @@
+ # - strip any trailing /
+ tmp=""
+ while test "$dest" != "$tmp"; do
-+ tmp=$arg
++ tmp=$dest
+ dest=`$echo "X$dest" | $Xsed -e 's%[^/.][^/.]*/\.\.%%g' -e 's%/\./%/%g' -e 's%//*%/%g' -e 's%/$%%g'`
+ done
Home |
Main Index |
Thread Index |
Old Index