openbsd-ports/www/opera/patches/patch-install_sh
bernd d350ee3923 Security update to opera-9.00.
This fixes an integer overflow when processing JPEG images.

More information: http://secunia.com/advisories/20787/

ok sturm@
2006-06-23 08:34:17 +00:00

22 lines
676 B
Plaintext

$OpenBSD: patch-install_sh,v 1.17 2006/06/23 08:34:17 bernd Exp $
--- install.sh.orig Fri Jun 16 13:18:52 2006
+++ install.sh Tue Jun 20 11:01:55 2006
@@ -1330,7 +1330,7 @@ run_install()
then
# System wide configuration files
config_dir="/etc"
- if can_write_to "$config_dir"
+ if false can_write_to "$config_dir"
then
echo
echo "System wide configuration files:"
@@ -1360,7 +1360,7 @@ run_install()
then
echo
echo "Shortcut icons will be ignored if installed with the prefix \"$prefix\"."
- con_firm "Do you want to (try to) install them in default locations" || bool_icons=0
+ bool_icons=0
fi
if test "${bool_icons}" -ne 0