pkgsrc/www/opera/Makefile
xtraeme 33ae7e846c Update to 9.26.
Changes Since Opera 9.25:

Security
--------
Fixed an issue where simulated text inputs could trick users into uploading
arbitrary files, as reported by Mozilla. See our advisory.

Image properties can no longer be used to execute scripts, as reported by
Max Leonov. See our advisory.

Fixed an issue where the representation of DOM attribute values could allow
cross site scripting, as reported by Arnaud.lb. See our advisory.

Miscellaneous
-------------
Fixed a stability issue found in Opera 9.0 to 9.25, when Opera connects
securely to Windows Server 2008 or other servers supporting the TLS
Certificate Status extension.

Additional stability fixes.
2008-02-20 19:31:22 +00:00

45 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.80 2008/02/20 19:31:22 xtraeme Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
#PKGREVISION= 1
CATEGORIES= www
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}/
MASTER_SITES+= ftp://ftp.opera.com/pub/opera/${OPERA_DIR}/
DISTFILES= opera-${OPERA_DIST_VERSION}${OPERA_ARCH}-${OPERA_LANG}${EXTRACT_SUFX}
MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.opera.com/
COMMENT= Small, fast and customizable WWW client
LICENSE= opera-850-license
EMUL_PLATFORMS= freebsd-i386
EMUL_PLATFORMS+= linux-i386
EMUL_PLATFORMS+= solaris-sparc
.include "../../mk/bsd.prefs.mk"
USE_LANGUAGES= # empty
BUILD_DIRS= # empty
OPERA_LANG= en
OPERA_VER_DATE= 20080215
OPERA_PKG_VERSION= 9.26
OPERA_PKG_VERSION_DIR= 926
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
PLIST_SUBST+= OPERA_VER_DATE=${OPERA_VER_DATE:Q}
PLIST_SUBST+= OPERA_PKG_VERSION=${OPERA_PKG_VERSION:C/u.*//}
.if ${EMUL_PLATFORM} == "linux-i386"
. include "Makefile.rpm"
.else
. include "Makefile.plain"
.endif
.include "../../mk/bsd.pkg.mk"