[Lunar-commits]
CVS: theedge/var/lib/lunar/functions download.lunar, 1.50, 1.51
Jon South
striker at lunar-linux.org
Tue Jan 11 21:52:15 UTC 2005
- Previous message: [Lunar-commits]
CVS: moonbase/audio/amarok BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
- Next message: [Lunar-commits] CVS: moonbase/editors/manedit BUILD, 1.4,
1.5 DETAILS, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv19175
Modified Files:
download.lunar
Log Message:
Fix for possible wget exploit
Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- download.lunar 12 Dec 2004 22:56:05 -0000 1.50
+++ download.lunar 11 Jan 2005 21:52:13 -0000 1.51
@@ -197,9 +197,11 @@
[ -n "$ftp_proxy" ] && export ftp_proxy=$ftp_proxy
[ -n "$no_proxy" ] && export no_proxy=$no_proxy
+ S_FILE=$(basename $1)
+
debug_msg "call_wget: PWD=$PWD"
- verbose_msg "calling \"wget $WGET_CACHE $WGET_RATE $WGET_FTP_CONNECTION $WGET_RETRIES $WGET_PARTIAL $1\""
- wget $WGET_CACHE $WGET_RATE $WGET_FTP_CONNECTION $WGET_RETRIES $WGET_PARTIAL $1
+ verbose_msg "calling \"wget $WGET_CACHE $WGET_RATE $WGET_FTP_CONNECTION $WGET_RETRIES $WGET_PARTIAL $1 --output-document $S_FILE\""
+ wget $WGET_CACHE $WGET_RATE $WGET_FTP_CONNECTION $WGET_RETRIES $WGET_PARTIAL "$1" --output-document "$S_FILE"
}
- Previous message: [Lunar-commits]
CVS: moonbase/audio/amarok BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
- Next message: [Lunar-commits] CVS: moonbase/editors/manedit BUILD, 1.4,
1.5 DETAILS, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list