SECURITY update to Opera 7.54u2
From the opera advisory: A bug in Opera's file download handling causes the download dialog to give wrong information to the user when a data URL with an executable file is loaded. In some cases, it will tell the user that the file will be opened with NOTEPAD.EXE.[...] But when the user clicks "Open", the file is executed. see http://www.opera.com/support/search/supsearch.dml?index=784 for details
This commit is contained in:
parent
00f97d0a5e
commit
a483feba8a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2004/12/19 21:15:13 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2005/02/05 13:14:35 sturm Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= "fast and customizable WWW browser"
|
||||
|
||||
PKGNAME= opera-7.54u1
|
||||
DISTNAME= opera-7.54-20041210.1-static-qt.i386-en
|
||||
PKGNAME= opera-7.54u2
|
||||
DISTNAME= opera-7.54-20050131.1-static-qt.i386-en
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.opera.com/
|
||||
@ -29,7 +29,7 @@ MASTER_SITES_OPERA= ftp://ftp.opera.com/pub/opera/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/opera/ \
|
||||
http://www.rge.com/pub/infosystems/opera/
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/754u1/final/en/i386/static/}
|
||||
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/754u2/final/en/i386/static/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
RUN_DEPENDS= :redhat_base->=8.0:emulators/redhat/base
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (opera-7.54-20041210.1-static-qt.i386-en.tar.bz2) = fcf99a5dd13ef6fbb7494992a05bd0ea
|
||||
RMD160 (opera-7.54-20041210.1-static-qt.i386-en.tar.bz2) = 36ec16480f90795851ff2696670215a42d7db171
|
||||
SHA1 (opera-7.54-20041210.1-static-qt.i386-en.tar.bz2) = d6a6b7cd071c528d8fef4fff84b1330649d4e8da
|
||||
SIZE (opera-7.54-20041210.1-static-qt.i386-en.tar.bz2) = 4880472
|
||||
MD5 (opera-7.54-20050131.1-static-qt.i386-en.tar.bz2) = afc1819c0377da89174ba2a47924b867
|
||||
RMD160 (opera-7.54-20050131.1-static-qt.i386-en.tar.bz2) = 7a98ab22957f91b12185411f1b13be1941bc7cc3
|
||||
SHA1 (opera-7.54-20050131.1-static-qt.i386-en.tar.bz2) = c57f8de568a26eaba37a22f86342f7a0bb0db367
|
||||
SIZE (opera-7.54-20050131.1-static-qt.i386-en.tar.bz2) = 4863686
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-install_sh,v 1.9 2004/07/07 12:14:43 sturm Exp $
|
||||
--- install.sh.orig 2004-07-06 13:37:54.000000000 +0200
|
||||
+++ install.sh 2004-07-07 14:02:45.000000000 +0200
|
||||
@@ -1132,7 +1132,7 @@ run_install()
|
||||
mkdir $mkdirv $mkdirp $doc_dir/
|
||||
chmod $chmodv 755 $doc_dir
|
||||
cp $cpv $cpf LICENSE $doc_dir
|
||||
- if not test -d "$doc_dir/help"; then ln -s $str_localdirshare/help $doc_dir/help; fi
|
||||
+ ln -s $str_localdirshare/help $doc_dir/help
|
||||
$OpenBSD: patch-install_sh,v 1.10 2005/02/05 13:14:35 sturm Exp $
|
||||
--- install.sh.orig Mon Jan 31 16:19:45 2005
|
||||
+++ install.sh Sat Feb 5 14:04:03 2005
|
||||
@@ -1129,7 +1129,7 @@ run_install()
|
||||
mkdir $mkdirv $mkdirp $share_dir/help/
|
||||
chmod $chmodv 755 $share_dir/help
|
||||
cp $cpv $cpf $cpR help/* $share_dir/help/
|
||||
- if not test -d "$doc_dir/help"; then ln -s $str_localdirshare/help $doc_dir/help; fi
|
||||
+ ln -s $str_localdirshare/help $doc_dir/help
|
||||
fi
|
||||
|
||||
# Shared files
|
||||
debug_msg 1 "Shared files"
|
||||
@@ -1183,9 +1183,7 @@ run_install()
|
||||
mkdir $mkdirv $mkdirp $share_dir/config/
|
||||
@@ -1179,9 +1179,7 @@ run_install()
|
||||
chmod $chmodv 755 $share_dir/styles/user
|
||||
cp $cpv $cpf $cpR styles/user/* $share_dir/styles/user/
|
||||
|
||||
@ -21,7 +21,7 @@ $OpenBSD: patch-install_sh,v 1.9 2004/07/07 12:14:43 sturm Exp $
|
||||
|
||||
cp $cpv $cpf hhd.ssr chartables.bin $share_dir/
|
||||
|
||||
@@ -1280,7 +1278,7 @@ run_install()
|
||||
@@ -1287,7 +1285,7 @@ run_install()
|
||||
|
||||
# System wide configuration files
|
||||
config_dir="/etc"
|
||||
@ -30,7 +30,7 @@ $OpenBSD: patch-install_sh,v 1.9 2004/07/07 12:14:43 sturm Exp $
|
||||
echo
|
||||
echo "System wide configuration files:"
|
||||
echo " $config_dir/opera6rc"
|
||||
@@ -1302,12 +1300,6 @@ run_install()
|
||||
@@ -1309,12 +1307,6 @@ run_install()
|
||||
fi
|
||||
|
||||
# Shorcuts and Icons
|
||||
|
Loading…
Reference in New Issue
Block a user