summaryrefslogtreecommitdiff
path: root/www/opera (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 10.00.Ion-Mihai Tetcu2009-09-044-275/+222
| | | | | | | | | | | | | | Changelog (includes security advisories): http://www.opera.com/docs/changelogs/freebsd/1000/ Fix operapluginwrapper's usage of LD_LIBRARY_PATH [1] PR: 138449, 1375151 [1] Submitted by: maintainer, Lucius Windschuh [1] Security: http://www.vuxml.org/freebsd/80aa98e0-97b4-11de-b946-0030843d3802.html Notes: svn path=/head/; revision=240837
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to Opera 9.64Ion-Mihai Tetcu2009-03-062-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Opera 9.64 is a recommended security and stability upgrade, incorporating the Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to upgrade to Opera 9.64 to take advantage of these improvements. Changes and improvements since Opera 9.63: Security: - Fixed an issue where specially crafted JPEG images could be used to execute arbitrary code, as reported by Tavis Ormandy of the Google Security Team - Fixed an issue where plug-ins could be used to allow cross domain scripting, as reported by Adam Barth; details will be disclosed at a later date. - Fixed a moderately severe issue; details will be disclosed at a later date. - Added Untrusted Rootstore Capability: - Opera downloads only the detailed information about untrusted (blacklisted) certificates when they are encountered - If download fails for certificate information in the list, Opera considers any certificate matching the ID as untrusted - Added version conditional fetching of certificate dependencies from an online repository - Fixed a problem downloading the CRL (Certificate Revocation List) - Fixed a problem that could cause SSL to deadlock in one state, hanging the connection - Fixed a problem that could cause the incorrect calculation of Certificate IDs - Implemented Extended Validation (EV) for cross-signed EV Root Certificates not shipped by default - Implemented preshipping of the Entrust 2048 CA (Certificate Authority) - Implemented Root Certificate fetching from an online repository when an intermediate matches a certificate in the repository - Improved support for weak encryption when importing .p12 private certificates - Prevented security information documents from being written to disk Miscellaneous: - Fixed a problem which created separate feed notifications; Opera now groups them together - Fixed a problem with the backspace key event in the Flash plug-in - Fixed a problem with inline find when no text was entered, and the Enter key was pressed PR: ports/132361 Submitted by: lioux@ Approved by: maintainer Secuirty: http://www.opera.com/docs/changelogs/freebsd/964/ Notes: svn path=/head/; revision=229591
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which fooJeremy Messenger2009-01-101-0/+5
| | | | | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr Notes: svn path=/head/; revision=225627
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-062-12/+1
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225331
* Fix last commit to remove sh(1) sytax error in operapluginwrapper. ThisSimon L. B. Nielsen2008-12-271-1/+1
| | | | | | | | | | | should make Opera start up without errors. Note that the broken version was only in the commit, not the PR. Pointy hat to: itetcu Notes: svn path=/head/; revision=224852
* Try to fix plugin brandelf'ing when pugin debugis enabled.Ion-Mihai Tetcu2008-12-271-0/+2
| | | | | | | | | PR: ports/128420 Submitted by: G. Paul Ziemba Approved by: maintainer Notes: svn path=/head/; revision=224848
* - Update to 9.63.Simon L. B. Nielsen2008-12-182-18/+18
| | | | | | | | Security: http://www.opera.com/docs/changelogs/freebsd/963/ With hat: secteam Notes: svn path=/head/; revision=224387
* - Update to 9.62Simon L. B. Nielsen2008-11-032-18/+18
| | | | | | | | Security: http://www.opera.com/docs/changelogs/freebsd/962/ With hat: secteam Notes: svn path=/head/; revision=222359
* - Update to 9.61Thomas Abthorpe2008-10-284-26/+41
| | | | | | | | | | PR: ports/128264 Submitted by: Arjan van Leeuwen <freebsd-maintainer opera.com> (maintainer) Reviewed by: itetcu Security: http://www.vuxml.org/freebsd/f5c4d7f7-9f4b-11dd-bab1-001999392805.html Notes: svn path=/head/; revision=222175
* Fix opera plugin wrapper and bump PORTREVISION.Ion-Mihai Tetcu2008-10-162-4/+17
| | | | | | | | | | PR: ports/128080 Submitted by: KOIE Hidetaka Approved by: maintainer Committed from: EuroBSDCon2008 Dev Summit :) Notes: svn path=/head/; revision=221635
* Update www/opera to 9.60Ion-Mihai Tetcu2008-10-104-34/+56
| | | | | | | | | | Changelog: http://www.opera.com/docs/changelogs/freebsd/960/ Security: http://www.opera.com/docs/changelogs/freebsd/960/#sec Security: http://www.vuxml.org/freebsd/fb84d5dd-9528-11dd-9a00-001999392805.html Notes: svn path=/head/; revision=221389
* Update to 9.52. Security update which fixes important vulnerabilities.Ion-Mihai Tetcu2008-08-252-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | - Sites can no longer change framed content on other sites: http://www.opera.com/support/search/view/893/ - Fixed an issue that could allow cross-site scripting, as reported by Chris Weber of Casaba Security: details will be disclosed at a later date - Custom shortcuts no longer pass the wrong parameters to applications, as reported by Michael A. Puls II: http://www.opera.com/support/search/view/894/ - Prevented insecure pages from showing incorrect security information, as reported by Lars Kleinschmidt: http://www.opera.com/support/search/view/895/ - Feed links can no longer link to local files: http://www.opera.com/support/search/view/896/ - Feed subscription can no longer cause the wrong page address to be displayed: http://www.opera.com/support/search/view/897/ Vulxml entry will be committed later. PR: 126677 Submitted by: maintainer Security: See above (from http://www.opera.com/docs/changelogs/freebsd/952/ Security section). Notes: svn path=/head/; revision=219168
* Fix MATER_SITES path.Ion-Mihai Tetcu2008-07-041-16/+17
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=216295
* Drop stupid mirror.Ion-Mihai Tetcu2008-07-031-4/+2
| | | | Notes: svn path=/head/; revision=216267
* Update to 9.5.1Ion-Mihai Tetcu2008-07-032-19/+21
| | | | | | | | | PR: ports/125212 Submitted by: maintainer Security: http://www.opera.com/docs/changelogs/freebsd/951/#security Notes: svn path=/head/; revision=216265
* Remove obsolete patch files forgotten in previous commit.Ion-Mihai Tetcu2008-06-253-56/+0
| | | | | | | Submitted by: QA Tindy Notes: svn path=/head/; revision=215752
* Update to version 9.5:Ion-Mihai Tetcu2008-06-247-596/+298
| | | | | | | | | | | | | | | | | | - drop 4.x support - native amd64 binaries - changed to the mail storage format - changed shortcuts (part of the old one can be enabled back via Preferences) - no search.ini FreeBSD customizations anymore (but it will keep your custom searches) See full log at: http://www.opera.com/docs/changelogs/freebsd/950/ PR: ports/124678 Submitted by: Arjan van Leeuwen (maintainer) Notes: svn path=/head/; revision=215728
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Fix post-patch (close REINPLACE_CMD string).Ion-Mihai Tetcu2008-04-201-1/+1
| | | | Notes: svn path=/head/; revision=211671
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update to 9.27Rong-En Fan2008-04-042-12/+12
| | | | | | | | | PR: ports/122400 Submitted by: Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer) Security: http://www.opera.com/docs/changelogs/freebsd/927/ Notes: svn path=/head/; revision=210477
* - Update to 9.26.Simon L. B. Nielsen2008-02-212-12/+12
| | | | | | | | Security: http://www.opera.com/docs/changelogs/freebsd/926/ With hat: secteam Notes: svn path=/head/; revision=207679
* - Update to 9.25Pav Lucistnik2007-12-202-13/+12
| | | | | | | | | PR: ports/118883 Submitted by: Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer) Security: http://www.opera.com/docs/changelogs/freebsd/925/ Notes: svn path=/head/; revision=204192
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-243-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* VimCrypt~01!Þ:£)ãMartin Wilke2007-10-182-12/+12
| | | | | | | | âòn©!G‰):ä,y•Alvçµq7¢0ý,Né ôÒ) X!P¨”ì52l î©RŠ˜)‘ÈÜí :•V};Q·…Gž*·à}2êÑ5_rJÿÀ Notes: svn path=/head/; revision=201645
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+2
| | | | Notes: svn path=/head/; revision=200793
* This patch updates www/opera to version 9.23. This is a security update.Ion-Mihai Tetcu2007-08-152-12/+12
| | | | | | | | | | | Changelog: http://www.opera.com/docs/changelogs/freebsd/923/ PR: ports/115543 Submitted by: Arjan van Leeuwen (maintainer) Security: http://www.vuxml.org/freebsd/df4a7d21-4b17-11dc-9fc2-001372ae3ab9.html Notes: svn path=/head/; revision=197738
* - Remove directories that Opera creates during installationRong-En Fan2007-07-311-2/+6
| | | | | | | | | PR: 115053 Reported by: erwin, simon Submitted by: Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer) Notes: svn path=/head/; revision=196772
* Update to Opera 9.22.Simon L. B. Nielsen2007-07-232-13/+12
| | | | | | | | | | Reviewed by: erwin With hat: secteam Approved by: maintainer bypass for important security update Security: http://vuxml.FreeBSD.org/12d266b6-363f-11dc-b6c9-000c6ec775d9.html Notes: svn path=/head/; revision=196154
* - Unbreak on -current by switching back to static linked version.Rong-En Fan2007-07-021-1/+3
| | | | | | | | | | | This is due to our version bump on threading libraries. PR: ports/114149 Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> Approved by: Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer) Notes: svn path=/head/; revision=194676
* - Update to 9.21Martin Wilke2007-05-302-12/+12
| | | | | | | | PR: 113120 Submitted by: Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer) Notes: svn path=/head/; revision=192372
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 9.20Martin Wilke2007-04-115-91/+48
| | | | | | | | PR: 111475 Submitted by: Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer) Notes: svn path=/head/; revision=189814
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* - Install application icons unconditionallyPav Lucistnik2007-01-263-33/+72
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=183355
* - Update to 9.10Martin Wilke2006-12-215-32/+40
| | | | | | | | PR: ports/106860 Submitted by: Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer) Notes: svn path=/head/; revision=180391
* Assign maintainership to an internal Opera support list.Mark Linimon2006-12-151-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=179851
* - Add a dirty hack to allow use of Opera under 7.x, where __h_error wasStanislav Sedov2006-12-086-28/+68
| | | | | | | | | | replaced by __h_errno. - Move to LOCALBASE Approved by: Arjan van Leeuwen <avleeuwen@gmail.com> (maintainer) Notes: svn path=/head/; revision=179194
* - Update to 9.02.20060919Jose Alonso Cardenas Marquez2006-09-243-26/+22
| | | | | | | | PR: ports/103559 Submitted by: Arjan van Leeuwen <avleeuwen__at__piwebs.com> (maintainer) Notes: svn path=/head/; revision=173729
* Upgrade to Opera 9.01.Simon L. B. Nielsen2006-08-102-13/+13
| | | | | | | | PR: ports/101403 Approved by: maintainer Notes: svn path=/head/; revision=170263
* Fix aspell option handling.Ion-Mihai Tetcu2006-06-301-1/+1
| | | | | | | | | PR: ports/99621 Submitted by: Sean Farley <sean-freebsd@farley.org> Approved by: maintianer Notes: svn path=/head/; revision=166669
* Make fetchable after change the distro's name.Sergey A. Osokin2006-06-212-10/+11
| | | | | | | Approved by: "Arjan van Leeuwen" (maintainer) Notes: svn path=/head/; revision=165901
* Update to 9.0Erwin Lansing2006-06-207-206/+203
| | | | | | | | PR: 99204 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=165859
* Add a note to pkg-message that built-in plugins can be made to work bySam Lawrance2006-05-031-1/+11
| | | | | | | | | | | adding the appropriate entries to libmap.conf. PR: ports/91900 Submitted by: Helge Oldach <freebsdoperajan06@oldach.net> Approved by: avleeuwen@piwebs.com (maintainer, timeout 3 months) Notes: svn path=/head/; revision=161268
* Disable install the opera.1 (manpage), because it is empty by default. ItJeremy Messenger2006-04-101-19/+35
| | | | | | | | | | | | | should be fix in the next version. It should correct plist now. You can remove it by manual: rm -rf /usr/X11R6/share/man Reported by: krismail Submitted by: Arjan van Leeuwen <avleeuwen@gmail.com> Notes: svn path=/head/; revision=159246
* -Update to 8.54.Jeremy Messenger2006-04-098-88/+98
| | | | | | | | | | | -Remove USE_REINPLACE. -Convert to OPTIONS. PR: ports/95471 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=159182
* This patch changes the opera wrapper script so that /usr/local/lib/compatAndrey Slusar2006-01-272-22/+22
| | | | | | | | | | | | | | | | | is added to LD_LIBRARY_PATH, to allow for the case where compatxx is installed but compatxx_enable is not set in /etc/rc.conf (required to add the directory to ldconfig with the new compat ports). This allows Opera to run from a clean install on FreeBSD 5.x or 6.x again, without needing changes to /etc/rc.conf. Update pkg-message. PR: ports/92226 Submitted by: maintainer Notes: svn path=/head/; revision=154583
* - Update to 8.51Pav Lucistnik2005-11-224-210/+186
| | | | | | | | | PR: ports/89435 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Security: http://secunia.com/advisories/16907/ Notes: svn path=/head/; revision=149110
* update to 8.50 (20050916).FUJISHIMA Satsuki2005-09-204-28/+50
| | | | | | | | | | | | | | Opera is now free of charge as well as ad-banner. Changelog: http://www.opera.com/docs/changelogs/freebsd/850/ Approved by: maintainer Security: Opera Mail Client Attachment Spoofing and Script Insertion http://secunia.com/advisories/16645/ Notes: svn path=/head/; revision=143238