summaryrefslogtreecommitdiff
path: root/www/firefox
AgeCommit message (Collapse)AuthorFilesLines
2014-03-12Move CHECK_PORTABILITY_SKIPryoon2-4/+4
2014-03-10devel/nss 3.15.4 or later is required.ryoon1-2/+2
Fix build. From Matthias Ferdinand.
2014-02-21Bump PKGREVISIONryoon3-5/+6
Fix SUBST string. From tsutsui@, thank you.
2014-02-20Update to 27.0.1ryoon108-397/+392
* Fix some syscall definitions in JavaScript are fixed. Thank you, tho@. Changelog: FIXED 27.0.1 - Fixed stability issues with Greasemonkey and other JS that used ClearTimeoutOrInterval FIXED 27.0.1 - JS math correctness issue (bug 941381
2014-02-16The firefox configure script insists on sqlite3 >= 3.8.0.2,apb1-2/+2
so add the same version to BUILDLINK_API_DEPENDS.sqlite3 in mozilla-common.mk. Not bumping PKGREVISION, because the build failed before.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2014-02-08Fix broken distinforyoon1-7/+1
2014-02-08Update to 27.0ryoon119-807/+550
Changelog: NEW You can now run more than one service at a time with Firefox SocialAPI, allowing you to receive notifications, chat and more from multiple integrated services CHANGED Enabled TLS 1.1 (RFC 4346) and TLS 1.2 (RFC 5246) by default CHANGED Added support for SPDY 3.1 protocol DEVELOPER Ability to reset style sheets using 'all:unset' DEVELOPER You can now choose to deobfuscate javascript in the debugger (see 762761) DEVELOPER Added support for scrolled fieldsets (see 261037) DEVELOPER Implemented allow-popups directive for iframe sandbox, enabling increased security (see 766282) DEVELOPER CSS cursor keywords -moz-grab and -moz-grabbing have been unprefixed (see 880672) DEVELOPER Added support for ES6 generators in SpiderMonkey (see blog post) DEVELOPER Implemented support for mathematical function Math.hypot() in ES6 (see 896264) HTML5 Dashed line support on Canvas (see 768067) FIXED Get Azure/Skia content rendering working on Linux (see 740200) FIXED 27.0: Security fixes can be found here Fixed in Firefox 27 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-10 Firefox default start page UI content invokable by script MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-06 Profile path leaks to Android system log MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-02-08Update patches for NetBSD/powerpc.obache3-134/+14
Fixes line comments in assembly, and patch-xk is not required. PR pkg/48350 by John D. Baker.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-03Fix build (on systems that do not accidently bring in a memcpy prototypemartin2-1/+17
via other includes). No change of the binary pkg if it did build before.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-1/+2
2013-12-30Update the COMMENTs for the firefox packages to include the upstreamdholland1-2/+2
version number, as suggested in PR 47418 a year ago. Also make sure the localization packages claim they belong to the right corresponding firefox packages, as a number of them were wrong.
2013-12-26Use absolute path for seamonkey and firefox.ryoon1-2/+2
2013-12-15Update to 26.0ryoon51-1096/+3828
* Build outside WRKSRC, fix build Changelog: NEW All Java plug-ins are defaulted to 'click to play' NEW Password manager now supports script-generated password fields NEW Updates can now be performed by Windows users without write permissions to Firefox install directory (requires Mozilla Maintenance Service) NEW Support for H.264 on Linux if the appropriate gstreamer plug-ins are installed CHANGED Support for MP3 decoding on Windows XP, completing MP3 support across Windows OS versions CHANGED CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec DEVELOPER Social API now supports Social Bookmarking for multiple providers through its SocialMarks functionality (see MDN docs) DEVELOPER Math.ToFloat32 takes a JS value and converts it to a Float32, whenever possible DEVELOPER There is no longer a prompt when websites use appcache DEVELOPER Support for the CSS image orientation property DEVELOPER New App Manager allows you to deploy and debug HTML5 webapps on Firefox OS phones and the Firefox OS Simulator DEVELOPER IndexedDB can now be used as a "optimistic" storage area so it doesn't require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage FIXED When displaying a standalone image, Firefox matches the EXIF orientation information contained within the JPEG image (298619) FIXED Text Rendering Issues on Windows 7 with Platform Update KB2670838 (MSIE 10 Prerequisite) or on Windows 8.1 (812695) FIXED Improved page load times due to no longer decoding images that aren't visible (847223) FIXED AudioToolbox MP3 backend for OSX (914479) FIXED Various security fixes Fixed in Firefox 26 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-105 Application Installation doorhanger persists on navigation MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-11-29ISO C++ says that replacement operators new/delete must be global.joerg4-1/+271
2013-11-25PKGREVISION bump for json-c shlib rename.wiz1-1/+2
2013-11-21Update to 25.0.1ryoon3-10/+9
Changelog: FIXED 25.0.1: New security fixes can be found here FIXED 25.0.1: Pages sometimes wouldn't load without first moving the cursor Fixed in Firefox 25.0.1 MFSA 2013-103 Miscellaneous Network Security Services (NSS) vulnerabilities
2013-11-16In non-ALSA case, ALSA support is disabled explicitlyryoon1-1/+3
2013-11-14FIx build on NetBSD 5, reported by John D. Bakerryoon1-2/+1
2013-11-13Fix PR pkg/48240 and bump PKGREVISIONryoon3-10/+11
* Use *30 instead of *50. Restore session is recovered on NetBSD/amd64 5.2. Based on martin@'s patch on pkgsrc-users@.
2013-11-07Fix PR pkg/48240 and bump PKGREVISIONryoon4-3/+95
* Use __fstat50 etc instead of fstat on NetBSD. Based on martin@'s patch for firefox 27.0. Restore session is recovered on NetBSD/amd64.
2013-11-05Add comment to patch.ryoon2-3/+5
2013-11-05Bump PKGREVISIONryoon3-46/+66
Fix cpuset(3) usage. The patch is from rmind@. Thank you.
2013-11-04Fix make configure on SmartOSryoon2-5/+15
* Disable if test "A" = "A"; then fi test SYntax error on SmartOS * build is fine on SmartOS, hopefully other SunOS, but I cannot confirm functionality now
2013-11-03Fix PR pkg/48363ryoon2-12/+3
* Remove DragonFly from SkThreadUtils_pthread_linux.cpp condition. DragonFly has no cpuset(3) or CPU_SET(3) macros/functions. It has usched_set(2), but I cannot implement with them. Use SkThreadUtils_pthread_other.cpp instead.
2013-11-02Update to 25.0ryoon36-5163/+453
* Enable pulseaudio by default, OSS support is dropped, and ALSA support on NetBSD does not work properly for me * Enable GStremer support for non-webm and non-theora video support * Create alsa option, and enabled on Linux by default Changelog: NEW Web Audio support NEW The find bar is no longer shared between tabs CHANGED If away from Firefox for months, you now will be offered the option to reset it to its default state while preserving your essential information CHANGED Resetting Firefox no longer clears your browsing session DEVELOPER CSS3 background-attachment:local support to control background scrolling DEVELOPER Many new ES6 functions implemented HTML5 iframe document content can now be specified inline FIXED Blank or missing page thumbnails when opening a new tab FIXED Security fixes can be found here Fixed in Firefox 25 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-99 Security bypass of PDF.js checks using iframes MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-10-21Bump PKGREVISION for icu shlib major bump.wiz1-2/+2
2013-10-21Update for removal of xulrunner package.wiz1-2/+1
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-1/+2
2013-09-24Fix NetBSD/i386 build.ryoon2-5/+13
A part of PR pkg/48226.
2013-09-21Invoke correct version of gcc that is specified by GCC_REQD.ryoon1-2/+2
Suggested by obache@, thank you. This is a part of PR pkg/48223.
2013-09-21Fix non-official branding build.ryoon2-4/+6
2013-09-21For mbft/Poison.cpp, OS_SOLARIS is not defined, use __sun__ instead.ryoon2-4/+4
2013-09-21Regen checksum.ryoon1-2/+2
2013-09-21Try to reintrodece PLIST conditionals related to vorbis.ryoon1-2/+3
2013-09-21Fix build on SmartOS.ryoon4-5/+57
I cannot confirm the functionality of this change's result sadly (no display and no ssh -Y). The build is completed.
2013-09-21The about-wordmark resource changed from .svg to .pngmartin1-2/+2
2013-09-19Update to 24.0, ESR edition.ryoon102-2240/+1446
* Merge some patches via FreeBSD ports. * Tested on NetBSD/amd64 6.99.23 and DragonFly/amd64 3.4.1. * Use system hunspell dictionaries. * DuckDuckGo search window. * Enable system icu support. Changelog: NEW Support for new scrollbar style in Mac OS X 10.7 and newer NEW Implemented Close tabs to the right NEW Social: Ability to tear-off chat windows to view separately by simply dragging them out CHANGED Accessibility related improvements on using pinned tabs (see 577727) CHANGED Removed support for Revocation Lists feature (see 867465) CHANGED Performance improvements on New Tab Page loads (see 791670) DEVELOPER Major SVG rendering improvements around Image tiling and scaling (see 600207 ) DEVELOPER Improved and unified Browser console for enhanced debugging experience, replacing existing Error console DEVELOPER Removed support for sherlock files that are loaded from application or profile directory FIXED Replace fixed-ratio audio resampler in webrtc.org capture code with Speex resampler and eliminate pseudo-44000Hz rate ( see 886886) FIXED 24.0: Security fixes can be found here Fixed in Firefox 24 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-87 Shared object library loading from writable location MFSA 2013-86 WebGL Information disclosure through OS X NVIDIA graphic drivers MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-84 Same-origin bypass through symbolic links MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-04the build insists in Python-2.7.xdrochner1-1/+2
2013-09-02Revbump after cairo updateadam1-1/+2
2013-08-31Fixed a pkglint warning.rillig1-2/+2
2013-08-29Fix endianess testmartin1-2/+2
2013-08-29Conditionalize the last remaining PLIST difference on sparc64martin2-4/+11
2013-08-29Skia does not support GL on big endian machines yet - so adjust PLISTmartin2-4/+9
by conditionalizing it.
2013-08-25Fix NetBSD/i386 5.2 build, PR pkg/48152.ryoon1-1/+5
* Set -march=i486 for i386.
2013-08-22Set visibility to hidden for BZ2_crc32Table for clang too.joerg2-1/+18
2013-08-22Make it buildable on sparc64 againmartin2-1/+18
2013-08-17Update to 23.0.1ryoon2-7/+6
Changelog: FIXED 23.0.1 - Rendering glitches on H.264 video only in FF23 on Vista (901944) FIXED 23.0.1 - Spellchecking broken with non-ASCII characters in profile path (902532) FIXED 23.0.1 - Audio static/"burble"/breakup in Firefox to Firefox WebRTC calls (901527)