summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Merge webkit2gtk (2.18.4-1) import into refs/heads/workingbranch
Michael Catanzaro [Fri, 27 Feb 2015 02:38:13 +0000 (21:38 -0500)]
user-agent-branding
Add optional distributor string to user agent
https://bugs.webkit.org/show_bug.cgi?id=162611
https://src.fedoraproject.org/rpms/webkitgtk4/blob/master/f/user-agent-branding.patch
Gbp-Pq: Name user-agent-branding.patch
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Disable USE_GSTREAMER_GL is the package is not found
===================================================================
Gbp-Pq: Name detect-gstreamer-gl.patch
John Paul Adrian Glaubitz [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Fix FTBFS on m68k
===================================================================
Gbp-Pq: Name fix-ftbfs-m68k.patch
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
fix-ftbfs-x86
===================================================================
Gbp-Pq: Name fix-ftbfs-x86.patch
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Define PATH_MAX if it's not already defined
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Build wtf/Atomics.cpp only if needed
===================================================================
Gbp-Pq: Name fix-ftbfs-armel.patch
David Matthew Mattli [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Fix FTBFS in sparc64
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
webkit2gtk (2.18.4-1) unstable; urgency=high
[ Alberto Garcia ]
* New upstream release.
+ This fixes CVE-2017-13866, CVE-2017-13870, CVE-2017-7156 and
CVE-2017-13856.
* Refresh all patches.
* debian/control:
+ Request native version of the Ruby package (thanks, Helmut Grohne)
(Closes: #881637).
* Instead of passing -DUSE_GSTREAMER_GL=OFF explicitly, let CMake do it
if libgstreamer-plugins-bad1.0-dev is not installed.
+ debian/patches/detect-gstreamer-gl.patch:
- Disable USE_GSTREAMER_GL if GStreamerGL is not found.
+ debian/rules:
- Remove the list of architectures that are not using GStreamerGL.
* debian/control:
+ Don't require libgstreamer-plugins-bad1.0-dev in hppa, m68k,
powerpcspe, sh4 or x32.
[ Jeremy Bicha ]
* debian/control: Update Vcs-Git to point to correct branch.
* Allow setting the distributor name in the User Agent string. Ubuntu
wants this patch, but since it makes it easier to identify the user
let's leave it disabled in Debian (Closes: #883712).
+ debian/patches/user-agent-branding.patch:
- Patch to support updating the User-Agent string.
+ debian/rules:
- Pass -DUSER_AGENT_GTK_DISTRIBUTOR_NAME when building for Ubuntu.
[dgit import unpatched webkit2gtk 2.18.4-1]
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Import webkit2gtk_2.18.4.orig.tar.xz
[dgit import orig webkit2gtk_2.18.4.orig.tar.xz]
Alberto Garcia [Tue, 19 Dec 2017 16:31:33 +0000 (16:31 +0000)]
Import webkit2gtk_2.18.4-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.18.4-1 webkit2gtk_2.18.4-1.debian.tar.xz]
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Merge webkit2gtk (2.18.3-1) import into refs/heads/workingbranch
John Paul Adrian Glaubitz [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Fix FTBFS on m68k
===================================================================
Gbp-Pq: Name fix-ftbfs-m68k.patch
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
fix-ftbfs-x86
===================================================================
Gbp-Pq: Name fix-ftbfs-x86.patch
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Define PATH_MAX if it's not already defined
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Build wtf/Atomics.cpp only if needed
===================================================================
Gbp-Pq: Name fix-ftbfs-armel.patch
David Matthew Mattli [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Fix FTBFS in sparc64
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
webkit2gtk (2.18.3-1) unstable; urgency=high
* New upstream release.
* The WebKitGTK+ security advisory WSA-2017-0009 lists the following
security fixes in the latest versions of WebKitGTK+:
+ CVE-2017-13783, CVE-2017-13784, CVE-2017-13785, CVE-2017-13791,
CVE-2017-13792, CVE-2017-13793, CVE-2017-13794, CVE-2017-13795,
CVE-2017-13796 and CVE-2017-13802 (fixed in 2.18.1).
+ CVE-2017-13788, CVE-2017-13798, CVE-2017-13803 (fixed in 2.18.3)
* Several cross-compilation fixes in debian/rules (thanks, Helmut
Grohne) (Closes: #881341):
+ Include /usr/share/dpkg/architecture.mk instead of calling
dpkg-architecture manually to set the DEB_*_ARCH variables.
+ Use DEB_BUILD_ARCH_BITS to decide whether to pass --no-keep-memory
to the linker.
+ Use DEB_HOST_ARCH to decide whether to use -g1, -DENABLE_JIT=OFF and
-DUSE_GSTREAMER_GL=OFF.
+ Remove the --no-relax flag for alpha, this was a workaround for a 10
year old binutils bug.
[dgit import unpatched webkit2gtk 2.18.3-1]
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Import webkit2gtk_2.18.3.orig.tar.xz
[dgit import orig webkit2gtk_2.18.3.orig.tar.xz]
Alberto Garcia [Sat, 11 Nov 2017 12:26:11 +0000 (12:26 +0000)]
Import webkit2gtk_2.18.3-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.18.3-1 webkit2gtk_2.18.3-1.debian.tar.xz]
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Merge webkit2gtk (2.18.2-1) import into refs/heads/workingbranch
John Paul Adrian Glaubitz [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Fix FTBFS on m68k
===================================================================
Gbp-Pq: Name fix-ftbfs-m68k.patch
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
fix-ftbfs-x86
===================================================================
Gbp-Pq: Name fix-ftbfs-x86.patch
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Define PATH_MAX if it's not already defined
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Build wtf/Atomics.cpp only if needed
===================================================================
Gbp-Pq: Name fix-ftbfs-armel.patch
David Matthew Mattli [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Fix FTBFS in sparc64
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
webkit2gtk (2.18.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Set the minimum versions of these build dependencies: cmake >= 3.3,
libcairo2-dev >= 1.10.2, libfontconfig1-dev >= 2.8, and
libgcrypt20-dev >= 1.7.0, libxml2-dev >= 2.8.
[dgit import unpatched webkit2gtk 2.18.2-1]
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Import webkit2gtk_2.18.2.orig.tar.xz
[dgit import orig webkit2gtk_2.18.2.orig.tar.xz]
Alberto Garcia [Fri, 27 Oct 2017 13:05:15 +0000 (14:05 +0100)]
Import webkit2gtk_2.18.2-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.18.2-1 webkit2gtk_2.18.2-1.debian.tar.xz]
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Merge webkit2gtk (2.18.1-1) import into refs/heads/workingbranch
John Paul Adrian Glaubitz [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Fix FTBFS on m68k
===================================================================
Gbp-Pq: Name fix-ftbfs-m68k.patch
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
fix-ftbfs-x86
===================================================================
Gbp-Pq: Name fix-ftbfs-x86.patch
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Define PATH_MAX if it's not already defined
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Build wtf/Atomics.cpp only if needed
===================================================================
Gbp-Pq: Name fix-ftbfs-armel.patch
David Matthew Mattli [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Fix FTBFS in sparc64
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
webkit2gtk (2.18.1-1) unstable; urgency=medium
* New upstream release.
* The WebKitGTK+ security advisory WSA-2017-0008 lists the following
security fixes in the latest versions of WebKitGTK+:
+ CVE-2017-7081 and CVE-2017-7142 (fixed in 2.16.1).
+ CVE-2017-7094 (fixed in 2.16.3).
+ CVE-2017-7099 (fixed in 2.16.4).
+ CVE-2017-7087, CVE-2017-7089, CVE-2017-7090, CVE-2017-7091,
CVE-2017-7092, CVE-2017-7093, CVE-2017-7095, CVE-2017-7096,
CVE-2017-7098, CVE-2017-7100, CVE-2017-7102, CVE-2017-7104,
CVE-2017-7107, CVE-2017-7109, CVE-2017-7111, CVE-2017-7117,
CVE-2017-7120 (fixed in 2.18.0).
* debian/control:
+ Recommend the Pulseaudio or ALSA GStreamer plugins, since they're
needed for audio playback (Closes: #877281).
* debian/patches/fix-ftbfs-alpha.patch:
+ This patch is no longer needed, drop it.
* Refresh all other patches.
* debian/control:
+ Remove 'Priority: extra' fields, all packages have optional priority
now (the 'extra' priority has been deprecated).
* debian/copyright:
+ Use https for the Format URL.
[dgit import unpatched webkit2gtk 2.18.1-1]
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Import webkit2gtk_2.18.1.orig.tar.xz
[dgit import orig webkit2gtk_2.18.1.orig.tar.xz]
Alberto Garcia [Wed, 18 Oct 2017 11:36:55 +0000 (12:36 +0100)]
Import webkit2gtk_2.18.1-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.18.1-1 webkit2gtk_2.18.1-1.debian.tar.xz]
Alberto Garcia [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
Merge webkit2gtk (2.16.3-2) import into refs/heads/workingbranch
Alberto Garcia [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
Define PATH_MAX if it's not already defined
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
Build wtf/Atomics.cpp only if needed
===================================================================
Gbp-Pq: Name fix-ftbfs-armel.patch
Michael Cree [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
Fix FTBFS in alpha
===================================================================
Gbp-Pq: Name fix-ftbfs-alpha.patch
David Matthew Mattli [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
Fix FTBFS in sparc64
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
webkit2gtk (2.16.3-2) unstable; urgency=medium
* Upload to unstable (Closes: #836055).
* debian/watch:
+ Stop scanning the 2.15 branch.
* debian/gbp.conf:
+ Update upstream branch name.
* The WebKitGTK+ security advisory WSA-2017-0004 lists the following
security fixes in the latest versions of WebKitGTK+:
+ CVE-2017-2505, CVE-2017-2508, CVE-2017-2514, CVE-2017-2521
(fixed in 2.16.0).
+ CVE-2017-2504, CVE-2017-2506, CVE-2017-2515, CVE-2017-2525,
CVE-2017-2526, CVE-2017-2528, CVE-2017-2530, CVE-2017-2531,
CVE-2017-2536, CVE-2017-2544, CVE-2017-2547, CVE-2017-2549,
CVE-2017-6980, CVE-2017-6984 (fixed in 2.16.1).
+ CVE-2017-2496, CVE-2017-2510, CVE-2017-2539 (fixed in 2.16.3).
[dgit import unpatched webkit2gtk 2.16.3-2]
Alberto Garcia [Wed, 31 May 2017 21:29:57 +0000 (21:29 +0000)]
Import webkit2gtk_2.16.3-2.debian.tar.xz
[dgit import tarball webkit2gtk 2.16.3-2 webkit2gtk_2.16.3-2.debian.tar.xz]
Alberto Garcia [Wed, 24 May 2017 13:17:20 +0000 (13:17 +0000)]
Import webkit2gtk_2.16.3.orig.tar.xz
[dgit import orig webkit2gtk_2.16.3.orig.tar.xz]
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:27:18 +0000 (05:27 +0000)]
Merge webkit2gtk (2.14.0-1) import into refs/heads/workingbranch
Alberto Garcia [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
Build wtf/Atomics.cpp only if needed
===================================================================
Gbp-Pq: Name fix-ftbfs-armel.patch
Michael Cree [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
Fix FTBFS in alpha
===================================================================
Gbp-Pq: Name fix-ftbfs-alpha.patch
David Matthew Mattli [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
Fix FTBFS in sparc64
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
Install the MiniBrowser binary
Gbp-Pq: Name install-minibrowser.patch
Alberto Garcia [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
webkit2gtk (2.14.0-1) unstable; urgency=medium
* New upstream release.
* debian/watch:
+ Stop scanning the 2.13 branch.
* debian/gbp.conf:
+ Update upstream branch name.
[dgit import unpatched webkit2gtk 2.14.0-1]
Alberto Garcia [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
Import webkit2gtk_2.14.0.orig.tar.xz
[dgit import orig webkit2gtk_2.14.0.orig.tar.xz]
Alberto Garcia [Tue, 20 Sep 2016 12:31:35 +0000 (12:31 +0000)]
Import webkit2gtk_2.14.0-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.14.0-1 webkit2gtk_2.14.0-1.debian.tar.xz]
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Check TLS errors as soon as they are set in the SoupMessage
===================================================================
Gbp-Pq: Name check-tls-errors.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
String(new Date(Mar 30 2014 01:00:00)) is wrong in CET
===================================================================
Gbp-Pq: Name fix-date.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix segfault when calling clearSelection on a detached RenderObject
===================================================================
Gbp-Pq: Name fix-clearselection-segfault.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Recursive crash at WebCore::accessibleNameForNode
===================================================================
Gbp-Pq: Name fix-ax-crash.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Timers might never be fired during animations
===================================================================
Gbp-Pq: Name fix-timers-animations.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Add NULL check to convertToUTF8String()
===================================================================
Gbp-Pq: Name fix-null-string-conversion.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
HTTP header values should be treated as latin1, not UTF-8
===================================================================
Gbp-Pq: Name http-latin1.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Prevent unsafe access to internal types
===================================================================
Gbp-Pq: Name serialized-script-value.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix crash due to integer overflow
===================================================================
Gbp-Pq: Name fix-integer-overflow.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
NULL pointer check in HTMLPlugInImageElement
===================================================================
Gbp-Pq: Name fix-null-renderer.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix crash in SpeculativeJIT::compile() when loading theblaze.com
===================================================================
Gbp-Pq: Name fix-jit-crash.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix invalid cast in WebCore::RenderBlock::blockSelectionGaps
===================================================================
Gbp-Pq: Name render-block-cast.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Make the remote inspector work again
===================================================================
Gbp-Pq: Name remote-inspector.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix memory leak in GStreamer code
===================================================================
Gbp-Pq: Name fix-gstreamer-leak.patch
Helge Deller [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix FTBFS in HPPA
===================================================================
Gbp-Pq: Name fix-ftbfs-hppa.patch
Joanmarie Diggs [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix accessible focus events in non-focused combo boxes
===================================================================
Gbp-Pq: Name ax-focus-events.patch
Joanmarie Diggs [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Accessible values are no longer accessible via AT-SPI2
===================================================================
Gbp-Pq: Name at-spi2.patch
David Kilzer [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Protect Document in ProcessingInstruction::setXSLStyleSheet()
===================================================================
Gbp-Pq: Name protect-document.patch
Andreas Kling [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix inserted text when typing in the Twitter message box.
===================================================================
Gbp-Pq: Name twitter-inserted-text.patch
Joanmarie Diggs [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Check for NULL pointers in AccessibilityMenuListOption
===================================================================
Gbp-Pq: Name nullptr-accessibilitymenulistoption.patch
Csaba Osztrogonác [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Check for NULL pointer in ApplyStyleCommand
===================================================================
Gbp-Pq: Name nullptr-applystylecommand.patch
Jeffrey Pfau [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Check for NULL pointer in FrameProgressTracker
===================================================================
Gbp-Pq: Name nullptr-frameprogresstracker.patch
Zalan Bujtas [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Check for NULL pointer in SearchInputType.
===================================================================
Gbp-Pq: Name render-text-control.patch
Carlos Alberto Lopez Perez [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Don't use a SSL3.0 record version in client hello
===================================================================
Gbp-Pq: Name no-ssl-record-version.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix crash in the Flash plugin
===================================================================
Gbp-Pq: Name flash-crash.patch
YunQiang Su [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix build in MIPS64EL
===================================================================
Gbp-Pq: Name fix-mips64-build.patch
Carlos Garcia Campos [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Enable CSS_IMAGE_SET, required in order to display all inspector icons
===================================================================
Gbp-Pq: Name css-image-set.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Some architectures need to add -latomic explicitly
===================================================================
Gbp-Pq: Name atomic_build_fix.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Fix FTBFS in Hurd
===================================================================
Gbp-Pq: Name local-label-string-hurd.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Restore removed SPARC code
===================================================================
Gbp-Pq: Name restore_sparc_code.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Install the MiniBrowser binary
===================================================================
Gbp-Pq: Name install-minibrowser.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Enable DFG JIT on FreeBSD and Hurd
===================================================================
Gbp-Pq: Name dfg-jit.patch
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
webkit2gtk (2.6.2+dfsg1-4) unstable; urgency=medium
* debian/patches/fix-ftbfs-hppa.patch:
+ Fix FTBFS in HPPA (Closes: #776281).
* debian/libwebkit2gtk-4.0-doc.links:
+ Add symbolic link to make the documentation appear in devhelp
(Closes: #777589).
* debian/patches/fix-gstreamer-leak.patch:
+ Fix memory leak in GStreamer code.
* debian/patches/remote-inspector.patch:
+ Make the remote inspector work again.
* debian/patches/render-block-cast.patch:
+ Fix invalid cast in WebCore::RenderBlock::blockSelectionGaps.
* debian/patches/fix-jit-crash.patch:
+ Fix crash in SpeculativeJIT::compile() when loading theblaze.com.
* debian/patches/fix-null-renderer.patch:
+ NULL pointer check in HTMLPlugInImageElement.
* debian/patches/fix-integer-overflow.patch:
+ Fix crash due to integer overflow.
* debian/patches/serialized-script-value.patch:
+ Prevent unsafe access to internal types.
* debian/patches/http-latin1.patch:
+ HTTP header values should be treated as latin1, not UTF-8.
* debian/patches/fix-null-string-conversion.patch:
+ Add NULL check to convertToUTF8String().
* debian/patches/fix-timers-animations.patch:
+ Timers might never be fired during animations.
* debian/patches/fix-ax-crash.patch:
+ Recursive crash at WebCore::accessibleNameForNode.
* debian/patches/fix-clearselection-segfault.patch:
+ Fix segfault when calling clearSelection on a detached RenderObject.
* debian/patches/fix-date.patch:
+ String(new Date(Mar 30 2014 01:00:00)) is wrong in CET.
* debian/patches/check-tls-errors.patch:
+ Check TLS errors as soon as they are set in the SoupMessage.
[dgit import unpatched webkit2gtk 2.6.2+dfsg1-4]
Alberto Garcia [Fri, 6 Mar 2015 07:33:11 +0000 (07:33 +0000)]
Import webkit2gtk_2.6.2+dfsg1-4.debian.tar.xz
[dgit import tarball webkit2gtk 2.6.2+dfsg1-4 webkit2gtk_2.6.2+dfsg1-4.debian.tar.xz]
Alberto Garcia [Thu, 23 Oct 2014 09:17:48 +0000 (09:17 +0000)]
Import webkit2gtk_2.6.2+dfsg1.orig.tar.xz
[dgit import orig webkit2gtk_2.6.2+dfsg1.orig.tar.xz]