security update to opera 9.21
disable shared memory usage, which is currently broken
This commit is contained in:
parent
440c45949a
commit
7c91694313
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2006/12/24 11:24:08 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2007/05/21 20:15:11 sturm Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= "fast and customizable WWW browser"
|
||||
|
||||
PKGNAME= opera-9.10
|
||||
DISTNAME= opera-9.10-20061214.1-static-qt.i386-en
|
||||
DISTNAME= opera-9.21-20070510.1-static-qt.i386-en
|
||||
PKGNAME= opera-9.21
|
||||
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/910/final/en/i386/static/}
|
||||
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/921/final/en/i386/static/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
RUN_DEPENDS= ::emulators/fedora/base
|
||||
@ -37,7 +37,7 @@ RUN_DEPENDS= ::emulators/fedora/base
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}-521
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}-641
|
||||
|
||||
do-install:
|
||||
cd ${WRKBUILD} && ./install.sh \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (opera-9.10-20061214.1-static-qt.i386-en.tar.bz2) = 3M3FJS/8ZljzxG8yxkyCGQ==
|
||||
RMD160 (opera-9.10-20061214.1-static-qt.i386-en.tar.bz2) = ZoApYXiJhiY91Gt7xHkNbxquOfE=
|
||||
SHA1 (opera-9.10-20061214.1-static-qt.i386-en.tar.bz2) = Ip5omzYxLiDnPTGGegEwQtp25/I=
|
||||
SHA256 (opera-9.10-20061214.1-static-qt.i386-en.tar.bz2) = sccVKkxxQzy0w78a5/wUj+887YfmWKZVMOjUeNsIn38=
|
||||
SIZE (opera-9.10-20061214.1-static-qt.i386-en.tar.bz2) = 6719119
|
||||
MD5 (opera-9.21-20070510.1-static-qt.i386-en.tar.bz2) = QuMDkWP3u/1JEZhgz6xg0A==
|
||||
RMD160 (opera-9.21-20070510.1-static-qt.i386-en.tar.bz2) = 5q5SuU1jYCXHtVFY1plNOFmScPc=
|
||||
SHA1 (opera-9.21-20070510.1-static-qt.i386-en.tar.bz2) = 2GeXZRQUgxZdoF5ViTAJD6D2oxE=
|
||||
SHA256 (opera-9.21-20070510.1-static-qt.i386-en.tar.bz2) = /fZ2agQI1wMPepMFdv1wr/eOK2b+K76Moa+NpLrOlc0=
|
||||
SIZE (opera-9.21-20070510.1-static-qt.i386-en.tar.bz2) = 6785626
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: opera.sh,v 1.6 2006/06/23 15:40:56 bernd Exp $
|
||||
# $OpenBSD: opera.sh,v 1.7 2007/05/21 20:15:11 sturm Exp $
|
||||
|
||||
PLUGIN_PATH=@PREFIX@/lib/opera/plugins
|
||||
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/lib/ns-plugins
|
||||
@ -10,6 +10,7 @@ LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/libexec
|
||||
PATH=/bin:/usr/bin
|
||||
|
||||
export OPERA_DIR=@PREFIX@/share/opera
|
||||
export OPERA_NUM_XSHM=0
|
||||
export OPERA_PLUGIN_PATH=${OPERA_PLUGIN_PATH-${PLUGIN_PATH}}
|
||||
export LD_LIBRARY_PATH PATH
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.24 2006/12/24 11:24:09 bernd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.25 2007/05/21 20:15:11 sturm Exp $
|
||||
bin/opera
|
||||
lib/opera/
|
||||
lib/opera/plugins/
|
||||
@ -81,15 +81,21 @@ share/opera/styles/mime.css
|
||||
share/opera/styles/plugins.css
|
||||
share/opera/styles/user/
|
||||
share/opera/styles/user/accessibility.css
|
||||
share/opera/styles/user/altdebugger.css
|
||||
share/opera/styles/user/classid.css
|
||||
share/opera/styles/user/contrastbw.css
|
||||
share/opera/styles/user/contrastwb.css
|
||||
share/opera/styles/user/debugwithoutline.css
|
||||
share/opera/styles/user/disablebreaks.css
|
||||
share/opera/styles/user/disablefloats.css
|
||||
share/opera/styles/user/disableforms.css
|
||||
share/opera/styles/user/disablepositioning.css
|
||||
share/opera/styles/user/disabletables.css
|
||||
share/opera/styles/user/hidenonlinkimages.css
|
||||
share/opera/styles/user/imageandlinkonly.css
|
||||
share/opera/styles/user/nostalgia.css
|
||||
share/opera/styles/user/showstructure.css
|
||||
share/opera/styles/user/textonly.css
|
||||
share/opera/styles/user/outline.css
|
||||
share/opera/styles/user/structureblock.css
|
||||
share/opera/styles/user/structureinline.css
|
||||
share/opera/styles/user/structuretables.css
|
||||
share/opera/styles/user/tablelayout.css
|
||||
share/opera/styles/user/toc.css
|
||||
share/opera/styles/warning.css
|
||||
share/opera/styles/wml.css
|
||||
share/opera/svg-mo.dat
|
||||
|
Loading…
x
Reference in New Issue
Block a user