pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 28 04:30:56 UTC 2015

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo
        pkgsrc/www/firefox/patches: patch-aa
            patch-browser_installer_package-manifest.in patch-config_rules.mk
            patch-dom_plugins_ipc_PluginModuleChild.cpp
            patch-dom_plugins_ipc_PluginProcessChild.cpp
            patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp
            patch-image_decoders_nsJPEGDecoder.cpp patch-js_src_Makefile.in
            patch-js_src_asmjs_AsmJSSignalHandlers.cpp
            patch-js_src_jit_ExecutableAllocator.h
            patch-js_src_jit_arm_Architecture-arm.cpp patch-js_src_jsdate.cpp
            patch-media_libcubeb_src_cubeb__alsa.c
            patch-media_libcubeb_src_cubeb__oss.c
            patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp
            patch-media_libtheora_moz.build
            patch-media_webrtc_signaling_test_moz.build
            patch-memory_build_mozjemalloc__compat.c
            patch-netwerk_protocol_http_Http2Session.cpp
            patch-toolkit_library_moz.build
            patch-xpcom_reflect_xptcall_md_unix_moz.build
Added Files:
        pkgsrc/www/firefox/patches: patch-b2g_installer_Makefile.in
            patch-b2g_installer_package-manifest.in patch-dom_base_moz.build
            patch-dom_media_AudioStream.h patch-dom_media_gmp_GMPChild.cpp
            patch-dom_media_gmp_GMPParent.cpp
            patch-dom_media_gstreamer_GStreamerAllocator.cpp
            patch-dom_media_moz.build
            patch-media_webrtc_trunk_webrtc_modules_video__coding_main_source_receiver.cc
            patch-mobile_android_installer_Makefile.in
            patch-mobile_android_installer_package-manifest.in
Removed Files:
        pkgsrc/www/firefox/patches: patch-content_base_src_moz.build
            patch-content_media_AudioStream.h
            patch-content_media_gmp_GMPChild.cpp
            patch-content_media_gmp_GMPParent.cpp
            patch-content_media_gstreamer_GStreamerAllocator.cpp
            patch-content_media_moz.build
            patch-media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h
            patch-media_libtheora_Makefile.in patch-probes_Makefile.in
            patch-toolkit_components_alerts_nsAlertsService.cpp
            patch-toolkit_system_gnome_moz.build
            patch-toolkit_system_gnome_nsAlertsIconListener.cpp
            patch-toolkit_system_gnome_nsAlertsIconListener.h
            patch-toolkit_system_gnome_nsGnomeModule.cpp
            patch-toolkit_system_gnome_nsSystemAlertsService.cpp
            patch-toolkit_system_gnome_nsSystemAlertsService.h
            patch-widget_gtk_mozgtk_mozgtk.c patch-widget_gtk_nsWindow.cpp

Log Message:
Update to 36.0

Changelog:
New Pinned tiles on the new tab page can be synced
New Support for the full HTTP/2 protocol. HTTP/2 enables a faster, more scalable, and more responsive web.
New Locale added: Uzbek (uz)
Changed -remote option removed
Changed No longer accept insecure RC4 ciphers whenever possible
Changed Phasing out Certificates with 1024-bit RSA Keys
Changed Shut down hangs will now show the crash reporter before exiting the program
Changed Add-on Compatibility
HTML5 Support for the ECMAScript 6 Symbol data type added
HTML5 unicode-range CSS descriptor implemented
HTML5 CSSOM-View scroll behavior implemented allowing smooth scrolling of content without custom libraries
HTML5 object-fit and object-position implemented.
      Defines how and where the content of a replaced element is displayed
HTML5 isolation CSS property implemented.
      Create a new stacking context to isolate groups of boxes to control which blend together
HTML5 CSS3 will-change property implemented.
      Hints the browser of elements that will be modified. The browser will perform some performance optimization for these
HTML5 Changed JavaScript 'const' semantics to conform better to the ES6 specification.
      The const declaration is now block-scoped and requires an initializer. It also can not be redeclared anymore.
HTML5 Improved ES6 generators for better performance
Developer Eval sources now appear in the Debugger
          Debug JavaScript code that is evaluated dynamically, either as a string passed to eval() or as a string passed to the Function constructor
Developer DOM Promises inspection
Developer Inspector: More paste options in markup view
Fixed CSS gradients work on premultiplied colors
Fixed Fix some unexpected logout from Facebook or Google after restart
Fixed Various security fixes

Fixed in Firefox 36
    2015-27 Caja Compiler JavaScript sandbox bypass
    2015-26 UI Tour whitelisted sites in background tab can spoof foreground tabs
    2015-25 Local files or privileged URLs in pages can be opened into new tabs
    2015-24 Reading of local files through manipulation of form autocomplete
    2015-23 Use-after-free in Developer Console date with OpenType Sanitiser
    2015-22 Crash using DrawTarget in Cairo graphics library
    2015-21 Buffer underflow during MP3 playback
    2015-20 Buffer overflow during CSS restyling
    2015-19 Out-of-bounds read and write while rendering SVG content
    2015-18 Double-free when using non-default memory allocators with a zero-length XHR
    2015-17 Buffer overflow in libstagefright during MP4 video playback
    2015-16 Use-after-free in IndexedDB
    2015-15 TLS TURN and STUN connections silently fail to simple TCP connections
    2015-14 Malicious WebGL content crash when writing strings
    2015-13 Appended period to hostnames can bypass HPKP and HSTS protections
    2015-12 Invoking Mozilla updater will load locally stored DLL files
    2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.189 -r1.190 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/firefox/patches/patch-aa
cvs rdiff -u -r0 -r1.5 \
    pkgsrc/www/firefox/patches/patch-b2g_installer_Makefile.in
cvs rdiff -u -r0 -r1.4 \
    pkgsrc/www/firefox/patches/patch-b2g_installer_package-manifest.in
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/www/firefox/patches/patch-browser_installer_package-manifest.in \
    pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginModuleChild.cpp
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox/patches/patch-config_rules.mk \
    pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c \
    pkgsrc/www/firefox/patches/patch-toolkit_library_moz.build
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/www/firefox/patches/patch-content_base_src_moz.build \
    pkgsrc/www/firefox/patches/patch-content_media_gmp_GMPChild.cpp \
    pkgsrc/www/firefox/patches/patch-content_media_gmp_GMPParent.cpp
cvs rdiff -u -r1.10 -r0 \
    pkgsrc/www/firefox/patches/patch-content_media_AudioStream.h
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/www/firefox/patches/patch-content_media_gstreamer_GStreamerAllocator.cpp
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/firefox/patches/patch-content_media_moz.build \
    pkgsrc/www/firefox/patches/patch-media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h \
    pkgsrc/www/firefox/patches/patch-media_libtheora_Makefile.in \
    pkgsrc/www/firefox/patches/patch-probes_Makefile.in \
    pkgsrc/www/firefox/patches/patch-toolkit_components_alerts_nsAlertsService.cpp \
    pkgsrc/www/firefox/patches/patch-toolkit_system_gnome_moz.build \
    pkgsrc/www/firefox/patches/patch-toolkit_system_gnome_nsAlertsIconListener.cpp \
    pkgsrc/www/firefox/patches/patch-toolkit_system_gnome_nsAlertsIconListener.h \
    pkgsrc/www/firefox/patches/patch-toolkit_system_gnome_nsGnomeModule.cpp \
    pkgsrc/www/firefox/patches/patch-toolkit_system_gnome_nsSystemAlertsService.cpp \
    pkgsrc/www/firefox/patches/patch-toolkit_system_gnome_nsSystemAlertsService.h \
    pkgsrc/www/firefox/patches/patch-widget_gtk_mozgtk_mozgtk.c \
    pkgsrc/www/firefox/patches/patch-widget_gtk_nsWindow.cpp
cvs rdiff -u -r0 -r1.1 pkgsrc/www/firefox/patches/patch-dom_base_moz.build \
    pkgsrc/www/firefox/patches/patch-dom_media_AudioStream.h \
    pkgsrc/www/firefox/patches/patch-dom_media_gmp_GMPChild.cpp \
    pkgsrc/www/firefox/patches/patch-dom_media_gmp_GMPParent.cpp \
    pkgsrc/www/firefox/patches/patch-dom_media_gstreamer_GStreamerAllocator.cpp \
    pkgsrc/www/firefox/patches/patch-dom_media_moz.build \
    pkgsrc/www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__coding_main_source_receiver.cc
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginProcessChild.cpp \
    pkgsrc/www/firefox/patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp \
    pkgsrc/www/firefox/patches/patch-js_src_jit_ExecutableAllocator.h \
    pkgsrc/www/firefox/patches/patch-js_src_jsdate.cpp \
    pkgsrc/www/firefox/patches/patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp \
    pkgsrc/www/firefox/patches/patch-media_libtheora_moz.build \
    pkgsrc/www/firefox/patches/patch-media_webrtc_signaling_test_moz.build \
    pkgsrc/www/firefox/patches/patch-memory_build_mozjemalloc__compat.c \
    pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build
cvs rdiff -u -r1.7 -r1.8 \
    pkgsrc/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp \
    pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/www/firefox/patches/patch-image_decoders_nsJPEGDecoder.cpp \
    pkgsrc/www/firefox/patches/patch-js_src_jit_arm_Architecture-arm.cpp \
    pkgsrc/www/firefox/patches/patch-netwerk_protocol_http_Http2Session.cpp
cvs rdiff -u -r1.10 -r1.11 \
    pkgsrc/www/firefox/patches/patch-js_src_Makefile.in
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/www/firefox/patches/patch-mobile_android_installer_Makefile.in \
    pkgsrc/www/firefox/patches/patch-mobile_android_installer_package-manifest.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index