Security update to opera-8.52.
More info: http://secunia.com/advisories/17571/ ok sturm@
This commit is contained in:
parent
c3dbdb1d9d
commit
ce8da0379f
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2006/01/05 19:08:22 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2006/02/20 10:36:02 bernd Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= "fast and customizable WWW browser"
|
||||
|
||||
PKGNAME= opera-8.51p0
|
||||
DISTNAME= opera-8.51-20051114.1-static-qt.i386-en
|
||||
PKGNAME= opera-8.52
|
||||
DISTNAME= opera-8.52-20060201.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/851/final/en/i386/}
|
||||
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/852/final/en/i386/static/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
RUN_DEPENDS= :redhat_base->=8.0:emulators/redhat/base
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (opera-8.51-20051114.1-static-qt.i386-en.tar.bz2) = bd6bd9cfaf13b6509c8531d02a4c51a2
|
||||
RMD160 (opera-8.51-20051114.1-static-qt.i386-en.tar.bz2) = e6da87ffaee5e653c73e96b24d9a186ba74f2b15
|
||||
SHA1 (opera-8.51-20051114.1-static-qt.i386-en.tar.bz2) = 0d5ff79293896ae478c4f92fed605711b3cf0693
|
||||
SIZE (opera-8.51-20051114.1-static-qt.i386-en.tar.bz2) = 5810388
|
||||
MD5 (opera-8.52-20060201.1-static-qt.i386-en.tar.bz2) = e051ee0f78dbf7fac407fad147e02d8b
|
||||
RMD160 (opera-8.52-20060201.1-static-qt.i386-en.tar.bz2) = a118c275af20b625a00e2c79228354a46f25bf7e
|
||||
SHA1 (opera-8.52-20060201.1-static-qt.i386-en.tar.bz2) = 547dd2019213f240f7dc9e2f757c059731a35c59
|
||||
SIZE (opera-8.52-20060201.1-static-qt.i386-en.tar.bz2) = 5812593
|
||||
|
@ -1,16 +1,21 @@
|
||||
$OpenBSD: patch-install_sh,v 1.14 2005/11/22 21:44:22 sturm Exp $
|
||||
--- install.sh.orig Tue Nov 22 22:07:45 2005
|
||||
+++ install.sh Tue Nov 22 22:13:47 2005
|
||||
@@ -1302,7 +1302,7 @@ run_install()
|
||||
$OpenBSD: patch-install_sh,v 1.15 2006/02/20 10:36:02 bernd Exp $
|
||||
--- install.sh.orig Wed Feb 1 15:24:19 2006
|
||||
+++ install.sh Fri Feb 17 14:00:42 2006
|
||||
@@ -1340,11 +1340,11 @@ run_install()
|
||||
then
|
||||
# System wide configuration files
|
||||
config_dir="/etc"
|
||||
case "${os}" in
|
||||
- FreeBSD|OpenBSD|NetBSD) config_dir="/usr/local/etc";;
|
||||
+ FreeBSD|NetBSD) config_dir="/usr/local/etc";;
|
||||
*) config_dir="/etc";;
|
||||
esac
|
||||
|
||||
- if can_write_to "$config_dir"
|
||||
+ if false can_write_to "$config_dir"
|
||||
then
|
||||
echo
|
||||
echo "System wide configuration files:"
|
||||
@@ -1332,7 +1332,7 @@ run_install()
|
||||
@@ -1374,7 +1374,7 @@ run_install()
|
||||
then
|
||||
echo
|
||||
echo "Shortcut icons will be ignored if installed with the prefix \"$prefix\"."
|
||||
|
Loading…
Reference in New Issue
Block a user