diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-08-28 16:05:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-08-28 16:05:35 +0000 |
commit | 620a1e840c4b8ab84a49f89f7515d14aae039f09 (patch) | |
tree | e3319623b98bbea330c944b5d2e2cd1427f84b5e /www/opera/Makefile | |
parent | dea7bf6cbeb197067f376e54f130ddbdd0a0c292 (diff) | |
download | pkgsrc-620a1e840c4b8ab84a49f89f7515d14aae039f09.tar.gz |
Update to 9.23:
* Fixed four crash bugs found using Mozilla's jsfunfuzz tool.
* Fixed a stability issue with Speed Dial.
Security
* Fixed a JavaScript security issue discovered with Mozilla's
jsfunfuzz tool. See our advisory.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 85779facde5..54d7c529934 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.75 2007/08/23 22:22:07 jlam Exp $ +# $NetBSD: Makefile,v 1.76 2007/08/28 16:05:35 xtraeme Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.hu-berlin.de/pub/www/opera/${OPERA_DIR}/ -MASTER_SITES+= http://ftp.sunet.se/pub/www/clients/Opera/${OPERA_DIR}/ +MASTER_SITES= http://ftp.sunet.se/pub/www/clients/Opera/${OPERA_DIR}/ +MASTER_SITES+= ftp://ftp.hu-berlin.de/pub/www/opera/${OPERA_DIR}/ MASTER_SITES+= ftp://ftp.task.gda.pl/pub/opera/${OPERA_DIR}/ MASTER_SITES+= ftp://ftp.tuwien.ac.at/infosys/browsers/opera/${OPERA_DIR}/ MASTER_SITES+= ftp://opera.nsc.no/pub/nsc.no/mirrors/operasoftware/${OPERA_DIR}/ @@ -27,9 +27,9 @@ USE_LANGUAGES= # empty BUILD_DIRS= # empty OPERA_LANG= en -OPERA_VER_DATE= 20070716 -OPERA_PKG_VERSION= 9.22 -OPERA_PKG_VERSION_DIR= 922 +OPERA_VER_DATE= 20070809 +OPERA_PKG_VERSION= 9.23 +OPERA_PKG_VERSION_DIR= 923 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |