summaryrefslogtreecommitdiff
path: root/devel/xulrunner
AgeCommit message (Collapse)AuthorFilesLines
2010-01-10Fix build with Sun Sudio C++ by not including "stdbool.h" in C++ mode.tron2-1/+21
2010-01-09This package needs a C99 compiler (e.g. for "stdbool.h").tron1-2/+2
2010-01-09Use pkgsrc's libbz2.so on Solaris.tnn1-1/+6
The native one doesn't export BZ2_crc32Table for some reason.
2009-12-16Update to firefox-3.5.6. Security and bugfix release.tnn5-26/+26
While here, switch NetBSD build from sunaudio to OSS emulation. This greatly improves HTML5 video playback. (Yes, we ought to fix the busted sunaudio support or PKG_OPTIONalize this. Perhaps another day.) Advisories relating to this release: 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-67 Integer overflow, crash in libtheora video library MFSA 2009-66 Memory safety fixes in liboggplay media library MFSA 2009-65 Crashes with evidence of memory corruption (rv:1.9.1.6/ 1.9.0.16)
2009-12-11drop patch-rb which changed the unofficial firefox branding in a way thattnn2-9/+1
made the firefox addons site not automagically recognize the browser.
2009-12-04add buildlinkry for libjpeg. We can end up linking with the wrong libjpegtnn1-1/+4
on Linux otherwise. There are still other problems with interference from native libraries (i.e. sqlite3).
2009-12-01fix patch commenttnn2-4/+4
2009-11-28fix typo in dependency patterntnn1-2/+2
2009-11-27bump the minimum required GTK+ to 2.18.3nb1tnn2-3/+4
2009-11-23add "used by" linestnn2-2/+8
2009-11-10bump revision for patch-{az,ba}tnn1-1/+2
2009-11-10integrate two patches from devel/nspr; avoid 32 bit cast of pthread_t.tnn3-1/+46
2009-11-06Update to firefox 3.5.5. This is a stability/bugfix update.tnn4-13/+26
pkgsrc changes: - assign devel/xulrunner maintainership to tnn@ - mozilla-common.mk: work around gcc __thread support misdetection on NetBSD - separate distinfo related stuff into dist.mk for sharing with nss & nspr "topcrash" bugs fixed: 468562 "ASSERTION: Inserting multiple children without flushing" 521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ... 524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ... 525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ... 525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]
2009-11-04back out local changetnn1-5/+1
2009-11-04remove useless, ancient patch hunk which drifted away from it's originaltnn2-23/+7
location during the course of time ...
2009-11-04apply band-aid for nbsed bug.tnn3-7/+21
2009-11-03The minimum required sqlite3 version changed (again ... grumble.)tnn2-3/+4
reported by Snader_LB @ #pkgsrc
2009-10-28Security and bugfix update of firefox (to 3.5.4) and xulrunner (to 1.9.1.4)tnn10-91/+37
Also fix broken DESTDIR support. Fixes the following security issues: MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/ 1.9.0.15) MFSA 2009-63 Upgrade media libraries to fix memory safety bugs MFSA 2009-62 Download filename spoofing with RTL override MFSA 2009-61 Cross-origin data theft through document.getSelection() MFSA 2009-59 Heap buffer overflow in string to number conversion MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS() MFSA 2009-56 Heap buffer overflow in GIF color map parser MFSA 2009-55 Crash in proxy auto-configuration regexp parsing MFSA 2009-54 Crash with recursive web-worker calls MFSA 2009-53 Local downloaded file tampering MFSA 2009-52 Form history vulnerable to stealing
2009-10-11- allow firefox and xulrunner to share some infrastructuretnn8-76/+156
- install headers for plugin and liveconnect (needed by openjdk7-icedtea-plugin) - bump revision for both packages
2009-10-10add common Makefile fragment for mozilla packages based on gecko 1.9.1,tnn1-0/+66
such as xulrunner-1.9.1, firefox-3.5, thunderbird-3.0 and seamonkey-2.0. Nothing in the tree uses this file yet. Having it here now makes for one less pullup later.
2009-10-06remove three files which were listed twice in the PLISTtnn1-4/+1
2009-09-27The xulrunner distfile is just a copy of the firefox distfile.tnn2-9/+9
Let's use the latter directly instead to save bandwidth and allow faster security updates.
2009-09-20modify patches to work on FreeBSD, toosno4-13/+19
2009-09-20better version of patch-ax, from veego@tnn2-10/+10
2009-09-20require sqlite at least 3.6.10. From ISIHARA Takanori in PR pkg/42101.tnn1-1/+2
2009-09-20nsStackWalk.cpp uses dladdr, should include <dlfcn.h>tnn2-1/+15
2009-09-16fix PLIST when debug option is enabledtnn2-3/+5
2009-09-14Change NS_SYSTEM_PLUGINS_DIR from /usr/lib/mozilla/pluginstnn1-2/+4
to ${PREFIX}/lib/netscape/plugins, where most pkgsrc packages install NPAPI plugins (and all probably should?)
2009-09-13patch-aw: use patch-av rlimit fix in the application launcher stub as welltnn3-3/+44
2009-09-13export gnome dependencies in bl3.mk when gnome option is ontnn3-12/+14
2009-09-13add a gnome optiontnn2-4/+16
2009-09-13drop lcms dependency, it's not used anymore. Bump rev.tnn1-4/+3
2009-09-13install stuff needed for building firefox as an XUL app. Bump revision.tnn2-7/+84
2009-09-13Bump to xulrunner-1.9.1.3, matching firefox-3.5.3.tnn4-13/+13
2009-09-10In qcmstypes.h, don't redefine standard types line uintptr_t, uint32_ttnn2-5/+15
and friends. Include <stdint.h> instead. Might fix PR pkg/42033.
2009-09-09fix typo in libxul.pc patchtnn3-6/+6
2009-09-09sync patches from www/firefoxtnn6-3/+221
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-08-15Fixes PLIST for arm and sparc with jit option.obache2-3/+7
2009-08-10Fix GRE registration. Should fix PR pkg/41866. PKGREVISION++tnn2-4/+13
2009-08-10revision bump for PLIST fixtnn1-1/+2
2009-08-09Add mozilla-jit optiontnn2-3/+28
2009-08-09LOWER_OPSYS is not the right thing here.tnn1-2/+2
2009-08-08don't install stuff in /etc/gre.d/tnn1-1/+2
2009-08-08needs ALSA libraries on Linux for ogg playbacktnn1-2/+5
2009-08-06Epiphany wants the spellchecker stuff. Comply.tnn2-3/+7
2009-08-06Update to xulrunner-1.9.1.2 (matches firefox-3.5.2 release)tnn3-9/+19
2009-08-06fix a busted .pc file.tnn4-5/+20
Bump PKGREVISION again.
2009-08-05Add a few more include subdirstnn2-3/+40
2009-08-05Instead of picking what headers to install, just drop $everythingtnn3-77/+1444
in include/xulrunner/unstable and call it a day. Suggested by drochner@ (This mostly fixes build of "www/galeon".)