Commit graph

94 commits

Author SHA1 Message Date
xtraeme
fa62c5e0fd Update to 9.27, this closes PR pkg/38369:
Security
* Fixed an issue where newsfeed prompts could cause Opera to execute
  arbitrary code, as reported by Michal Zalewski. See our advisory.
  http://www.opera.com/support/search/view/881/
* Solved an issue where resized canvas patterns could cause Opera to
  execute arbitrary code, as reported by Michal Zalewski. See our
  advisory. http://www.opera.com/support/search/view/882/
* Improved keyboard handling of password inputs, as reported by Trystan S.

Miscellaneous
* Fixed a BitTorrent transfer stability issue.
* Resolved stablity issues with the Acid 3 test.
* Additional stability fixes.
2008-04-07 14:39:14 +00:00
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
xtraeme
7ff06143b7 Provide correct checksums for all supported platforms, like I said
"emul-fetch and emul-distinfo" is needed.
2007-12-26 21:44:49 +00:00
jdolecek
db2b18789b remove opera-distinfo - it's superseded by generic emul-distinfo 2007-12-26 20:32:59 +00:00
jdolecek
419a394dc5 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)
2007-12-26 19:39:41 +00:00
xtraeme
980450ff9c Update to 9.24:
Changes Since Opera 9.23
Security

* Fixed an issue where external news readers and e-mail clients could be
  used to execute arbitrary code, as reported by Michael A. Puls II.
  See our advisory.
* Fixed an issue where scripts could overwrite functions on pages from
  other domains. See the advisory. Issue reported to Opera by David Bloom.

This closes PR pkg/37185.
2007-10-27 00:58:13 +00:00
dmcmahill
c7a5bd6b6b Fix this again on solaris. WRKSRC was out of date and there was a missing
option to the install script for where to install the man page.
2007-10-01 23:40:17 +00:00
xtraeme
620a1e840c 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.
2007-08-28 16:05:35 +00:00
jlam
e98db697cc Split out installation with RPMs from "plain" installation for clarity
and ease-of-maintenance.
2007-08-23 22:22:07 +00:00
jlam
081c0f8957 Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system.  Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:

	EMUL_REQD=	suse>=9.1 netbsd>=2.0 solaris>=10

all in one, succinct line.
2007-08-23 18:20:30 +00:00
jlam
2515c69370 Back out previous, which was committed accidentally. 2007-08-22 14:51:03 +00:00
jlam
ee8ef2f817 Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user
this.  The JDK packages also depend on the corresponding JRE package,
so they don't need to show the same message -- keep the message with
the JRE packages instead.
2007-08-22 14:49:21 +00:00
jlam
93cb6d7ecb Rewrite the opera.sh shell script to properly check for versions of
Linux kernel emulation <= 2.0.38.  Also ensure that /lib is in
LD_LIBRARY_PATH so that the opera binary can find /lib/libpthread.so.0
in ${EMULDIR} and not NetBSD's /usr/lib/libpthread.so.0.

Bump the PKGREVISION to 1.
2007-08-07 21:37:24 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
xtraeme
079eefc44d Update to 9.22:
An issue when removing specially prepared torrent transfers was fixed.
A data leak issue when using canvas.createPattern was fixed.
An issue where data URIs could be used to display the wrong address in
the address bar was prevented.
The display of long domain names in auth dialogs was improved.
The Trustcenter class 3 G2 root certificate was added.
A problem with certificate import was fixed.
Toolbars can now use bold fonts again.
Tabs can be dragged between windows using the Windows panel again.
Several stability and performance fixes were made.
Shared memory is now disabled by default.
2007-07-19 19:09:44 +00:00
obache
1ea3b9379e DIST_SUBDIR=. break PKG_RESUME_TRANSFERS, sufficient just define as empty.
Fixes PR 35494.
2007-07-14 04:35:43 +00:00
dmcmahill
0e15e6e564 fix PLIST and WRKSRC for the sparc version 2007-06-25 21:35:48 +00:00
jdolecek
a1344c151d Update to opera 9.21 - among others contains stability fix for torrents
PR: 36403 by Chavdar Ivanov (thanks)
2007-06-09 19:25:49 +00:00
xtraeme
4980fd6bd7 Update to 9.20 (latest stable version), tested with NetBSD/amd64.
See http://www.opera.com/docs/changelogs/linux/920/
to see changes for this release.
2007-04-16 23:21:41 +00:00
wiz
51c8ea8d62 pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
dmcmahill
1444e0f525 fix PLIST on solaris 2007-01-23 02:51:31 +00:00
dmcmahill
a7042cf487 it's been a few months since the last time so:
- fix WRKSRC value for solaris
- fix PLIST for solaris
2007-01-22 14:05:35 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
jdolecek
6c7f9dfae1 Update to opera 9.1 (a.k.a 9.10)
Changes:

This release of Opera introduces Fraud Protection.

Changes Since Opera 9.02
User interface
* Fixed handling of access keys on Web pages with frames.
* Mail, messaging, and newsfeeds
* Fixed an instability connected with delayed entry of the Master password.
* Deleting of newsfeeds in the panel now both unsubscribes and deletes.

Display and scripting
* Improved performance for elements with both :focus and :hover.
* Fixed an issue with opacity on links that have images nested within them.

Security
* New Fraud Protection feature (a phishing filter).
* Changed Wand data to a new format. The upgrade to this new format
  is not reversible.

Miscellaneous
* Multiple stability issues solved, including crashes on Gmail and Google Maps.
* Changed the Mozilla User Agent string to include Firefox identification.
* Improved handling of Web site logins on slow connections.
* Cancellation of torrent downloads now functions as expected.

UNIX-specific changes
*  Fixed smooth scrolling.
* Flash 9 beta support for Linux.
* Implemented support for Linux plug-ins on FreeBSD.
* When masking as Internet Explorer, the platform is masked as Windows XP.
* Fixed an issue where floating point numbers were treated as integers
  on some Linux systems.
2006-12-19 23:02:12 +00:00
dmcmahill
b06f40e9c7 - fix WRKSRC value for solaris
- fix badly out of date PLIST for solaris
- add missing response of 'n' to the install.sh script to avoid installing
  some xpm's in /usr/share/....
Opera seems to build, install, package, and run ok on solaris 9/sparc now.
2006-10-23 11:01:54 +00:00
jdolecek
d27fd59c00 Update to opera 9.02 - this fixes serious SSL certificate verification
problem (recent OpenSSL signature-forgery problem), as well as various
other fixes and small improvemends
2006-09-30 18:37:09 +00:00
jdolecek
e321c5a25e Update to Opera 9.01 - fixes various smaller issues - for full list
see:
	http://www.opera.com/docs/changelogs/linux/901/
2006-08-06 17:07:36 +00:00
tron
0840866463 Set "RPM2PKGSTRIP" to "1" to get rid off the leading "./" in filenames.
This avoids false complaints about package list problems if "CHECK_FILES"
is set to "yes".
2006-06-25 12:33:26 +00:00
salo
6b4eea646a Security update to version 9.0
Changes:

- security fix for JPEG processing integer overflow vulnerability,
  http://www.vigilantminds.com/advi_detail.php?id=45
- full changelog: http://www.opera.com/docs/changelogs/linux/900/
2006-06-23 14:35:17 +00:00
tonio
11a10e3f8c add missing distinfo entries 2006-04-08 22:35:17 +00:00
rpaulo
9366b87801 Update to 8.54 fixing stability issues and a bugfix about Gmail.
Ok Jaromir Dolecek.
2006-04-07 19:14:04 +00:00
ghen
067196858b Grammar fix. 2006-02-21 15:50:49 +00:00
ghen
0b5cad9850 Static and shared builds are in separate download directories now, so update
OPERA_DIR.
2006-02-21 10:31:22 +00:00
ghen
8b15342339 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.
2006-02-21 10:13:43 +00:00
ghen
8ba239e528 Reindent. 2006-02-21 10:08:35 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
3774ccd317 Use Linux version on DragonFly as well, just like NetBSD. 2006-01-09 21:05:15 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jdolecek
bc8e12600a panix.com doesn't seem to mirror opera anymore, remove from the list
pointed out by Zafer Aydogan in private e-mail
2005-11-22 22:14:51 +00:00
jdolecek
0956fe5408 Update opera to latest 8.51. Updates are security fixes for:
http://secunia.com/advisories/16907/
        http://secunia.com/advisories/17437/

as well as multiple stability fixes.
2005-11-22 20:07:13 +00:00
jdolecek
7ea966db7a claim MAINTAINER 2005-10-30 20:30:34 +00:00
rillig
7d75bf9440 Removed trailing white-space. Don't use the expanded RCS Id when
regenerating the distinfo file.
2005-09-28 14:00:51 +00:00
rillig
9705fc9bc4 Fixed pkglint warnings. 2005-09-28 12:26:54 +00:00
jdolecek
74e2928df6 opera licence changed in version 8.50, add the new version
pointed out by Geert Hendrickx and discussed further on tech-kern@
2005-09-22 21:50:03 +00:00
jdolecek
c916fbd8db Update to opera 8.50.
Changes include:
* Advertisement banner removed
* Security: Fixed Secunia Advisory 16645, drag-and-drop vulnerability,
  must-revalidate HTTPS handling, cookie comment encoding
* Browser JavaScript on by default
* Multiple stability issues
2005-09-20 19:36:13 +00:00
jdolecek
f161eb15fe Update opera to 8.02.
Changes since 8.01:
Security
* Solved download dialog spoofing issue described in Secunia Advisory SA15870
* Fixed image dragging issue described in Secunia Advisory SA15756

Miscellaneous
* Improved default handling of encodings in spelling checker.
* Multiple stability fixes.
* When an installed plug-in is available, use as default handler rather
  than display download dialog.
* Improved support for XMLHttpRequest.
* Fixed download handling when closing originating page.
2005-08-05 22:04:04 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jdolecek
ca471ba058 use just 'Opera' instead of 'Opera7' 2005-06-17 19:34:05 +00:00
jdolecek
593ac3611f Update opera to 8.01. Besides general bugfixes, this release also
fixes several serious security issues. It also works stable on NetBSD MP now.
2005-06-17 19:06:43 +00:00