Commit Graph

50 Commits

Author SHA1 Message Date
landry
11fd11b06c link default48.png to default.png to be used by non-icccm compliant wm
for the application icon. It seems they use the first in the icon list
passed to X, which in our case is the 16x16 one.
reported by claudio@
2011-04-19 20:39:34 +00:00
landry
ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00
landry
b07f44ae2e Add a patch doing PRAGMA secure_delete ON when opening connection to
sqlite database. Allows us to build against system sqlite3 again, and
get rid of the infamous symbol size mismatch warning reported several
times on ports@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=445164 for why mozilla
now hard-requires secure_delete, and
https://bugzilla.mozilla.org/show_bug.cgi?id=546162 for the reasons they
don't want to make that an option and forces us to do such hacks.
ok jasper@
2011-01-14 22:49:47 +00:00
jasper
3c57f070a4 - switch to pkg-readmes
ok landry@ (MAINTAINER)
2010-11-11 09:30:36 +00:00
landry
5f8a1719d1 Update firefox35 port to 3.5.12, fixing a whole bunch of MFSA (2010-49->63) 2010-09-12 17:55:30 +00:00
landry
fd01387962 Switch www/mozilla-firefox to www/mozilla MODULE. Makefile is now much
more sane : 31 insertions(+), 141 deletions(-)
Switch pkg/PLIST to MOZILLA_PROJECT, and correctly patch
config/autoconf.mk.in.
2010-07-09 15:43:54 +00:00
landry
4d98df5567 Update to mozilla-firefox 3.6.6. Fixes a bunch of MFSA, see
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
The new plugin sandboxing code is disabled because :
- it only supports binary blobs plugins we don't have
- it is an horrible maze of #ifdef linux-apple-win32 coming straight
  from an old version of chromium. Future versions should have better BSD
support..
tested by several on ports@, thanks!
2010-06-28 21:24:22 +00:00
landry
9115e98919 Switch mozilla-firefox to use systemwide nss/nspr, and remove the
corresponding libs from SHARED_LIBS/PLIST. Bump minor and PKGNAME.
Bring in a pair of patches from xulrunner, and add a DIRECTORY variable
as done in xulrunner that is subst'ed in config/autoconf.mk.in.
sthen@ likes.
2010-06-12 15:00:12 +00:00
landry
de100a1ff9 Firefox uses its own libpng (for animated png support), and apparently
it breaks loading png icons through gdk_pixbuf_new_from_file as gtk is
linked with systemwide png. This went unnoticed so far as firefox always
shipped a fallback xpm icon, but this is not the case anymore, so now
gtk_window_set_icon_list() is not called anymore, and the window manager
shows the default icon for firefox windows in taskbar/tasklists..
So add graphics/netpbm as a build dependency, do the necessary netpbm
magic in do-install to create the default.xpm from mozicon128.png, and
patch widget/src/gtk2/nsWindow.cpp to not try to load png icons.
While here fix icon path in desktop file, and add a comment about why we
don't use systemwide png.
2010-04-26 22:14:37 +00:00
landry
ad076fd40f Update www/mozilla-firefox from 3.0.19 to 3.6.3, merging the wip done in
www/firefox36 mostly by martynas@ and naddy@.
Note that the java plugin from devel/jdk currently doesn't work with this
version of firefox, in the meantime users really needed it will have to
use www/firefox35.
ok naddy@
2010-04-26 19:55:58 +00:00
sthen
9998ef502d Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ ajacoutot@ landry@
2009-12-22 13:02:11 +00:00
martynas
ce3ab68a5a - do not run with a predictable directory as root: firefox,
thunderbird, seamonkey, xulrunner
- add comment for xulrunner why -devel needs to be bumped
suggested and ok naddy@;  ok kurt@
2009-01-09 15:54:31 +00:00
martynas
6dfe2634be security update to mozilla-firefox-3.0.5. MFSA 2008-69; MFSA
2008-68; MFSA 2008-67; MFSA 2008-66; MFSA 2008-65; MFSA 2008-64;
MFSA 2008-63; MFSA 2008-60.
tested by sthen@ and naddy@.  ok naddy@
2008-12-18 19:27:13 +00:00
martynas
9944b0d1c5 it is the right time to update to mozilla-firefox-3.0.4, which has
been tested good enough, and i've fixed all the issues i'm aware
of.  furthermore 2.0 branch has basically reached eol, since there
will be only one minor update (2.0.0.19)
discussed with kurt@, naddy@ and porters
pkgname change handling help naddy@
ok naddy@
2008-11-20 23:41:32 +00:00
martynas
e0fd5632c7 @conflict firefox3-*
bump pkgname
2008-07-25 08:03:15 +00:00
martynas
9a3396b096 security update to mozilla-firefox-2.0.0.15, fixes MFSA 2008-33,
MFSA 2008-32, MFSA 2008-31, MFSA 2008-30, MFSA 2008-29, MFSA 2008-28,
MFSA 2008-27, MFSA 2008-25, MFSA 2008-24, MFSA 2008-23, MFSA 2008-22,
MFSA 2008-21
http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox2.0.0.15
ok kurt@, naddy@
2008-07-04 13:47:25 +00:00
bernd
1d00ee6e88 Security update to mozilla-firefox-2.0.0.12.
Fixes multiple vulnerabilities:

CVE-2008-0412
CVE-2008-0413
CVE-2008-0414
CVE-2008-0415
CVE-2008-0419
CVE-2008-0591
CVE-2008-0593

More infos:
http://secunia.com/advisories/28758/

Tested by some people on ports@. Thanks!

ok martynas@, laurent@, steven@
2008-02-11 18:13:44 +00:00
martynas
a30c8f18f8 - drop -devel
- move libraries to PLIST
improvements, testing and ok kurt@ and naddy@
2008-01-23 16:41:40 +00:00
kurt
6b2d09fd97 add back in the directory entries that were accidentally removed in the
last commit.
2007-12-20 21:50:31 +00:00
jasper
a3cb2d5bf3 - install a .desktop file, so that a firefox entry will appear in menus
like gnome's.
- tweak PLIST (from kurt@)

requested by fkr@

feedback and ok kurt@ martynas@
2007-12-19 14:47:50 +00:00
fgsch
0ff347de08 Re-add browserconfig.properties, otherwise you may encounter some issues
on fresh installations; bump package.
discussed an ok kurt@ martynas@
2007-10-19 17:36:17 +00:00
naddy
a1723b4fa7 SECURITY update to 2.0.0.5.
Fixes a rash of security vulnerabilities and bugs.  ok kurt@
2007-07-24 19:32:13 +00:00
martynas
819930f960 security update to mozilla-firefox-2.0.0.4
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.4

- WANTLIB for xenocara;
- use the combination of find(1) and install(1) to install the
{DATA,DIST}FILES, as suggested by kurt@;
- remove the two patches that are already upstream;
- fmt;

ok kurt@, naddy@
2007-06-01 08:03:42 +00:00
espie
64a9885735 fix @pkgpath for debug flavor, unconfuses pkg_add -u.
okay pvalchev@
2007-03-06 17:43:36 +00:00
robert
d3d161c7d9 - update to version 2.0.0.2 and apply several security fixes,
therefore bump the PKGNAME to p0 now;
- enable official branding by default
- fix some WANTLIB markers

work done by Martynas Venckus; thanks.

tested by many many people; ok pvalchev@
2007-03-01 22:46:06 +00:00
naddy
6f3f4607cc add man page; from Martynas Venckus <martynas@altroot.org>, ok kurt@ 2007-02-14 22:44:32 +00:00
kurt
c07becdd02 - update to 2.0.0.1 from Martynas Venckus <martynas at altroot.org>
- add a -devel sub-package for vlc plugin
input and testing from many - thanks! okay naddy@ pvalchev@
2007-01-12 21:46:17 +00:00
kurt
adffbb61ca use devel/nspr instead of internal nspr. now using libc strtod and __dtoa
via devel/nspr. okay pvalchev@
2006-11-17 19:14:51 +00:00
bernd
0e40ccc07e - better pkg/MESSAGE, from Deanna Phillips <deanna at sdf.lonestar.org>
- fix some typos in files/README.OpenBSD
- bump PKGNAME accordingly

ok wilfried@, kurt@
2006-05-23 14:03:22 +00:00
sturm
5a686c751d SHARED_LIBS
note that we keep the mozilla ports at a single SO_VERSION, too many
libraries, too little gain otherwise
2005-12-31 18:35:56 +00:00
ian
3664fb0fb3 Add README.OpenBSD with more details on email, Java, etc.; shorten
MESSAGE accordingly to refer to new file; patchlevel bump for new file.
ok bernd@, kurt@.
2005-12-26 02:17:53 +00:00
bernd
1ea3eea498 Update to Firefox 1.5.
Team work by wilfried@, kurt@ and me.

Tested by many. Thanks a lot!

ok kurt@ krw@ jolan@ ian@ pvalchev@
2005-12-20 23:44:00 +00:00
bernd
0abe19a7d2 update to mozilla-firefox-1.0.7
comments & ok kurt@
2005-09-24 16:19:29 +00:00
david
3490f7b528 SECURITY: disable IDN due to buffer overflow (CAN-2005-2871)
https://addons.mozilla.org/messages/307259.html

tested by bernd@
2005-09-16 15:54:53 +00:00
kurt
b29fbb1dab - switch from gtk1 to gtk2. tested by many (thanks!)
- fix backup mastersite
- fix gdk_property_get warnings (from marcm@)

some feedback marcm@, okay brad@ pvalchev@
2005-09-08 12:48:39 +00:00
pvalchev
31d18f916a Switch back to gtk1, as there are side-effects that need to be discussed
more and it's too close to release to be having such discussions, showing
this was not thought out very well.
Bump PKGNAME and shlibs again
2005-08-12 19:01:44 +00:00
kurt
33283fba1c -switch to gtk2 (originally from msf@) tested by many
some minor scrolling issues noticed my naddy@
-fix US master site

ok msf@, fine by me naddy@, go ahead wilfried@
2005-08-11 18:59:14 +00:00
kurt
382d862c01 - update to 1.0.6 from Bernd Ahlers
- remove "Extentions don't work" from DESCR

tested on i386/amd64/macppc by myself, naddy@ and/or Bernd
2005-07-22 19:34:20 +00:00
kurt
0877c44f60 - make the build OFFICAL. This enables firefox to detect and upgrade
profiles that need to be upgraded automatically. Many annoying profile
issues will be gone now.
- Mention deleting extensions/Extensions.rdf and also the old ~/.firefox
as a location for profiles in MESSAGE. ~/.firefox will continue to be used
on systems that have been upgraded from older firefox versions.

OFFICAL build okay wilfried@
2005-04-16 15:49:17 +00:00
wilfried
4f1d0b1e21 - bump major shlib version
- move INSTALL/DEINSTALL code to PLIST
- remove unused ldap config/patches
2005-04-09 15:43:47 +00:00
wilfried
fbcec8cc52 update firefox to 1.0.2 2005-03-26 19:05:27 +00:00
wilfried
c34e722bd0 Tentative step for extensions, at least firefox stops whining.
From jamesw at bsdhosting.co.za, cleanup by me.
ok pval@, naddy@
2005-03-16 08:59:04 +00:00
naddy
013b75ec62 document that extensions don't work; should calm fgsch@ 2005-03-12 00:23:52 +00:00
naddy
4c3d8187e6 * Update to 1.0.1. Fixes IDN spoofing and other vulnerabilities.
* Dependency fixes from alek@
* Don't install world-writable files and directories related to
extensions.  Breaks functionality in that area.
2005-03-02 19:30:18 +00:00
wilfried
8647a12df2 sync with thunderbird 2005-01-04 21:10:03 +00:00
pvalchev
379c1abf84 mozilla-firefox-1.0; based on work by wilfried/robert/naddy 2004-11-26 18:29:14 +00:00
espie
b893ad5d98 new style conflicts 2004-09-18 13:06:43 +00:00
robert
7fa9b4ab61 SECURITY:
The added patch fixes some libpng buffer overflow vulnerabilities in
mozilla's png decoder module.
http://bugzilla.mozilla.org/show_bug.cgi?id=251381

new-style PLIST
2004-08-08 17:19:36 +00:00
marcm
6821437f9e Sync DESCR with reality.
"Free commits :-)" MAINTAINER
2004-06-30 17:58:23 +00:00
wilfried
5164472299 import of mozilla firefox 0.8 2004-02-15 19:37:14 +00:00