Change logs for webkitgtk source package in Vivid

  • webkitgtk (2.4.8-1ubuntu2) vivid; urgency=medium
    
      * Fix clang/GCC 5 version detection.
      * Fix GMutexLocker build issue (https://bugs.webkit.org/show_bug.cgi?id=141381).
     -- Matthias Klose <email address hidden>   Fri, 06 Mar 2015 12:25:06 +0100
  • webkitgtk (2.4.8-1ubuntu1) vivid; urgency=medium
    
      * Merge with Debian, remaining changes:
        - bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
          which was a crash affecting software-center in Ubuntu.
        - Stick on geoclue 1 for now, the new version isn't in main and a
          transition plan needs to be worked out, for example for how to integrate
          the Ubuntu GeoIP service.
    
    webkitgtk (2.4.8-1) unstable; urgency=medium
    
      * New upstream release, which includes some of the patches already
        available in Debian plus security fixes for CVE-2014-1344,
        CVE-2014-1384, CVE-2014-1385, CVE-2014-1386, CVE-2014-1387,
        CVE-2014-1388, CVE-2014-1389 and CVE-2014-1390.
      * debian/patches/dfg-jit.patch,
        debian/patches/enable_llint.patch,
        debian/patches/flash-crash.patch,
        debian/patches/local-label-string-hurd.patch,
        debian/patches/no-ssl-record-version.patch,
        debian/patches/nullptr-applystylecommand.patch,
        debian/patches/protect-document.patch,
        debian/patches/touch-event.patch:
         + Remove.
      * debian/patches/fix-ftbfs-pluginpackage.patch:
        + Fix FTBFS.
     -- Iain Lane <email address hidden>   Thu, 22 Jan 2015 11:00:30 +0000
  • webkitgtk (2.4.8-0ubuntu1) vivid; urgency=medium
    
      * New upstream release.
      * Drop patches from 2.4.7-3 which are applied upstream in this release:
        - dfg-jit.patch
        - enable_llint.patch
        - local-label-string-hurd.patch
        - x32_support.patch
        - touch-event.patch
        - flash-crash.patch
        - no-ssl-record-version.patch
        - protect-document.patch
        - nullptr-applystylecommand.patch
      * debian/patches/no-pluginnone.patch: Don't define symbols twice when
        building with both X11 and wayland support.
    
    webkitgtk (2.4.7-3) unstable; urgency=medium
    
      * debian/patches/ppc64-align.patch:
        + Fix crash in ppc64el (Closes: #762670).
      * debian/patches/no-ssl-record-version.patch:
        + Don't use a SSL3.0 record version in client hello.
      * debian/patches/protect-document.patch:
        + Protect Document in ProcessingInstruction::setXSLStyleSheet(). This
          is a security fix, see https://codereview.chromium.org/579133004.
      * debian/patches/nullptr-accessibilitymenulistoption.patch:
        + Check for NULL pointers in AccessibilityMenuListOption.
      * debian/patches/nullptr-applystylecommand.patch:
        + Check for NULL pointer in ApplyStyleCommand.
      * debian/patches/nullptr-frameprogresstracker.patch:
        + Check for NULL pointer in FrameProgressTracker.
      * debian/patches/render-text-control.patch:
        + Check for NULL pointer in SearchInputType.
      * debian/patches/ax-focus-events.patch:
        + Fix accessible focus events in non-focused combo boxes.
     -- Iain Lane <email address hidden>   Thu, 15 Jan 2015 15:24:52 +0000
  • webkitgtk (2.4.7-2ubuntu1) vivid; urgency=medium
    
      * Merge with Debian, remaining changes:
        - bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
          which was a crash affecting software-center in Ubuntu.
        - Stick on geoclue 1 for now, the new version isn't in main and a
          transition plan needs to be worked out, for example for how to integrate
          the Ubuntu GeoIP service.
    
    webkitgtk (2.4.7-2) unstable; urgency=medium
    
      * debian/patches/touch-event.patch:
        + Fix crash in EventPath::updateTouchLists() (Closes: #761492).
      * debian/patches/flash-crash.patch:
        + Fix crash in the Flash player (Closes: #768929).
     -- Iain Lane <email address hidden>   Thu, 20 Nov 2014 10:59:54 +0000
  • webkitgtk (2.4.7-1ubuntu1) vivid; urgency=medium
    
      * Merge with Debian, remaining changes:
        - bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
          which was a crash affecting software-center in Ubuntu.
        - Stick on geoclue 1 for now, the new version isn't in main and a
          transition plan needs to be worked out, for example for how to integrate
          the Ubuntu GeoIP service.
    
    webkitgtk (2.4.7-1) unstable; urgency=medium
    
      * New upstream release.
    
    webkitgtk (2.4.6-2) unstable; urgency=medium
    
      * debian/rules:
        + Enable JIT in armhf (Closes: #764341).
        + Don't build -dbg packages if we don't have debugging symbols.
      * debian/control:
        + Bump Standards-Version to 3.9.6; no changes needed.
      * Make all gir and -dev packages multi-arch compliant:
        + debian/control:
          - Make libwebkit-dev and libwebkitgtk-common-dev arch-independent.
          - Add Multi-Arch: foreign header to libwebkitgtk-common-dev.
          - Add Multi-Arch: same header to gir1.2-webkit-3.0,
            gir1.2-webkit2-3.0, gir1.2-javascriptcoregtk-3.0,
            libjavascriptcoregtk-1.0-dev, libjavascriptcoregtk-3.0-dev,
            libwebkitgtk-dev, libwebkitgtk-3.0-dev and libwebkit2gtk-3.0-dev.
        + debian/rules:
          - Create the JSCore-3.0.typelib symlink after make install.
          - Move dh_install libwebkit-common-dev to the binary-indep target.
        + debian/gir1.2-javascriptcoregtk-3.0.links:
          - Remove, this is done now in debian/rules.
        + debian/gir1.2-javascriptcoregtk-3.0.install,
          debian/gir1.2-webkit-3.0.install,
          debian/gir1.2-webkit2-3.0.install:
          - Put the .typelib files in the multi-arch directory and install
            JSCore-3.0.typelib as well.
     -- Iain Lane <email address hidden>   Mon, 03 Nov 2014 11:47:06 +0000
  • webkitgtk (2.4.6-1ubuntu1) utopic; urgency=medium
    
      * Merge with Debian, remaining changes:
        - bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
          which was a crash affecting software-center in Ubuntu.
        - Re-enable JIT, YARR_JIT and ASSEMBLER on armhf, disabled by mistake when
          inverting the test.
        - Stick on geoclue 1 for now, the new version isn't in main and a
          transition plan needs to be worked out, for example for how to integrate
          the Ubuntu GeoIP service.
    
    webkitgtk (2.4.6-1) unstable; urgency=high
    
      * New upstream release.
      * Urgency high because this release comes with a new set of icons that
        fix copyright issues.
      * debian/rules:
        + Make the GTK+3 build first. Since it's the one that needs more disk
          space, it's better to do it before the GTK+2 version is built.
      * debian/libwebkit2gtk-3.0-25.symbols,
        debian/libwebkitgtk-1.0-0.symbols,
        debian/libwebkitgtk-3.0-0.symbols:
        + Add new symbols.
     -- Iain Lane <email address hidden>   Wed, 08 Oct 2014 16:31:54 +0100