diff options
author | obache <obache@pkgsrc.org> | 2013-04-06 08:56:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-04-06 08:56:35 +0000 |
commit | 1386c21c80469de7e570fd0ce96730baf406aa16 (patch) | |
tree | a51c0e3db692950e74129b39ed97110ce8201fdd /www/opera/Makefile | |
parent | 3d22140aa17241a0767e72b94e5ba93bd43747cd (diff) | |
download | pkgsrc-1386c21c80469de7e570fd0ce96730baf406aa16.tar.gz |
Update opera to 12.15.
Release date: 2013-04-04
Opera 12.15 is a recommended upgrade offering security and stability
enhancements.
Fixes and Stability Enhancements since Opera 12.14
General and User Interface
* Fixed an issue where the search bar's default engine could be overridden by
third-party apps.
Security
* Fixed a moderately severe issue, as reported by Attila Suszter; details will
be disclosed at a later date.
* Added safeguards against attacks on the RC4 encryption protocol; see our
advisory: http://www.opera.com/security/advisory/1046
* Fixed an issue where cookies could be set for a top-level domain; see our
advisory: http://www.opera.com/security/advisory/1047
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 68210e8caef..77f8e9afd0a 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2013/02/13 12:01:05 obache Exp $ +# $NetBSD: Makefile,v 1.104 2013/04/06 08:56:35 obache Exp $ DISTNAME= opera-${OPERA_PKG_VERSION}-${OPERA_PKG_BUILD}.${OPERA_ARCH}.${EMUL_OPSYS} PKGNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} @@ -27,9 +27,9 @@ MASTER_SITE_OPERA+= ftp://get.opera.com/pub/opera/ \ USE_LANGUAGES= # empty NO_BUILD= yes -OPERA_PKG_BUILD= 1738 -OPERA_PKG_VERSION= 12.14 -OPERA_PKG_VERSION_DIR= 1214 +OPERA_PKG_BUILD= 1748 +OPERA_PKG_VERSION= 12.15 +OPERA_PKG_VERSION_DIR= 1215 PLIST_VARS+= ia32w linux |