From 4a54a8fdc68af2bc13e8db08cf7e45b4319c42ab Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 26 Dec 2007 19:39:41 +0000 Subject: Update opera to 9.25. Changes in v9.25: Security * Fixed an issue where plug-ins could be used to allow cross domain scripting, as reported by David Bloom. Details will be disclosed at a later date. * Fixed an issue with TLS certificates that could be used to execute arbitrary code, as reported by Alexander Klink (Cynops GmbH). Details will be disclosed at a later date. * Rich text editing can no longer be used to allow cross domain scripting, as reported by David Bloom. See our advisory. * Prevented bitmaps from revealing random data from memory, as reported by Gynvael Coldwind. Details will be disclosed at a later date. Miscellaneous * Fixed a problem where malformed BMP files could cause Opera to temporarily freeze. For pkgsrc use, put back opera-distinfo target (to easily re-generate checksums for supported platforms) --- www/opera/Makefile | 23 +++++++++++++++++++---- www/opera/distinfo | 20 ++++++++++---------- 2 files changed, 29 insertions(+), 14 deletions(-) (limited to 'www') diff --git a/www/opera/Makefile b/www/opera/Makefile index a9cc5f62dff..aa1bf244cfe 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2007/10/27 00:58:13 xtraeme Exp $ +# $NetBSD: Makefile,v 1.78 2007/12/26 19:39:41 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} #PKGREVISION= 1 @@ -27,9 +27,9 @@ USE_LANGUAGES= # empty BUILD_DIRS= # empty OPERA_LANG= en -OPERA_VER_DATE= 20071015 -OPERA_PKG_VERSION= 9.24 -OPERA_PKG_VERSION_DIR= 924 +OPERA_VER_DATE= 20071214 +OPERA_PKG_VERSION= 9.25 +OPERA_PKG_VERSION_DIR= 925 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 @@ -42,4 +42,19 @@ PLIST_SUBST+= OPERA_PKG_VERSION=${OPERA_PKG_VERSION:C/u.*//} . include "Makefile.plain" .endif +# regenerate distinfo for all ports supported by this package +.PHONY: opera-distinfo +opera-distinfo: + ( ${ECHO} '$$'NetBSD'$$'; \ + ${ECHO} ''; \ + _OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \ + ${GREP} opera distinfo; \ + _OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \ + ${GREP} opera distinfo; \ + _OPERA_OPSYS=SunOS _OPERA_MACHINE_ARCH=sparc make distinfo 1>&2; \ + ${GREP} opera distinfo; \ + ) > distinfo.new + ${MV} -f distinfo.new distinfo + .include "../../mk/bsd.pkg.mk" +#.include "../../mk/bsd.pkg.subdir.mk" diff --git a/www/opera/distinfo b/www/opera/distinfo index 200f448ecb8..d05623db97b 100644 --- a/www/opera/distinfo +++ b/www/opera/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.26 2007/10/27 00:58:14 xtraeme Exp $ +$NetBSD: distinfo,v 1.27 2007/12/26 19:39:42 jdolecek Exp $ -SHA1 (opera-9.24-20071015.1-static-qt-sol8-sparc-en.tar.bz2) = 5d4c529ae088b04a70ca4939f45000c272d630be -RMD160 (opera-9.24-20071015.1-static-qt-sol8-sparc-en.tar.bz2) = d63ee214d5edec3ac3bb829e3b92974138a2bf29 -Size (opera-9.24-20071015.1-static-qt-sol8-sparc-en.tar.bz2) = 8378672 bytes -SHA1 (opera-9.24-20071015.1-static-qt.i386-en.rpm) = f2ac12ed7215d2b710dfe9961b083f42ee6c184e -RMD160 (opera-9.24-20071015.1-static-qt.i386-en.rpm) = 4a1580d04a0f4ef8f09381ee4bc7ef9a5aa70738 -Size (opera-9.24-20071015.1-static-qt.i386-en.rpm) = 7283974 bytes -SHA1 (opera-9.24-20071015.1-static-qt.i386.freebsd-en.tar.bz2) = 5e8f0a2adac5fe5d661f96fea65bb37aaa2a8e47 -RMD160 (opera-9.24-20071015.1-static-qt.i386.freebsd-en.tar.bz2) = da7b31695a487ee331745ddc417bcfc834c3cbf8 -Size (opera-9.24-20071015.1-static-qt.i386.freebsd-en.tar.bz2) = 6549193 bytes +SHA1 (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 277b7dc8d84ebe350fd70fc272a0b29c8a263da5 +RMD160 (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 3e74abf3744969c0289985cdb05049c420eb6df6 +Size (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 7284903 bytes +SHA1 (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 277b7dc8d84ebe350fd70fc272a0b29c8a263da5 +RMD160 (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 3e74abf3744969c0289985cdb05049c420eb6df6 +Size (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 7284903 bytes +SHA1 (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 277b7dc8d84ebe350fd70fc272a0b29c8a263da5 +RMD160 (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 3e74abf3744969c0289985cdb05049c420eb6df6 +Size (opera-9.25-20071214.1-static-qt.i386-en.rpm) = 7284903 bytes -- cgit v1.2.3