landry
0f945ed99c
Updates to firefox35 3.5.18, mozilla-firefox 3.6.16 & seamonkey 2.0.3.
...
All fixing MFSA-2011-11, see
http://blog.mozilla.com/security/2011/03/22/firefox-blocking-fraudulent-certificates/ and
https://blog.torproject.org/blog/detecting-certificate-authority-compromises-and-web-browser-collusion
2011-03-23 15:27:04 +00:00
landry
6bdb4d0a62
Remove the .if for system sqlite, now every port using mozilla MODULE
...
uses it. Bump dependency to 3.7.5 to ensure it has unlock_notify for
ffx4, and bump all corresponding REVISIONs.
2011-03-22 13:18:26 +00:00
landry
ec921ee368
Add reminder comments for sunbird & xulrunner.
2011-03-21 08:45:37 +00:00
dcoppa
9f2ad3cb2a
Adopt a patch that fixes a bug causing animated gifs to flicker
...
when using cairo 1.10.x and make mozilla-firefox and mozilla-thunderbird
build against systemwide cairo as it was with cairo 1.8.x.
Patch backported from FF4 branch by Rafal Muzylo <galtgendo@o2.pl>
https://bugzilla.mozilla.org/show_bug.cgi?id=597174
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/xulrunner/files/fix-animated-gifs.patch
OK landry@
2011-03-10 14:34:17 +00:00
landry
ab7613e577
Update to firefox 3.6.14. (Fixes MFSA-2011-01->11)
...
Patches for https://bugzilla.mozilla.org/show_bug.cgi?id=573039 merged
upstream.
2011-03-02 14:39:48 +00:00
landry
1c74338058
Fix an unaligned access on sparc64 leading to random crashes when
...
mozilla tries to read a malformed ICC profile on random image content
found on the web.
backport of http://hg.mozilla.org/mozilla-central/rev/e8207773d54d
ref: https://bugzilla.mozilla.org/show_bug.cgi?id=629057
issue reported and fix found by naddy@
ok naddy@ ajacoutot@
2011-01-28 21:38:12 +00:00
landry
008d9875bc
Bump after LIB_DEPENDS changed, and add an empty
...
sa_stream_get_min_write() func to sydney_audio_sndio.c, required by
ffx4.0b9. (ofc it doesn't confuse other mozilla ports)
2011-01-18 12:33:38 +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
stsp
fabc72b73a
Apply patch from upstream to fix the "Print" and "Print Preview" crashes.
...
https://bugzilla.mozilla.org/show_bug.cgi?id=573039
https://bug573039.bugzilla.mozilla.org/attachment.cgi?id=499233
suggested by and ok landry@
2010-12-26 13:16:29 +00:00
landry
9390a47d47
Update to mozilla-firefox 3.6.13:
...
Fixes MFSA 2010-74->84
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
2010-12-10 10:53:40 +00:00
dcoppa
927ee14bcd
Fix Kerberos/GSSAPI authentication within mozilla ports.
...
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".
OK phessler@, landry@ (MAINTAINER)
2010-12-01 15:00:12 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
jasper
3c57f070a4
- switch to pkg-readmes
...
ok landry@ (MAINTAINER)
2010-11-11 09:30:36 +00:00
landry
89388e6bed
Security update to mozilla-firefox 3.6.12.
...
Fixes MFSA2010-73/CVE-2010-3765/bz #607222 .
2010-10-28 12:04:00 +00:00
landry
2f7dcf406c
Add a patch so that run-mozilla.sh finds our gdb by default. Amend
...
README.OpenBSD to teach users how to properly report bugs.
2010-10-27 12:56:28 +00:00
landry
9b8dad4d1e
Add patches to allow building a debug-flavoured working package (at
...
least on amd64). Codepaths only used in that case.
2010-10-27 08:10:59 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
landry
ddce2813d1
Update to mozilla-firefox 3.6.11, tested by various on ports@ (thanks!)
...
Fixes (valid for other moz updates):
MFSA 2010-72 Insecure Diffie-Hellman key exchange
MFSA 2010-71 Unsafe library loading vulnerabilities
MFSA 2010-70 SSL wildcard certificate matching IP addresses
MFSA 2010-69 Cross-site information disclosure via modal calls
MFSA 2010-68 XSS in gopher parser when parsing hrefs
MFSA 2010-67 Dangling pointer vulnerability in LookupGetterOrSetter
MFSA 2010-66 Use-after-free error in nsBarProp
MFSA 2010-65 Buffer overflow and memory corruption using document.write
MFSA 2010-64 Miscellaneous memory safety hazards
2010-10-22 19:19:17 +00:00
espie
c82c4422b0
USE_GROFF=Yes
2010-10-19 08:02:53 +00:00
landry
086ac6a802
Fix WANTLIB again after cairo's last commit where X11-xcb went away.
...
Bump REVISIONs.
2010-10-18 07:15:55 +00:00
landry
f0e02841bf
Switch all mozilla-based ports to using the bundled cairo, mozilla doesn't
...
like the systemwide cairo since 1.10.x update (crashes,gifs not displaying
properly), and there's few hope it will be fixed in 1.9.2.x branch.
Fix WANTLIB while here and bump REVISIONs.
Reported by dcoppa@, also found in upstream bz #597174 and various linux
vendors bugzillas (red hat #628331 , mdv #60738 , gentoo #337813 ).
devel/xulrunner will follow in a few..
2010-10-15 07:16:19 +00:00
jasper
9d399d1959
- fix WANTLIB after cairo update.
...
(please note chromium is still broken, but will be dealt with soon)
2010-10-11 08:19:03 +00:00
fgsch
75002d4915
Fix crash on firefox if the audio handler is null. Bump.
...
eric@ ok.
2010-09-27 11:47:22 +00:00
landry
e954fd7c50
Bugfix update to mozilla-firefox 3.6.10
2010-09-19 19:19:05 +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
eric
5c6a1842d2
simplify and improve sndio backend:
...
- do not use threads
- report current position correctly (fixes A/V sync)
input from jakemsr@, ratchov@
ok landry@
2010-09-06 12:59:50 +00:00
fgsch
8a55e4d3bd
Bump for python. These are the last bits.
2010-08-30 23:50:44 +00:00
landry
eeb42780af
Moore's law reloaded: When you commit a firefox update, a new bugfix
...
release will be out within 24h. Doh!
So here comes 3.6.8, fixing MFSA-2010-48/critical bug 575836
Reminded by naddy@/dhill@/Patrick Keshishian
Proactive ok naddy@
2010-07-25 21:18:34 +00:00
landry
6ac6c16143
Security/Reliability update to firefox 3.6.7, fixes MFSA-2010-34 -> 47
...
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
ok naddy@
2010-07-22 21:42:13 +00:00
landry
f4a0328f42
Add -Wl,-rpath,'$(installdir)' to LDFLAGS when linking mozilla libs, so
...
that when they are dlopen()'ed they can tell ld.so where to go hunt for
the other mozilla libs they depend on.
Similar fix as done in xulrunner 1.8 patch-config_rules_mk 2 years ago
by martynas@, needed to convert py-gnome-extras to xulrunner 1.9.
No fallout on firefox.
2010-07-19 13:46:27 +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
jasper
badd27944b
- add a reminder for landry
2010-07-01 20:32:08 +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
a0e9c9baf1
Remove all patches applying to local copy of nss/nspr, as we now use the
...
systemwide on (which have all those patches). Don't call autoconf in
nsprpub/ while here, and bump PKGNAME to be on the safe side.
2010-06-16 19:05:40 +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
espie
8666776b2e
gcc3 and gcc4 disagree, so put a common cast to make them compile.
...
(also compile some file with -O1 in moz)
2010-05-10 12:36:09 +00:00
dcoppa
298f15e211
Adjust WANTLIB.
...
OK landry@, sthen@, ajacoutot@
2010-05-09 09:35:55 +00:00
landry
bcce369765
Various cleanups, as done in www/firefox35 :
...
- use SUBST_CMD instead of perl -pi -e
- use ${LOCALBASE}/${TRUEPREFIX}/${X11BASE} instead of the handpatched
_XXX_ ones
- harmonize default systemwide plugins/extensions search path to
lib/mozilla/{plugins,extensions} as done in other mozilla ports
2010-04-28 06:56:38 +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
naddy
c82dd556f9
path to distfiles changed; no changes to the distfiles themselves
2010-04-04 19:11:42 +00:00
naddy
846bed1120
SECURITY update to 3.0.19:
...
MFSA 2010-20 Chrome privilege escalation via forced URL drag and drop
MFSA 2010-19 Dangling pointer vulnerability in nsPluginArray
MFSA 2010-18 Dangling pointer vulnerability in nsTreeContentView
MFSA 2010-17 Remote code execution with use-after-free in nsTreeSelection
MFSA 2010-16 Crashes with evidence of memory corruption
2010-03-31 15:46:12 +00:00
naddy
2c0af6bc4f
SECURITY update to 3.0.18:
...
MFSA 2010-05 XSS hazard using SVG document and binary Content-Type
MFSA 2010-04 XSS due to window.dialogArguments being readable cross-domain
MFSA 2010-03 Use-after-free crash in HTML parser
MFSA 2010-01 Crashes with evidence of memory corruption
Also fix some corrupted $OpenBSD keywords, pointed out by sthen@
ok sthen@
2010-02-24 18:17:23 +00:00
naddy
7ef0c5c7ee
minor reliability update to 3.0.17
2010-01-06 14:37:35 +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
naddy
9d0588f952
SECURITY update to 3.0.16:
...
MFSA 2009-71 GeckoActiveXObject exception messages can be used to enumerate installed COM objects
MFSA 2009-70 Privilege escalation via chrome window.opener
MFSA 2009-69 Location bar spoofing vulnerabilities
MFSA 2009-68 NTLM reflection vulnerability
MFSA 2009-65 Crashes with evidence of memory corruption
2009-12-17 22:08:13 +00:00
naddy
2ef69bc65e
SECURITY update to 3.0.15. For the list of horrors, see
...
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.15
2009-11-27 21:15:51 +00:00
martynas
84856b7c61
- create downloads dir with mode 0700 instead
...
- pass --disable-crashreporter
2009-09-18 20:35:27 +00:00
martynas
a21dd6625c
- create downloads dir with mode 0700 instead
...
- pass --disable-crashreporter
2009-09-10 21:34:55 +00:00
martynas
67f1ca01e0
security update to mozilla-firefox-3.0.14. MFSA 2009-51, MFSA
...
2009-50, MFSA 2009-49, MFSA 2009-48, MFSA 2009-47
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.14
2009-09-10 21:28:25 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
steven
5c4c5b3d35
depend on more recent nss and nspr
...
help and ok martynas@
2009-08-04 21:19:13 +00:00
martynas
261715b957
security update to mozilla-firefox-3.0.13
2009-08-03 21:53:33 +00:00
martynas
0c7ae6d7c7
security update to mozilla-firefox-3.0.12
2009-07-21 19:25:49 +00:00
martynas
f6879d3eef
mozilla-firefox-3.0.11
2009-06-11 14:10:37 +00:00
martynas
927ded3beb
implement sndio backend and get rid of esound. ok jakemsr@
2009-05-01 22:53:25 +00:00
martynas
ffd91fa3b4
security update to mozilla-firefox-3.0.10. from robert at openbsd.pap.st
...
MFSA 2009-23 Crash in nsTextFrame::ClearTextRun()
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.10
ok kurt@, naddy@
2009-04-28 21:50:16 +00:00
ajacoutot
2c5f8a533a
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
2009-04-26 11:01:04 +00:00
martynas
c3a6bd83c4
security update to mozilla-firefox-3.0.9. MFSA 2009-22, MFSA
...
2009-21, MFSA 2009-20, MFSA 2009-19, MFSA 2009-18, MFSA 2009-17,
MFSA 2009-16, MFSA 2009-15, MFSA 2009-14:
"go ahead" naddy@
2009-04-22 21:59:31 +00:00
martynas
c256bdc4a7
turn off Ignore Scaling and Shrink to fit page width. fixes printing
...
for beck@. ok kurt@, "no objections" naddy@
2009-04-22 21:00:23 +00:00
martynas
8596042dc8
sync switches w/ ff3
...
update about url
ok naddy@
2009-04-05 00:23:49 +00:00
martynas
352d6bb69f
mozilla-firefox-3.0.8: forced release after security bugs got
...
attention
MFSA 2009-12 Mozilla Firefox XSL Parsing 'root' XML Tag Remote
Memory Corruption Vulnerability
* http://www.securityfocus.com/bid/34235/exploit
* https://bugzilla.mozilla.org/show_bug.cgi?id=485217
* CVE-2009-1169
MFSA 2009-12 covers the Pwn2Own bug, which is a crash involving the XUL
<tree> widget.
* https://bugzilla.mozilla.org/show_bug.cgi?id=484320
* CVE-2009-1044
ok naddy@
2009-03-28 15:59:04 +00:00
fgsch
431e71fddb
fix wantlib and bump package.
...
ok martynas@
2009-03-10 12:08:34 +00:00
martynas
5580d8dca2
security update to mozilla-firefox-3.0.7. MFSA 2009-11, MFSA
...
2009-10, MFSA 2009-09, MFSA 2009-08, MFSA 2009-07.
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.7
includes security update to the png library
ok naddy@
2009-03-05 23:42:20 +00:00
martynas
d762abf08b
security/stability update to mozilla-firefox-3.0.6. MFSA 2009-06;
...
MFSA 2009-05; MFSA 2009-04; MFSA 2009-03; MFSA 2009-02; MFSA 2009-01
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.6
ok naddy@
2009-02-04 21:08:15 +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
naddy
4daf585935
The Gtk+2 printing default has been fixed to include lpr. ok martynas@
2008-12-16 22:33:27 +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
c5067e1a5b
security update to mozilla-firefox-2.0.0.18. MFSA 2008-58; MFSA
...
2008-57; MFSA 2008-56; MFSA 2008-55; MFSA 2008-54; MFSA 2008-53;
MFSA 2008-52; MFSA 2008-50; MFSA 2008-49; MFSA 2008-48; MFSA 2008-47.
http://www.mozilla.org/security/known-vulnerabilities/firefox20.html#firefox2.0.0.18
ok naddy@
2008-11-13 16:57:14 +00:00
martynas
20b073c42f
security update to mozilla-firefox-2.0.0.17. MFSA 2008-45, MFSA
...
2008-44, MFSA 2008-43, MFSA 2008-42, MFSA 2008-41, MFSA 2008-40,
MFSA 2008-39, MFSA 2008-38, MFSA 2008-37
http://www.mozilla.org/security/known-vulnerabilities/firefox20.html#firefox2.0.0.17
ok naddy@. looks good to kurt@
2008-09-24 19:23:25 +00:00
ajacoutot
cf10739f24
- SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS
...
looks good to landry@
2008-09-18 13:37:41 +00:00
martynas
96836d3bb7
use system libm. was ok naddy@, kurt@
2008-08-19 23:53:45 +00:00
ajacoutot
cdc11b66cd
- s/PREFIX/LOCALBASE
...
ok martynas@
2008-07-26 16:23:32 +00:00
martynas
6dcaa5bd64
document the new MOZ_PLUGIN_PATH behavior, bump pkgnames
...
pointed out, and looks good to landry@
2008-07-25 17:41:06 +00:00
martynas
e0fd5632c7
@conflict firefox3-*
...
bump pkgname
2008-07-25 08:03:15 +00:00
claudio
8c7cca2dc8
Don't overwrite MOZ_PLUGIN_PATH in the startup script if it has been already
...
been set. This allows to load plugins on demand, especially interesting when
using multiple profiles with the -no-remote option.
OK martynas@
2008-07-20 09:49:00 +00:00
martynas
22f1813fee
security update to mozilla-firefox-2.0.0.16. MFSA 2008-35, MFSA 2008-34
...
ok kurt@, naddy@, bernd@
2008-07-17 16:47:39 +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
martynas
b8a903ea58
security update to mozilla-firefox-2.0.0.14; MFSA 2008-20
...
ok kurt@, naddy@
2008-04-18 15:17:17 +00:00
jasper
8d27fc2715
SECURITY UPDATE to mozilla-firefox 2.0.0.13
...
fixes multiple vulnerabilities: http://secunia.com/advisories/29526/
ok landry@ martynas@
2008-03-27 21:51:35 +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
martynas
8e66a80a27
bring back the browser.startup.homepage behavior after 1.82
...
requested by deraadt@; ok naddy@
2007-12-20 22:41:18 +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
9c2cc1a432
oops, wrong dependency
2007-12-19 17:25:28 +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
martynas
0f165eda60
- security update to mozilla-firefox-2.0.0.10:
...
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.10
- fix canvas.drawImage regression.
ok kurt@, kili@
2007-11-28 20:22:25 +00:00
martynas
c3055b17e9
update to 2.0.0.9, a regression fix release:
...
http://developer.mozilla.org/devnews/index.php/2007/10/22/firefox-2008-update-to-be-updated/
ok kurt@, naddy@
2007-11-08 16:07:42 +00:00
ajacoutot
9ee0f0dc38
- fix WANTLIB
...
"go ahead" robert@
2007-10-27 09:04:32 +00:00
martynas
dd58cf6c31
security update to mozilla-firefox-2.0.0.8:
...
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.8
ok kurt@, naddy@
2007-10-23 20:13:26 +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
kurt
9e80ec3311
- fix a 64-bit problem with the LiveConnect feature. From mozilla
...
bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=345866
Eventually the java plugin will need this on amd64. okay martynas@
2007-10-14 18:33:09 +00:00
martynas
0946c23a6f
update to 2.0.0.7; fixes MFSA 2007-28:
...
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.7
ok kurt@; naddy@. similar diff from bernd@
2007-09-20 16:28:28 +00:00
merdely
618456247b
Remove surrounding quotes in COMMENT-*
2007-09-15 22:14:34 +00:00
merdely
ba8add3ebb
Remove surrounding quotes from
...
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE
Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00
martynas
e65c158c58
security update to 2.0.0.6:
...
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.6
the diff matches with naddy@'s, ok kurt@
2007-08-02 13:09:41 +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
17c3fae17a
- set fd soft limit to 128 if it's lower: helps for people who
...
upgraded and didn't use mergemaster;
- remove lines, related to debug build and fd in README.OpenBSD;
help from sturm@, kurt@, espie@, naddy@
ok kurt@, sturm@
2007-06-12 16:45:37 +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