Commit Graph

123 Commits

Author SHA1 Message Date
landry
e274991dbc Backport a patch fixing a crash when viewing H264 video through gstreamer.
https://bugzilla.mozilla.org/show_bug.cgi?id=761030.

Crash reported and fix testing by Juan Francisco Cantero Hurtado.
2012-09-03 13:33:05 +00:00
landry
617089342c Update to firefox 15.0.
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/
- add -Os hack to fix a relocation error when linking on ppc (as was
  done in tb since 10..)
- garbage collect nsSound.cpp, the original one uses libcanberra
  properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #747257, merged upstream (gstreamer fix)
- remove patches from #691898, merged upstream (yarr jit ppc)
2012-09-01 13:56:45 +00:00
landry
4c781ead8a Update to firefox 14.0.1.
- see http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/
- enable H.264 video support through gstreamer. Mention that one needs to
  manually install gstreamer-ffmpeg. Not all videos/sites will work.
- backport cset from #776838 & #747257 for various gst fixes.
- backport cset from #750620 to fix ppc (and other exotic archs) build.
- backport cset from #752895 to fix packaging issues.
- remove patch-content_xslt_src_base_txDouble_cpp, useless since mozilla
  switched to mfbt/double-conversion.
- remove nss opening hack in Sync, it works fine without it.
- remove the -rpath hack, not needed since matthew's ld.so fix from 12/06
2012-08-07 08:55:40 +00:00
landry
3cb9f81e00 Update to firefox 13.0.
See https://www.mozilla.org/en-US/firefox/13.0/releasenotes/ for details
- set SEPARATE_BUILD (workarounds #736961)
- cleanup useless dirs (from #717616)
2012-06-11 15:29:56 +00:00
landry
b2dd2d7451 Sync patches with what has (finally _o/ \o/ \o_ !) been commited
upstream for bug #691898, fixing build on powerpc (and other non
yarr-jit archs..), see
https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0
2012-05-09 20:36:40 +00:00
landry
b4e577b37e Remove useless patches which should have gone in the attic when updating
to mozilla 9. Better late than never.. Still from upstream bug #648735.
Revs https://hg.mozilla.org/mozilla-central/rev/ea33ddde6ade,
https://hg.mozilla.org/mozilla-central/rev/226136c5812e and
https://hg.mozilla.org/mozilla-central/rev/f78d9f4f5234.

While here add a comment stating the failure fixed by last two remaining
ipc patches.
2012-05-09 17:16:01 +00:00
landry
ff4e0c3f66 Update to firefox 12.0.
- see http://www.mozilla.org/en-US/firefox/12.0/releasenotes/ for details
- two patches moved (patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp
  and patch-widget_src_gtk2_Makefile_in)
- add two new patches for bug #691898 (patch-js_src_jsapi_cpp and
  /patch-js_src_jsprvtd_h)
- add patch-gfx_thebes_gfxPlatform_cpp to workaround regression
  introduced in bug #715658, which prevents one from building against
systemwide cairo.
- patch-extensions_auth_nsAuthGSSAPI_cpp from bug #667325 got merged
- patch-js_src_js-config_h_in and patch-js_src_jscpucfg_h from #714312 got
  merged
- patch-ipc_chromium_src_base_dir_reader_posix_ -from #714315 got merged
2012-04-30 15:28:42 +00:00
landry
3d95990410 Update to firefox 11.0.
- Fixes MFSA 2012-12->19
- see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/
- complete patchset for #691898, still fixes build on ppc (and hopefully
  commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
  make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:31:24 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
landry
ee984af849 Update to firefox-10.0.2.
- Fixes MFSA-2012-01..11
- remove patch-gfx_qcms_qcmstypes_h & patch-toolkit_xre_glxtest_cpp,
  were commited upstream (bugs #651444 & #687320)
- remove patch-js_src_xpconnect_src_Makefile_in, dom_quickstubs.cpp hack
  was apparently only needed with gcc3
- remove patch-xpcom_base_nsStackWalk_cpp, codepath not reached/solaris
  only.
- add https://bug691898.bugzilla.mozilla.org/attachment.cgi?id=588391 to
  use yarr interpreter on ppc, bug #691898 still being worked on
- backport https://hg.mozilla.org/mozilla-central/rev/9cfdb612a026, fixes
endianess detection on BSDs using machine/endian.h (bug #714312)
2012-02-20 20:15:04 +00:00
landry
a7c502e03b add bug/commit url 2012-01-14 14:30:37 +00:00
nigel
f488c4c548 Update firefox to 9.0.1
Change from mpi@ for macppc

Ok landry@ stsp@ mpi@
2012-01-11 02:42:48 +00:00
nigel
4129bfc425 Update Firefox v7.0.1 to v8.0.1 continued
patches from mpi@ for macppc

Ok mpi@, dcoppa@
2011-12-08 01:47:02 +00:00
nigel
0ea545c343 Update for Firefox v7.0.1 to v8.0.1 sent to ports@ for review.
patches from mpi@ added for macppc.

Ok mpi@, dcoppa@
2011-12-08 00:33:36 +00:00
robert
c9af64bb29 unbreak after nspr update and enable vswprintf 2011-10-28 13:01:13 +00:00
landry
8b56e5ea00 Update to firefox 7.0.1. 2011-10-03 21:06:09 +00:00
landry
2e2cfce7ed Update to firefox 6.0.
See http://www.mozilla.com/en-US/firefox/6.0/releasenotes/.
Remove patches merged upstream (#648721, #651461, #643122, #634609 and
maybe others).
ok rpointel@
2011-08-23 20:14:52 +00:00
landry
0f4851e6e4 Security fix for CVE-2011-2691 backported from png 1.4.8, from naddy@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=669863 for details.

firefox35, firefox36 and sunbird use png 1.2.35 and will need other fixes.
2011-07-28 08:12:50 +00:00
landry
433f3c4b5e Update to mozilla-firefox 5.0:
That's the first release following the new fast scheme of one major
release every 6 weeks..
Check out http://www.mozilla.com/en-US/firefox/5.0/releasenotes/ for
release notes. Note that it's still badly broken on sparc64, and
unlikely to be fixed soon... you still have www/firefox36.

Tested by (at least, probably forgetting some..) rpointel@, pea@,
ckuethe@ and myself on amd64, bluhm@ on i386 and ajacoutot@ on macppc
(thanks!)
ok rpointel@
2011-06-28 05:43:57 +00:00
landry
cb07437f4f Remove patches - let's stick to the sane defaults upstream provides. 2011-06-19 21:41:41 +00:00
landry
3bfa776601 Remove useless patch, crashreporter is disabled anyways through
CONFIGURE_ARGS as breakpad doesn't have a bsd backend..
2011-06-19 21:36:44 +00:00
landry
4d9386d95c A patch reordering sonames to pass to PR_LoadLibrary() makes no sense
when we know one will match in our case anyway. Remove.
2011-06-19 21:26:22 +00:00
landry
dadd746efd Remove duplicate/unused patches - they are in security/nss, which
mozilla ports uses.
2011-06-19 21:21:30 +00:00
landry
863249e5bd Useless patch patching a comment iz useless 2011-06-19 21:19:32 +00:00
landry
2ab07676fc libplayback-1.so is for the binary flash support, we will never support
that so no need to fix the PR_LoadLibrary() call.
2011-06-19 21:18:29 +00:00
landry
e0ac769023 Remove patch, we don't build on arm atm, and when someone comes back to
that more work will be needed anyway.
2011-06-19 21:16:09 +00:00
landry
0dd702188c Add comments to the local modifications for https:// cert warning
handling for dummies.
2011-06-19 21:14:02 +00:00
landry
1e7d825ba1 Load the correct libGL. WebGL doesn't work (yet), but at least it can go
further.
2011-06-17 08:24:52 +00:00
jasper
5c75eb2873 regen patches 2011-05-02 15:08:28 +00:00
landry
a30bd0967e Update to mozilla-firefox 4.0.1.
Fixes MFSA 2011-12, 2011-17, 2011-18.
2011-04-29 07:58:10 +00:00
landry
f7d875578b Moar links to reported bugz:
https://bugzilla.mozilla.org/show_bug.cgi?id=650772
https://bugzilla.mozilla.org/show_bug.cgi?id=651444
https://bugzilla.mozilla.org/show_bug.cgi?id=651461
2011-04-20 11:49:02 +00:00
landry
d135da184a Add comments/links to bugzilla for a bunch of patches pushed upstream:
https://bugzilla.mozilla.org/show_bug.cgi?id=546162
https://bugzilla.mozilla.org/show_bug.cgi?id=589754
https://bugzilla.mozilla.org/show_bug.cgi?id=648721
https://bugzilla.mozilla.org/show_bug.cgi?id=650742
https://bugzilla.mozilla.org/show_bug.cgi?id=650749
Add patch for https://bugzilla.mozilla.org/show_bug.cgi?id=633193
2011-04-19 09:16:33 +00:00
landry
a2b4f8d19a Remove, unneeded since the better rpath-link fix went to configure.in patch. 2011-04-15 11:44:53 +00:00
landry
6340f3a17a Better patches for rpath-link as submitted upstream, cf
https://bugzilla.mozilla.org/show_bug.cgi?id=648721
While here grab js/src/Makefile.in patch from
https://bug638056.bugzilla.mozilla.org/attachment.cgi?id=520157
and add the hg rev of the commited sparc64 fix for opentype
2011-04-15 11:43:46 +00:00
jasper
009659f749 - allow internal libffi to compile on mips64* by syncing patches with our libffi port.
ffx is not enabled on mips64* yet, though.

ok landry@
2011-04-15 08:31:48 +00:00
landry
e0a6f526c5 Better patches for sndio integration and kerberos/gssapi authentication
as pushed upstream, see
https://bugzilla.mozilla.org/show_bug.cgi?id=648726 and
https://bugzilla.mozilla.org/show_bug.cgi?id=648730
No binary change..
2011-04-09 11:05:06 +00:00
landry
20acf0c075 Add patches to let mozilla-firefox 4.0 at least build on sparc64.
- disable tracejit/methodjit
- add fix for https://bugzilla.mozilla.org/show_bug.cgi?id=618485
- add fix for https://bugzilla.mozilla.org/show_bug.cgi?id=589754
- don't force-enable assembler/jit on sparc64

It still doesn't run (endless loop at startup) due to 64-bits
jsval_layout (see https://bugzilla.mozilla.org/show_bug.cgi?id=577056)
but at least patches are in cvs, and the js shell can run simple things.
No change for other archs.
2011-04-05 09:00:42 +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
d2264d1d39 Assorted fixes for:
https://bugzilla.mozilla.org/show_bug.cgi?id=643137 (crash on sparc64
when displaying opentypes fonts, fix from tobias ulmer)
https://bugzilla.mozilla.org/show_bug.cgi?id=644012 (crash on ssl certs
with empty issuer name, pointed our by roberth at openbsd dot pap dot st
and mikolaj kucharski)
2011-03-24 11:41:11 +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
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
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
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
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
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