diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-21 10:13:43 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-21 10:13:43 +0000 |
commit | 8b153423399e2e739dbcaa790dc8ce7fd939bcf7 (patch) | |
tree | b1afde5e9b246f6eaafd4c157986c0da5dd55f97 /www/opera/Makefile | |
parent | 8ba239e528a113a5c876d0c3962d366aef72256e (diff) | |
download | pkgsrc-8b153423399e2e739dbcaa790dc8ce7fd939bcf7.tar.gz |
Update to Opera 8.52.
This release is a recommended security upgrade.
Changes since 8.51:
Display
* Fixed drop-down list problem affecting Bloglines subscription sorting.
Security
* Replaced expired certificates from TrustCenter.
* Solved status bar issue described in Secunia Advisory 17571.
* Implemented stricter handling of the Online Certificate Status Protocol (OCSP).
Miscellaneous
* Fixed problem with missing keypresses when switching between applications.
* Fixed GDI leak issue with favicons causing slowdowns and crashes.
* Fixed Gmail loading problem.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index a0c6f2820ce..c43d4e358b3 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2006/02/21 10:08:35 ghen Exp $ +# $NetBSD: Makefile,v 1.53 2006/02/21 10:13:43 ghen Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} -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}/ @@ -27,9 +26,9 @@ USE_LANGUAGES= # empty .include "../../mk/bsd.prefs.mk" OPERA_LANG= en -OPERA_VER_DATE= 20051114 -OPERA_PKG_VERSION= 8.51 -OPERA_PKG_VERSION_DIR= 851 +OPERA_VER_DATE= 20060201 +OPERA_PKG_VERSION= 8.52 +OPERA_PKG_VERSION_DIR= 852 _OPERA_OPSYS?= ${OPSYS} _OPERA_MACHINE_ARCH?= ${MACHINE_ARCH} |